Live data from Hacker News

Ask HN: What Are You Working On? (April 2026)

news.ycombinator.com

71–80 of 1001 posts

Re: Ask HN: What Are You Working On? (April 2026)

#71
Scheduled encrypted back up of git repos via ssh/rsync to a simple server from a macOS workstation. I’m tired of the complexity to host a simple private git repo. Using this suite of scripts, I’ve been able to incrementally backup an encrypted copy of my private git repos to rsync.net (but it could be configured to be any ssh host with rsync capability).

Re: Ask HN: What Are You Working On? (April 2026)

#72
https://pginbox.dev

Repo: 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)

#73
A service summarising and simplifying EU laws, resolutiins, decisions and so on: https://euforya.eu/

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

#74

I'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…

This sounds awesome. Have you checked how it fares against trainline? A quick demo would be very nice.

Re: Ask HN: What Are You Working On? (April 2026)

#76
I'm working on LookAway, a Mac app that reminds you to take breaks from the screen at the right moment instead of interrupting you at random. https://lookaway.com

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

Re: Ask HN: What Are You Working On? (April 2026)

#77
Working on some improvements to my video platform, https://www.kollaborate.tv . It’s a new video player with side-by-side playback comparison. Claude was really helpful at getting the drift adjustment working because I can push it further than I would be comfortable pushing a human employee in order to get things just right.

Re: Ask HN: What Are You Working On? (April 2026)

#79
I built a cooking timer that solves the mental arithmetic of roasting multiple things at once. Pick chicken legs, sweet potato, green beans, etc and it'll give you a simple plan telling you when to put things in, flip them and take them out. Trying to eat more veggies and home cooking so this has helped me a lot!

https://www.roastrack.app/

Re: Ask HN: What Are You Working On? (April 2026)

#80
Two things, one is a container control plane inspired in the efforts of the Nextcloud AIO people called LOOM (yeah, like the Lucas Arts game), the other is a full blow NixOS deployment system (from the USB or network directly) for my company so we can deploy the computers for each colleague faster.
Post reply on HN