Live data from Hacker News

Ask HN: What Are You Working On? (December 2025)

news.ycombinator.com

581–590 of 1001 posts

Re: Ask HN: What Are You Working On? (December 2025)

#581
I'm writing a toy eigenvalue solver in Rust using the QR algorithm. I didn't intend to, but I recently discovered the Gershgorin Circle Theorem and thought it'd be neat to create an interactive visualisation for my [blog](https://abstractnonsense.xyz).

I don't like JavaScript, and I've been meaning to learn Rust for a while, so I'm compiling the Rust algorithm to WebAssembly to run in the browser natively! It's been a fun trip back into the arcane world of numerical algorithms and linear algebra!

Re: Ask HN: What Are You Working On? (December 2025)

#582
https://postcrest.com It is a SaaS that allows you to create virtual characters to create, schedule and post educational or entertaining content on social media platforms with consistent personas. It is still very much work in progress, but already has some basic features working.

It allows anyone with ideas for engaging content to become a content creator without having to appear in front of the camera.

Re: Ask HN: What Are You Working On? (December 2025)

#585
I'm working on a collection of stackable interactive slides for teaching numerical methods and operational research.

https://okaleniuk.codeberg.page/blackboard/

The idea here is, one can pick the slides they want and arrange them into a sequence right in the URL. This way, there is no registration, no user data collection, no persistent state even. You just pick the slides, teach your material, and move on.

It's very raw, I still want to add a convenient sequence constructor, a "blank" slide so you could display your own content in it, and a similar quiz page. But I already used some of the slides for teaching, students seem to like them.

Hopefully, I'll have the rest done by the beginning of the spring semester.

Re: Ask HN: What Are You Working On? (December 2025)

#587
post #570

I'm working on https://techposts.eu - Hacker News for Europe. Focused on all the interesting and exciting happenings in tech here, from AI to defence to deeptech, and posting the most interesting job openings too. Did you know Europe had two space launch startups? I didn't until I started this project! Feedback very welcome :)

Great idea, I'm keeping my fingers crossed for this initiative.

I believe that the main challenge would be to get more traction and build a community. Hope you find a way to encourage as many people as possible to join the website.

My very minor nitpick -- I would add some kind of background colour to the main post list, something like #FAFAFA looks fine to me.

Re: Ask HN: What Are You Working On? (December 2025)

#588
Mostly been working on tier6 [0], which is "like" zerotier but over the sanctum protocol and fully open source (ISC licensed).

Getting ready to release a 1.0.0 of sanctum [1], after almost a year of internal testing, dogfooding and talking about it at security conferences.

We've also setup conclave [2] as an official release site for the projects tied to sanctum such as tier6, or the library implementation of the protocol etc.

[0] https://github.com/jorisvink/tier6

[1] https://sanctorum.se

[2] https://conclave.se

Re: Ask HN: What Are You Working On? (December 2025)

#589
I'm building a Typeform/Google Forms alternative that integrates into existing applications and stores data in your own database. It allows you to define forms in JSON Schema or JSON Forms. Forms can be added or removed dynamically, and submissions are sent to your backend and in turn stored in your database.

Built using our full-stack library toolkit Fragno [0].

[0]: https://fragno.dev/

Re: Ask HN: What Are You Working On? (December 2025)

#590
post #570

I'm working on https://techposts.eu - Hacker News for Europe. Focused on all the interesting and exciting happenings in tech here, from AI to defence to deeptech, and posting the most interesting job openings too. Did you know Europe had two space launch startups? I didn't until I started this project! Feedback very welcome :)

Good work, but the headlines are still in „newspaper“ style and not in hacker news style
Post reply on HN