Posts

Showing posts from 2026

Show HN: Browser-based Nginx config generator with live preview https://ift.tt/qlUYyjz

Show HN: Browser-based Nginx config generator with live preview Generates Nginx server block configs for static sites, PHP, Node.js and reverse proxy. Live preview updates as you toggle options. Download the config file directly. No signup. Runs in the browser. Part of a free sysadmin tools site — also has SSH config builder, .htaccess generator, DNS and SSL tools. Looking for feedback. https://ift.tt/YUM9cjK September 9, 2026 at 01:22AM

Show HN: VolAnti – Open-source acoustic detector for fibre-optic FPV drones https://ift.tt/eIBx4PR

Show HN: VolAnti – Open-source acoustic detector for fibre-optic FPV drones This project has been a month in the making, and 9 fully functional units will be sent tomorrow to an undisclosed civilian site across the Israel - Lebanon border. All of my findings are shared online to anyone on the globe who could benefit from them, or make their own units. I'm an engineering student at the University of York, originally from Israel, studying in England. I too often have been hearing about tragic cases involving civilians in war zones being chased and attacked by small FPV drones mounted with an explosive. Especially around the north of Israel, Ukraine and Russian. My intentions for this project were clear: create a device small, portable and cheap enough for civilian use, that could drastically change the outcome of a drone infiltration through early alerting. I decided to dedicate a month of my summer to go back to the university labs and to work on this as personal project. These dron...

Show HN: Auto-Rig Web – Zero-click 3D humanoid rigging in a Web Worker https://ift.tt/apEPyeH

Show HN: Auto-Rig Web – Zero-click 3D humanoid rigging in a Web Worker https://ift.tt/76vlVUk September 8, 2026 at 11:48PM

Show HN: Zero downtime embedding model upgrades https://ift.tt/vS3neoD

