Wednesday, July 20, 2022

Show HN: Sunmao – A framework for developing low-code tools https://ift.tt/NpR6BIq

Show HN: Sunmao – A framework for developing low-code tools https://sunmao-ui.com/ July 20, 2022 at 04:15PM

Show HN: GitHub City – generate a 3D city with your GitHub contributions https://ift.tt/lwzaev7

Show HN: GitHub City – generate a 3D city with your GitHub contributions https://ift.tt/9Dwqksj July 20, 2022 at 03:52PM

Show HN: bashttp - a very (very) simple web server in Bash https://ift.tt/XD6JoaP

Show HN: bashttp - a very (very) simple web server in Bash https://ift.tt/bjTwW1B July 20, 2022 at 07:37AM

Show HN: rqlite, the distributed database built on SQLite – now with ARM support https://ift.tt/KQr3RHY

Show HN: rqlite, the distributed database built on SQLite – now with ARM support https://ift.tt/Rm4nDGA July 20, 2022 at 06:56AM

Show HN: Open-source code editor for transforming data and building ML pipelines https://ift.tt/0PhxGTR

Show HN: Open-source code editor for transforming data and building ML pipelines https://ift.tt/ICVuT3b July 20, 2022 at 04:46AM

Show HN: I built a handheld CHIP-8 game console to teach myself embedded systems https://ift.tt/FefkdCJ

Show HN: I built a handheld CHIP-8 game console to teach myself embedded systems A while back I wrote a CHIP-8 emulator (which is considered the Hello, World! of emulators and is more accurately a virtual machine since historically CHIP-8 was an interpreted language running on top of the COSMAC VIP to make game programming easier). But a few months ago I got really interested in embedded software, so decided it would be neat to port my emulator to a STM32 MCU and design a console around it as a learning experience, since CHIP-8 never existed as a physical system. I didn't know much about embedded software when I began, and even less about electronics, but I managed to write all the firmware from scratch and even designed my first PCB, resulting in a finished (though not very polished) handheld CHIP-8 console. For those curious, the GitHub repo also has links to my dev blog about the project as well as a build guide. Thanks for looking! https://ift.tt/Ay9jNuw July 20, 2022 at 03:12AM

Tuesday, July 19, 2022

Show HN: A simple async, thread-safe Java library to perform rDNS lookups https://ift.tt/bU91kpq

Show HN: A simple async, thread-safe Java library to perform rDNS lookups https://ift.tt/j2S4MgQ July 19, 2022 at 02:49AM

Show HN: LookAway, a Mac break reminder that knows when not to interrupt https://ift.tt/wrZbBMy

Show HN: LookAway, a Mac break reminder that knows when not to interrupt Hello, I'm Kushagra and I am the indie developer behind LookAwa...