Sunday, September 17, 2023

Show HN: ARA Records Ansible and makes it easier to understand and troubleshoot https://ift.tt/drPpHzZ

Show HN: ARA Records Ansible and makes it easier to understand and troubleshoot Hey HN, long time lurker here. I humbly present ara which is a project I created back at Red Hat in 2016 (before AWX was open source) to make my life easier working with distributed and large scale Ansible playbooks. It is designed to be simple and compatible with however you're already running Ansible today without needing to change much of your existing workflows. My time and skills are limited but I have learned a lot and I am happy with how the project has steadily improved over the years with the much appreciated help of contributors. If you'd like to read more about the project, the blog might be interesting: https://ift.tt/TWGKOLc If you'd like to help, contribute or chat, feel free to hop on IRC, Slack or Matrix: https://ift.tt/41omLSl The best way to stay up to date with the project is on Mastodon: https://ift.tt/HKXn7Gu I will be here for a while to reply to comments and answer questions. https://ift.tt/VUOqW7R September 17, 2023 at 07:28PM

Show HN: Infinitely Recyclable Plastic (PDK) from Berkley https://ift.tt/56GjZf3

Show HN: Infinitely Recyclable Plastic (PDK) from Berkley https://ift.tt/6FvQqAY September 17, 2023 at 09:08PM

Show HN: I made a browser extension for building your own custom HN themes https://ift.tt/ivn1JPj

Show HN: I made a browser extension for building your own custom HN themes Hi HN! I’ve spent the last few weeks writing a browser extension that lets users write their own HN themes using Handlebars and CSS. It works by converting the current Hacker News page’s content into an object that is made available to the user-defined Handlebars templates. There is a built-in code editor that makes writing themes super easy and you can see changes in real-time. If you don’t want to write a theme from scratch, there are premade themes available or you may import one made by somebody else. It is shipped with Bootstrap so you can get pretty far without needing to write a lot of custom CSS. Material icons are also included so your themes get iconography out of the box. Any theme can be toggled into dark mode with a single click. It is open-sourced under the MIT license so feel free to use any of the code in the linked repo[0]. Additionally, I’ve put together a short demo video on YouTube[1]. If you decide to check it out, let me know of any feedback and please share any themes you create! I’d be happy to answer any questions. [0] https://ift.tt/uweOHGn [1] https://youtu.be/6DxLJQrKXa0 https://ift.tt/RuEJBSf September 17, 2023 at 07:16PM

Show HN: Making $11,000 monthly without doing much running a simple website https://ift.tt/p4MNPfw

Show HN: Making $11,000 monthly without doing much running a simple website https://ift.tt/vrtiRyg September 17, 2023 at 03:53PM

Show HN: Fireworks Tap Toy https://ift.tt/bCeWEaK

Show HN: Fireworks Tap Toy https://ift.tt/UEKYT3m September 17, 2023 at 01:17PM

Show HN: Bookmarklet to count number of lines in a GitHub repo https://ift.tt/x9RXU3F

Show HN: Bookmarklet to count number of lines in a GitHub repo https://ift.tt/j9iN83o September 17, 2023 at 12:40AM

Saturday, September 16, 2023

Show HN: Petri – Drop-in Postgres image that forks a DB per test https://ift.tt/APIWNEf

Show HN: Petri – Drop-in Postgres image that forks a DB per test Rolling it out at work to parallelize 4,257 tests across 5 services. It fix...