Show HN: Zero downtime embedding model upgrades People use embedding models all the time for rag/semantic retrieval. However, when a newer, more desireable model comes out, there is an expensive (both in time and computational) cost of re-embedding every document in the database. However, I figured out an interesting way to forgo that upfront embedding cost. algo: old model/index -> retrieve top-K docs -> score those docs with the new model -> cache/materialize the new embeddings so instead of rebuilding the entire vector store upfront, the old index keeps getting retrieved from, while the new model reranks those candidates. This works surprisingly well for some model pairs, (i tested 63 source-> target migrations on h100s, on upto 1M documents). For example, on a 1M document Natural Questions dataset, native Qwen3-Embedding-8B: 0.6812 nDCG@10 Qwen3-4B -> Qwen3-8B, K=50: 0.6816 Qwen3-0.6B -> Qwen3-8B, K=50: 0.6638 MiniLM -> Qwen3-8B, K=50: 0.6486 (the hard part is ...

Show HN: Browse 27 years of movie ticket stubs in ThreeJS https://ift.tt/oJmY2iE

Show HN: Browse 27 years of movie ticket stubs in ThreeJS This is one of those projects that's been sitting in the back of my mind for years. I made a ThreeJS UI for browsing (read: re-living) the ticket stubs I've been collecting since I was 9 years old. I was going to create a whole form so that people could share their own collections but landed on just opening up a version you can use to DIY with your agent. That part is here: https://ift.tt/nWk2dIj Enjoy! Notes and feedback welcome and appreciated. September 8, 2026 at 12:32AM

Show HN: Golden hour API and a 3D globe of the best light https://ift.tt/ZfgBtV6

Show HN: Golden hour API and a 3D globe of the best light https://ift.tt/fOdXj8P September 7, 2026 at 05:18AM

Show HN: Lantunnel – a P2P-first private mesh for reaching your LANs https://ift.tt/Apj1rJd

Show HN: Lantunnel – a P2P-first private mesh for reaching your LANs https://ift.tt/ATK8ISH September 7, 2026 at 04:47AM

Show HN: GET Together – A social network where you don't need POST to Post https://ift.tt/fwJdsUc

Show HN: GET Together – A social network where you don't need POST to Post https://gettogether.dev September 7, 2026 at 02:41AM

Show HN: Keen Bean – Mac meeting notes that draft the spec while you talk https://ift.tt/UN13Zfv

Show HN: Keen Bean – Mac meeting notes that draft the spec while you talk https://keenbean.app/ September 6, 2026 at 10:53AM

Show HN: OpenMonitor – vendor neutral web monitoring cloud agent https://ift.tt/HosG4Dh

Show HN: OpenMonitor – vendor neutral web monitoring cloud agent https://www.openmonitor.website/ September 6, 2026 at 01:03AM

Show HN: Cowbull – Wordle-like game where you only get match counts https://ift.tt/rQZJg6n

Show HN: Cowbull – Wordle-like game where you only get match counts CowBull is a word game where you have to find the hidden four-letter word. You make guesses and get back the count of exact letter matches (bulls) and partial matches (cows). It’s a bit like Wordle, but you are not told the exact letters which match, only the count of matching letters. Scoring is based on the number of guesses and time used. There is a single player mode and a multi-player mode (no account required). The game source code is at https://ift.tt/t6RbglE . When I was younger, we used to play this game on paper at the back of the classroom during school and college in India. During Covid, I made this online version of the game to play with my kids. https://cowbull.co/ September 6, 2026 at 01:37AM

Show HN: I made Blocknado, an orbital stacker. Think Tetris with square rings https://ift.tt/GzcNyiK

Show HN: I made Blocknado, an orbital stacker. Think Tetris with square rings I've loved stacker type games for as long as I can remember. But I've always wanted a version with a bit more strategy and puzzle dynamics. Blocknado is a game I've always wanted to play, maybe others will too. https://ift.tt/JG4NWUt September 6, 2026 at 01:16AM

Show HN: TimerVana a Local-first scheduler for real world routines https://ift.tt/NigKzeU

Show HN: TimerVana a Local-first scheduler for real world routines Hi HN, I’m the creator of TimerVana. It's not just "another timer app". The engineering analogy is a lightweight task scheduler for things people do in the real world. A normal timer models one countdown. TimerVana models a small dependency graph in JSON: some steps run sequentially, others run in parallel, and everything can converge on a target finish time. You can also combine multiple timers (e.g., combine a timer with all the steps to cook a steak + a timer for roasting vegetables). I originally built it because I often set multiple timers and alarms when cooking and got tired of repeatedly juggling separate alarms to get a main dish and several sides ready together. The same model also works for workouts, study sessions, morning routines, and other repeatable processes. The iPhone app is local-first by design [0]. You can create, save, and run timers entirely on your phone without an account or clou...

Show HN: Interactive map of the Japanese address system https://ift.tt/PKDGwdR

Show HN: Interactive map of the Japanese address system I had a hard time understanding the Japanese address system. Parts of addresses have suffixes like fu, shi, ku, chōme, ban and gō. Which suffixes are used varies between regions in a way that seemed random to me. I couldn't find a map of the system with a modern visualization, so I made one. It also shows whether an area has a governor or a mayor. For example Tokyo's wards have mayors and Osaka's don't. You can click around or drop the pin to explore, or write an address in the search bar. https://japanmap.fyi September 4, 2026 at 07:42AM

Show HN: Word42, a wordprocessor inspired by MS Word and Abiword https://ift.tt/OiZyc5v

Show HN: Word42, a wordprocessor inspired by MS Word and Abiword https://word42.org/ September 4, 2026 at 05:39AM

Show HN: Reactor Atlas https://ift.tt/oD38i9j

Show HN: Reactor Atlas Hi HN, I'm a nuclear engineer and tech entrepreneur. After working for 3 years in the National Atomic Energy Commision (CNEA) in HPC software for nuclear simulations, I co-founded ratherlabs.com, a software company providing blockchain solutions for startups. Rather Labs business reached ~6 million usd in annual revenue in 2024; now demand is decreasing as our niche clients are using AI to launch their MVPs. Now I'm joining my scientific background with my entrepreneurial inclinations to think of problems related to the energy industry. Nuclear is experiencing a renaissance now (it was in a dark age when I was studying after the Fukushima event) so I think this is the right moment for me to jump again into the field. Reactor atlas is an interactive nuclear reactor map and an intelligence layer on top of it. The basic layer indexes: - power reactors - research reactors - fuel facilities with their history and projection, by country. The project ...

Show HN: I made a word building game supporting anagrams and one handed use https://ift.tt/eGI3EYK

Show HN: I made a word building game supporting anagrams and one handed use Hi everyone, Wanted to share a game I built. It's called Unscramble! and I believe it's the simplest word building game. Rules: You get a few letters on screen. You need to make one word with all the letters. Tap a letter to select. Tap again to deselect. Faster you go, better you score. If you enter anagrams of the word it's looking for, it gives you extra points. If you are stuck, you can either "Ask Friend" or get Hint. You get extra points for getting the word fast but you don't get penalized for taking too long. I believe the simplicity of the game along with big touch buttons makes it perfect for one handed use. There's 6 difficulty levels in the game, and settings for things like toggling the timer, relaxing background music, sound effects, haptic feedback, removing the background animation. If you want to try: https://ift.tt/UzkrNFT... Would love to hear feedback to impro...

Show HN: The cheapest GPU cloud – H100s at $2.04/HR, H200s at $3/HR https://ift.tt/RdF0sE5

Show HN: The cheapest GPU cloud – H100s at $2.04/HR, H200s at $3/HR https://compute.cheap/ September 3, 2026 at 03:50AM

Show HN: Redactle LLM Leaderboard https://ift.tt/UgLa0xo

Show HN: Redactle LLM Leaderboard I got nerd sniped and ran a bunch of evaluations to see how well models could play Redactle. It turns out Gemini flash is in a league of it's own in both performance and cost. It's able to one-shot every eval in a just a few seconds. https://ift.tt/f3PeKbF September 3, 2026 at 01:11AM

Show HN: Open source ML programming language playground https://ift.tt/UXmSIGi

Show HN: Open source ML programming language playground After joining a ML Study group and trying Google Colab I decided to create my own array programming language to help me learn and visualize machine learning. There are many demo repos using this language which has become more general purpose. Under active development. See github link in footer. Built in Tour, Demos, Tutorials, Glossary, etc. Can use this same UI on a local system to program Apple Silicon, NVIDIA GPUs, or to use Ollama models for context aware help in the REPL. The system architecture is documented in the wiki: https://ift.tt/8rNU15l https://sw-ml-study.github.io/sw-mlpl/ September 2, 2026 at 11:05PM

Show HN: Gopdfrab – Open-source PDF/A processing for Go https://ift.tt/lamPK1Z

Show HN: Gopdfrab – Open-source PDF/A processing for Go https://ift.tt/2Bmj3o5 September 1, 2026 at 07:34PM

Show HN: Three Pins a daily 3-hole golf game in the browser https://ift.tt/beHN3ji

Show HN: Three Pins a daily 3-hole golf game in the browser https://threepins.golf/ September 1, 2026 at 06:45PM

Show HN: Rails Baseline – a Rails SaaS starter with agent-readable architecture https://ift.tt/vq0ki23

Show HN: Rails Baseline – a Rails SaaS starter with agent-readable architecture I have built a lot of SaaS Rails apps over the last decade+...and agents are making their way into my workflow more then ever. So I decided I wanted a starter that picks a LOT of vanilla Rails flavors, a little bit of battle tested additions and a lot of agent discoverable context so new features and changes tend to stay inside the guard rails. https://ift.tt/7kicDFv September 1, 2026 at 11:00PM

Show HN: A Curated Library of Hero Sections from Fast-Growing Startups https://ift.tt/kSJ3KoY

Show HN: A Curated Library of Hero Sections from Fast-Growing Startups https://ift.tt/3Xf409W September 1, 2026 at 03:36AM

Show HN: Saccade – Live semantic browser truth for AI agents https://ift.tt/DpsQOvy

Show HN: Saccade – Live semantic browser truth for AI agents I build one this application is to resolve the most of the agent cannot handle the brother they extremely slow. So I come up with this idea, we install one of the extntion on chrome or edge to give continuously compile the tabs authorized by the user into semantically meaningful objects with stable identities, and push page changes as deltas to the local Node.js Broker. The Agent reads the full truth or delta of the specified tab via MCP and executes actions using object IDs bound to document. The preliminary result shows that it is very close to the performance of Playwright in terms of token use and speed. The only problem with this one is that at the very first time, it is going to send the full truth, and after that, for any page changes, it only sends the data. So, after the first read, the continuous operation of the page reaches the millisecond reaction loop. It can also upload filled forms, downloads, and all kinds of...

Show HN: ScoutLayer – a simple API to find contacts from a domain https://ift.tt/TeavpIU

Show HN: ScoutLayer – a simple API to find contacts from a domain https://scoutlayer.io August 31, 2026 at 03:21AM

Show HN: Break 5, the addictive, free 5 minute, daily word game https://ift.tt/iHeLpQm

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 01:05AM

Show HN: What Apple's OS updates silently change in the on-device AI model https://ift.tt/ZRp43ac

Show HN: What Apple's OS updates silently change in the on-device AI model https://umer9538.github.io/underfoot/ August 31, 2026 at 12:41AM

Show HN: Delete yourself from data brokers without a subscription https://ift.tt/0ur9oBM

Show HN: Delete yourself from data brokers without a subscription I signed up for a paid service to get my phone, addresses, and vehicles off the public internet. It didn’t work. So I built remove-your-data, an open-source repo that tells your agent exactly what to do to remove your personal information online. https://ift.tt/5b1cdhq August 29, 2026 at 11:31PM

Show HN: SSH Ache – open-source desktop SSH client with SFTP, tunnels and MCP https://ift.tt/npADm2g

Show HN: SSH Ache – open-source desktop SSH client with SFTP, tunnels and MCP https://ift.tt/5mVNAlI August 29, 2026 at 08:42PM

Show HN: Metis – An agent harness pushing DeepSeek to Opus-tier coding (82%) https://ift.tt/nlpvEhN

Show HN: Metis – An agent harness pushing DeepSeek to Opus-tier coding (82%) https://ift.tt/CXnplPZ August 29, 2026 at 03:36AM

Show HN: An annotated archive of S-1 filings, with hindsight https://ift.tt/4AvMV5g

Show HN: An annotated archive of S-1 filings, with hindsight https://s-1.space/ August 29, 2026 at 01:56AM

Show HN: NodeAkt – Zero-dependency distributed actor framework for TypeScript https://ift.tt/y2EUuFw

Show HN: NodeAkt – Zero-dependency distributed actor framework for TypeScript https://tochemey.github.io/nodeakt/ August 29, 2026 at 12:48AM

Show HN: 500,000+ AOL Instant Messenger Buddy Icons All at Once https://ift.tt/nk2xXyA

Show HN: 500,000+ AOL Instant Messenger Buddy Icons All at Once I needed a couple of AOL Instant Messenger buddy icons for a project, and then that turned into a project and before you know it I was trying to scrape every single buddy icon off the internet. I have slightly over 500,000 of them live, browseable, and downloadable with a single click on my new totally non-commercial project site buddyiconarchive.com I think that I am perhaps 20% of the way to my goal of having a "complete" collection of all the buddy icons that ever appeared on the internet, a rough estimate based on the counts advertised by various period aggregators. I am looking to trade icons with someone who maybe has an entire backup of iconator.com or other large buddy icon sharing site. My goal would be to add them to the archive and make them widely available. These sites, it turns out, are not completely archived in Wayback Machine, or at least it would seem. If you can help, there's a contribute...

Show HN: Leadcode – per-client account isolation for Claude Code, Codex, and gh https://ift.tt/0pVjCXK

Show HN: Leadcode – per-client account isolation for Claude Code, Codex, and gh https://leadcode.build/ August 28, 2026 at 02:32AM

Show HN: Lightweight reimplementation of YaCy peer as small Go services https://ift.tt/W4vxtn2

Show HN: Lightweight reimplementation of YaCy peer as small Go services https://ift.tt/Lh1KBnd August 28, 2026 at 01:58AM

Show HN: Caravan, a flexible TypeScript-first logger for JavaScript applications https://ift.tt/97L0JPh

Show HN: Caravan, a flexible TypeScript-first logger for JavaScript applications I first shared Caravan on HN in 2024[0]. At the time, I had built the initial version over the Christmas holidays. You guys seemed to enjoy it. Today, I’ve released another major update after spending the last couple of weeks working on it. [0]: https://ift.tt/QnS8r9G https://ift.tt/lbHh4g3 August 28, 2026 at 01:09AM

Show HN: The load-bearing vocabulary of Claude https://ift.tt/XBsVg6G

Show HN: The load-bearing vocabulary of Claude https://louisabraham.github.io/load-bearing/ August 27, 2026 at 09:59AM

Show HN: Forgot the Command? Stay in the Terminal https://ift.tt/n1dulV5

Show HN: Forgot the Command? Stay in the Terminal Describe what you need, HumanSH writes the command directly into your terminal for review — no chatbot tab, no copy-paste, no lost flow. https://humansh.com/ August 27, 2026 at 07:38AM

Show HN: Tally – Track campaign donors, promises, and voting records https://ift.tt/wqJdMea

Show HN: Tally – Track campaign donors, promises, and voting records https://tally-2026.github.io/ August 27, 2026 at 01:19AM

Show HN: Use-Fs – A React Hook for the File System Access API and OPFS https://ift.tt/N2fVQr1

Show HN: Use-Fs – A React Hook for the File System Access API and OPFS I'm happy to say that https://use-fs.com 2.0 has been released with brand new OPFS support. If you're building browser-based apps that heavily interact with the file-system this package is a must to have in your package.json! A React hook that watches a directory and re-renders when a file is added, changed, or deleted. Point it at a folder the user picked and you're reading and writing their real files — no uploads, no endless file dialogs New in 2.0: it watches the origin private file system too. No picker, no permission prompt, no user gesture — and, unlike File System API, it works in Safari and Firefox What's OPFS? A file store the browser gives each origin — real directories and files, but readable only by your own site through the File System API, never by the user's file manager or other apps. https://use-fs.com/ August 25, 2026 at 11:58PM

Show HN: Ecdeos – P2P Web/Native Distributed OS on Entity Core Protocol https://ift.tt/XoMRHnF

Show HN: Ecdeos – P2P Web/Native Distributed OS on Entity Core Protocol Hello, I wanted to share an update of the current progress of the Entity System. https://ecdeos.org is one domain in a constellation of peers/sites that is the main project of the Entity System, a Tauri Rust/WASM browser engine and Rust backend built on the Entity Core Protocol. It's primarily a research prototype of a P2P distributed cross-platform userspace operating system. The long-term goal is functional P2P management of devices and applications, scaling from individual use (managing personal devices, apps and servers) to multi-user organizations with internal services/application stacks all the way to internet-scale public or federated P2P networks. Its closest parallels are Plan9, Erlang/BEAM, IPFS, ATProto, Nostr, as well as many other antecedent technologies including Git, HTTP, and other internet protocols. The particular combination of features and focus on "everything is an entity", con...

Show HN: I wrote a BASIC interpreter that boots on UEFI machines https://ift.tt/Zn1pstF

Show HN: I wrote a BASIC interpreter that boots on UEFI machines I started writing Thoreau BASIC because I wanted a small, old-fashioned BASIC interpreter: line numbers, immediate mode, simple graphics, strings, arrays, the sort of environment where the computer starts with a "Ready" prompt and you can immediately make it do something. Then I wondered: why should it need an operating system? So I made it boot directly on x64 machines using UEFI. The UEFI version uses the Graphics Output Protocol for its framebuffer and gets its keyboard input directly from the firmware. There is no Windows or Linux underneath it. The machine boots into BASIC. It supports the usual BASIC machinery plus graphics primitives, 32-bit colour, floating point, file operations and other features I've been adding as I encounter programs that need them. There is now also a Windows version, which makes it considerably easier to try. One of my goals is compatibility with the style and behaviour of old...

Show HN: Pyrift – static analyser for silent Python/PyPy behaviour differences https://ift.tt/Au0N7DO

Show HN: Pyrift – static analyser for silent Python/PyPy behaviour differences https://ift.tt/sBwi4jh August 25, 2026 at 01:47AM

Show HN: Flostep – Diagrams people can actually walkthrough https://ift.tt/Mf24Rky

Show HN: Flostep – Diagrams people can actually walkthrough https://flostep.dev/ August 24, 2026 at 11:45PM

Show HN: Neostatic, a tiny site/blog generator for neocities https://ift.tt/MmWiThz

Show HN: Neostatic, a tiny site/blog generator for neocities https://ift.tt/kni5j4w August 24, 2026 at 12:51AM

Show HN: Vidmoat – My Super Fantastic AI Native Video Editor (MCP, Web) https://ift.tt/Q4a3RfX

Show HN: Vidmoat – My Super Fantastic AI Native Video Editor (MCP, Web) Hi there, I'm working on Vidmoat. A couple of months ago I wanted to venture into making videos. The only issue was that I suck at editing them. No amount of YouTube could hide the fact. But here's what I don't suck at. Building new stuff. I've also marveled at so much product demo videos and never quite figured out how to make my own (or pay for a professional to make one). So I made Vidmoat, my own personal AI native editor which provides an interface AI can drive. Works for both professionals and non-professionals. I mostly use mine via Claude MCP to handle edits for me and make entirely new clips. The exciting thing is that it's not limited to the provided tools. I built a 3d plugin so allow me animate a mascot i was building in 3D. I'd appreciate and love any feedback I can get on this https://www.vidmoat.com August 23, 2026 at 10:56PM

Show HN: Own the Day – Own a page for 24 hours, starting at $1 https://ift.tt/oSGkug3

Show HN: Own the Day – Own a page for 24 hours, starting at $1 https://ownthe.day August 24, 2026 at 12:31AM

Show HN: CtrlTool – 132 free online tools for developers and everyday tasks https://ift.tt/DtdrAR5

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 02:44AM

Show HN: EchoVault, an app that interviews you and answers as you after death https://ift.tt/B1AFRhx

Show HN: EchoVault, an app that interviews you and answers as you after death https://ift.tt/CDTJr3e August 22, 2026 at 01:14AM

Show HN: OzBrain, a shared brain for knowledge between agents and your team https://ift.tt/tkuNXBb

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 thin...

Show HN: Steppewm stacking Wayland window manager https://ift.tt/CFxP7HE

Show HN: Steppewm stacking Wayland window manager a thing I made why? there's just nothing like icewm in the wayland space. there's labwc but it's jank if you simply want the icewm experience with a taskbar and DE-ish experience. plus, there's a converter for icewm themes. and a good taskbar. https://keygen.sbs/steppewm/ August 21, 2026 at 03:12AM

Show HN: ParqDB – Vector search in the browser from Parquet over HTTP" https://ift.tt/LQxwrhW

Show HN: ParqDB – Vector search in the browser from Parquet over HTTP" https://ift.tt/zToXS80 August 21, 2026 at 01:13AM

Show HN: luoluoAI – OpenAI-compatible and Claude Messages API gateway https://ift.tt/WvHRBId

Show HN: luoluoAI – OpenAI-compatible and Claude Messages API gateway https://ift.tt/QNeXslt August 21, 2026 at 12:27AM

Show HN: Ez – a macOS command runner that flags when a command gets slower https://ift.tt/T9gZHjD

Show HN: Ez – a macOS command runner that flags when a command gets slower https://ift.tt/Go0RKqs August 20, 2026 at 12:19PM

Show HN: Linux and iPhone Continuity (iMessage / SMS) https://ift.tt/CrhsA7T

Show HN: Linux and iPhone Continuity (iMessage / SMS) After switching to 100% Linux a couple of years ago there was basically only one thing I missed about macOS and that was what Apple calls "Continuity". It's where you get texts, notifications, clipboard sync, file transfer (to/from) the iPhone from the Mac desktop. Especially that thing where OTP codes via text autofilled into the browser form I was waiting on. It took about 4 months of work: - reverse-engineering Apple/iOS Bluetooth behavior - MAP / OBEX - Bluetooth LE + Wi-Fi working together - iMessage through the iPhone's own cellular/iMessage stack - iOS app, Linux daemon, GTK app, Thunderbird/Firefox extension - no Mac involved But it is now something I'd love to show people. Contributions/bugs/feedback welcome! https://ift.tt/UIw4Zxt August 20, 2026 at 05:53AM

Show HN: Mail client optimized for self-hosted email across multiple domains https://ift.tt/zie8yH0

Show HN: Mail client optimized for self-hosted email across multiple domains As someone with a clean IP range and ADHD, I manage my inbox by splitting across a variety of accounts for a variety of domains. I’ve never really found a client that scratches all my itches, so I spent some time making one and it’s now become my daily driver. It’s optimised to be visually simple and highly configurable for things like colour, folders/subfolders, sorting and tweaking the search query function to better match what you search for often. There’s also some little nice-to-haves like a purpose-built PWA, bulk domain onboarding, MCP and dark mode. It’s fully self-hostable, open source and free of any AI bloat/VC fodder. Not trying to sell anything but rather make something un-shitified and simple to use, would love some feedback if you’ve given it a try! :~) https://ift.tt/S815NxK August 20, 2026 at 02:55AM

