Live data from Hacker News

Ask HN: What are you working on? (April 2025)

news.ycombinator.com

11–20 of 1001 posts

Re: Ask HN: What are you working on? (April 2025)

#12
I'm working on a workflow automation tool that lets devs write workflows in simple yaml files, and then deploy them to the cloud _or_ on premise. Each workflow is a set of actions and a trigger that can transform data, make api calls, run AI models, or really anything (via docker!). Each step relies on the output of the last step, and the workflow framework is engineering to be declarative, testable, and versioned. Similar to GitHub actions, but for *anything*. Think webhook to slack, email to support ticket, nightly aws backup & restore, mirror a file each night, etc.

Re: Ask HN: What are you working on? (April 2025)

#15
Still working on https://theretowhere.com since I announced it to HN in February.

It's an website who's goal is to make it easier to find apartments/hotels/etc that fit your housing preferences (starting with places that are close to the people and things you care about). It's flagship feature is the ability to make heatmaps of cities based on your preferences.

Since February I've slowed down on feature development temporarily as I try and find a way to sustainably increase it's popularity and learn what's the most important thing to focus on next.

Re: Ask HN: What are you working on? (April 2025)

#17
I’m working on extending Postgres to run on top of FoundationDB. The goal would be turning Postgres into a distributed, horizontally scalable database with automatic sharding and replication.

Hoping to share a first version of it soon. It’s been absolutely fascinating digging into Postgres internals!

Re: Ask HN: What are you working on? (April 2025)

#18
I am working to better understand AI agents.

What they are. their capabilities, and their and risks and write about it on my Substack

Encyclopedia Autonomica: https://jdsemrau.substack.com

On that note, I also curate a list of resources around AI Agents that fit my narrative:

https://github.com/jsemrau/Agent-Repository

Re: Ask HN: What are you working on? (April 2025)

#19
I am working on the https://moviemovie.club/about, it's a tiny website about film review.

It works like a run club, where you have to make a review first to see other people's reviews.

I am currently implementing watchlists, comments and a mural to make it feel a bit less lonely. Right now I like the UI but it feels to lonely.

Post reply on HN