Monday, March 18, 2024

Show HN: Interactive Smartlog VSCode Extension – An Interactive Git GUI https://ift.tt/dNW5Pat

Show HN: Interactive Smartlog VSCode Extension – An Interactive Git GUI Interactive Smartlog is a graphical VSCode extension that presents a simplified view of the Git log, directly highlighting the branches and commits that are most relevant to your current work. And it's not just a visual tool — it's fully interactive, allowing you to add/switch/remove branches, stage/unstage files, and manage commits directly from the GUI. This tool draws inspiration from Meta's Interactive Smartlog built for the Sapling source control system, and I've adapted it to work with Git. Transitioning the functionality from Sapling to Git wasn't just about a one-to-one feature transfer; it involved changing how data is queried & presented, as well as introducing UI interactions for several Git concepts (like branches, staging/unstaging changes, etc) which are not present in the Sapling source control system. Originally a personal project to enhance my own workflow, I've published the extension on the VSCode marketplace for anyone who would like to use it. I'm keen to hear your feedback and suggestions, as community input is invaluable in shaping its future updates. https://ift.tt/POyBDFM March 17, 2024 at 06:28AM

Sunday, March 17, 2024

Show HN: Htmx with ManTL Templates https://ift.tt/WHT81FL

Show HN: Htmx with ManTL Templates HTMX revitalizes server-side rendering via templates. ManTL is a Java-centric, 100% type-safe templating language with comprehensive IntelliJ integration. It was designed with HTMX (formerly intercooler) in mind. Authors include both Manifold creator and HTMX creator. https://ift.tt/jGD6OsU March 17, 2024 at 12:01AM

Show HN: SatCat5, the open-source FPGA Ethernet switch https://ift.tt/GwONUbK

Show HN: SatCat5, the open-source FPGA Ethernet switch We've just launched v2.5 of SatCat5, the open-source FPGA Ethernet switch [1]. SatCat5 contains various FPGA building blocks that let you build a custom mixed-media Ethernet switch. It was originally intended for cubesats [2] but has many other potential applications. The headline feature for this release is support for the IEEE-1588 Precision Time Protocol (PTP). SatCat5 has demonstrated end-to-end synchronization to within 50 ps-rms, which is approaching the world-leading performance of CERN's White Rabbit Project [3]. Except we're doing time-transfer over regular, non-synchronous Ethernet. The key breakthrough is a new technology for digital timestamps that we've published in IEEE Access [4]. This project was featured on HN back in 2023 [5]. Since then, we've changed to the CERN-OHL-W v2.0 license, which has much better legal clarity for FPGA projects. [1] https://ift.tt/3O07tlD [2] https://ift.tt/fFIPLAU [3] https://ift.tt/HlEaf9u... [4] https://ift.tt/IzRLbMo [5] https://ift.tt/veEi7sZ https://ift.tt/LIcpqus March 17, 2024 at 05:17AM

Show HN: An Online Gantt Chart https://ift.tt/i9fN85a

Show HN: An Online Gantt Chart https://ift.tt/tnu0YOB March 16, 2024 at 11:24PM

Saturday, March 16, 2024

Show HN: Kaldo – Cross Shell Aliases https://ift.tt/HwTmoF7

Show HN: Kaldo – Cross Shell Aliases I made this so that I don't have to maintain my aliases across my $profile, .bashrc, and .zshrc when I swap shells. Let me know what you think about it! https://ift.tt/5Szw2CF March 15, 2024 at 10:37PM

Show HN: Implementation of the "Self-Rewarding Language Models" Paper by MetaAI https://ift.tt/NI6CmWu

Show HN: Implementation of the "Self-Rewarding Language Models" Paper by MetaAI https://ift.tt/RyHDNci March 16, 2024 at 02:16AM

Show HN: TinyApps – Upwork but for tiny software development tasks https://ift.tt/R8bq57g

Show HN: TinyApps – Upwork but for tiny software development tasks https://tinyapps.to March 15, 2024 at 09:25PM

Show HN: PlutoPrint – Generate Beautiful PDFs and PNGs from HTML with Python https://ift.tt/8nBt5IR

Show HN: PlutoPrint – Generate Beautiful PDFs and PNGs from HTML with Python Hi everyone, I built PlutoPrint because I needed a simple way t...