Live data from Hacker News

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

news.ycombinator.com

121–130 of 1001 posts

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

#121
I'm working on the jank programming language!

https://github.com/jank-lang/jank

It's a native Clojure dialect which is also a C++ dialect, including a JIT compiler and nREPL server. I'm currently building out a custom IR so I can do optimization passes at the level of Clojure semantics, since LLVM will not be able to do them at the LLVM IR level.

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

#122
I'm working with Claude Code to create complete programming systems in languages other than English. Not just wrappers around an English syntax;these are based on an English original but are complete scripting languages in their own right, with documentation, tutorial and programmer's playground. Each variant has its own language pack and they share a common compiler and runtime. The best of all is they are extremely AI-friendly. I've started with Italian and I'm looking for collaborators to work on others. I'd like to do Polish and Bulgarian but any are possible. See https://allspeak.ai.

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

#124
Working on https://github.com/microsoft/mssql-rs

It has some interesting applications for building high performance clients for mssql with tds protocol implementation. The APIs allow almost direct data serialization to wire instead of datatype materialization in rust. Makes for a suitable contender for high performance language interop.

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

#126
I’m working on Buildermark (open source, local) that calculates how much of your code is written with coding agents.

It scans your claude and codex history to find edits and matches those to git commits (even if the code was auto-formatted).

https://buildermark.dev/

You can browse all 364 prompts that wrote 94% of the code here:

https://demo.buildermark.dev/projects/u020uhEFtuWwPei6z6nbN

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

#128
https://www.triviascroll.com

I wanted to make it easier to quickly see/study trending articles on Wikipedia because they tend to make good topics to know before going to trivia night.

I've had the domain for awhile, but just made the app today on a whim.

I use Wikimedia's api to get the trending articles, curate them a bit, add some annotations to provide some context, then push to deploy the static site.

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

#129
I've been working on HODLings, a private crypto tracker, which doesn't track you!

https://www.geosystemsdev.com/products/hodlings/

In essence, it runs on your mobile device and stores all your data locally. It only connects to the freely available CoinGecko API (for latest prices) and GitHub (for reference and historical data). A background job updates GitHub ref data hourly. There's no login, no cloud, no ads, etc.

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

#130
I'm continuing to hack on Tiled Words, my daily word puzzle!

https://tiledwords.com

After winning the Playlin Player's Choice award I've noticed an uptick in players as well as some people sharing videos on YouTube which has been fun. I've got a few thousand people playing every day.

I just launched user accounts today so user's can now track their progress across devices and share their stats with each other. This ended up being a bigger chunk of work than I expected but I'm really pleased with how it turned out. (Though I launched it 15 minutes ago so I'm holding my breath for bug reports)

I'm fine-tuning my internal puzzle-building now with the goal of letting people use them to make and share their own puzzles soon!

Post reply on HN