Wednesday, February 21, 2024

Show HN: Hyperdiv – Reactive, immediate-mode web UI framework for Python https://ift.tt/GwS8OVW

Show HN: Hyperdiv – Reactive, immediate-mode web UI framework for Python Hello HN, I'm releasing Hyperdiv ( https://hyperdiv.io ), a framework for rapidly developing reactive browser UIs in Python, with immediate-mode syntax and using Shoelace ( https://shoelace.style ) as its built-in component system. This short coding video will give you a good idea of what it is: https://www.youtube.com/watch?v=4XJKfxaqvGE I wrote a brief article about the motivation and approach: https://ift.tt/Q2YUkVo Hyperdiv doesn't aim to compete with serious full-stack frameworks. The core aim was to make it easy and fast to prototype apps and build UI-based tools. I was originally motivated by internal tools at work -- feeling the need to quickly put together UI-based tools to share with both technical and non-technical coworkers, without having to stand up and maintain a full internal stack. This is my first major open source release. I really appreciate your feedback and support. - Marius https://ift.tt/2MuDNW6 February 20, 2024 at 07:53PM

Show HN: DMARC Checker https://ift.tt/xsQHGcf

Show HN: DMARC Checker https://ift.tt/A4vb5Ta February 20, 2024 at 10:22PM

Tuesday, February 20, 2024

Show HN: CaveRibbon (SFCave Remake) https://ift.tt/7AqySCn

Show HN: CaveRibbon (SFCave Remake) Hi HN! I made this project to indulge in some nostalgia for the Palm OS era. One of the hardest technical problems was fitting an entire replay’s worth of state into the URL fragment so games could be shared. I wrote up some of the details here: https://ift.tt/ZFpnu84 https://ift.tt/9aZ4MJL February 19, 2024 at 05:02PM

Show HN: The 2FA app that tells you when you get `012345` https://ift.tt/ndjwPhc

Show HN: The 2FA app that tells you when you get `012345` https://ift.tt/spycqHU February 19, 2024 at 10:46PM

Monday, February 19, 2024

Show HN: Like HN, but for Science https://ift.tt/7JoWvC5

Show HN: Like HN, but for Science https://ift.tt/Io9FvUz February 19, 2024 at 03:00AM

Show HN: The History Chronicle – daily historical facts in newspaper form https://ift.tt/HU3IsE5

Show HN: The History Chronicle – daily historical facts in newspaper form https://ift.tt/8ucvxrG February 19, 2024 at 01:56AM

Show HN: Caps-log (Captain's log) – A small TUI journaling tool https://ift.tt/ZUNBqKp

Show HN: Caps-log (Captain's log) – A small TUI journaling tool Caps-log is a compact TUI (Text-based User Interface) journaling application crafted in C++ and leveraging the FTXUI library for its terminal interface. It allows users to save daily log entries as simple markdown files, making it an appealing tool for those who prefer working within a terminal environment. The interface is designed with a calendar feature that stands out by marking the days associated with a log entry. Furthermore, it can accentuate days based on specific 'tags' or 'sections' identified in the logs, which are either markdown list items starting with '*' or level one headers. In addition to these features, caps-log includes password protection for your entries and offers a somewhat 'hacky' (for now) method for remote storage. This is achieved by integrating with a pre-configured Git repository, enabling remote storage via a git remote. https://ift.tt/6Fq8msd February 19, 2024 at 01:07AM

Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More https://ift.tt/8o2SWI1

Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More Hi HN, I’m building an agentic IDE for hardware developers. It currently supports...