Wednesday, September 9, 2026

Show HN: What if the speed of light was 5 km/h? https://ift.tt/dFCuk2a

Show HN: What if the speed of light was 5 km/h? I've always wanted to make a visualization where the speed of light was scaled down to human speeds, so that we could intuit relativistic effects with everyday objects. And here is the first version of it! https://ift.tt/a5UJlhB September 10, 2026 at 05:58AM

Show HN: Hydra – Open-source agentic terminal with a PTY daemon https://ift.tt/rqcz63Y

Show HN: Hydra – Open-source agentic terminal with a PTY daemon https://ift.tt/FoE1OX8 September 10, 2026 at 01:51AM

Tuesday, September 8, 2026

Show HN: Ollama stand in replacement, 2-4x faster, not just basic optimizations https://ift.tt/rvIlWgt

Show HN: Ollama stand in replacement, 2-4x faster, not just basic optimizations https://ift.tt/Ick2s8X September 8, 2026 at 11:59PM

Show HN: Pipnote – Share a reminder they can't peek at until it arrives https://ift.tt/YusLoQK

Show HN: Pipnote – Share a reminder they can't peek at until it arrives https://pipnote.app/ September 8, 2026 at 11:48PM

Monday, September 7, 2026

Show HN: Interactive Tree of Life https://ift.tt/ZuimvYV

Show HN: Interactive Tree of Life Ptree consolidates of 11 taxonomic trees, both categorical like we used in school (plant, animalia) and phylogenetic (evolutionary descent), with instant crosswalk between them. Across those trees it overlays 41 visual properties (categorical and numerical) assembled from hundreds of biological traits and sources. Color the tree by habitat, nutrition, size, longevity, even see vertical range of birds and depth of fish visually. The backend is 800 GB of raw data distilled through a 9-step build process that reconciles and links all 11 trees along with hundreds of traits so every node in every tree gets all the properties. Every color and number presented retains and shows its provenance: original wording, citation, and license. The frontend uses a custom Miller column implementation with fold-away gutter, all composited animation (no frameworks, pure DOM mutation). Use +'s to try to confuse it by expanding many branches and it will fold them away and route edges around them. Made by the creator of ptable.com, a popular interactive periodic table website around since 1997. https://ptree.org/ September 4, 2026 at 04:40AM

Show HN: Gote – a CLI note-taking management tool for plain Markdown https://ift.tt/x7DEMf2

Show HN: Gote – a CLI note-taking management tool for plain Markdown Repo: https://ift.tt/OtN9bGF I built a note taking management tool to use at work for quick note taking and searching. It is intended to be quite minimal. Another focus was to have lots of shortcuts and to keep things close to the homerow for ergonomics and speed. Notes are just markdown files in whatever directory you point it at. The only thing it keeps elsewhere is an index in ~/.gote. If you stop using it you still have all your notes. Tags go on the first line of the note, separated by periods, like .project.urgent.work. No frontmatter. Search is built into the binary, BM25 with stemming, so there's no ripgrep or fzf to set up. gote s meeting searches titles and content, gote s -t .work filters by tag, gote s -w 2412 pulls up notes from December 2024. Most commands have a two letter version that combines a list with an action. ro is recent + open, sv is search + view, tp is tag + pin. When results come up you pick one with a home row key instead of arrows or numbers. Binaries for mac/linux/windows are on the releases page, or go install github.com/banorton/gote@latest if you have Go. The goal of this project was not to learn something new or build something impressive. I simply had a need and filled it with a vibe-coded solution. I have been using it for about a year now and it does more or less exactly what I wanted. So I thought I'd share in case others are interested in using it, contributing to it, or want to use it as a reference for their own solution. September 7, 2026 at 08:55PM

Sunday, September 6, 2026

Show HN: PixelDraw – simple drawing software for web(WASM) and desktop https://ift.tt/Kkop5UM

Show HN: PixelDraw – simple drawing software for web(WASM) and desktop https://ift.tt/YiQndRj September 6, 2026 at 07:53PM