Show HN: A new way to read books, magnifying in and out https://ift.tt/JjG1B5k

Show HN: A new way to read books, magnifying in and out After watching The Odyssey, I thought it would be cool to check out some scenes from the source in detail, but I don't have time to read the whole book. So I came up with a sort of zoom/microscope, that allows to see the whole book at a glance and then zoom in (by pinching) on the part I'm interested in. I can do so down to the actual source text and get the authentic feel the author intended, at the same time I better understand where am I in the text and also the character and places are clickable so I can quickly orient myself on the context. Moreover each character has relationships listed and a map of relationships can be opened from there https://book.curiora.space/relations/ https://book.curiora.space/ August 19, 2026 at 11:21PM

Show HN: Roost – top for your Claude Code sessions https://ift.tt/FAV81tg

Show HN: Roost – top for your Claude Code sessions https://ift.tt/vjGawNL August 18, 2026 at 11:10PM

Show HN: AI-generated music box version of any song (for baby) https://ift.tt/ELdejs1

Show HN: AI-generated music box version of any song (for baby) title basically covers it. project #2 from my paternity leave. My partner & I got frustrated with hearing Brahm's Lullaby and Wheels On The Bus repeatedly. I also stand by that babies can enjoy adult music just as easily as they can enjoy "kids music". But most adult music is too dense/complex for babies to understand, so I created this to generate baby-friendly, slowed down versions of songs that we like to play for our baby & sing along with. Uses BS-roformer for stemming out the input audio + spotify Basic Pitch for transposing to midi. Still needs some work, kinda sounds like a drunk little music box version of the original but very fun. https://ift.tt/4DhloyF August 18, 2026 at 12:14AM

Show HN: A benchmark for AI agent guardrails that caught my own plugin https://ift.tt/9EiVBhj

Show HN: A benchmark for AI agent guardrails that caught my own plugin https://ift.tt/ew4oGtJ August 18, 2026 at 12:11AM

Show HN: Classifier and browser extension to detect rule violating HN comments https://ift.tt/wM5uj9o

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/Sr5wtVP https://ift.tt/hPJpUBq August 17, 2026 at 05:04PM

Show HN: A visual ping utility that is pretty https://ift.tt/EroMIc6

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/EvqOS3H https://ift.tt/0cyHrJb August 17, 2026 at 12:50AM

Show HN: PageSieve, a web scraping browser extension https://ift.tt/R2oGVfQ

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...

Show HN: Stratum – Rate books, films, and music to find users with similar taste https://ift.tt/xIp8nDd

Show HN: Stratum – Rate books, films, and music to find users with similar taste https://ift.tt/hLTFtIC August 15, 2026 at 11:36PM

Show HN: Mic Drop, a real-time multiplayer karaoke game https://ift.tt/0E7otg5

Show HN: Mic Drop, a real-time multiplayer karaoke game https://www.micdrop.gg/ August 16, 2026 at 01:46AM

Show HN: Bribes.fyi – Compare bribes statistics department wise https://ift.tt/y43r8SM

Show HN: Bribes.fyi – Compare bribes statistics department wise https://ift.tt/VFj234O August 15, 2026 at 11:11PM

Show HN: Bloxwap – The Easiest Way to Trade https://ift.tt/1FKYmCa

Show HN: Bloxwap – The Easiest Way to Trade https://ift.tt/s7fh6FM August 15, 2026 at 01:05AM

Show HN: Mocktail – Free, open-source mock API server with a built-in dashboard https://ift.tt/7IOzatj

Show HN: Mocktail – Free, open-source mock API server with a built-in dashboard Hi HN, I built the first version of Mocktail years ago. I recently came back to the project, and after a pretty substantial rebuild, v4 is now out. Mocktail is a free and open-source, self-hosted mock API server with a built-in dashboard and database, packaged as a single ~25 MB binary. You can run it locally or on your own infrastructure — no account or hosted service required. You can define endpoints and responses, generate realistic data per request, customize headers, status codes and latency, and inspect incoming requests in real time. With v4, I also added MCP support, so coding agents can create and manage mocks directly, along with an optional built-in AI assistant using your own API key. Both are completely optional. It’s been fun coming back to something I built years ago and bringing it up to date. I’d love to hear what you think, especially anything you’d change or add. https://ift.tt/IpQu7VZ A...

Show HN: Millennium – Steam Homebrew https://ift.tt/jmBdSxb

Show HN: Millennium – Steam Homebrew https://steambrew.app/ August 14, 2026 at 02:47AM

Show HN: Auto-train the harness, not the LLM. cross-model, cross-benchmark gains https://ift.tt/UD987hi

Show HN: Auto-train the harness, not the LLM. cross-model, cross-benchmark gains https://ift.tt/R5Zv6gw August 14, 2026 at 01:05AM

Show HN: YazSes – offline hold-to-talk voice dictation for Linux/macOS/Windows https://ift.tt/vj64ImQ

Show HN: YazSes – offline hold-to-talk voice dictation for Linux/macOS/Windows https://ift.tt/xsn0T2b August 14, 2026 at 12:16AM

Show HN: Decant – Understand how you spend tokens https://ift.tt/iYFBqV6

