Live data from Hacker News

Ask HN: What are you working on? (August 2026)

news.ycombinator.com

311–320 of 1001 posts

Re: Ask HN: What are you working on? (August 2026)

#312
I recently got a Magic Keyboard and Magic Trackpad and have been using them on two different Macbooks (work and non-work).

I 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)

#313
I'm working on Dictatorship Simulator. A deckbuilder where, instead of directly attacking your enemy, you manipulate a political simulation to do it for you. You start out on the fringe, and slowly work your way up, fighting an increasingly worried and panicky government - as well as your own.

https://store.steampowered.com/app/4564800/Dictatorship_Simu...

Re: Ask HN: What are you working on? (August 2026)

#315
Working on https://localhero.ai, automating i18n translations for product teams (runs as a GitHub Action, translates new strings on PRs matching your brand voice and glossary).

Shipped "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)

#316
I've been working on a simple multiplayer word game: http://alphabetsoup.club

It's a bit like NYT Spelling Bee, except it's multiplayer and only your best (longest) word counts toward your score. So, instead of trying to find as many words as possible, the game is more about finding one unusually good word.

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)

#317
TermDOM: A terminal renderer which used real DOM nodes, so you can write TUIs like web apps with HTML, CSS, and whatever framework you want. I didn’t really write this, more like spent intense weeks of effort where I product manage (yell at) Claude and did visual testing.

https://github.com/bikeshaving/termdom

Re: Ask HN: What are you working on? (August 2026)

#318
I'm backporting the modern 2026 WebKit framework to work with Safari 7 on OS X Mavericks, from 2013.

With 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)

#319
Currently building Tensou in my free time

https://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)

#320

The 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…

Pretty cool apps! One thing i'd love to see for both is a historical view of the data - how do things change over time? Where is today relative the past five years for a given place? ten years? etc.
Post reply on HN