Also building a Golang middleware to record analytics (saved into a local duckdb)
Ask HN: What are you working on? (August 2026)
311–320 of 1001 posts
Re: Ask HN: What are you working on? (August 2026)
#312I couldn't find a good way switch them between different Macs, so I made https://github.com/MegaManSec/magic-switch. It's a small application which allows you to basically share the peripherals between Macs, and send them back-and-forth either manually or automatically.
Re: Ask HN: What are you working on? (August 2026)
#313https://store.steampowered.com/app/4564800/Dictatorship_Simu...
Re: Ask HN: What are you working on? (August 2026)
#314Re: Ask HN: What are you working on? (August 2026)
#315Shipped "bring your own translations" feature this month, built together with a customer who wanted Localhero for the workflow and review layer but writes some translations themselves. Otherwise smaller improvements and marketing. Better Lingui support, for example: projects using explicit IDs keep the source text in the source locale's msgstr instead of the msgid, which our CLI got wrong before. Also wrote some blog posts, a comparison of GitHub Actions for i18n and a guide to auto-translating gettext .po files in CI (Django, Phoenix, LinguiJS). Content is slow going but it seems to be how people find us via perplixity/gemini/chatgpt.
On the side, https://infrabase.ai (AI infrastructure tools directory) grew ~16% MoM. I leaned further into the agent angle: added a public query API plus llms.txt/agents.md/etc so agents can query the directory directly, and exported the full dataset to a public GitHub repo. Starting to get som traction and people wanting collaborations.
Re: Ask HN: What are you working on? (August 2026)
#316It'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.
Funny timing, I just made my first Show HN post for this a few minutes ago: https://news.ycombinator.com/item?id=49235347
Re: Ask HN: What are you working on? (August 2026)
#317Re: Ask HN: What are you working on? (August 2026)
#318With the updated frameworks in place, this ancient browser becomes able to access the modern web again! Even webapps like Figma work!
https://github.com/Wowfunhappy/WebKit
(As I make clear in the Readme, Claude wrote this code, a project like this would never be feasible otherwise. My main job has been to decide on larger infrastructure questions and find bugs and make them reproducible.)
Re: Ask HN: What are you working on? (August 2026)
#319https://github.com/kofta999/tensou
I always get frustrated when using local file transfer tools like:
Dukto: was my personal favorite, but is tiring to run cross platform, and most importantly does not support transfer resumes (so if copy got cancelled/disconnected at 99% you either have to copy again or search for the diff and copy it manually)
LocalSend: pretty good cross platform support, but does not work when connecting 2 devices using a LAN cable, and resume support is poorish
So I'm building Tensou to be an alternative that doesn't compromise all these features. Supporting resumes, folder syncing similar to rsync, cross platform (well I don't have a Mac to test on but it should work, and mobile support is planned)
Performance wise it's on par with Dukto and even slightly better with large files (and I'm still working on optimizations for small files too)
Would like to hear HN's feedback or what other features should I add? My goal with Tensou is to be the best, most performant and feature rich local file transfer tool ever.
Re: Ask HN: What are you working on? (August 2026)
#320The last time somebody made this thread, I posted about https://the-waterline.com/ , a site I launched as a side project/eval to see how well Claude can do a decent-sized project (mostly) independently. It pulls public government data about water levels in the western US, updates the website and sends out a newsletter. It started getting some search impressions and clicks, so I decided to launch the next 9 of the top…