Live data from Hacker News

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

news.ycombinator.com

151–160 of 1001 posts

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

#151
It's still early, because I actually had some nice weather in the PNW, but looking at porting NanoClaw to use FreeBSD jails and ZFS snapshots. Why? I use linux because I have to - docker/docker images is what we are stuck with. For personal stuff - I prefer the BSDs.

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

#153

It's nothing big. I wanted an offline natural language to cron/cron to natural language translator and I wanted to get some experience building MacOS apps. It's not vibe coded, but I did get good help from Claude since it's my first time building MacOS apps. It's free and no data is collected. https://cronwise.github.io/

What's it like building native MacOS? SwiftUI or UIKit or?

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

#155
I wanted a real native app (iOS/macOS) as a client for my agents and to be able to truly control / mange them from it. So, think Claude Code remote but not just Claude and a proper native app. Or the Codex app but actually native.

The server is a rust binary so you can toss it on any container/computer and connect to it in the app.

My philosophy isn't to replace my other tools I love like emacs, ghostty, etc. But I am taking a stab at "real time code review" and have some crummy magit-like code review built in that I need to revisit.

https://github.com/Robdel12/OrbitDock

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

#159
I've been building https://lan.events. It's been built entirely with an LLM as I've been learning more concepts behind agentic engineering for reliable development with an LLM. The primary reason I built it is because LANs are disappearing and they were a formative part of my childhood. They were a way to connect with people that I knew from all over the world. I still have some lasting friendships from the big and small LANs I went to as a kid. LANs are free for 50 and under so please sign up and if you have feedback, send it through the support system!

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

#160
A fully vibe coded python 3.14 interpreter in Rust: https://blueblazin.github.io/pyrs

Now at 350k lines. Native and wasm binaries (you can try the limited wasm version online). Currently adding a full CPython test suite benchmark.

Just for fun, not trying to replace CPython here. Mainly to test the limits of current coding agents.

Post reply on HN