Live data from Hacker News

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

news.ycombinator.com

171–180 of 829 posts

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

#171
I'm working on making bcachefs useful when you mix both SSD and HDD in one filesystem.

At the moment, even if you set up SSD for foreground operations and HDD only for background, more often then not, your write latencies are those of the HDD. We can do better.

See https://paquari.com/posts/bcachefs-ssd-hdd-progress/ for a progress report. (Disclosure: the write-up is an AI summary of my notes, so don't expect any brilliant prose.)

I'm also working on resurrecting stabilizer (https://github.com/matthiasgoergens/stabilizer). Stabilizer is a way to make program performance less dependent on the linker and layout lottery. But it has sadly fallen victim to bitrot.

I'm doing some minor contributions to other parts of Linux like ZFS and ext4, mostly as a byproduct of experiments I'm running for my bcachefs work. Another somewhat ambitions project is to make swapfiles on ZFS and bcachefs work (or work better), at the moment the problem is that writing swap on them might need to allocate memory exactly when you are out of memory.

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

#174
I’m working on an app to help my late diagnosed ADHD - through sound.

The app wraps whatever is playing on mac through device convolution (old radio, hifi system) - Room convolution (a bedroom, a forest) and adds ambience (rain, wind, waves) and Apples spatial processing - so it sounds like a real space.

For me - hearing the sound in a space really helps more than just the dry sound.

https://www.surraura.com/

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

#175
post #146

Started a few different things: 1. A robotics information and news website. Any feedback is appreciated. https://robotica.dev/ 2. Applied DBSP theory to Postgres https://github.com/getravi/pg_dbsp and DuckDB https://github.com/getravi/duckDBSP . The idea is to have incrementally maintained materialized views.

Whats your stack, workflow for the news site?

Currently its a astroJS site with a backend script that runs periodically and updates the website.

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

#176
A game agent to play Slay the Spire, achieved several A20H wins:

https://github.com/AttemorySystem/spire-agent

A retrieval engine that using attention to retrieval, achieved several SOTA results on multiple benchmarks(LongMemEval, LoCoMo, code search, etc)

https://github.com/AttemorySystem/attemory

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

#178
I have been building document intelligence in enterprise for a long time now, and even with sota OCR, SLMs, LLMs, all the myriad of services now offering this - most of them miss something.

So over the years me (and my team) have built up a lot of experience dealing with these for sensitive industries like healthcare/insurace/lending etc.

We are bringing these ideas out as a router to other parsers, but with some key takes that allow you to manage failures. "Failure is inevitable so route for it."

It is called Openreading - https://openreading.ai/ and open core here: https://github.com/openreading-ai/openreading-core

It is still WIP and will be more polished in a month after some more rigorous testing and benchmarks.

If this is a problem you deal with, would love to chat.

Note: the intent is to launch a managed version that provides more durable compute/retries, parallel execution, intent understanding etc but this is for later.

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

#180
Working on a full workout and dieting stack!

17,000+ users already! It's a completely ad free, subscription free product. MacroCodex app, which results in guaranteed weight loss or weight gain outcomes within 2-3 weeks. Many people will start seeing results within the first week. Don't believe? Read the reviews.

MacroCodex is a "Total Calorie Burn of the day" using completely sensorless method explained here: https://macrocodex.app/knowledge/macrocodex/smart-calorie-bu...

CalorieCodex - calorie tracking app which has a Agent Harness built in using BYOK (bring your own key model). How does it help? Using this anyone can track calories and plan their meals. Agent includes skills which help you accurately track calories and plan meals.

Symbiote App - Think "BoostCamp" but completely free, no ads, and fully programmable workout tracker

Example of GZCLP: https://symbiote-studio.macrocodex.app/?builtin=gzclp

Post reply on HN