Live data from Hacker News

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

news.ycombinator.com

931–940 of 1001 posts

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

#931
post #927

I am sharing what I learnt building electric cars. On YouTube: https://youtube.com/@foxev-content In a learning app: https://foxev.io/academy/ On a physical board where people can explore electric car tech on their desk: https://foxev.io/ev-mastermind-kit/ Backstory: from 2018-2023 I converted London taxis to be electric and built three prototypes. We also raised £300k and were featured in The Guardian. I have a day-…

What is the ETA on the kit shipping if I pre-order one?

Not taking payments yet, ETA was Q1 but it's slipping to Q2 as my day job has kept me busy

You can sign up interest and I will send you an email when it's ready.

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

#932

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 w…

I'm working on something similar. I'm building a MUD with an LLM playing the role of GM. Currently it just controls NPCs, but I eventually want it to be able to modify the game rules in real time. My end goal is a world that hundreds of players can play in simultaneously, but has the freedom and flexibility of a TTRPG (while still remaining balanced and fair).

That's really cool, Elias. I keep seeing people try to put LLMs into the role of the GM. But I think you're doing something new and important by working to have the rules available to it.

Is your project available anywhere? Best of luck!

If you're interested, because I kept seeing "LLM as GM" projects, I got curious about how well it would work to have LLMs as players instead. So I made this:

https://github.com/maxwelljoslyn/gm-trainer

It's a training ground for GMs to practice things like spontaneous description, with 4 AI players that get fed what each other say so they act in a reasonably consistent manner. It's not perfect, but I've gotten some good use out of it.

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

#933

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 w…

how do you feel about Talespire? it allows pretty fast on-the-fly map-making as long you’re not dealing with significant vertical distances, although it’s got very little in common with LambdaMOO. but MUDs generally seem to be MMRPG precursors at this point, unless there’s an underground community I’m unaware of.

I feel the same way about Tailspire as I feel about pretty much every other VTT. They might do okay, even pretty well, at combat maps and/or character sheets, but I want is the whole game world in the computer. Maps are just a fraction of what I need as a GM. I need data on economics and population numbers and power structures. And I need computation over all those things.

For instance, my game rules include an economic subsystem, which takes in the production of goods and services at hundreds of in-game cities, and computes prices for over a thousand player-purchaseable goods. The "second app" that I referred to above allows players to (among many other things) purchase stuff at the market nearest their current location and have those items go straight into their character sheet. If the "item" is actually an animal, a hired mercenary, etc. then a different subsystem generates a new NPC with the right statistics and attaches the player to it as owner/liege.

I could write an extension for a VTT that talks to my economic system over an API, and throws items up on screen, lets players purchase them, moves them into their character sheet using the right function calls in the VTT's extension library, etc. But every step of the way, I would be fighting to cram this subsystem into the VTT's conception that gameplay begins and ends with maps and char sheets.

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

#934

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 w…

I am full-time building LLM-based NPCs for a text-based MMORPG. Been doing a lot of work recently on allowing progression through scenarios with them where the rules are in a class, and the LLM takes care of communicating user intent to the rules engine, based on free-text, and writes back to the user with the results.

That's sweet! I think LLMs have incredible potential for descriptions and for NPC behavior, and I really like that you have this bridge between freeform intent and a rules engine. I'd like to pick your brain about it - I'll send an email.

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

#935
Email Sanitization Service based on Dangerzone.

1. User on allow list forwards suspicious email to service directly from their inbox. 2. The email is parsed, opened, and sanitized in a sandbox environment. Attachments are scanned into raw pixel data and then converted to PDF. 3. Reply email with sanitized content is sent back to original sender. 4. Server is rebuilt, forgetting all previous jobs to protect privacy.

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

#937
RubyExamples.com [1]

Got inspired by Go by Example [1] while learning Go. Realised there's nothing for Ruby like that and decided to build.

Goal is to have simple urls for one-click navigation for each topic where the page covers a single topic briefly with examples, with relevant links and historic artifacts (for example, it links to the "Programming with Nothing" talk in procs/lamdba page [3]).

It's still a work in progress and I'm not rushing it.

The examples are all my own. It's easy to do with AI, but I'm not going that way. I'm explaining things based on my own 12+ years of ruby experience.

Like GoByExample, this is also desktop only, but mobile-friendly is on the roadmap. The CSS also will change to be someting like RailsGuides. Might also add a video for each topic explaining the code.

[1] - https://rubyexamples.com/ [2] - https://gobyexample.com/ [3] - https://rubyexamples.com/p_and_l

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

#938

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 realtime data from Reddit?

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

#939

Working on a tool to remember things I read. You select some text with your phone and share it with my app, then the shared text is reformulated to a flashcard (with the help of a llm). You can then browse your flashcards in the app, but I’m also working on ways to show the cards to you with less friction: Like on the phone lock screen or on the face of your watch. https://komihag.com

This is really cool. Any chance you can make the backend selfhostable with ollama as an option for the LLM?

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

#940

My pursuit of happiness, I'm in fear of quitting my current job and go for a working holiday to Australia, I'm excited while still trying to overcome the fear of not having a stable and well paying job because I don't find any joy in this job no more , so I am working on mentally getting out of this, I want to truly let go "money is more important than my happiness" idea.

I embarked on a working holiday to the UK in 1998. Quit my job in South Africa and left with nothing but a backpack. Opened up my world, I worked for Coca Cola, the BBC, an investment bank, got wrapped up in the dot com boom, met my American wife, met the smartest people in the world, some invested in me, moved to the States, started a business that now has millions of customers and a team of 40 that my wife and I 10…

thanks for the story, one of the reasons I want to do this is to let go of control and to believe in myself so I can face unpredictable future, I will never know if future will get better or not, but I'll definitely be mentally stronger when I do this, cheers!
Post reply on HN