Ask HN: What Are You Working On? (April 2026)
71–80 of 1001 posts
Re: Ask HN: What Are You Working On? (April 2026)
#72Repo: https://github.com/jbonatakis/pginbox
Makes reading/searching the Postgres mailing lists easier.
I’m polling a Fastmail inbox to nearly instantly receive and ingest messages. Anyone can browse without an account, but registered users can follow threads to be notified of new messages, threads in which your registered email is found are auto-followed, and there are some QOL settings.
Search is pretty naive right now (keyword on subjects) but improved search is the next big thing on my list.
Re: Ask HN: What Are You Working On? (April 2026)
#73One thing I find especially intriguing is how LLMs can help deal with desinformation:
- I experiment with deterministic settings of local LLMs for the document summary so that sharing a prompt would prove that the output was not tempered with (no desinformation on the service side)
- I add outputs of several LLMs (from the US, the EU and from China) for the "broader context" section so users could compare the output (no desiformation on the provider and model side)
Re: Ask HN: What Are You Working On? (April 2026)
#74I'm working on a fully offline, client-side train journey planner for UK rail - https://railraptor.com When booking flights, I use sites like Kiwi and Skyscanner that let you do flexible searches - multiple destinations, custom connections, creative routes, etc. But rail search feels oddly constrained. All the UK train operators offer basically the same experience, and surface the exact same routes. I always suspecte…
Re: Ask HN: What Are You Working On? (April 2026)
#75Re: Ask HN: What Are You Working On? (April 2026)
#76Right now I'm focused on the stats side. It already shows how much time you spend in each app, and I'm adding website tracking too, which should make the picture much more useful.
I'm also working on better break timing for dictation. LookAway already delays a due break if you're in the middle of typing, so it does not interrupt at a bad time. Now I'm trying to extend that same behavior to dictation as well, which turns out to be a pretty interesting detection problem because it overlaps with some of the other context signals I already use.
Most of the challenge is making it smarter without making it feel more intrusive.