Live data from Hacker News

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

news.ycombinator.com

71–80 of 1001 posts

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

#71

I've been working on extending Postgres to run on top of FoundationDB, effectively turning Postgres into a distributed database with all the modern features one would expect. Hoping to release an initial version for people to try out very soon!

Can you provide more info? Use-cases, how would it work, where will you publish it?

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

#72
- A typescript SDK for creating local-first applications to browse the Fediverse (https://codeberg.org/mushroomlabs/activitypub-client). I want to be able to use this SDK to work on a fork of Elk (Mastodon client) and Voyager (Lemmy Client) and swap the API-based libraries they use.

- Adding support to WhatsApp/Discord/Signal bridges to Communick's Matrix server. For some reason, last week I got a handful of handful of customers saying that they would be willing to pay more than the $29/year of the standard plan if they could get those bridges on Communick's Matrix server

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

#73

I've been building mentions.us[1] - it sends you alerts when your keywords are mentioned on Hacker News, Reddit, Bluesky, LinkedIn and a few other places. For anyone who uses F5Bot, it's similar but with some extra data sources and a Slack integration. It's been a fun project. Dealing with the scale of Reddit (~300 posts/second) creates some interesting technical challenges. It's also let me polish up my frontend dev…

how do you get real time acsess to reddit posts?

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

#77
Have been building drawDB[1] for a while now. It's a database schema visualizer. Currently working on adding support for oracle databases. Wrote a parser[2] to allow importing from oracle sql. Have been struggling with motivation though, the pieces are pretty much there but I've been procrastinating on putting it all together. This has been my main side project for almost 2 years now.. I miss the feeling of novelty.. but can't come up with something worth building..idk

[1] https://github.com/drawdb-io/drawdb

[2] https://github.com/1ilit/oracle-sql-parser

Post reply on HN