Thursday, August 13, 2026

Show HN: Posts grew 6x since ChatGPT, but success rate remained relatively flat https://ift.tt/QoMCv8g

Show HN: Posts grew 6x since ChatGPT, but success rate remained relatively flat https://ift.tt/h08f53U August 13, 2026 at 03:32AM

Show HN: Programmable timer web app (for gym workouts or stretching sessions) https://ift.tt/5TdSOjg

Show HN: Programmable timer web app (for gym workouts or stretching sessions) Over the last couple of months, I’ve been building a timer web app for myself that I use for workout and stretching sessions. My main use-case is gym routines that consist of repeatable sequences, e.g. where you are holding certain positions for a set time (rinse and repeat). The app counts down the program, beeps, and reads the activities out loud. Two things (I suppose) are special about it: - The timers are “programmable”, so you can freely express your own routines and procedures in a declarative notation. - The app is all static (no backend): the entire program is encoded in the URL and can be bookmarked or shared/transferred via QR-code. You can check it out at https://ift.tt/8EhvzKW , optionally with a demo program pre-loaded: https://ift.tt/WPk5ZQu . Source code is at https://ift.tt/0m9nNOh . I’ve also written up a small behind-the-scenes on my blog: https://ift.tt/MZFSNbB https://ift.tt/8EhvzKW August 12, 2026 at 11:57PM

Show HN: Mooneva Cycle – Offline period tracker with no servers and no accounts https://ift.tt/0v3IPC5

Show HN: Mooneva Cycle – Offline period tracker with no servers and no accounts Data stays encrypted on your device (PBKDF2/AES-GCM), no internet permission, nothing to breach or subpoena. GPL-3.0, TypeScript/React + Capacitor. Android & iOS. https://ift.tt/I8NYHf7 August 13, 2026 at 12:40AM

Show HN: StarryKit – MCP for editable slides, posters and all visual designs https://ift.tt/jDXb7NJ

Show HN: StarryKit – MCP for editable slides, posters and all visual designs https://ift.tt/T1rNL2K August 12, 2026 at 11:34PM

Wednesday, August 12, 2026

Show HN: Pulp – Zero-allocation C11 telemetry engine (28M logs/SEC to disk) https://ift.tt/CJVl3A1

Show HN: Pulp – Zero-allocation C11 telemetry engine (28M logs/SEC to disk) https://ift.tt/caQBbd3 August 12, 2026 at 12:15AM

Show HN: Proxima serves 4x more requests with no hardware change on vLLM https://ift.tt/8qPoNfZ

Show HN: Proxima serves 4x more requests with no hardware change on vLLM hey everyone, i decided to make a vLLM plugin that implements the Star-KV paper. the results are quiet promising with a decode kernel thats faster than FA2 in higher batch sizes. would love any thoughts and recommendations https://ift.tt/3x2J6aG August 11, 2026 at 08:34PM

Tuesday, August 11, 2026

Show HN: Graph2agent; Mermaid diagrams, explained for agents https://ift.tt/IoLabAg

Show HN: Graph2agent; Mermaid diagrams, explained for agents During the implementation of a huge high performance service. In order to keep context small (mainly for humans) I kept the specs into mermaid diagrams. When communicating with humans; diagrams were easy to follow and to remember. But when I asked the agent to implement what's in the diagram, most of the times it failed. So I came into conclusion that agents are good into writing mermaid diagrams but they are not good into reading them. I built graph2agent in order to deterministically (without inference :) ) convert mermaid diagrams into digestible rich text for agents. examples: https://ift.tt/RovLD79... This gave us 50% error reduction for any class of diagrams and 80% error reduction for sequence diagrams specifically. Also Input tokens increased on avg by 8% (which is expected) but Reasoning tokens dropped by almost 50%. You can use it either with MCP so agents can call it with any mermaid diagram, and also can put it in pre-commit jobs and run it on every PR so all diagrams are agent ready! I hope you like it! Let me know your thoughts! https://graph2agent.github.io/ August 11, 2026 at 02:59AM

Show HN: DocSift convert a PDF once, give the model only the passages it needs https://ift.tt/i19OAYb

Show HN: DocSift convert a PDF once, give the model only the passages it needs https://ift.tt/P7MfW2i August 10, 2026 at 07:34PM

Show HN: 100% native Swift harness (NOT Electron) https://ift.tt/o9NfZ6A

Show HN: 100% native Swift harness (NOT Electron) hi everybody, I’ve been working on this harness that is all native Swift for macOS. It’s fully featured with every feature i could find in cline, codex, and claude code. There is all swift command line too It’s taking me a long, long time, a few months to build this, and it’s fully open source Apache 2 licensed. Hoping people fork this and make many branches I’m looking for people who want to work on something that has much lower memory usage and much more potential to be just more efficient. Every other single harness has is written in using electron, so this harness is really unique in this way. It’s connected to trusted router so that it has end-to-end encryption confidential mode as well as access to hundreds of models, any model in the world. It works great with Deepseek. it’s great for swift development ios development. and for people who love Linux, I also made a compatibility layer that lets you compile SwiftUI into native Linux so that you either can new or QT actually so that you can just compile all the code directly and make it run on Linux https://ift.tt/ug5rUsf August 10, 2026 at 06:56PM

Monday, August 10, 2026

Show HN: Whetstone – 20 Claude Code skills, each distilled from one real failure https://ift.tt/k9gJQqV

Show HN: Whetstone – 20 Claude Code skills, each distilled from one real failure https://ift.tt/I0bEMrF August 10, 2026 at 01:37AM

Show HN: Alphabet Soup, a multiplayer game, build the longest word to win https://ift.tt/VREo8S1

Show HN: Alphabet Soup, a multiplayer game, build the longest word to win I've been working on a simple multiplayer word game called Alphabet Soup. It's a bit like NYT Spelling Bee, except it's multiplayer and only your best (longest) word counts toward your score. So, instead of trying to find as many words as possible, the game is more about finding one unusually good word. You can play with friends in a private match, or, you can join a public Arena match to play against other players who are online. If no one else is around, you'll be matched with a bot. The game works well with just 2 players, but, also works with bigger groups since the game isn't turn-based. https://alphabetsoup.club August 10, 2026 at 01:45AM

Sunday, August 9, 2026

Saturday, August 8, 2026

Friday, August 7, 2026

Show HN: ARF – a record format for AI evaluation runs, with reproducible digests https://ift.tt/TL3tPah

Show HN: ARF – a record format for AI evaluation runs, with reproducible digests https://www.korvo.xyz/arf August 7, 2026 at 04:55AM

Show HN: Learn System Design, one campaign at a time https://ift.tt/za21tYQ

Show HN: Learn System Design, one campaign at a time https://scalequest.io/ August 7, 2026 at 03:25AM

Show HN: Posts grew 6x since ChatGPT, but success rate remained relatively flat https://ift.tt/QoMCv8g

Show HN: Posts grew 6x since ChatGPT, but success rate remained relatively flat https://ift.tt/h08f53U August 13, 2026 at 03:32AM