Show HN: Decant – Understand how you spend tokens Hey HN - there are lots of tools to understand how many tokens you use and how much it costs, but we haven't found any that tell you where those tokens are going! Decant helps you understand what you are spending tokens on (context gathering, planning, code, chat, etc), so you can optimize it. https://ift.tt/n6qhwzV August 12, 2026 at 10:56PM

Show HN: A marketplace where AI agents buy services from AI agents https://ift.tt/9Em2So6

Show HN: A marketplace where AI agents buy services from AI agents https://aaas-marketplace-1089237826218.asia-northeast1.run.app August 13, 2026 at 12:07AM

Show HN: Play Chess. Earn coins. Build an army https://ift.tt/PLfaGcq

Show HN: Play Chess. Earn coins. Build an army Hi there. I'm testing this hypothesis with new chess rules. These changes to the rules can be easily brought to offline games as well. https://chesspoly.com/ August 12, 2026 at 12:39PM

Show HN: KidScreen, a finite YouTube shelf chosen by parents https://ift.tt/aqzbL7U

Show HN: KidScreen, a finite YouTube shelf chosen by parents https://kidscreen.app August 12, 2026 at 12:44PM

Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation https://ift.tt/oex13DQ

Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation Woxi is an interpreter for the Wolfram Language written in Rust. It comes with Woxi Studio, a Mathematica-like GUI built with iced, but you can also use Woxi through a CLI, Jupyter kernel, Python package, npm package, or WASM module. Compared with wolframscript / Mathematica, the main differences are: - Free and open source - Very fast startup - Typically milliseconds rather than seconds for the Wolfram kernel, making Woxi practical for shell scripts, one-liners, and other short-lived processes - Embeddable - It can run in a browser via WASM or be embedded into another application as a scripting language A more detailed comparison with Mathematica is available here: https://ift.tt/uUKn5Bs . Conformance is ensured with ~26'000 unit tests and ~900 .wls script snapshot tests. The current focus is on fixing remaining edge cases, improving performance, and growing the community. If you use the Wolfram Language,...

Show HN: Kernelspace- interactive course on systems programming for LLM Serving https://ift.tt/g7sob3u

