Live data from Hacker News

Ask HN: What are you working on? (August 2026)

news.ycombinator.com

891–900 of 1001 posts

Re: Ask HN: What are you working on? (August 2026)

#891
I've got two small projects on the go right now!

The first is a piece of small charity / business governance tech. I'm a trustee of a small charity in the UK, and my wife has been a senior leader of one in the past as well. All the governance tools are super expensive and aimed at businesses with large boards. They're not very suitable for smaller charities who just need something to help them maintain and publish policies, track key structure changes, and governances cycles.

So I'm working on a small bit of SaaS which helps those organisations to stay organised, and walk them through particular processes. The two big benefits are:

1. An audit log of all actions taken across policies, risk registers, board member terms, key information submissions, etc. So you can always see who did what when. 2. A calendar + reminder system which does things like prompt the Chair when someone's term is coming to an end, and auto-populates upcoming meeting agendas.

It's been useful for the charity I work with, I don't really expect it to be a big thing but the hosting cost of ~£40 a month is already saving me a lot of time. I'd like to see if I can get it in use by a couple of other organisations though.

---

The other is a data toolkit for UK secondary schools. We have quite a complex way of assessing a schools outcomes for students called "Progress 8". The spec for it is published by the DfE, but there isn't really a tool out there which will do the calculations so a lot of schools either work from complex spreadsheets or wait for the DfE's announcements with the league tables.

My father is a Director of Schools Performance at a Multi-Academy Trust and this seemed like something we could pair up on. He's got a very comprehensive spreadsheet which does the initial calculations, and some continued analysis but it's not very easy to use and making tweaks can take days.

I put together a prototype project which would take in a csv of pupil results and spit out all the Attainment 8 and Progress 8 results. The next step is to wrap it up into a nice web app, and do further analysis. I'd like a school to be able to see things like the Marginal Contribution of each subject and such.

Again, this isn't something I expect to sell to many people. Schools in the UK have no money going spare right now, but it's been a fun venture into the world of data.

Re: Ask HN: What are you working on? (August 2026)

#892
Continuing to work on WorkspaceOS (https://tryworkspaceos.com) in semi-stealth.

Smaller recent side projects: (1) Backchannel (https://github.com/twalichiewicz/Backchannel) -- A userscript that adds Hacker News, Bluesky, Reddit, & other's discussions into a single blended discussion thread to any site you visit. I've added lots of features (including a new blended homepage) since the original post, nI've been working on turning it into a working example of Webmentions & Web Annotations. Original Show HN post: https://news.ycombinator.com/item?id=49090607

(2) Typing Tennis (https://typingtennis.com) -- Tennis, but typing. You type two words: one to reposition yourself and another to return a hit. Playable against CPUs or friends, as well as a daily challenge mode. Original Show HN post: https://news.ycombinator.com/item?id=46695492

Re: Ask HN: What are you working on? (August 2026)

#893
I'm looking for brutal feedback for my game that I'm working on.

I'm working on a cozy voxel game with RPG and platforming elements. Still early days, so I'm still figuring things out. Players play on their own private instances. The world is very malleable as player instances are based on a "master tape" world that I maintain. After creation that fork is the players own, and they do whatever they want.

You can play a browser build here: https://automatia.libriscv.no:3000/

If playing is not your jam, here's my latest post: https://libriscv.no/blog/next-of-kin (although it will not explain much about the game)

Re: Ask HN: What are you working on? (August 2026)

#897
A laser cut Jigsaw puzzle design tool and generator, focused on making laser cut safe jigsaw puzzles with lots of whimsies and interesting connectors, etc. This way people can make their own custom jigsaw puzzles with the pieces they want.

https://jiglu.dev/

It also has an online game so people can give me faster feedback of what makes puzzle pieces fun or not

Re: Ask HN: What are you working on? (August 2026)

#898

I built and run several SaaS platforms: - https://dave-bot.com -> a full-stack AI platform where you can generate videos, images, music, code, 3d objects with frontier Gen AI models. - https://headsnap.io -> a platform that you can generate images of yourself based on 4 selfies. - https://quantiq.live -> a service providing financial and historical data for stocks, as well as government trades. - https://aivestor.tec…

That's awesome! I have built a tool too, but I don't know how to market. How long have you been working on your projects?

Re: Ask HN: What are you working on? (August 2026)

#899
post #775

Worldwide medical standards implementations with Rust for FHIR, openEHR, SNOMED, etc. Official specifications work well with Claude Fable, test automation, and storage using relational databases. Fast Healthcare Interoperability Resources (FHIR) using Rust: https://github.com/fhir-rust/fhir-rust Open Electronic Patient Record (openEHR) using Rust: https://github.com/openehr-rust/openehr-rust Systematised Nomenclature…

Do any of those specs address de-identification or pseudonymisation, or is that always left to the implementer? I've hit exactly that gap with an app I am working on so would appreciate to hear what you have to say on the matter.
Post reply on HN