Live data from Hacker News

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

news.ycombinator.com

701–710 of 1001 posts

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

#701
I made sdf2stl.saej.in

You can use it design 3D objects with mathematics and bring them into the real world with 3D printing.

You can use it to create 3D models that are impossible to create with CAD, CSG, sculpting, or mesh-based tools.

You can build on a decade of community SDF development on Shadertoy because sdf2stl uses the same language.

A few days ago I may have become the first person to 3D print the equation x^4+y^4+z^4-x^2-y^-z^2+.4=0 (Goursat's surface) https://www.printables.com/model/1713835-goursats-surface

Please try it out and tell me what you think.

https://sdf2stl.saej.in

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

#702
Opal: Browser first feature-rich markdown editor, workspace and publisher

- https://opaledx.com - https://github.com/rbbydotdev/opal

No logins or sign-ups, totally free, MIT Open Source

Integrates with git and github, publishes to aws, github, netlify, vercel, cloudflare, great drag and drop image integration

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

#703
I am writing kubernetes compatible single binary service for various runtimes in rust [1].

Currently supports docker, containerd, wasm runtimes. I am adding support for jvm and kvm, etc. Works as is in macos. There is mock runtime too to mock it for various testing various distributed services etc.

It is a fun little experimental project.

[1] https://github.com/debarshibasak/superkube

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

#704
I built a maintenance tracking app that I can use for household/garden tasks. I had a problem where things like replacing a battery for a chicken coop, I'd be a month late on replacing it and I had it in my calendar to replace every august, so I'd be replacing it early every year. And I also had in my calendar to fertilize my hop plants every 2 weeks, which meant in January I'd get a calendar event to fertilize my hop plants.

And sometimes my wife wonders what we have to do (especially in spring) for gardening, planting, chickens, etc.

https://upkeepnest.com

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

#705

I'm working on https://www.OnetimeFax.com - it's a way to send and receive faxes for a flat fee without needing to subscribe to anything. Version 1 was a script I wrote for myself to fax the courts a jury duty deferral during covid lockdown, and then during my parental leave I productized it.

This is such a stupidly needed thing. Nice work!

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

#706
I'm working on Maelstrom, an agent framework with only the basics:

- 'agent' as cognitive state, ie, what to think about

- 'workflow' as 'what to think about

- 'session' as immutable agent history

- 'timers' as a way to kick off an agent on a schedule (with or without a workflow attached

I've been working on this since just before OpenClaw dropped at the end of January. Currently it weighs in at around 20k lines of code. There is still a significant amount of work to be done on polish, but the core appears to be functional, and almost to the point where I can replace opencode as my daily driver (I'm very much looking forward to this).

From [1]:

---

I've been working on a framework since the end of January or so. I'm on my 7th draft. As I've gone along, each draft gets markedly smaller. The overlaps between what I'm building and openclaw are significant, but I've realized the elements that make up the system are distinct, small, and modular (by design). There are only a few primitives:

1. session history

1a. context map + rendered context map (think of a drive partitioning scheme, but for context -- you can specify what goes into each block of context and this gets built before being sent out for inference).

2. agent definition / runtime

3. workflow definition / runtime

4. workflow history

5. runtime history (for all the stuff session and workflow history fail to capture because they are at a lower level in the stack)

That's it. Everything else builds on top of these primitives, including

- memory (a new context block that you add to a context map)

- tool usage (which is a set of hooks on inference return and can optionally send the output straight back for inference -- this is a special case inside the inference loop and so just lives there)

- anything to do with agent operating environment (this is an extension of workflows)

- anything to do with governance/provenance/security (this is an extension of either workflows and/or agent operating environment... I haven't nailed this down yet).

I suppose I should say something about how agents and workflows work together. I've broken up 'what to do' and 'how to think' into the two primitives of 'workflow' and 'agent' respectively. An agent's context map will have a section for system prompt and cognitive prompt, and an agent can 'bind' to a workflow. When bound, the agent has an additional field in their context map that spells out the workflow state the agent is in, the available tools, and state exit criteria. Ideally an agent can bind/unbind from a workflow at will, which means long-running workflows are durable beyond just agent activity. There's some nuance here in how session history from a workflow is stored, and I haven't figured that out yet.

Generally, the idea of a workflow allows you to do things like scheduled tasks, user UI, connectors to a variety of comms interfaces, tasks requiring specific outputs, etc. The primitive lays the foundation for a huge chunk of functionality that openclaw and others expose.

It's been fun reasoning through this, and I'll admit that I've had an awful lot of FOMO in the mean time, as I watch so many other harnesses come online. The majority of them look polished, and are well marketed (as far as AI hype marketing goes). But I've managed to stay the course so far.

I hope you find your ideal fit. These tools have the potential to be very powerful if we can manage to build them well enough.

---

[1] https://news.ycombinator.com/item?id=47784743

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

#707
I've started watching soccer more seriously in prep for the world cup (I'm in Canada) and watching live games is never going to happen, so I only watch replays.

There's so many games played per week, I want to find the best/most exciting games to watch, without spoilers. I built a little model to classify games and give me control over the level of spoilers shown so I can watch the best games of the week.

https://nospoilersclub.com

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

#708
https://casedaemon.com/

CaseDaemon: automated intake handling for immigration lawyers. Given a USCIS form to fill out and a set of documents and information, CaseDaemon automatically fills out the form with what it has and prompts the client (directly or via the user) for additional documentation or information needed to finish the application. Takes out a bunch of the back-and-forth between lawyer and client, and the busy-work of the lawyer mapping data to form and tracking requirements.

The product will be ready to use in a few weeks, but take a look at our homepage in the meanwhile, curious what people think!

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

#710
post #697

I am also (second post) working on an "idle clicker" like TUI game called "cuqueclicker", where you click an ass instead of a cookie (yeah, it's inspired by Cookie Clicker) https://github.com/flipbit03/cuqueclicker Runs locally and has binaries for every platform that matters out there, including a WASM port that saves your save data to local storage WASM Port here: https://flipbit03.github.io/cuqueclicker/ Try it ou…

This was really fun. I like that holding down space bar gives ~20 clicks per second, which helps speeds things up.
Post reply on HN