Live data from Hacker News

Ask HN: What Are You Working On? (March 2026)

news.ycombinator.com

431–440 of 1001 posts

Re: Ask HN: What Are You Working On? (March 2026)

#431
StoryStarling. You describe a story idea and it generates a fully illustrated children's book, then we print and ship it.

Not templates with names swapped in. Every story and illustration is made from scratch. You can go from "dinosaurs soccer" or write out a whole storyline. Pick an art style, optionally upload reference photos of your kid, and it builds a 28 page book in a few minutes.

Bilingual in 38 languages. We handle RTL (Arabic, Hebrew), CJK, and less common languages like Estonian, Maltese, Irish where there's not much available for kids.

Tech side for the curious: LangGraph orchestrates the pipeline, Celery workers do image generation and text rendering in parallel, and LLMs critique the illustrations for consistency mistakes and can trigger regenerations automatically.

Printed in Germany, booklet around 20 EUR, hardcover around 40 EUR.

https://storystarling.com

Re: Ask HN: What Are You Working On? (March 2026)

#432
Two choropleth map projects I've wanted to make for a while:

https://housepricedashboard.co.uk - shows a visualisation of house prices in England and Wales since the 90s, with filters for house types, real vs nominal, and change views over time

https://councilatlas.co.uk - similar structure to the above, but focusing on local council datasets. The idea is to make it easier to compare your local council's performance against the rest of the country.

Re: Ask HN: What Are You Working On? (March 2026)

#433
I am working on some math education tools. One is free and open-source, the other is paid.

Free Math Sheets is a tool to generate math worksheet PDFs (and the answer keys if required). Currently it supports K-5 but I want to expand it to higher levels of math (Calculus, Physics, you name it!). You select a bunch of different options and then generate it. All in the front-end. No back-end or login in required. https://www.freemathsheets.com

If you are interested in helping out or forking it, here is the github repo github.com/sophikos/free-math-sheets

The paid project is Numerikos. I am going for something in between Khan Academy and Math Academy. I like the playfulness and answer input methods from Khan Academy (but it is linear, doesn't have a good way to go back and practice, etc.). I like Math Academy's algorithm (but it has multiple choice answers, yuck! and is easy to get stuck and doesn't have a good way to explore on your own). Currently Numerikos supports 4th and 5th grade math lessons and practice. The algorithm is based on mastery learning like Numerikos, but you can also see a list of all the skills and practice whatever you want. I am also working on a dashboard system where you can build your own daily/weekly practices for the skills you care about. Next up is 6th grade math and placement tests.

https://www.numerikos.com/

Re: Ask HN: What Are You Working On? (March 2026)

#435

Well, I just jumped full time on IronCalc[1] a fully open source, light and fast spreadsheet engine designed and build from the ground up. I have been working on it as side project for over two years and now, with funding from the EU for the next 2.5 years, I hope I can make of it a real product for everyone to use that can compete with the likes of Excel and Googl;e Sheets. I can oly say, I am overly, off the Moon e…

Interesting, how was the EU funding process?

Re: Ask HN: What Are You Working On? (March 2026)

#437

I've been writing interactive math and computer science articles at https://growingswe.com/blog . The past few months, I have been obsessed with interactive learning experiences and currently building https://math.growingswe.com for learning probability.

I really like https://math.growingswe.com nice job! I did the foundations page. I will work through some more lessons and give you some feedback later this week. I am also working on some math projects. Take a look at my other comment in this Ask HN.

Re: Ask HN: What Are You Working On? (March 2026)

#438
I've had a flurry of activity working with emacs, breaking out some things that were previously "Steve stuff" inside my local configuration into real packages.

One thing that I've been very happy with has been "org-people", now on MELPA, which allows contact-management within Emacs via org-mode blocks and properties. It works so well with the native facilities that it's a joy to work on.

I've been learning a lot of new things while I've been expanding it now it has a bigger audience (e.g. "cl-defstruct" was a pleasant surprise).

https://github.com/skx/org-people/

Re: Ask HN: What Are You Working On? (March 2026)

#439
I am working on Grog, the “grug-brained” alternative to Bazel. Bazel has a very steep learning curve and is pretty much overkill for most medium-sized teams. Grog already powers all of our internal mono-repo CI and is a lot more fun to work with.

https://grog.build/why-grog/

Re: Ask HN: What Are You Working On? (March 2026)

#440

https://talimio.com/ Generate fully personalized courses from a prompt. Fully interactive. New features shipped last month: - Adaptive practice: LLM generates and grades questions in real-time, then uses Item Response Theory (IRT) to estimate your ability and schedule the optimal next question. Replaces flashcards; especially for math and topics where each question needs to be fresh even when covering the same concep…

Very cool! I'm chaperoning a python club for teens these days, I should make use of this concept!
Post reply on HN