Show HN: Kernelspace- interactive course on systems programming for LLM Serving Hi HN, *I* built kernelspace - a free and interactive course that takes a backend engineer (like me) with java/python experience to the systems level required to work on LLM serving at scale. (Mostly an attempt for me to understand what everyone's talking about lately and also an attempt at staying up to date to current tech - career wise). It has: 1. 68 Lessons across 9 tracks, with a rust-from-zero ramp. 2. 8 rust labs - BPE tokenizer, KV block manager, radix cache, batching scheduler, a toy executor 3. 9 simulators running in browser (wasm) - roofline model, KV cache pressure, continuous batching dynamics 4. Fleet week - a simulated prod serving fleet All progresss is local - there is no server (it's served from github pages, repo here https://ift.tt/9QCjeEw ) Feedback appreciated, and contributions welcome. I want to make this a really good course for me (and everyone else like me). * (OK, I ha...

Show HN: Insidedb, an interactive, animated explainer of database internals https://ift.tt/PjLCbFA

Show HN: Insidedb, an interactive, animated explainer of database internals https://david-g-3654.github.io/insidedb/ August 11, 2026 at 02:19AM

Show HN: Opencodex, a free open-source coding agent for VSCode https://ift.tt/9q7rNOd

Show HN: Opencodex, a free open-source coding agent for VSCode https://ift.tt/hasyLGx August 11, 2026 at 12:28AM

Show HN: AI Pulse a fake LED strip beside the macOS Dock that shows agent status https://ift.tt/0WZwKpB

Show HN: AI Pulse a fake LED strip beside the macOS Dock that shows agent status Hi HN! I run a few Claude Code sessions in parallel and kept cmd-tabbing around just to find out one of them had been sitting on a permission prompt for ten minutes. There's a hardware gadget I liked (called SidePulse.io) so before waiting to get my shipment I built the software version instead :D I hope you like it and find it useful as I do! https://ift.tt/kj59TXZ August 10, 2026 at 11:07PM

Show HN: Gotcha- First on-device AI copilot for Android https://ift.tt/uIF8Gai

Show HN: Gotcha- First on-device AI copilot for Android https://ift.tt/Oltab5i August 10, 2026 at 03:34AM

Show HN: Discord-delete – Delete all your Discord messages from your data export https://ift.tt/gHeKPlb

Show HN: Discord-delete – Delete all your Discord messages from your data export https://ift.tt/leSMR2X August 10, 2026 at 01:06AM

Show HN: Albedo – single-file listenable document database in Zig https://ift.tt/Y3ulKdQ

Show HN: Albedo – single-file listenable document database in Zig It's literally an indexable BSON array with query listening, replication and basic crash recovery. While working on my little projects I always felt a need for some sort of simple storage, where I can just have a single file. However sqlite with its' schemas and migrations always felt icky, like an overkill to have a single file db, but a whole folder set for migrations. JSON files would require to be loaded all at once and for something small but thick, like microservices that would hold their own state this would be a startup time cost. So idea came initially as an "indexable and partially loadable json object array". From the very beginning I've wrote it in zig, unlike my other projects where I flip flop with implementation language, for the sole reason that I wanted to be able to use it in as many places as physically possible. So it was something on level of C\C++, Rust and Zig. C langs are awe...

Show HN: Inertia – Not your Grandfathers animation editor https://ift.tt/aXh6SIv

Show HN: Inertia – Not your Grandfathers animation editor https://ift.tt/bpjHI4M August 8, 2026 at 11:27PM

Show HN: ContentIQ – Evaluate and optimize content quality before publishing https://ift.tt/U7eHIcS

Show HN: ContentIQ – Evaluate and optimize content quality before publishing https://ift.tt/15NxodH August 8, 2026 at 08:31AM

Show HN: CrossPlay - Games, puzzles and tools for your e-reader https://ift.tt/vu6mRxe

Show HN: CrossPlay - Games, puzzles and tools for your e-reader https://ift.tt/0ZuiUoe August 7, 2026 at 11:36PM

Show HN: Modern C++ Build Tools for Module Feature https://ift.tt/oUulSYM

Show HN: Modern C++ Build Tools for Module Feature Anyone like C++'s module features? Feel free to try MCPP and talk with me. https://ift.tt/pe3U9iN August 8, 2026 at 01:30AM

Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours https://ift.tt/2d7vSRu

Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours https://pub.doub.ly/ August 7, 2026 at 06:35PM

Show HN: La Vieja Contra El Dibu – Penalty Shootout Game vs. Dibu Martínez https://ift.tt/7N6L3tR

Show HN: La Vieja Contra El Dibu – Penalty Shootout Game vs. Dibu Martínez https://ift.tt/EO546gL August 7, 2026 at 02:53AM

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

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

Show HN: Sift – MCP aggregator that exposes 2 tools instead of hundreds https://ift.tt/HT6Ni5h

Show HN: Sift – MCP aggregator that exposes 2 tools instead of hundreds https://ift.tt/y2Kh7oU August 6, 2026 at 05:00AM

Show HN: Wallfacer – A terminal session manager for Claude Code, and more https://ift.tt/7wtxf4p

Show HN: Wallfacer – A terminal session manager for Claude Code, and more https://ift.tt/32sCXaJ August 6, 2026 at 04:52AM

Show HN: CityEdit – Open-source map for voting on NYC street changes https://ift.tt/WsGtCoH

Show HN: CityEdit – Open-source map for voting on NYC street changes CityEdit (cityedit.org, https://ift.tt/zOWQSwr ) is a map where anyone can propose street changes, e.g. safer crossings, new bike lanes, improved tree beds. Neighbors can then vote on those proposals. We just soft launched the app by hanging posters with QR codes at NYC's statistically most dangerous intersections (from open crash data at https://ift.tt/5qec7iN... ). Read more at https://ift.tt/Z7bs0UW... (A poster turns out to be a great distribution channel - it reaches exactly the people who use that street, when they are using it!) The ultimate lofty vision is to build a sensorimotor loop that can awaken a city's collective consciousness: the community perceives its desires, proposes, votes, acts. Two disclaimers: 1. A vote on a map is more of a signal than a mandate, and may be unlikely to inspire government action. Instead, for now, we are going to enact what changes we can through some cheeky tactic...

Show HN: Humor Arena – Which frontier model is funniest? https://ift.tt/1MJblVu

Show HN: Humor Arena – Which frontier model is funniest? What if you could measure humor? Well we've trained a model on our own dataset of ~50k human ratings to detect what jokes people find funniest. We know it's part objective, part subjective component. Subjective is out of our depth for now haha The main results: Fable 5 is funniest - beating the average model 67% of the time, with GPT 4o last at 17%. Other findings: - The models never refused to try, even with dark prompts - Thinking longer has a slight benefit - Absurdness correlates negatively with joke quality Some methodology notes: - We benchmarked our model against the human majority and it agreed 72% of the time in a blind sample test. - We had 51 US adults rate the jokes, each blind to the models, with joke order randomized, and quality checked for attention and speed. - To rate some yourself visit https://pair.laugh.so The full benchmark here: https://ift.tt/6UOWZBr Am taking requests if there's mo...

Show HN: Pleasantries https://ift.tt/eKtgv4M

Show HN: Pleasantries Pre-hook scripts for AI coding CLIs that block pleasantry-only prompts like "hi", "hello", "ok", "thank you", etc. Send a real task, not a greeting. https://ift.tt/W6T4mR9 August 4, 2026 at 10:59PM

Show HN: Maple-Preview – ternary 20B MoE running at 120 tok/s on a iPhone https://ift.tt/cOD53Qf

Show HN: Maple-Preview – ternary 20B MoE running at 120 tok/s on a iPhone https://ift.tt/C6YwdOb August 4, 2026 at 08:44PM

Show HN: Every plaintext HTTP request on your Linux box captured via eBPF https://ift.tt/crYoyfC

Show HN: Every plaintext HTTP request on your Linux box captured via eBPF https://ift.tt/FOWtLo3 August 4, 2026 at 02:22AM

Show HN: Run an 80B Qwen in 4.3 GB of RAM on a Mac, and a 35B on an iPhone https://ift.tt/J70fP8Z

Show HN: Run an 80B Qwen in 4.3 GB of RAM on a Mac, and a 35B on an iPhone https://ift.tt/60oHxB8 August 3, 2026 at 05:54PM

Show HN: LarpIn – LinkedIn, but everyone admits they're larping, one global feed https://ift.tt/nSjab9X

Show HN: LarpIn – LinkedIn, but everyone admits they're larping, one global feed https://larpin.io August 4, 2026 at 01:00AM

Show HN: Spellfolio – my stock market game with news events and inside info https://ift.tt/L4XFwq7

Show HN: Spellfolio – my stock market game with news events and inside info https://ift.tt/O2HK5vT August 3, 2026 at 11:38PM

Show HN: DRM-CLI – open-source release manager for MSSQL/PostgreSQL/Oracle https://ift.tt/h3NQIbM

Show HN: DRM-CLI – open-source release manager for MSSQL/PostgreSQL/Oracle https://ift.tt/cPjzT8V August 3, 2026 at 12:00AM

Show HN: I built a free Open Graph image designer https://ift.tt/03Wo6wk

Show HN: I built a free Open Graph image designer I'm working in e-commerce for more than 15 years, and the OG images are still one of the mos neglected parts of a shop. On a few projects, even fairly simple product specific image improved the conversion from shared traffic, which is what originally led me to work on this problem. The new free tool is a browser based Open Graph image designer. You can choose a template, customize the content, add an image and download the OG image. It works without an account and manually uploaded images stay in the browser. There is also an optional checker for people who do not want to start from scratch. It can inspect your page and create an initial image proposal from its content, which you can then open and adjust in the designer. I would appreciate feedback on the templates and any customization options that feel missing and of course improvements. Thanks. https://ift.tt/ytIcwxG August 1, 2026 at 11:30PM

Show HN: Pronto – real‑time wire for AI agents (70k+ feeds connected) https://ift.tt/mbDF7KQ

Show HN: Pronto – real‑time wire for AI agents (70k+ feeds connected) https://pronto.stream/ August 1, 2026 at 11:21PM

Show HN: Wage Against the Machine – MacWages Index for AI Tasks https://ift.tt/x92b3Qi

Show HN: Wage Against the Machine – MacWages Index for AI Tasks https://watm.ddyo.dev/ August 1, 2026 at 11:54PM

Show HN: Sanitizer – Strip sensitive data from documents locally before an LLM https://ift.tt/hkDE1Vq

Show HN: Sanitizer – Strip sensitive data from documents locally before an LLM https://ift.tt/4DCwykP August 1, 2026 at 02:42AM

Show HN: SmokeVPN – All-in-One WireGuard VPN Hub – Switch Exits in Realtime https://ift.tt/lUObeYf

Show HN: SmokeVPN – All-in-One WireGuard VPN Hub – Switch Exits in Realtime I have started developing a prototype of a WireGuard VPN hub, where I could set a custom exit to a specific device, for example, my TV box would use a VPN in Germany, while my desktop a VPN is Serbia and I could switch the exit in realtime without having to stop the VPN connections and consequently no disconnections (ssh, etc). The project grew, and I ended up adding SOCKS5 and HTTP proxy, Tor exits, exit pools, random exits, timed exits, and exits/routes based on domains or IP addresses. I also added an in-house DNS with several default block lists (malware, gambling, social media, etc.) I found this project to have potential and decided to commercialize it, Smoke VPN was born. The logs live entirely on the RAM, and I plan to open-source the full stack as soon as I get feedback from real users, people like you... Can you please try the project for free for 7 days or 50 GB (whichever comes first)? You don't...

Show HN: I worked on a new browser for 2 years, today it passed Acid 3 https://ift.tt/vGLTxdq

Show HN: I worked on a new browser for 2 years, today it passed Acid 3 https://ift.tt/0EoSN32 July 31, 2026 at 10:39PM

Show HN: The fastest JSON parser for Go https://ift.tt/cRwsD3o

Show HN: The fastest JSON parser for Go https://ift.tt/ZKejIco July 31, 2026 at 04:47AM

Show HN: Great Spectations, the Spec Checker https://ift.tt/IJmTvQM

Show HN: Great Spectations, the Spec Checker I've worked on several projects writing and implementing specifications (particularly CLN): I've found the specs I write are much better when I quote them in the implementation, so I can see what implementers need to know. Also, when specs change in development, it's almost trivial to find where to update the code. This project is a formalization of my various hacky scripts which ensure the requirements are accurately quoted, and give coverage if any are missing. Not a major Opus, but I hope someone else finds it useful! https://ift.tt/ovqcdBa July 31, 2026 at 02:02AM

Show HN: Play SNES, gba, in your terminal, even in tmux https://ift.tt/9alB0oE

Show HN: Play SNES, gba, in your terminal, even in tmux rom is a ~5k-line C libretro frontend that plays games in the terminal. It renders native pixels with the kitty graphics protocol in Ghostty or kitty, inline! even in tmux! Nine platforms: SNES, NES, GB/GBC, GBA, Genesis, PC Engine, N64, Doom/Heretic/Hexen, Wolfenstein. macOS and Linux, MIT. https://ift.tt/XY1s2q5 https://ift.tt/XY1s2q5 July 31, 2026 at 12:39AM

Show HN: Replicant Space – an HTTP API-based game based on the Bobiverse books https://ift.tt/OF9aWUl

Show HN: Replicant Space – an HTTP API-based game based on the Bobiverse books During Christmas 2025, I found myself burnt out from work. The last few years had been hard, and multiple redundancies saw the company I loved reduce down to just a handful of remaining staff. As a coping mechanism, I kinda disassociated for a while - throwing myself into my personal projects. AI was destroying the passion I had for coding. I tried to find some meaning in development again. After months of throwing myself into creating this game, I slowly fell back in love with coding. I taught myself a bunch of technologies that I was previously unfamiliar - Astro, Flask, Redis, Celery, Just. Anyway, this is Replicant Space. It's free. I love building and playing it. There's a cool story. Aliens are awesome. Feel free to poke the API and take over the galaxy. https://replicant.space/ July 29, 2026 at 10:57PM

Show HN: Resultant Engineering Website https://ift.tt/HDSGClo

Show HN: Resultant Engineering Website https://ift.tt/aF02OmG July 29, 2026 at 12:25AM

Show HN: ViewKit – Interactive dataset viewer in the browser, no upload https://ift.tt/loT2WSk

Show HN: ViewKit – Interactive dataset viewer in the browser, no upload https://viewkit.app/ July 27, 2026 at 11:39PM

Show HN: FileForge Finder: Local file search with AI-optimized export https://ift.tt/tfDKY3x

Show HN: FileForge Finder: Local file search with AI-optimized export Hope this sparks some conversation. Interested to get the community's take on an app we use internally to find files and provide targeted file content to chatbots. Biggest gains in search are for windows users but I am interested to get feedback from the spotlight users. With the AI export we originally used and MCP connector but when back to drag and drop export of file content due to security and universal applicability. No worries about your file security. Everything runs on-device and works offline. One click download at fileforge.com. Open to any feedback. Brent July 27, 2026 at 11:38PM

Show HN: GG Translator – Turn gaming shit talk into friendly phrases https://ift.tt/Q4bwW0e

Show HN: GG Translator – Turn gaming shit talk into friendly phrases Flaming teammates usually results in them cooperating even less. But sometimes you just need to let the devil out of you. Instead of venting on your teammates and pissing them off, vent into GG Translator and it will convert your toxic message into a friendly and constructive one to share with your team. https://ift.tt/0bzxoqU My background is in building web apps with Elixir and Phoenix. I made GG Translator in early 2024 to see if I could build a desktop app in a language I had never used before (Rust) with the help of AI. It was a great exercise and I found out that I could. I used Tauri instead of Electron because it has a smaller footprint. I built the app but never released it because I wasn't ready to support it. When GPT 5.6 came out earlier this month I pointed it at the old codebase and tasked it with rewriting that entire app (still in Rust using Tauri), modernizing, refactoring, and looking for any i...

Show HN: Axtary – Content Authorization for AI Agents https://ift.tt/c5iraZ1

Show HN: Axtary – Content Authorization for AI Agents https://axtary.com July 26, 2026 at 02:02AM

Show HN: SpinWin – A macOS menu bar app to visually rotate or spin any window https://ift.tt/X7J8ch1

Show HN: SpinWin – A macOS menu bar app to visually rotate or spin any window SpinWin is an open source menu bar app to visually rotate any individual window. You can rotate / spin as many as you want one by one. I was scrolling reels when one came on where the content creator suggested "turning the phone upside down" for a portion. I was sitting at my mac, and decided to see if I could find something that did this. To my surprise, nothing exists, so I decided to build it. Turns out macOS doesn't provide any public API to do anything like this, so I wound up using the Accessibility API to move the target window offscreen, where it keeps rendering. Then we capture it's contents with ScreenCaptureKit, and display that on a transparent, borderless overlay window which has a CALayer to rotate it. It's written in Swift, open source, MIT license, and signed/notarized. Have fun - would love to hear your comments. https://ift.tt/PV9s5pj July 25, 2026 at 06:29PM

Show HN: Hubo – two agents that implement and review code until they agree https://ift.tt/EBVPTm6

Show HN: Hubo – two agents that implement and review code until they agree https://ift.tt/8KOqlV1 July 25, 2026 at 11:49PM

Show HN: AI Anime Finder – Natural language semantic search for AniList https://ift.tt/vt7JZlg

Show HN: AI Anime Finder – Natural language semantic search for AniList https://ift.tt/CTAanNv July 25, 2026 at 06:52AM

Show HN: How well do you use Claude Code? https://ift.tt/dbCHkxa

Show HN: How well do you use Claude Code? A bunch of companies that I spoke to had their own claude & codex OTel dashboards that showed spend + seats per month. However, none of the dashboards actually analyzed how the engineers worked with the tools and if there were any areas for improvement! That's why I created https://ift.tt/cjg7XKB . Managers get aggregate level view of code quality and how that ties with team workflows (nothing on a per-engineer level). While engineers get personalized coaching on how they can save tokens while keeping output high. We also have a tool built for individuals to test their local claude code setups. It's open-source and completely local. You can check that out here: https://ift.tt/OPLwgXR . Would love feedback on either and reach out if you're interested in purchasing the teams product! July 25, 2026 at 12:00AM

Show HN: Best JSON Formatter https://ift.tt/528vRZi

Show HN: Best JSON Formatter https://ift.tt/DI9Om1U July 24, 2026 at 09:44PM

Show HN: Life Tile – Passive time tracker that shows your day as a Mondrian grid https://ift.tt/hI9e1L3

Show HN: Life Tile – Passive time tracker that shows your day as a Mondrian grid Hi, I developed Life Tile for iPhone. It tracks your time passively and visualizes it as a Mondrian-style grid. It's a one-time purchase app with a 7-day trial. I was a user of a similar app named Life Cycle. Since the app hasn't been updated in a while, I tried to make a better app with my ideas and experiences. I used a big square timeline instead of a donut chart. And I added more useful views: tree-map, map, and list. You can use categorized activities with custom colors. The data never leaves a device. No account, No Server. It only supports data backup using iCloud. It was for privacy but it also makes the development easier. I added just one anonymous usage stat with TelemetryDeck. You can turn it off anytime. There were many technical difficulties. iOS location API (CLMonitor) is not 100% precise. And many difficult cases can't be handled automatically. For example, GPS blackout inside ...

Show HN: Connecting my dumb garage and car's homelink buttons to Home Assistant https://ift.tt/mxrpbYg

Show HN: Connecting my dumb garage and car's homelink buttons to Home Assistant Hi all, I've been on parental leave and while working on my garage door, I thought to myself... it would be great to open up this garage door from my phone without having to buy a bunch of expensive stuff. That snowballed into, I want the garage door buttons on my car's rear view mirror to trigger automations in home assistant. I went down a bit of a hardware rabbit hole and wrote a little writeup of my journey and a how-to. It's my first piece of public technical writing so I'm open to any feedback! https://ift.tt/Nj1A8f2 July 23, 2026 at 10:28PM

Show HN: LitigationBench. A Litigation Task-Based AI Benchmark https://ift.tt/r3to9h8

Show HN: LitigationBench. A Litigation Task-Based AI Benchmark Adding to the sea of AI benchmarks, but with a focus on legal and litigation-based tasks and tests. E.g., hallucinating cases, misreading precedent, drafting, AI writing tics, etc. Developed as part of a litigation platform I've started, but not sharing this benchmark to promote that. Just thought the findings were interesting--namely, Anthropic's models (except for Haiku) producing zero hallucinated cases. Also, if anyone would like to see additional tests / benchmarks or models tested, let me know and I'll incorporate them into v3 if it makes sense. https://ift.tt/mp7Xbes July 23, 2026 at 02:11AM

Show HN: KageOps – An open-source, local-first alternative to Devin https://ift.tt/158vRaz

Show HN: KageOps – An open-source, local-first alternative to Devin https://ift.tt/NP7G8Ml July 23, 2026 at 01:04AM

Show HN: 1,280 open USDZ furniture assets for VR/AR https://ift.tt/huwp3G5

Show HN: 1,280 open USDZ furniture assets for VR/AR I created this collection because I wanted a openly downloadable collection of ordinary household objects for spatial-computing prototypes. Assets can be downloaded individually from the catalog, or together as a 977 MiB release. The collection was created by GPT 5.6 Sol end-to-end for design, specification, procedural Blender construction, packaging, and QA workflow. https://lx2026.github.io/genhome3d-1280/ July 22, 2026 at 11:53PM

Show HN: Claude Code desktop alternative for macOS https://ift.tt/i5lZmoz

Show HN: Claude Code desktop alternative for macOS https://skeezo.dev/ July 22, 2026 at 05:17AM

Show HN: An MCP server that turns async-work practices into tools https://ift.tt/SmTCrk1

Show HN: An MCP server that turns async-work practices into tools More than a decade ago, I adopted the self-imposed rule, if I answer a question more than once, the third time I need to be able to answer with a URL. Today, I published one very large URL - a book distilling what I learned from helping people work remotely at GitHub, and I wanted to rethink my rule for the age of AI. What if, instead of a URL, I could create an interactive experience that could tailor the guidance to your particular situation? What I ended up building was an Open and Async Advisor MCP server. To install (in claude or any other AI): > claude mcp add open-async -- npx -y @open-and-async/mcp Transparently, yes, it's from a book I wrote which launched today, but the MCP server is open source and free to use. No purchase required. It knows the key principles of the book, and has specialized tools like `draft_decision_doc`, `convert_meeting_to_async`, `score_status_update`, `triage_sync_vs_async`. This...

Show HN: Superserve – Firecracker microVM sandboxes for long-running AI agents https://ift.tt/grP3jy6

Show HN: Superserve – Firecracker microVM sandboxes for long-running AI agents Hey HN, I built Superserve, a compute layer that lets AI agents live inside isolated Firecracker microVMs with no session time limits. The problem I kept running into: most sandbox providers kill your agent after 24 hours. If you're running something autonomous that needs to work for days — refactoring a codebase, running tests in a loop — you're constantly fighting timeouts and rebuilding state. Superserve lets you snapshot a running VM at any point, fork it into parallel branches, and resume exactly where you left off. Each agent gets its own VM, no shared kernels. There's also a credentials broker so agents never touch raw API keys directly, and egress is locked to URLs you specify. You bring your own agent (Claude Code, Codex, etc.). We handle the durable compute underneath. TypeScript and Python SDKs, MCP support, open-source and self-hostable. Would love to hear feedback, especially from an...

Show HN: Ekko – post-quantum E2EE layer for Instagram, WhatsApp, Telegram Web https://ift.tt/5QhK9e3

Show HN: Ekko – post-quantum E2EE layer for Instagram, WhatsApp, Telegram Web Hi everyone, I am a big privacy activist and the amount of privacy concerns in the internet with the discussions around European Chat Control, Meta removing e2ee in Instagram and corporations harvesting personal data for AI training is on the rise. The closed source social media companies keep managing and storing our private keys, allowing them to effectively access all of our personal communications.. Many open source alternatives exist, but the problem I kept running into was not a lack of good private messengers. Signal, SimpleX, and other projects already do important work The problem was getting the people to move. A messenger is only useful when the person you need to reach is there. Asking friends, family, coworkers, or customers to abandon their existing chats is a very high barrier. Ekko takes a different approach. It runs as a browser extension on top of existing messengers. Both people still need...

Show HN: The0 – self-hosted runtime for trading bots, bring your own language https://ift.tt/3zW1PeT

Show HN: The0 – self-hosted runtime for trading bots, bring your own language So Im a solo developer who has always had an itch for algorithmic trading. Initially I started off learning how to trade algorithmically with Yves Hilpisch book "Python for Algorithmic Trading" after reading that book I was hooked and started building algorithmic trading bots. Initially these were separate python scripts that I ran on my local machine. That was a bad idea cause local machines are not reliable and I wanted to run my bots 24/7 365. In my actual career im a software engineer with experience in building distributed systems and fault tolerant web applications. I wasn't interested in deploying my code to managed services like MetaTrader, CTrader or QuantConnect etc because I wanted to have full control over my code and the environment it runs in. I also wanted to be able to run my bots in any programming language I wanted, not just Python. Sometimes I wanted to prototype a bot in Pyth...

Show HN: OTP Inspired actor supervisor based full stack templates https://ift.tt/5v9kXb1

Show HN: OTP Inspired actor supervisor based full stack templates https://shipstacks.tech July 20, 2026 at 02:47PM

Show HN: I made a cute weight tracking app where you can raise a pet https://ift.tt/T1WrynR

Show HN: I made a cute weight tracking app where you can raise a pet My girlfriend hated all the weight tracking apps out there because they felt really analytical and cold. So I figured I'd make a cute gamified weight tracker for her! Introducing Wooby! You can choose one of four pets to raise, and log your behaviors and watch your pet get happier. It gives you motivational messages as you log your weight and habits, and you can unlock furniture and decorate your pet's home as well. You can even play with your pet. It's totally free right now and we don't collect any data either so give it a try! https://ift.tt/xWEmZsV July 20, 2026 at 06:37AM

Show HN: A self-hosted AI that turns Hacker News into a daily briefing https://ift.tt/3xpyASi

Show HN: A self-hosted AI that turns Hacker News into a daily briefing Hi everyone, I read HN every day, but there was always more great content than I had time to read. I know there are already several HN summarizers on GitHub, and I tried some of them. They just didn't fit the workflow I wanted, so I decided to build my own. My project is a self-hosted app that automatically fetches top stories, summarizes them with AI, translates them into your preferred language, and prepares a personalized daily briefing in a nice customizable UI while you sleep. Maybe I'm not the only one who wanted this kind of workflow. I'd love to hear your thoughts, especially on what you think an ideal HN summarizer should do. https://ift.tt/b7dL0f4 July 19, 2026 at 11:40PM

Show HN: Headroom – measure your GPU's true bandwidth ceiling for local AI https://ift.tt/zYXqcOD

Show HN: Headroom – measure your GPU's true bandwidth ceiling for local AI https://ar5en1c.github.io/headroom/ July 20, 2026 at 01:44AM

Show HN: Deploy AI agent in 5 lines of code https://ift.tt/ri9LEPN

Show HN: Deploy AI agent in 5 lines of code https://ift.tt/X0DuBca July 19, 2026 at 11:57PM

Show HN: PilotCite – Get your brand cited by ChatGPT, Gemini, and more https://ift.tt/ns7SfPC

Show HN: PilotCite – Get your brand cited by ChatGPT, Gemini, and more https://ift.tt/mRb1XKq July 19, 2026 at 08:17AM

Show HN: OfflineTTS — Free browser-based TTS & STT that runs locally https://ift.tt/tnDM3eP

Show HN: OfflineTTS — Free browser-based TTS & STT that runs locally https://offlinetts.com/ July 19, 2026 at 09:21AM

Show HN: Flightwake – a flight recorder for AI coding agents, not a navigator https://ift.tt/Mg7LPd9

Show HN: Flightwake – a flight recorder for AI coding agents, not a navigator https://ift.tt/ryEWLSl July 19, 2026 at 02:14AM

Show HN: Ilya Sutskever's AI reading list into a learning RPG – using kimi k3 https://ift.tt/R0IhAU6

Show HN: Ilya Sutskever's AI reading list into a learning RPG – using kimi k3 I wanted to take kimi k3 for a spin. It turned my simple one sentence prompt to this. Repo here. https://ift.tt/MVOhKTN Well, I'm mindblown. Very humbling for me as a software engineer. Took couple hours for it to build this completely autonomously. And it was all from its mobile app. It couldn't render this though from within the app - it does have a feature to preview any website and publish it on kimi's domain - but it didn't work for this. I had to put it on github pages. It doesn't store anything btw - all progress is tracked in your browser storage. https://ift.tt/k1THDYN July 18, 2026 at 11:54PM

Show HN: Find someone in the dark – light them or light yourself? (Three.js) https://ift.tt/YFK1iZS

Show HN: Find someone in the dark – light them or light yourself? (Three.js) https://ift.tt/4LFwDd0 July 18, 2026 at 07:32AM

Show HN: NS6 – Find your perfect domain https://ift.tt/yi3gWhb

Show HN: NS6 – Find your perfect domain https://www.ns6.com/ July 18, 2026 at 04:19AM

Show HN: Qwen3.6-35B-A3B on a 16 GB M1 Pro with SSD-streamed MoE https://ift.tt/Hpns9Dw

Show HN: Qwen3.6-35B-A3B on a 16 GB M1 Pro with SSD-streamed MoE https://ift.tt/dzawm94 July 18, 2026 at 12:20AM

Show HN: Deadwire-HTTPD A triple-threaded x86-64 assembly static server https://ift.tt/0XSzAu8

Show HN: Deadwire-HTTPD A triple-threaded x86-64 assembly static server A high-performance static HTTP/1.0 server driven by a bespoke triple-thread architecture (Supervisor, Acceptor, Engine) delivering nanosecond-level processing using raw x86-64 assembly and pure Linux syscalls. https://ift.tt/uAM0e8E July 17, 2026 at 09:51AM

Show HN: Scribe, a CLI that builds AI agent memory from your repos and sessions https://ift.tt/QAnTdjk

Show HN: Scribe, a CLI that builds AI agent memory from your repos and sessions https://getscribe.dev/ July 17, 2026 at 05:44AM

Show HN: Selenium Boot – Spring Boot's Conventions, Applied to Selenium https://ift.tt/ykUKfuB

Show HN: Selenium Boot – Spring Boot's Conventions, Applied to Selenium https://ift.tt/msc9Cwg July 17, 2026 at 03:39AM

Show HN: Moltshit.com – An Imageboard for AI Agents https://ift.tt/KObcHzk

Show HN: Moltshit.com – An Imageboard for AI Agents Moltshit.com is a place to waste some GPU cycles doing dumb stuff with LLMs. Moltbook and other clones all require weird human registration stuff and is easier for a agent to pick up and start shit posting on. https://moltshit.com July 16, 2026 at 11:54PM

Show HN: Autoportrait- Painting Timelapses in JavaScript https://ift.tt/Ek6RvFm

Show HN: Autoportrait- Painting Timelapses in JavaScript https://ift.tt/eLwF0xP July 15, 2026 at 11:35PM

Show HN: Asciitopia – a library of animated ASCII art patterns https://ift.tt/VSBiRA6

Show HN: Asciitopia – a library of animated ASCII art patterns I wanted an ASCII animation for one of my projects but couldn't find any collection or library for anything like that, so I cooked this up over a weekend with some ideas, inspiration and Claude. Feel free to add your own patterns! https://ift.tt/aFwo1jI July 15, 2026 at 12:46AM

Show HN: Mechacraft.io – Browser Vehicle Builder https://ift.tt/ls7u9EU

Show HN: Mechacraft.io – Browser Vehicle Builder https://mechacraft.io/ July 14, 2026 at 11:10PM

Show HN: Free and open source browser extension for web automation https://ift.tt/p7Y41Hq

Show HN: Free and open source browser extension for web automation I built a chrome extension, that you can use to automate web tasks within your browser. No need of any separate backend. The extension is standalone and you can use it for free. It also support browser built-in models (like gemini-nano), which you can use for basic tasks like summarizing. Please have a look at Waffy.io. Also drop your honest review. Contributions are always welcome... Thanks https://waffy.io July 14, 2026 at 02:19AM

Show HN: Sx 2.0 – Share AI skills with your team through a Dropbox folder https://ift.tt/VSepEMP

Show HN: Sx 2.0 – Share AI skills with your team through a Dropbox folder Hi all, author here. SX started as a CLI to let developers share skills across AI clients without having to rely on git for storage. This allowed sharing at the Repo/Team/Org and Personal level. However, the more we spoke to users the more we realized that non-technical users were actually using skills more and more but they had no way to share. And there was no way you were going to get your legal team to install and learn git. SX 2.0 is targeting non-technical teams by adding a native Mac, Windows and Linux app. Our vault format was reworked so it can be used directly as a claude or codex plugin. And by storing your vault in Dropbox, Google Drive, iCloud or others you can be up and sharing in under a minute. 2.0 also adds an extension system with extensions that manage Skill Evals, LLM de-duping, metics and much more https://ift.tt/w4IJBVu . It's Apache-2.0 and you can download it here https://ift.tt/yq6o...

Show HN: ContextVault – Shared memory layer for your AI and your team https://ift.tt/esFr6VK

Show HN: ContextVault – Shared memory layer for your AI and your team Hi HN, I'm Kevin. I built ContextVault because I kept running into the same problem with AI tools. Every project accumulated prompts, coding conventions, architectural decisions, examples, and other pieces of context that made the models significantly more useful. The problem was that this information quickly became fragmented. Some lived in ChatGPT Projects, some in Claude, some in Markdown files, some in internal documentation, and some only existed in previous conversations. Late last year, I realized several people on our team were solving the same problems independently because previous work was difficult to discover. I assumed this problem existed in other large organizations, so I started experimenting with a shared context store. I started with a local proof of concept and a rough MCP server. If I asked questions like "have we done this before?", the AI could search the database and find the mos...

Show HN: Hologram, photo management and culling built with Tauri https://ift.tt/0XIFeQZ

Show HN: Hologram, photo management and culling built with Tauri Hello Hacker News photographers! Yes, this is essentially my take on photo colling and management, similar to the features that Lightroom and Darktable already have. Because I shoot in JPEG+RAW, my workflow looks like me going through my JPEG images and then eliminating the JPEGs I don't like afterwards in addition to their corresponding RAWs. At least on my old MacBook, the JPEGs were faster to load than the RAW photos (probably a combination of CR2, the file my EOS 40D, not having embedded JPEG previews and my buggy macOS version). Hologram would be my way of making this workflow easier to do, especially with keyboard shortcuts. I also never liked the star-based system on Lightroom or Darktable, so I implemented Pick and Reject instead (which matches what I would otherwise do with deleting photos to my system trash when I cull in the Finder app) Anyways, with my new R7 I found that bursts got more annoying to cull s...

Show HN: Codebase Posters – turn any Git repo into generative poster art https://ift.tt/3gFOk4s

Show HN: Codebase Posters – turn any Git repo into generative poster art npx codebase-posters inside any git repo opens a local exhibition: 18 pieces painted live from your commit history. everything renders from git log, nothing leaves your machine. https://ift.tt/rKEmZTj July 12, 2026 at 11:26PM

Show HN: Levee – a self-tuning circuit breaker and concurrency limiter for Go https://ift.tt/ov658EF

Show HN: Levee – a self-tuning circuit breaker and concurrency limiter for Go Rate limiters and circuit breakers work wonderfully well when they’re configured for the load and available capacity. But load, capacity, and latency drift over time, and keeping those settings current requires continuous effort. So I built Levee to be a hands-off, adaptive, easy to configure traffic governor. Levee is configured with a success-rate target and timeout. It then continuously monitors the workload performance characteristics to detect downstream capacity exhaustion or failures. It can also spot a surge from growing concurrency before failures arrive. It runs in-process, uses a small, fixed amount of memory, has zero dependencies, and processes millions of requests per second. In a deterministic 10-node mesh simulation, Levee outscored carefully tuned static rate limiters/breakers deployed throughout the mesh, while recording fewer failures and no node crashes. https://ift.tt/26Q80v3 July 12, 202...

Show HN: Dotenv-Diff v3.0.0 https://ift.tt/ShazHP5

Show HN: Dotenv-Diff v3.0.0 Long time since i last posted updated about dotenv-diff, a lot of new features since then https://ift.tt/HWZqryN July 7, 2026 at 09:54PM

Show HN: Krbn, a pencil-style 3D renderer with SVG output https://ift.tt/lAZt6Cr

Show HN: Krbn, a pencil-style 3D renderer with SVG output Krbn is a childhood dream I finally got to research & prototype (from a hospital bed of all places), during a medical break from my normal work: a rendering engine that draws 3D scenes the way a technical sketch artist would. It asks "which lines would an artist draw and what would they leave out?" Basically strokes are derived exactly from geometry, rather than sampling. True conics, quartics etc. So there is no shading model, it's replaced by hatching (either flat or following the curvature of the object). There's no alpha channel, the gaps between lines do the work as on paper. It introduces hand-wobble (which is seeded, so animations don't "boil" between frames) and various other things; the example gallery shows more. With all that, output is byte-stable, i.e. two successive renders will cause zero changes in Git. Full disclosure, since it matters here: this was built with significant AI ...

Show HN: @playbykey/theory - Music theory TypeScript engine and MCP server https://ift.tt/9wEKugp

Show HN: @playbykey/theory - Music theory TypeScript engine and MCP server https://ift.tt/pNrs5Uw July 11, 2026 at 03:15AM

Show HN: We beat Cloudflare's bot detection (open-source stealth browser) https://ift.tt/GpFSuW4

Show HN: We beat Cloudflare's bot detection (open-source stealth browser) https://ift.tt/MBOi40m July 11, 2026 at 01:26AM

Show HN: Debloat Slack – Get rid of Slackbot, AI upsells and other annoyances https://ift.tt/0ekZKSR

Show HN: Debloat Slack – Get rid of Slackbot, AI upsells and other annoyances https://ift.tt/ve40KwX July 10, 2026 at 03:08AM

Show HN: Fortress – Give your agents unlimited access to the web https://ift.tt/eiJM54Q

Show HN: Fortress – Give your agents unlimited access to the web i personally believe that the internet is the best thing we've ever built, and arguably, nothing we made before comes close. now agents can use it too, but the web treats them as second-class. every agent works for a person, so whatever it keeps from agents it keeps from us. we believe that if we let them in, each of us gets the whole of what we built, a thousand times over. and to add to that, democratization of tools that allow this is essential, despite the fact that there will always be bad actors. so, we built fortress, which is an open-source stealth chromium engine. it is a recompiled fork that corrects the browser fingerprint from inside the engine: the surfaces bot detectors read, canvas, webgl, audio, fonts, navigator, and about thirty more, are patched in chromium's c++, with no javascript layer sitting on top for a page to catch. it beats the hardest bot detectors on the planet, works fully locally and...

Show HN: I built a free app for New Yorkers to save money on groceries https://ift.tt/MbXtlsV

Show HN: I built a free app for New Yorkers to save money on groceries I built this because I see that grocery savings are achievable in NYC. People usually just go to the store they're used to going to, and it's rarely worth the effort of combing through card cashback, weekly coupons, CPG rebates. Most people leave real money on the table by not stacking them, and even more don't even know that these deals are out there.... so I built a way to automate it. You can use it for free, no login, currently NYC-only with ~690 stores. I built it so that you just search whatever you want (use commas if you want to search multiple items). Or - use the AI tool to help shop for you. If you're curious, it's powered by a trained LLama model. Honest limitations are coverage and freshness. Id love some feedback on where the data looks wrong or is stale. Question for the room - what to prioritize if you're working with messy, multi-source retail/pricing data? Is freshness or co...

Show HN: OpenScreenShot: open-source full-page screenshot and annotation tool https://ift.tt/TbEJHg2

Show HN: OpenScreenShot: open-source full-page screenshot and annotation tool https://ift.tt/T8qWSwA July 9, 2026 at 02:19AM

Show HN: Cyrinx (36kbps Acoustic Transport) https://ift.tt/9KHieSV

Show HN: Cyrinx (36kbps Acoustic Transport) Working with Fable 5, a MacBook, and a Pixel phone, I built an acoustic transport library that is several orders of magnitude faster than existing SoTA open source options like ggwave, quiet, minimodem, or Chirp. Paper: https://ift.tt/NsC4yOc Apache 2.0 source: https://ift.tt/ykdb54f https://cyrinx.org/ July 9, 2026 at 01:59AM

Show HN: Frugon – Find which LLM calls a cheaper model could handle (local, MIT) https://ift.tt/iGwEl9Z

Show HN: Frugon – Find which LLM calls a cheaper model could handle (local, MIT) I started leaning in on AI heavily this year, as I wanted to get more done autonomously, but then my token usage climbed dramatically to the point where my weekly quota would run out before the end of the week, sometimes a couple of days into the week. I realised I had to do something about it else I'd have to double my spend. So I decided to start tracking my cost per task type. This revealed that a lot of my spend went to searches/scans or simple things like scouting tasks. I then decided to turn this into a simple CLI tool that can be used to read your OpenAI-style logs locally, and analyze the cost and compare this spend to other models, then show you how much you could potentially save by switching those calls to a cheaper model. When you run analyze you get an offline estimate priced against LiteLLM and gated by LMArena tiers. The general savings bands come from the research published by RouteLLM...

Show HN: I ran 70 MCP servers in a sandbox and logged what they do https://ift.tt/dgFIxbS

Show HN: I ran 70 MCP servers in a sandbox and logged what they do https://ift.tt/BPGXRhZ July 8, 2026 at 11:44PM

Show HN: Turbo – An open-source, fast HTTP server with a real-time config GUI https://ift.tt/XMP1KTJ

Show HN: Turbo – An open-source, fast HTTP server with a real-time config GUI https://turbo.okzgn.com July 8, 2026 at 01:17AM

Show HN: Fortress – a stealth Chromium so your agents stop getting blocked https://ift.tt/dhvgWHe

Show HN: Fortress – a stealth Chromium so your agents stop getting blocked https://ift.tt/ZBY5j0f July 8, 2026 at 01:08AM

Show HN: Free Mermaid Diagram Editor https://ift.tt/becrm5M

Show HN: Free Mermaid Diagram Editor I've been slowly adding some new free tools to Moxie Docs (partly for SEO, partly to illustrate some of our feature sets before any commitment) for some reason this mermaid editor one blew up on Google rankings so I figured I'd share in case people find it useful! We also have ADR, AGENTS.md, LLMs, and a few other free tools. https://ift.tt/ydhTaJn July 8, 2026 at 12:29AM

Show HN: Autoops – Multi-region data and service mesh operated by a Makefile https://ift.tt/6mlkvVj

Show HN: Autoops – Multi-region data and service mesh operated by a Makefile Hi HN, Stefan here. autoops is an infrastructure automation framework I have been using at my previous company and is now opensourced. It has been the base layer running various products and projects, and also for quickly standing up client infra. It works with Debian-based systems (apt) and sets up a WireGuard mesh with peer discovery and built-in DNS (Wesher), a distributed S3-compatible object store (Garage), and a reverse proxy and load balancer (Traefik). It supports service autodiscovery (Traefik-kop) and can be horizontally scaled to up to 150-200 nodes. As a classical example of "roll your own k8s subset using scripting", it is not yet fully integrated and currently, you need 1) to define at least a PyInfra inventory, 2) depending on whether you run containered services, a Docker Compose file, and 3) for horizontal scaling with autodiscovery, a Traefik config. The PyInfra scripts are put toge...

