Live data from Hacker News

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

news.ycombinator.com

21–30 of 1001 posts

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

#22

I'm working on adding something like https://graphtoy.com/ to my lisp-based 3D art tool https://bauble.studio/ . It's really useful to visualize functions like this, especially when writing animation curves that vary over time. It's easy to add it as a plain overlay over the screen if you're graphing a function, but I really want it to be able to plot arbitrary expressions with free variables where it just infers the…

I've seen Bauble before, although not sure where. Love your work

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

#23
I am working on a battle simulation for the game 'The Bazaar'.

I was quite frustrated with how the original devs handled monetization going into open beta, which sparked my motivation.

Trying out Kotlin for the first time and having a blast so far!

Also using an ECS architecture for the first time. It's quite a different way of reasoning about things, but it definitely helps with the dynamic fights that need to be simulated.

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

#26
Working on my plain text cricket live cricket site[1]. Just realised after starting that getting reliable live cricket or sport data is super hard. Tried a paid provider[2] and it’s frustratingly inaccurate. Need to figure out a better way!

Also, figuring out a way to visualise manhattan chart, score worm, wagon wheels etc using plain text ascii

[1] https://criclite.com [2] https://cricdata.org

Post reply on HN