Live data from Hacker News

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

news.ycombinator.com

751–760 of 1001 posts

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

#751

An alternative to Ansible and Puppet, written in Golang. It's called Peekl, and the idea behind it was to merge the two things I loved about both Ansible, and Puppet : - The agent/server model of Puppet; - The ease of writing Ansible code. It also make sure to solve the problem that both Ansible and Puppet have in my sense : - Puppet is a slow, decades old application. It's written in Ruby and run inside of a JVM for…

I like your idea. I didn't have the time to fully build mine out but I also was hankering for something with better readability and implementation than SaltStack (server/client similar to Puppet).

https://github.com/vangourd/g8r

The pub/sub model was so much FASTER than the Ansible push methodology.

I'll check your repo out for sure

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

#752
I'm making a joke-website, "Everyone Loses as a Service (ELaaS)" [1]

The premise is essentially:

1) Accept money from angry customers asking us to prompt-hole tokens from targetedCompany chatbots

2) Approach targetedCompanies to offer the "real" (secret) service. For a monthly subscription fee, we won't prompt-hole their LLM tooling.

3) The real, real service is to setup some google alerts for targetedCompany release notes & forum posts. Whenever threshold exceeds some predetermined threshold, initiate Turbo Mode: the higher the hatred-per-customer, the greater the discount the service will be for them. Spit out newsletters as needed, regardless of whether or not they subscribed.

Meanwhile, initiate "surge pricing" for targetedCompany on a per-hour, per-payment basis. The more customers that pay, the higher the "one-time fee" is to targetedCompany.

Staffing is almost entirely made up of interns, a few roles are filled by underpaid contractors with unattainable goals; keep them both working there with the promise of full time employment "after things calm down."

If all goes well, everyone pays us money to do absolutely nothing with minimal outflow of revenue.

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

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

#753
https://dataraven.io managed rclone for object storage. It’s for teams running cloud-to-cloud transfers, migrations, and scheduled syncs without having to own any infra.

I'm focused on the operational features rclone doesn't have out of the box: notifications, centralized logs, team access, audit logs, and analytics like bytes transferred, objects changed, and failure rates. Recently reworked the guided onboarding flow and im adding more storage providers.

The BYOV secret support is pretty unique and im surprised more platforms don't support the model.

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

#754
Oh! I have so many in-progress projects right now,

First up, the "AskHN for help project in progress": I'm working on some pages for my websites and want to capture + embed some interactive gaussian splats. I haven't yet found a good, embedded-able option that doesn't assume a huge dynamic website instead of my simple Hugo based static site. Any good options?

Otherwise,

I just got a vintage horn-speaker. The actual Atwater Kent driver was long since dead, but I ordered a compression driver to feed it after testing it with a talkbox and finding it sounds amazingly honky!

I have a piano's soundboard and 24 solenoids, all the drivers, etc I need to wire up to make a self playing piano (ish, I mean, it won't be hitting hammers - directly solenoid to string)

I got tired of Alexa's slow degradation into a central advertising point and weird LLM-y-ness, so just got some Home Assistant Voice Preview Editions to replace it. Performance is so far worse, so I'll be doing some tuning on that. It also means, unfortunately, replacing a lot of my lights/switches and moving to Zigbee. Total cost, with the two voice/speaker boxes + lights + switches + Zigbee hub I think I'll be about $300 deep. Not too bad.

I have a Dactyl Manuform mechanical keyboard that's 3D printed, has the keys put in, but needs soldered up, hopefully able to knock that out soon too.

Old eleksmaker pen plotter / laser engraver sitting around had it's controller die a while ago, finally got a new one, but will have to actually learn how to setup GRBL and find some open source software for driving - Which, sounds less than fun. Last time I tried, I found all the software to be expensive, hard to use, and generally frustrating.

On top of all of that,

* I have a Hurdy Gurdy sitting at about 3/4 finished, shouldn't need more than another 8 or so hours of work to get playable.

* I want to make some Nuclear Instrumentation Module inspired modules for VCV rack

* I have an AudioMoth on the way, I'm looking forward to learning how to setup so I can learn about bats in my area!

* I'm still about 75% done switching back to linux, now that I feel it's finally ready to be used for music stuff since the transition to Pipewire seems over with and It's no longer a total mess of ALSA+JACK+Pulse+PipeWire. That transition hell mad me switch back to windows for few years, and it's nice to be back

Also, since the last thread I've managed to fully rebuild my studio setup, setting up multiple 3-tier stands for synths + the Wall-o-pedals. It came out really well! Was nice to brush up on at least basic wood working skills for it too. During that project I also discovered 3M dual lock is magic and will be over-using it on everything from now on.

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

#755
I am building HomeBidder (https://homebidder-web.fly.dev), a tool for figuring out a realistic bid price for houses. I got sick of seeing artificially low listing prices on sites like Zillow so built this tool to give me a more realistic number based on comps. Along the way I've learned to add confidence intervals, adjust for lot size and fixer status, and provide QOL information like access to transit and how bad the pollution is. It is heavily optimized for SF but I'm starting to iterate and validate on other cities.

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

#756

I’ve been working on an OSS backend-in-a-box called [aepbase]( https://aepbase.io/ ). For the past few years, a group of us from Google, Microsoft, GM, IBM, Roblox, Rubrik + more have been working on a design standard for APIs called [AEP]( https://www.aep.dev ). The goal is twofold: learn from our companies mistakes around APIs and enable better tooling with less configuration. We’re at a point where AEP-compliant A…

[deleted]

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

#757
Linux distribution experiment where all user data (/home) is loaded from a model

Distro boots to a custom Vulkan based, GPU accelerated browser; like a game engine or blender where the controls/parameters are hidden and updates are driven by AI given a prompt

Am using BPF and sched_ext to manage a bunch of the usual behind the scenes telemetry and observability and inform the AI which responds by tweaking run state

So / and /root and /usr, the other POSIX paths exist but instead of /home it's an encoded binary model.

No unique users relative to the OS, but while I run everything as root the AI protects the model unless given the appropriate secret.

Not perfect security by any means but this is an experiment above all not a production system

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

#758
I am building retcon (https://github.com/WujiLabs/retcon), a Claude Code middleman layer allowing the AI agent to edit its own conversation history or rewind itself to a previous round. More than often you ask the AI to do something. It misunderstands. You correct it by words. But the messed-up turn stays in context, and the AI is fighting both your correction and its own past mistake.

retcon flips the model. The tool is named for the verb recontextualize: introducing new information that reshapes how the past is understood. Instead of you typing a /rewind command, the AI retcons its own past. You just tell it what you want.

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

#759
https://musicfestivals.ai - find music festivals near you.

I wanted to be able to scroll around a map and filter by month to see what festivals were happening around me and places I wanted to travel, but I couldn't find any great existing tools for this, so I built this thing.

The map view looks better on desktop than mobile, but you can still see it on mobile by clicking the map icon in the header.

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

#760

I'm mostly diving head first into formal methods again. Mostly TLA+, but a bit more Isabelle as well. I haven't really forgiven myself for dropping my PhD; I think it was the right decision at the time, but I also kind of wish I had pushed through it. I'm going to see if I can at least get a few papers published. I've also had some fun getting Claude to create LSP servers for different languages, which it has been pr…

Are you familiar with FizzBee. I think formal methods is already very hot right not with more demand for proving AI generated code isn't garbage.

(Even if you're hand writing people are going to assume or suspect it's LLM gen.)

Post reply on HN