Live data from Hacker News

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

news.ycombinator.com

691–700 of 1001 posts

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

#691
Chipping away at trying to bring a total reform of American English.

https://reformeuropa.net/raea.html

Currently its at like 90% completion but there are some subtleties that probably need to be worked out a bit more. The PDF linked from that page explains all the details (although for reading just peeking at the charts on Page 4, 5, & 7 should get someone to reading it fine enough). Currently both Alice In Wonderland and Dr Jekyll are fully transcribed into the reform if someone wants to jump into seeing it in action. Certainly interested in thoughts and complaints of the system.

Also looking here sometime soon to playing around with an improved SI unit system. So if anyone has any new ideas here too I'd be very interested.

Examples of things to be touched upon would be like: - Make g (not kg) the base mass unit. Making 1 m^3 of water = 1 g - Bring commas to be the universal decimal point separator.

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

#693
I built an AI-powered voice agent to help people prepare for the IELTS english exam -- specifically the speaking portion.

https://ieltspal.ai

- Realistic exam conversations with natural follow-ups and questions to challenge your viewpoint

- Get scored on all 4 criteria (fluency, vocabulary, grammar, pronunciation)

- Instant feedback on where to improve

- Free credits to start

There are many existing resources to help prepare for the IELTS exam, however the options are very limited when it comes to practicing the speaking portion.

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

#698
Been working on a native iOS client for Bluesky. Liquid glass design, and trying to make it feel much more native than the standard client.

Been posting some screenshots to my feed, if you want to see what it currently looks like: https://bsky.app/profile/cameronbanga.com

Have about 100 spots left on my current TestFlight if anyone is interested: https://testflight.apple.com/join/RRvk14ks

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

#699
I'm building CommitKit, a tool that turns your git history into résumé bullet points and STAR-based talking points for interviews.

After being downsized twice in two years from senior engineering roles, I realized how painful it is to reconstruct what you actually accomplished at a job once you’ve lost access to your repos.

Each time, I had to dig through memory and scraps of old PRs to remember what I’d built. The first time, I lost GitHub access immediately after the layoff notice. This time, at least we got 90 days of paid transition work. But even with just 5 months in the role, I’d already made hundreds of commits. For engineers who’ve been around for years, that’s an impossible amount of history to summarize manually.

So I’m building CommitKit, a command-line tool that scans your repo for your commits, groups them by feature or theme using embeddings, and generates professional CV bullet points or behavioral interview summaries. It runs locally using Ollama, so your commit messages and diffs never leave your machine. The goal is to help people quickly turn real engineering work into clear narratives of impact, especially when time or access is limited.

It’s still early: the clustering isn’t grouping commits quite as I’d hoped, possibly due to sparse commit messages or embedding quirks. But it’s been a great learning project: my first CLI tool, my first deployment on Render, and my first serious use of Ollama for local LLM inference.

Post reply on HN