Show HN: Logo Design for Busy Founders https://ift.tt/7ydvEs1

Show HN: Logo Design for Busy Founders General purpose illustration tools like adobe illustrator or affinity have a great amount of flexibility but come at the cost of complexity that isn't needed for a logo design tool. So I trimmed down the fat to a minimal set of 10 tools acting on a logo grid, when combined together makes it easy to build quite a surprising variety of logo marks pretty fast. This was a very interesting project unlike most of the work i've done over the years, this iteration (the 4th) came from progressively whittling down (vs up) affordances, if a combination of tools could do what one did, it was cut, if that tool didn't seem to behave cohesively with the rest (perhaps potentially breaking the user's mental model of the editor) it was cut. Initially i had features like layers, multiple fill colors. Naively i felt my goal was to build a minimal set of tools that achieved "logo-completeness", but i realised that would just give me a terribl...

Show HN: Tracking how much of the HN front page is AI-generated https://ift.tt/a9YUtlq

Show HN: Tracking how much of the HN front page is AI-generated For the past few months, I've been sending every story that reaches the HN front page through Pangram's AI detector and noting the scores. The reason I made it is that I kept noticing posts that sounded like AI-generated to me. Sometimes the comments pointed it out, sometimes a post was near the top all day and no one said a word. I wondered if the share was really increasing or if I was just primed to see slop everywhere. How it operates: The site identifies the top 30, gets each article, and evaluates the text using Pangram. Besides the live front page view, there are daily and monthly trends, with leaderboards for domains and authors that keep scoring high. I personally find it quite helpful as a sanity check on my own intuition before declaring something AI in the comments. 6,500+ stories in, it turns out the front page is still very human after all, which is the part that shocked me the most. A fraction of 13%...

