Live data from Hacker News

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

news.ycombinator.com

811–820 of 1001 posts

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

#811
I'm working on building Orris (https://apps.apple.com/us/app/orris-breathing-exercises/id67...): a breathing app for iOS. Built it because I wanted something simple for winding down before sleep and everything I tried was either bloated with content I didn't want or locked basic features behind a paywall.

It does guided breathing sessions with variable phase durations (4-7-8, box breathing, etc), streak tracking, and HealthKit integration. It's all based on SwiftUI, Swift 6, with no backend. Currently exploring adding ambient soundscapes for sleep sessions.

Solo project, been working on it for a few months on the side. Also been a fun journey back into iOS after almost 10 years away!

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

#812
SBproxy (https://sbproxy.dev) - An API and AI gateway as a single binary. Sits between your apps and LLM providers to give you more control. Think Cloudflare meets LiteLLM.

After the LiteLLM supply chain hack last month I feel pretty good about that choice. Your LLM gateway holds every provider API key you have. That probably shouldn’t be a pip install.

Worked on API gateway for a major retailer and incorporated my learnings into this platform.

Open source engine take a look!

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

#813
A native Mac app as a modern tmux replacement. I manage agents and terminal sessions across several GPU machines and having it all in one UI has been great for reducing cognitive load. If anyone's interested in being an early adopter, we're at https://haventerminal.com

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

#815
I built TryCatchUp: https://trycatchup.com

I kept hitting the same problem in Slack: a project channel can look fine until it isn’t. The real signal is usually buried in threads, stray blocker mentions, and a drop in channel activity. Then someone asks for status and you end up piecing it together by hand.

It sits in Slack project channels and:

* flags blockers, delays, and scope creep

* DMs the project lead when something needs attention

* sends a Friday digest with decisions, blockers, accomplishments, and recent activity

* keeps a pinned Canvas updated so stakeholders can check status without asking in-thread

* stays quiet when a channel is active and does lightweight check-ins when it goes quiet

* deactivates itself if a channel has been dead for 3+ weeks; it warns first, waits 7 days, then removes itself

Free tier covers 2 channels with weekly digests. Pro is $29/mo.

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

#816
Let's see; I keep so many projects going concurrently that I have to go look through my git history :)

I'm presenting at LinuxFest this year, so I'm currently in the process of wrapping up my slides for that. They're turning out ok; I have had to resist the urge to have AI write them for me, since they has a tendency to make everything feel soulless.

I maintain a fork of the main MiSTer executable [1] because of some disagreements with how Sorg runs the project and because I want to reduce the risk of saves being corrupted. Now I'm trying to come up with an automated way to monkey-patch the upstream changes so I can apply my changes on top. I have been experimenting with putting something like Claude in a Github Actions to handle this, but I haven't nailed down anything I'm super happy with.

I have been on a quest to find the source code for the old Digital Research Concurrent DOS. It's taken a few turns and I've been blogging about it: https://blog.tombert.com/Posts/Technical/2026/03-March/The-Q...

Because I have to accept the fact that I may be unsuccessful with finding the source to Concurrent DOS, I have been learning how to do reverse engineering with Ghidra if I ever want to see even a facsimile of the source code. Once I get competent enough with that I want to play with the MCP for Ghidra.

I have grown tired of people committing AI generated code, so I've been working on a library (written by my own fingers) that allows you to "assume" certain functions exist and have AI generate it for you, and use aggressive memoization to avoid it being too expensive. I'm working out the kinks and trying to make it more modular and flexible and deterministic, but I think it would be kind of neat. It's Opus doing the real work, of course, but for example I told it to `assume` that there existed a symbolic differentiator function that took in a string and did a derivative with respect to x, and then another function that could take in a function that took in a string of a polynomial and made a regular function out of this; basically assuming a very light version of Mathematica.

I think that's basically it for now.

[1] https://github.com/Tombert/Main_MiSSus

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

#818
Building SoundLeaf (https://soundleafapp.com) - a native iOS client for Audiobookshelf, the self-hosted audiobook server.

The whole thing started because my wife couldn't get into the official Audiobookshelf iOS TestFlight beta. Her exact words were "I cannot live without audiobooks." I'm a backend dev, never touched iOS or Swift before, but how hard could it be? (It was quite hard.)

About a year in now. CarPlay, offline downloads with background sync, Cloudflare Access support for tunneled servers, sleep timers that create bookmarks so that you can remember where you were the next morning. Currently working on podcast support. Solo project - no tracking, no accounts, just talks directly to your server.

If you self-host your audiobooks and have an iPhone, give it a shot: https://apps.apple.com/app/soundleaf/id6738428638

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

#819
post #223

My mother is living alone in her house and we are getting to the point where she might not be able to live alone. I built "Still Kicking", a picture frame that monitors her motion and sends back basic reports and can detect falls and sleep quality to a phone app, to help give her more time at home. It's just an mmWave sensor connected to an ESP32. But it works nicely, and I'm thinking of starting a company making the…

Mom had a stroke a few years ago and while thankfully she's recovered well, I'd buy this. Having designed for seniors and helped senior care focused companies, it's not so much the senior that you'd sell to but their adult children.

Good luck and for what it's worth, go for it!

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

#820
I built a tool that generates custom visualizations to prepare for big moments: http://bevictorious.co/

I'm an avid weekend golfer trying to improve. I noticed a lot of negative self-talk after a poor streak on the course and picked up "How Champions Think" as recommended by r/golf. In a chapter on optimism Bob Rotella shares a story about how, before he won the Master's for the first time, Seve's friend made him a tape of a fake news broadcast of him winning it that he listened to obsessively leading up to the tournament. Victorious lets users generate similar visualizations for any big moment (sports, performances, public speaking, job interviews, hard conversations...).

Post reply on HN