Monday, August 31, 2026
Show HN: Keel - A conductor, not an agent loop https://ift.tt/tvdFypM
Show HN: Keel - A conductor, not an agent loop https://daneb.github.io/keel/ September 1, 2026 at 12:22AM
Show HN: Guess the AI model from its web design https://ift.tt/RBkzrm7
Show HN: Guess the AI model from its web design https://ift.tt/V6UJcy8 August 31, 2026 at 11:40PM
Sunday, August 30, 2026
Show HN: Break 5, the addictive, free 5 minute, daily word game https://ift.tt/s2TQ3N9
Show HN: Break 5, the addictive, free 5 minute, daily word game No 3rd party analytics, no tracking, no data sharing. Just a fun, free game where everyone plays the same daily puzzle, in which you are challenged to turn one five-letter word into another five-letter word, changing one letter at a time. https://break5.co.uk/ August 31, 2026 at 04:05AM
Show HN: What Apple's OS updates silently change in the on-device AI model https://ift.tt/JQKDbVa
Show HN: What Apple's OS updates silently change in the on-device AI model https://umer9538.github.io/underfoot/ August 31, 2026 at 03:41AM
Show HN: NFC Energy-Harvesting PCB Business Card with an MCU https://ift.tt/iI1V6uK
Show HN: NFC Energy-Harvesting PCB Business Card with an MCU https://ift.tt/UJYe5nC August 28, 2026 at 05:48PM
Saturday, August 29, 2026
Show HN: SSH Ache – open-source desktop SSH client with SFTP, tunnels and MCP https://ift.tt/vDYSe4Z
Show HN: SSH Ache – open-source desktop SSH client with SFTP, tunnels and MCP https://ift.tt/YQGB4Lk August 29, 2026 at 11:42PM
Show HN: Convert PNG and JPG to clean SVG in seconds https://ift.tt/KvOXjfI
Show HN: Convert PNG and JPG to clean SVG in seconds https://ift.tt/TSOwj85 August 30, 2026 at 12:54AM
Show HN: 3D Embodiment of your Git repo https://ift.tt/EO4yY6m
Show HN: 3D Embodiment of your Git repo https://ift.tt/Z1RwstP August 29, 2026 at 09:49PM
Friday, August 28, 2026
Show HN: Boop – tiny, self-hosted push notifications for your apps built in Go https://ift.tt/WpnMfHA
Show HN: Boop – tiny, self-hosted push notifications for your apps built in Go Hi HN, I built Boop because I wanted application events sent directly to my phone without paying for another service or routing everything through Slack or Telegram. Boop is a small, open-source server paired with an open-source iOS app. The server currently uses around 8 MB of memory on my machine. It’s deliberately not an observability platform or a replacement for Sentry. It receives events from your applications, sends native push notifications, and keeps them in a purpose-built mobile inbox. I use Elixir, so I built an integration for ErrorTracker. ErrorTracker still captures and stores the errors; the plugin sends them to Boop so I can see them on my phone: https://ift.tt/w7nWaNe There’s also a general Elixir client: https://ift.tt/IzByYbP And a Node client: https://ift.tt/rqoEFxy The iOS app can be built and installed locally. I’ve included instructions for configuring private push notifications for your own device, so you don’t need to release anything through the App Store. Although errors were my original use case, Boop can receive any event worth knowing about: failed jobs, deployments, signups, payments, low disk space, or anything else your application can send. Built in Go because I wanted to save memory on my self-hosted machine so Go and Svelte felt like a good combo. Everything is free and open source. It’s early, so I’d especially appreciate feedback on the architecture, setup process, and which integrations would make it useful to others. https://ift.tt/u1yxIS7 August 28, 2026 at 11:03PM
Thursday, August 27, 2026
Show HN: Watches user sessions, finds bugs that matter, and fixes them https://ift.tt/8KzTN6M
Show HN: Watches user sessions, finds bugs that matter, and fixes them Hey HN, I’m Abhishek. I'm building Opslane, an open-source agent that identifies user-facing issues and investigates them. It only creates a PR if it can verify the fix. Demo: https://youtu.be/ccuOTYQMeYg
Docs: https://ift.tt/eV2I07r At my last job at Robinhood, we used to do a quarterly bug bash. We would go through our Sentry backlog and try to fix as many of them as possible. We only fixed bugs we knew were reported by customers. We had hundreds of bugs, and Sentry’s default priority levels made no sense. After the bug bash, we would declare bankruptcy - select all remaining bugs and mark them as resolved. This problem has only gotten worse since coding agents have become more prevalent. So I started thinking: what would Sentry look like if it were built in 2026? To me, error trackers have two failure modes: 1. False positives: They show you thousands of errors, and you can’t tell the impact on the user 2. False negatives: Many user-facing issues don’t throw exceptions, so they go unnoticed. Opslane combines error tracking and session recording. And there is an agent that acts on both. To get started, you install the Opslane SDK. It captures everything the user did: errors, console logs, network requests, and session recordings. Opslane reduces false positives by ranking issues based on how many users are facing a particular issue. It also learns about your product by reading your code and watching your session recordings. False negatives are harder. Opslane reviews session recordings to spot frustration. They look for rage clicks, dead clicks, and abandoned forms. This recently caught a bug in an early customer’s onboarding flow: a dropdown that closed itself when clicked. No exception, no bug report. The recordings showed users clicking it, selecting nothing, and dropping out of onboarding. Opslane flagged it and the team fixed it. Three guiding principles when building Opslane: 1. Open Source: Self-host with one Docker Compose file. 2.Agent-first: I never want to open an error dashboard again. Opslane ships an MCP server, so you can ask "what broke for users this week" from Claude Code. You get back issues that need your attention and you drive the resolution. 3. It knows about your product: Opslane is continuously learning about your product. Every investigation begins with what it knows about your product. It’s early. Frontend apps work end to end today.I am currently focused on improving reliability and accuracy. Here is a link to our repo: https://ift.tt/KZkiRBn Would love to get feedback from folks on our approach to this problem! https://ift.tt/KZkiRBn August 27, 2026 at 07:45PM
Show HN: Voronoi Go https://ift.tt/ZdmCTB7
Show HN: Voronoi Go I posted once before but wanted to share again because a lot has changed. There's now a fairly strong bot to play against (contributed by a community member) and also correspondence games. The combination of these things helps a bit in finding people to play against. https://voronoigo.com/ August 27, 2026 at 10:03PM
Wednesday, August 26, 2026
Show HN: Convolens – Real time slides and fact-checking https://ift.tt/wv6SejL
Show HN: Convolens – Real time slides and fact-checking Convolens is a Mac desktop app that records and transcribes your conversation on device, and turns it into slides, fact-checks, and infographics. I built the real time slides because I'm constantly losing focus during meetings and needed something I can quickly glance at and know exactly where I'm at and what happened during my "snooze". As a whole, Convolens lets you: - Record and transcribe your meetings / sessions locally. - Generate Slide decks, Infographics, and Fact-checks from your conversation (among other things). - Chat with your meeting/session and research anything that you need. Anyway, please check out the app we have a great free tier. Any and all comments are greatly appreciated! https://ift.tt/5ly08xK August 26, 2026 at 11:50PM
Tuesday, August 25, 2026
Show HN: TeXbrain, a LaTeX editor that runs pdfTeX in the browser via WASM https://ift.tt/flyHCQR
Show HN: TeXbrain, a LaTeX editor that runs pdfTeX in the browser via WASM I'm a master's engineering student and a big fan of LaTeX, which I used for my thesis and research articles. I have used Overleaf and that was fine until I wanted to git sync, which unfortunately sits behind a paywall. Since I didn't want to pay subscriptions for things that should simply just work, I built the editor I wanted in my free time, where you open a tab, write LaTeX, get your PDF and the files stay all in one folder on my disk. TeXbrain is a static site with no backend. pdfTeX is compiled to WebAssembly (SwiftLaTeX) and runs in your browser. The editor can read and write your project folder through the File System Access API, so you can use git, any local TeX install, local AI Agents, or any other editor on the same files. Git is built in through isomorphic-git for anyone who would rather not touch a terminal and clone, branch, commit, push or pull via commands. No account is needed, no analytics, and everything works offline after the first load. Try it out: https://ift.tt/CRNpkiy (Chromium browsers get direct folder access, while Firefox or Safari fall back to a virtual filesystem) Or for self-hosting/contributing: https://ift.tt/iBew0Ra (MIT, the pdfTeX engine is EPL 2.0 / GPL 2.0 and is listed in the THIRD_PARTY_LICENSES file). The part I'm most proud of getting to work is the package loading. The engine itself is only 1.8 MB. When it asks for a file it doesn't have, then a service worker intercepts the request and resolves it through Cache Storage first, then a small bundled subset, then a TeX Live tree mirrored on jsDelivr, then a SwiftLaTeX style server as a last resort. Every file is fetched once at most and after the first successful compilation, the core subset is prefetched in the background so that the offline story actually holds. Only file names go over the network, never any document content. So far, it only supports pdfTeX (no XeTeX or LuaTeX), so fontspec or polyglossia won't work, packages are pinned to the TeX Live 2020 era to stay coherent with the engine's format file and there is no bibtex or biber in the engine yet, which is maybe the roughest edge. This is should be a good solution for people on a work laptop, a Chromebook, or a university lab PC where installing TeX Live isn't always an option, and people who don't want to maintain a TeX install at all. If you already have a local setup you like, keep it. This isn't necessarily thought as a replacement for that. Some people have already used it for their thesis in the past months and their bug reports (which I would never have hit on my own) were then most of the summer's work. The first outside PR also landed recently, so if something doesn't compile for you, an issue with the package name or the bug itself is the most useful thing you can send me! https://ift.tt/iBew0Ra August 26, 2026 at 02:08AM
Show HN: I built self-hosted deployment automation tool for Windows and IIS https://ift.tt/JyXczPh
Show HN: I built self-hosted deployment automation tool for Windows and IIS Seven years in the making (I admit that I did get a kid at some point which slowed down progress and brought it to a halt quite a few times), I decided to finaly release it, with a rather drastic change to the now (I believe) generous licensing model. Unlike current major players in this field, I decided to go with uncrippled, free version for commercial use for corps with up to 1M USD ARR. I poured my heart and soul into this, not because I was looking for financial success, but because I felt it just had to be done, given the price hikes wherever you look today.
While my wife and kid were enjoying the beach during a vacation, I was using the time to figure out how to best tackle the problem with variable substitution and snapshots, a rather important part of the software. Pulling your hair kind of thing, many of you have likely been there, but darn does it feel good once you solve it!
I know, not the best use of my time, but on the other hand, I hate the beach, so I guess this was an escape mechanism for me at that time :) I had received quite a few encouraging emails from people eager to try fDeploy back when I only had a tiny landing page out, but life has its own course and it took a while to even gather the courage to publish the first beta! As everything that sounds too good to be true in this day and age, fDeploy is no different. It does not support multi tenancy (a rather big feature which I'd love to work down the road) and a few other things may be missing which some companies may find crucial.
Either way, I see this covering the needs of a large chunk of small to medium sized companies, so some "assembly" may be required. If only HN had the crowd which likes to get their hands dirty and find ways to make things work ;) I'd love to hear your thoughts and if you could take it for a spin. No signups, should be a smooth ride to get up and running and experimenting in minutes.Thanks! https://fdeploy.com/ August 25, 2026 at 11:32AM
Show HN: I missed the moving blocks, so I built a real Linux disk defragmenter https://ift.tt/AHK01ek
Show HN: I missed the moving blocks, so I built a real Linux disk defragmenter https://ift.tt/hcOQDi6 August 25, 2026 at 10:57PM
Monday, August 24, 2026
Show HN: Octophobia – a daily puzzle where you clear the board without making 8 https://ift.tt/mWYEDhB
Show HN: Octophobia – a daily puzzle where you clear the board without making 8 https://ift.tt/CG5UM2O August 25, 2026 at 12:56AM
Show HN: See how much your AI knows about you https://ift.tt/4v7kBE9
Show HN: See how much your AI knows about you https://ift.tt/UVPHqQF August 24, 2026 at 09:44PM
Show HN: Sloppie – Agentic development environment for Linux https://ift.tt/jdvc48l
Show HN: Sloppie – Agentic development environment for Linux Hi! In my own development work I have noticed I less and less reach for Emacs and rather need the combo of a coding agent + git diff viewer + a stack of code-review comments to handle later. There's a lot of apps that do more or less that but mostly for Mac, heavy churn and too much features I don't need, arranged in a way that makes for a noisy and distracting interface. So, I wrote my own. Not as a throw-away project but one to actually use daily. It's tailored for my own needs and probably not useful as-is for others, but maybe something for inspiration or customization. https://ift.tt/XC2cOMP August 24, 2026 at 11:06PM
Sunday, August 23, 2026
Show HN: Modern demo of Douglas Hofstadter et al.'s 2001 Letter Spirit project https://ift.tt/G5BTgKe
Show HN: Modern demo of Douglas Hofstadter et al.'s 2001 Letter Spirit project https://ift.tt/odBEFPr August 23, 2026 at 10:02PM
Saturday, August 22, 2026
Show HN: CtrlTool – 132 free online tools for developers and everyday tasks https://ift.tt/579NcCm
Show HN: CtrlTool – 132 free online tools for developers and everyday tasks Hey HN, I built CtrlTool because I kept needing small tools for random things and didn't want to install something or sign up for another website.
It currently has 132 tools for things like JSON, JWT, Base64, URLs, text, hashes, PDFs, SEO, converters, generators, and other everyday stuff. The main thing I tried to focus on is making the tools fast and simple. For tools where it makes sense, everything runs locally in the browser so the data doesn't need to be uploaded to a server. It's still very new, so I'm mostly looking for feedback on the UX, which tools are actually useful, and what you think is missing. https://ctrltool.wtf Would appreciate any feedback. https://ctrltool.wtf August 23, 2026 at 05:44AM
Show HN: Built a CLI to find and disable telemetry for package.json dependencies https://ift.tt/dUfJEwi
Show HN: Built a CLI to find and disable telemetry for package.json dependencies https://ift.tt/Ysqk19L August 23, 2026 at 12:28AM
Friday, August 21, 2026
Show HN: OzBrain, a shared brain for knowledge between agents and your team https://ift.tt/Jafgq9U
Show HN: OzBrain, a shared brain for knowledge between agents and your team I think agent-first chat interfaces will be a primary software modality and busy dashboard/UI will go away. I’m not sure who exactly wins it, but I want my knowledge to grow/go with me. A lot of the “knowledge” ie research, analysis, reasoning will be done by agents as the primary user. Our current notes tools & tasks management systems were built for humans… I don’t care what the 17th thing on my bug backlog is. I want to conduct agents that can execute for me and do great work. What I built OzBrain to do:
+ Create a central place for agent reasoned knowledge to live
+ Be agnostic about what apps/agents connect to it
+ Capture everything and track it so I can audit it
+ Enable teams, collaborators or partners to share brains
+ Handle conflicts so many agents in the same article doesn’t blow up
+ Refactor knowledge into more token friendly chunks and map the index well
+ Close the knowledge loop so new thinking supersedes old thinking across the corpus. Don’t erase, depreciate and link
+ Keep user data safe and secure
++ Be easy enough to use that you don’t have to have any technical knowledge Some among us will always build their own custom solutions, but there are millions of tech professionals and small business owners that will use agents heavily and need a solution. So I’m trying to build that. Isn’t this like gBrain? Yes, similar. I think it’s like AWS vs Vercel. AWS is very powerful, configurable, and useful if you’re technical and want to invest the time into really fine tuning your system… but if you just want your web deploy/hosting to just work and be easy to deal with you use Vercel. // WHY I MADE IT I’ve been enjoying getting back to my technical roots, as I lost my coding skills more than a decade ago, but with AI I can focus on the system and the product in partnership with agent coding workflows. I recently built a Voice AI for older people. To build it I created an agentic engineering workflow (feel free to rip that up as I’m always looking to improve systems: https://ift.tt/QPNaX1Z ) My approach with coding agents is trust but verify, and I’m trying to replace the parts where a human would review with an adversarial or specialized agent who would give a better answer/review. I have workflows that will go high level task to shipped PR running in Claude cloud sessions. I use Claude Code locally and Cursor when I want a tighter loop on doing visual work like UI or layout. And Codex to either load balance usage for TokenThriffting or when I want a different llm to think thru something. It was a pain in the ass passing .md files around and keep track of which version was the most recent, so I built a hosted .md storage right in Supabase and any of my agents already have Supabase access. This let me build a solid, scalable, secure voice AI from my phone at the gym. All my agents have access to our knowledge, can write to it, update and refer to it as we build and improve the product and the systems we use. Out of 75 founder friends I asked about how they manage shared knowledge, 26 built their own custom knowledge systems… Obsidian vaults with 7k files synced through a VPS, markdown repos behind their own MCP servers, cron jobs stitching Supabase to a skills file… each a different Frankenstein they have to maintain. 32 said they felt the pain of moving static files around but didn’t have any solution for it. So I rebuilt my brain better and used it to build it. // HOW YOU CAN HELP Would love to have you try it out. The maintenance loop is still in alpha so not running it on customer data yet. If you built your own brain I’d love to hear how you did it. What criteria was most important for you in its design & function. If you are tired of shuffling .md files around I’d love to have you try out OzBrain and to give feedback, just ask your agent to put it in the shared bugs & features brain! Cheers!
Bubs.co https://ozbrain.com August 22, 2026 at 03:09AM
Show HN: Traccia - Observability, Runtime Control & Audit for agents https://ift.tt/izQqE7d
Show HN: Traccia - Observability, Runtime Control & Audit for agents AI applications are becoming agents, which has started to take autonomous decisions. There are plenty of tools and platform available to trace, and observe what an agent or llms calls does. They are good in what they do, but tracing and observability isnt enough for AI agents era. We need a solution that can help you observe, evaluate, create run time policies to govern and finally audit the actions of the agent. We built Traccia to solve this problem. The good part, all of these can be achieved by just writing few lines of code. Traccia has an open-sourced sdk that can work with your existing observability tool like grafana, tempo, jaeger, etc. In case you need more than just observability, Traccia provides the platform to evaluate, control and audit the agents. The platform is easy to use. The product's documentation is quite extensive. It is also cloud vendor and framework agnostic. Traccia is being built by an Indian start up ,based out of Bengaluru. We are running a 3 months free trials so that you can explore without any strings attached. We are open to improvise and get better so please drop your comments and feedbacks. https://traccia.ai/ August 21, 2026 at 10:20PM
Show HN: CSVtoTable – turn a CSV/XLSX into one self-contained HTML file https://ift.tt/GQ2U5ei
Show HN: CSVtoTable – turn a CSV/XLSX into one self-contained HTML file https://ift.tt/Qiwx5eV August 21, 2026 at 10:53PM
Thursday, August 20, 2026
Show HN: Huzzah – a novel approach to coding with AI https://ift.tt/d9bILxf
Show HN: Huzzah – a novel approach to coding with AI Hello everyone. I've been working on this experimental editor called Huzzah. I've been working almost exclusively with coding agents since January of this year, and over the past few months I began to feel utterly exhausted by them. They're great, but I'm finding it more and more tedious to write full sentences for every change I want. Not only that, but it seems there's a complexity limit for codebases - beyond a certain point the agent begins confusing itself. I'd like to go back to writing code, but I don't want to go all the way back to fully manual coding. So I've come up with this interaction paradigm where you: 1. write pseudocode in whatever way makes the most sense to you
2. on save, the editor synchronizes your work to real source code
3. the pseudocode is persisted alongside the generated code, making your prompt effectively a stored record of intent.
It may not work for every use case, but in my initial playthroughs I've found it very enjoyable. Right now it's just a proof of concept - installation instructions are here in the readme: https://ift.tt/teKZjb2 You can also watch a video of it in action here: https://ift.tt/Sw5RZIm Cheers! https://ift.tt/cPT1pj6 August 20, 2026 at 11:05PM
Wednesday, August 19, 2026
Show HN: HyperSAE – Sparse Autoencoders, reimagined in hyperbolic space https://ift.tt/R5yTB6L
Show HN: HyperSAE – Sparse Autoencoders, reimagined in hyperbolic space https://ift.tt/eYRXSoV August 20, 2026 at 12:07AM
Show HN: terminal-code – VS Code inside the terminal https://ift.tt/CVXDKsn
Show HN: terminal-code – VS Code inside the terminal https://ift.tt/gfZBMFp August 19, 2026 at 09:13PM
Tuesday, August 18, 2026
Show HN: Voidleap Code – agentic IDE, own harness, swap models mid-conversation https://ift.tt/oxN65eG
Show HN: Voidleap Code – agentic IDE, own harness, swap models mid-conversation We wanted to build a development environment that can make you a better agentic engineer, not a tool that makes money when you waste tokens. A tool where you can swap models between turns, edit the context, and see every agent action. To do it, we had to build our own harness. Free to use. We don't sell inference, so bring your own key. The sore spot is Claude subscriptions. We can't support them because of Anthropic's terms. The app runs on your machine, and your data never touches our servers. We've been building Voidleap Code using Voidleap Code since January. We didn't rush to launch, but instead focused on getting the architecture and package just right. There are still more features to build, and more polishing to do, but it's ready for you to try. Judge it for yourself and tell us what you think. https://voidleap.com/ August 18, 2026 at 10:40PM
Monday, August 17, 2026
Show HN: Classifier and browser extension to detect rule violating HN comments https://ift.tt/5N7Bfqt
Show HN: Classifier and browser extension to detect rule violating HN comments I love HN, but lately I have been sick of reading the same dismissive criticisms over and over again. Along with political arguments that have been litigated to death, people's issues with smooth scrolling on blogs, etc. Many of these comments do not get flagged for whatever reason. So I made a service to automatically classify whether comments violate (a modified form of) the HN guidelines automatically. In addition there's a Chrome extension to collapse these comments (if they violate your score thresholds) so you don't have to read them too. You can also just watch guideline violating comments as they are posted on the home page. Here's more info on how it works: https://ift.tt/zcqLXTQ https://ift.tt/kuvNeQ0 August 17, 2026 at 08:04PM
Show HN: Tesana – An AI game engine that builds quality games end-to-end https://ift.tt/Km3LMhA
Show HN: Tesana – An AI game engine that builds quality games end-to-end Hey HN! I built https://tesana.ai/en , a game generation platform that allows anyone to create full games with graphics, game logic, and animations from a simple text prompt - without coding. Tesana has three key features
1. describe your game idea and have Tesana write a game plan for you
2. Build the game iteratively with AI, or let AI self-build the game in a build LOOP.
3) Launch the game on the web, without setting up an engine Tesana has 250 000 builders on the platform today I believe the democratization of game making is a good thing, and hopefully Tesana can help more people bring their game ideas to life. Happy to chat about the AI or dev stack behind the product. Let me know if you have any
questions/comments/feature requests! https://tesana.ai/en August 17, 2026 at 09:39PM
Show HN: Tidy – a Mac app that names files by reading what's inside them https://ift.tt/eMKvC29
Show HN: Tidy – a Mac app that names files by reading what's inside them https://ift.tt/EGJWM9H August 17, 2026 at 11:09PM
Sunday, August 16, 2026
Show HN: A visual ping utility that is pretty https://ift.tt/I2re6u4
Show HN: A visual ping utility that is pretty As a network engineer, I use ICMP every day.
The default ping utility is ugly, I used a prettyping instead. But it got some bugs, isn't configurable and need bash. So I made my own.
I hope it will help some other IT guy. For reference, prettyping: https://ift.tt/AWUBzvm https://ift.tt/yswKiVH August 17, 2026 at 03:50AM
Show HN: PageSieve, a web scraping browser extension https://ift.tt/repP0mD
Show HN: PageSieve, a web scraping browser extension PageSieve[1] is a browser extension for scraping data from different websites from within your browser. Currently it's Firefox only but I am open to porting it to other browsers if that's something people want. My original motivation for this started with a desire to improve the capabilities of the selectorgadget[2] bookmarklet to support extracting as well as finding selectors. The ideal use case is when some data you need is useful but you don't want to spend the effort of writing a one-off script to extract it especially nowadays when a lot of websites need an entire JavaScript environment to load correctly which complicates scraping. Using this extension means you only need to maintain the selectors for extracting the data and don't need to worry about managing dependencies. As long as the website can be opened in your browser you should be able to scrape data from it using the extension. I have a lot of features planned as well as some rough edges that need smoothing. I use this extension nearly everyday and I hope it can make somebody else's work easier. Take a look and let me know what you think. [1]: https://julius383.github.io/PageSieve/ [2]: https://ift.tt/fE7xP1U https://julius383.github.io/PageSieve/ August 16, 2026 at 05:45PM
Show HN: Interactive component to map fibre breaks (OTDR) https://ift.tt/zdQKpev
Show HN: Interactive component to map fibre breaks (OTDR) Added an OTDR trace component as the latest in my component library for datacentre/network apps. Mainly for my own use in rackout. https://ift.tt/rNtH9k4 August 17, 2026 at 12:47AM
Show HN: Hacker News Top Stories as Feeds to Use with RSS/Atom with Summaries https://ift.tt/usE9gnY
Show HN: Hacker News Top Stories as Feeds to Use with RSS/Atom with Summaries Hey all, I’ve made this bot, it fetches every story that enters the HN Top 10, summarizes it with AI to a tweet-sized textlog note and publishes it. textlog.cc offers these endpoints as RSS/Atom through textlog.cc/u/hn10.rss and textlog.cc/u/hn10.atom so you can subscribe easily. Enjoy! https://textlog.cc/u/hn10 August 17, 2026 at 12:01AM
Saturday, August 15, 2026
Show HN: Bribes.fyi – Compare bribes statistics department wise https://ift.tt/rGfXFiN
Show HN: Bribes.fyi – Compare bribes statistics department wise https://ift.tt/G15gRJS August 16, 2026 at 02:11AM
Show HN: ElevenMusic Sounds, loop library that grows as other people generate https://ift.tt/OfXitjP
Show HN: ElevenMusic Sounds, loop library that grows as other people generate https://ift.tt/BysYa07 August 16, 2026 at 02:22AM
Show HN: Live Claude Usage HUD for a $38 Thermalright Trofeo Vision LCD https://ift.tt/3u2ZzHF
Show HN: Live Claude Usage HUD for a $38 Thermalright Trofeo Vision LCD https://ift.tt/B9E4eVa August 16, 2026 at 01:42AM
Show HN: Every MUNI, BART and Caltrain in SF on a Live Map https://ift.tt/hfpu6Qr
Show HN: Every MUNI, BART and Caltrain in SF on a Live Map https://ift.tt/nXdZF3W August 15, 2026 at 11:09PM
Friday, August 14, 2026
Show HN: Mole – Deep research agent for your terminal https://ift.tt/389t1vx
Show HN: Mole – Deep research agent for your terminal Doing research with agents is fun until they blow way past budget, jumble the sources, and don't even give you the best possible answer, just sound confident. And if you want to run some research task on local data - you have no idea where your data ends up after the prompt consumes it. So I built this tool: a deep-research agent with an enforced budget, verified quotes, and a privacy boundary for local data. 1. Never spend more than you budgeted (measured overshoot is 0%).
2. Every claim carries a source
3. Data stays local (give a CSV, it'll analyze it without the data ever leaving your machine) Works with most LLMs, including coding agents, subscriptions, local models, etc. It's free and open source, would appreciate all feedback! https://ift.tt/j8XJA0l August 14, 2026 at 10:52PM
Thursday, August 13, 2026
Show HN: OxiSH, a modern, memory-safe SSH server https://ift.tt/EWP3anD
Show HN: OxiSH, a modern, memory-safe SSH server https://ift.tt/Lts4pqD August 13, 2026 at 07:36PM
Wednesday, August 12, 2026
Show HN: WindStrap – Bootstrap 5.3.8 to Tailwind CSS Using DeepSeek V4 Flash https://ift.tt/Owq6BTo
Show HN: WindStrap – Bootstrap 5.3.8 to Tailwind CSS Using DeepSeek V4 Flash bootstrap to tailwinds using DeepSeek V4 Flash https://ift.tt/5rW0uh6 August 13, 2026 at 03:08AM
Show HN: Programmable timer web app (for gym workouts or stretching sessions) https://ift.tt/BLJFcWe
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/OcPiB8w , optionally with a demo program pre-loaded: https://ift.tt/N8IxEZH . Source code is at https://ift.tt/RdxLhYp . I’ve also written up a small behind-the-scenes on my blog: https://ift.tt/c7HN24i https://ift.tt/OcPiB8w August 12, 2026 at 10:27PM
Show HN: Mooneva Cycle – Offline period tracker with no servers and no accounts https://ift.tt/uK1YHzh
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/ISFt4BA August 12, 2026 at 11:10PM
Tuesday, August 11, 2026
Show HN: Pulp – Zero-allocation C11 telemetry engine (28M logs/SEC to disk) https://ift.tt/iNv4JIQ
Show HN: Pulp – Zero-allocation C11 telemetry engine (28M logs/SEC to disk) https://ift.tt/I0p6KcG August 11, 2026 at 10:45PM
Monday, August 10, 2026
Show HN: My local climbing gym from photogrammetry https://ift.tt/EQPy23D
Show HN: My local climbing gym from photogrammetry Commented on yesterday's Ask HN: What are you working on? (August 2026), thought I might as well submit a Show HN. If you see climbing world cup/championship, there is this 3D modelling thing [1]. I want that for my weekly bouldering. I scanned my local climbing gym into 3D mesh using iphone. Built a simple editor to trim, merge, move/rotate meshes. You can interact with the mesh, view routes, view climb, etc. So this is unlike many gaussian splatting projects where the main use is for viewing. I built a pipeline in updating climbing walls. Climbing routes are manually annotated. Climbing videos are registered against the 3D mesh. Based on one input video, body positions resolved into 3D/4D space. you can view the body landmarks from different angle. COLMAP, OpenMVS, fastapi, svelte, database is just local json files. A read only build is exported so I can host on github page If you climb, or know someone who climbs, would love to hear your feedback. Do you usually record your climbs? If I make this a service, what will make you use it? [1] https://www.youtube.com/shorts/8zdUOaCr6DY https://kmcheung12.github.io/climb-preview/tour/ae43c6e5 August 11, 2026 at 01:39AM
Show HN: Graph2agent; Mermaid diagrams, explained for agents https://ift.tt/RUe3V0p
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/qrPV2Eg... 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 01:29AM
Show HN: 100% native Swift harness (NOT Electron) https://ift.tt/FwDpfki
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/QxaEG5T August 10, 2026 at 05:26PM
Sunday, August 9, 2026
Show HN: Mandible TUI – rust based CLI manual viewer https://ift.tt/CFRGE9d
Show HN: Mandible TUI – rust based CLI manual viewer https://ift.tt/leMruPi August 10, 2026 at 12:32AM
Show HN: 35k+ paper psychedelic library that knows LSD from Lumpy Skin Disease https://ift.tt/KFMWx6V
Show HN: 35k+ paper psychedelic library that knows LSD from Lumpy Skin Disease https://ift.tt/TGV1fhM August 10, 2026 at 12:27AM
Show HN: Whetstone – 20 Claude Code skills, each distilled from one real failure https://ift.tt/NwszpvX
Show HN: Whetstone – 20 Claude Code skills, each distilled from one real failure https://ift.tt/qxKC2F9 August 10, 2026 at 12:07AM
Show HN: Alphabet Soup, a multiplayer game, build the longest word to win https://ift.tt/R1PiNCS
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. Would love to hear any thoughts or questions :) https://alphabetsoup.club August 10, 2026 at 12:15AM
Saturday, August 8, 2026
Show HN: Inertia – Not your Grandfathers animation editor https://ift.tt/bFZQjaD
Show HN: Inertia – Not your Grandfathers animation editor https://ift.tt/qNVE9JR August 9, 2026 at 02:27AM
Show HN: A Discord bot running in a 4MiB microVM https://ift.tt/xfa2yzU
Show HN: A Discord bot running in a 4MiB microVM https://ift.tt/nARdEUG August 8, 2026 at 09:34PM
Show HN: Algebruh - Cross-check arithmetic claims with Z3, cvc5, and Lean https://ift.tt/LOBGQn8
Show HN: Algebruh - Cross-check arithmetic claims with Z3, cvc5, and Lean https://ift.tt/Wg1SAhU August 8, 2026 at 10:04PM
Friday, August 7, 2026
Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours https://ift.tt/rNizbdm
Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours https://pub.doub.ly/ August 7, 2026 at 09:35PM
Show HN: Zaivern Code – a Rust cockpit for parallel AI coding agents https://ift.tt/0gGZYQ4
Show HN: Zaivern Code – a Rust cockpit for parallel AI coding agents https://ift.tt/mDK71t6 August 7, 2026 at 11:23PM
Show HN: Mousecrack – Teaching an LSTM to move a mouse like a human https://ift.tt/Un7wYNb
Show HN: Mousecrack – Teaching an LSTM to move a mouse like a human https://ift.tt/mQycNEP August 7, 2026 at 08:53PM
Thursday, August 6, 2026
Show HN: ARF – a record format for AI evaluation runs, with reproducible digests https://ift.tt/FOGiA6y
Show HN: ARF – a record format for AI evaluation runs, with reproducible digests https://www.korvo.xyz/arf August 7, 2026 at 03:25AM
Show HN: Learn System Design, one campaign at a time https://ift.tt/yJtka0b
Show HN: Learn System Design, one campaign at a time https://scalequest.io/ August 7, 2026 at 01:55AM
Show HN: Pokémon Emerald Ported to Raspberry Pi Pico 2 https://ift.tt/agA70RV
Show HN: Pokémon Emerald Ported to Raspberry Pi Pico 2 Pokémon Emerald ported to the RP2350 microcontroller. No emulator, 60 fps HDMI output. Recompiled from ARMv4T to Cortex-M33 and the Game Boy Advance's video hardware is reimplemented in software on the second core. https://ift.tt/3AirJyY August 7, 2026 at 01:49AM
Wednesday, August 5, 2026
Show HN: Ocean – All your team's agent sessions in one place https://ift.tt/4Jtgy8p
Show HN: Ocean – All your team's agent sessions in one place I spend a lot of time in Claude Code and Codex with my friend. We kept losing the context behind changes because every agent session lived on one person's laptop, and by the time code made it into a PR, all the reasoning was gone. We tried commits, PRs, and docs, but they only really capture the end result, so we built a tool to keep all of our agent sessions in one searchable place. Now we (and our agents) can check out anyone's session and ask things like "what was Alex working on yesterday?" It's also quite helpful in recovering the context behind a change days or weeks later. Ocean works with Claude Code, Codex, OpenCode, Hermes, Pi, and other agent harnesses. We've been using it every day ourselves and it's become a core part of how we work together. Hopefully some of you find it useful too! Try it out: https://ift.tt/rT1BF6A Demo: https://www.youtube.com/watch?v=sjyrgkRBWVg https://ift.tt/rT1BF6A August 5, 2026 at 10:18PM
Tuesday, August 4, 2026
Show HN: Maple-Preview – ternary 20B MoE running at 120 tok/s on a iPhone https://ift.tt/3mw6dIO
Show HN: Maple-Preview – ternary 20B MoE running at 120 tok/s on a iPhone https://ift.tt/amr5wX2 August 4, 2026 at 11:44PM
Show HN: My tool scanned 256 AI-built apps and most had exposed credentials https://ift.tt/r6taJpn
Show HN: My tool scanned 256 AI-built apps and most had exposed credentials All of a sudden everybody wants to build with AI. People in hell want ice water. Built something with AI and don't know if it's secure? Try necktochoke. https://ift.tt/kyex9NY August 5, 2026 at 12:12AM
Show HN: TormentNexus – Local-first Go control plane with persistent memory https://ift.tt/lA9Rz7w
Show HN: TormentNexus – Local-first Go control plane with persistent memory https://tormentnexus.site August 4, 2026 at 11:17PM
Monday, August 3, 2026
Show HN: Spellfolio – my stock market game with news events and inside info https://ift.tt/z470TB2
Show HN: Spellfolio – my stock market game with news events and inside info https://ift.tt/ykRKvNg August 4, 2026 at 02:38AM
Show HN: Freqcast, an Android radio player that finds streams from a website URL https://ift.tt/iFXVgT6
Show HN: Freqcast, an Android radio player that finds streams from a website URL Hi HN! Not every internet radio station is listed in a directory like Radio Browser. For a lot of them, the only way to actually listen is to dig the stream URL (.mp3/.aac/.m3u8) out of the station's website by hand — and that's before you even find a player that isn't full of ads or locked to its own catalog. Freqcast lets you paste the station's website instead of the stream URL directly. It first checks the Radio Browser catalog, then scans the website itself, discovers a playable stream, verifies that it works, and adds it to your library. In many cases, you never have to hunt for the URL yourself. No ads, no tracking, no account — everything lives locally in the app. Your station list can be exported as JSON, and imported from JSON, OPML, M3U, or PLS. No Play Store listing — grab the APK from Releases. F-Droid submission is in progress. Would genuinely love feedback! https://ift.tt/IUv6e4X August 4, 2026 at 01:35AM
Show HN: Golars (Go Equivalent of Polars) https://ift.tt/V6lD9xM
Show HN: Golars (Go Equivalent of Polars) https://ift.tt/4ZHWENT August 4, 2026 at 12:00AM
Sunday, August 2, 2026
Show HN: Make your Framework 12 sound like a creaky door https://ift.tt/vQklV8z
Show HN: Make your Framework 12 sound like a creaky door I was poking through the iio devices on my Framework the other day and turns out Framework 12s have a pretty accurate hinge angle sensor! So I made a version of LidAngleSensor ( https://ift.tt/zSnBAXC ) but for the Framework 12 on Linux, so you can make your hinge sound rusty https://ift.tt/sYjL6d3 August 3, 2026 at 12:33AM
Show HN: My public second brain – 660 notes, 15 years, open source https://ift.tt/DFH6d9C
Show HN: My public second brain – 660 notes, 15 years, open source Author here. ~660 notes published from a private Obsidian
vault of 8,360 (3M words). Started in OneNote around 2011,
moved to Obsidian in 2021 [1], imported everything with a
Python script [2]. Notes are compounding over time, and that is where my writing comes
from. The Semantic Layer note started in 2022, became a
four-part blog series, then a chapter of my book. Materialized
Views, One Big Table, dbt and OLAP were separate notes written
years apart. I only later noticed they were the same pattern,
and that became another chapter. Publishing: add #publish to a note, run `make deploy`.
Quartz + Hugo, rsync to my own server [3]. Code [4].
Semantic search over the graph [5]. [1] https://ift.tt/avzfsTp
[2] https://ift.tt/TaZIo9u...
[3] https://ift.tt/5bV69oq
[4] https://ift.tt/Bo5NQuI
[5] https://explore.ssp.sh https://ift.tt/HR3ziPS August 2, 2026 at 11:42PM
Saturday, August 1, 2026
Show HN: SteerPlane – Deterministic runtime guardrails for AI agents https://ift.tt/PCApMDt
Show HN: SteerPlane – Deterministic runtime guardrails for AI agents https://ift.tt/zxINBSX August 1, 2026 at 10:09PM
Subscribe to:
Posts (Atom)