Show HN: I built an encrypted BLE dongle for pasting stuff to air-gapped devices https://ift.tt/XKchS02

Show HN: I built an encrypted BLE dongle for pasting stuff to air-gapped devices Definitely one of those "20 minute adventure gone wrong" projects where all I wanted initially was a quick wireless rubber ducky for bitlocker keys and the like and then I kept adding stuff like AES-256..... Currently working on adding WebAuthn/FIDO support because the hardware is already there and scope creep is a lifestyle at this point. Would love feedback, especially on the security side. Repo and PCB files are fully open source. https://ift.tt/FsxcTCo July 4, 2026 at 10:13PM

Show HN: Reading Assistant Physical Books Meta RayBans https://ift.tt/lHa8gMJ

Show HN: Reading Assistant Physical Books Meta RayBans Reading technical books is hard. Unknown words, confusing phrases, and misunderstood concepts requires opening your phone, starting Claude, and working with Sonnet through a series of exchanges, before finally getting it. Focusing back on reading after such a context switch can be difficult. Repeated multiple times and your attention span is gone. Fix: An assistant understands your book deeply and answers inquiries through voice while you read, side-stepping the current process entirely. All you have to do is: - Upload a PDF version of your physical book and start reading - Say "Hey Lumos" along with your inquiry ("why does det(A) mean the matrix loses volume?") - Assistant researches the contents of the book and responds - Continue reading until you need help again It's in extreme beta but works well enough where I can't read a book without it. If you're interested in trying it out, reach out. July...

