Live data from Hacker News

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

news.ycombinator.com

211–220 of 1001 posts

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

#211
post #209

I wrote a small business preventive maintenance and calibration tracker ( https://pmcal.net ) as a side project. A few manufacturing companies that I have a close relationship with are using it and love it, but I have kind of hit a wall with other growth avenues (Google Ads, organic promotion on the web). I have been thinking of marketing directly to ISO 9001 auditors, because “can you get email reminders” is a quest…

Thats really nice. I think I want to install this on a small Raspi at the end of a baseball bat and use it to assault some customers.

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

#215
My master's thesis[1] was half research, half dev project, exploring how we can continue to fully fuse traditional RPGs with computers. This goal is my life quest, my life's work.

I think virtual tabletops (VTTs) as they currently stand are barking up the wrong tree[2]. I want a computer-augmented RPG to allow the GM to do everything he does in the analog form of the game. On-the-fly addition of content to the game world, defining of new kinds of content, defining and editing rules, and many other things ... as well as the stuff VTTs do, of course. The closest we've gotten in the last 30 years is LambdaMOO and other MUDs.

The app I made for my thesis project was an experimental vertical slice of the kinds of functionality I want. The app I made after that last year is more practical and focused on the needs of my weekly game, in my custom system; I continue to develop it almost daily.

I'm itching to tackle the hardest problem of all, which is fully incorporating game rules in a not-totally-hardcoded way. I need rules to be first-class objects that can be programmatically reasoned about to do cool things like "use the Common Lisp condition system to present end user GMs with strategies for recovering from buggy rules." Inspirations include the Inform 7 rulebook system.

[1] See my homepage, under Greatest Hits: https://www.mxjn.me

[2] Anything that requires physical equipment other than dice and a regular computer is also barking up the wrong tree. So no VR, no video-tracked physical miniatures, no custom-designed tabletop, no Microsoft Surface... Again, just my opinion.

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

#216

I'm working on a new Event Sourcing database that elevates the WAL into a first class application concept like a message queue. So instead of standing up a postgresql instance and a kafka instance and a bunch of custom event sourcing plumbing, you stand up this database and publish all your application events as messages. For the database part you just define the mappings from event to table row and you get read mode…

Sounds very useful! Looking forward to seeing how it turns out!

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

#217
A mostly vibe coded(since I don't plan to ever go commercial with it) app for music composition, which I suspect real musicians would mostly not like..

You can create patterns, play those patterns on a specific beats, add melodies(HTML tables of notes!) with lyrics, add chord changes to determine how the patterns are played, etc.

It's meant to be CAD-like, so you're working as high level as possible, not looking at some raw notes and having to go look up what chord it is every five seconds.

There's plenty of features that don't exist but look like they do, but it does work.

https://eternityforest.github.io/songcad/

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

#218

https://aponlink.com/ I built a no-AI, human-only social network focused on ONLY one thing - keeping people connected. I'd stepped away from mainstream social media last year due to the overwhelming negativity, privacy violation, etc. Then around early this year, I started to feel I was missing updates from people who actually matter in my life. Instead of going back to traditional platforms, I decided to create a si…

So I like what you are doing but I think it might be worth having a larger think about this

> no user search and no friend suggestions

I get the intentionality, but the reason that facebook was successful was that it found the people you intentionally wanted to communicate with for you.

The issue is that the social graph overstays its welcome. After its done finding all the people you want to communicate with, it suggests a ton of people you dont.

I actually find this to be similar to netflix and spotify suggestions, both of which were able to find things I wanted to consume early on, but now just give me waves of shit.

Consider doing something a lot smaller, like an opt in, 1 month activation at a time, depth 1 search to find people you might want to connect with, but without the hassle of having to swap details on another platform.

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

#220
I am working on a standalone CLI tool that can do analytics find it here: https://github.com/nafey/minimalytics

Motivation for the project:

> This project was born out of the need for a lightweight analytics tool to track internal services on a resource-constrained VPS. Most SaaS analytics products either lack the scalability or exceed their free tier limits when tracking millions of events per month. Minimalytics addresses this gap by offering a minimalist, high-performance solution for resource-constrained environments.

I recently did a Show HN which you can find on my profile.

Post reply on HN