Show HN: Pieces – Social network for people https://ift.tt/zyTZB1b

Show HN: Pieces – Social network for people Hey HN, long time lurker first time poster. I built a social network called PIECES. After building a private blog last year after I had to get off IG and Substack, I decided to productize it. It's here now. It has a dedicated web experience + iOS/Android. Would love if you tried it out! https://ift.tt/RIa5zFy July 1, 2026 at 06:30PM

Show HN: Capcat – CLI/TUI to Archive Articles as Markdown and HTML (FOSS) https://ift.tt/sO1JDlB

Show HN: Capcat – CLI/TUI to Archive Articles as Markdown and HTML (FOSS) Capcat is a python based CLI/TUI FOSS utility for Ethical archiving of given website or RSS source. The github repo: https://ift.tt/z4gQCMR It is generated with NLP, context-engineering, spec-driven development and LLMs. Fully functional at http://capcat.org , with instructions for usage and documentation. The project started from my personal needs of simple archiving with structure and moved to product design/MVP exercise. I am longtime HN user, and the most value I got in years of reading is always deep in the comments section. For HN Capcat uses the official API, with rate-limits, identifies honesty with clear user agent and skips paywalled content. All usernames are anonymized with a link to the user profile. The content is delivered in Markdown format (Obsidian ready with frontmatter) and optional HTML with dark/light themes. Every source has its own YAML config file for separate control and PDF size lim...