Live data from Hacker News

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

news.ycombinator.com

421–430 of 914 posts

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

#421
After watching the movie „The Amateur“ I started to build myself some confidential looking tools just for fun using C and deployed them as CGI programs.

A one time secret tool https://iotdata.systems/apps/secret.cgi

A password generator https://iotdata.systems/apps/pass_gen.cgi

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

#423
I'm trying to make a Chinese Hanzi variant of Wordle called Handle 汉兜 [0] available as a Discord activity/app so my Discord groups can have fun solving puzzles just like we've been having with NYT's official Wordle Discord app[1]. A Discord app is just a webview or iframe embedded inside Discord that you can launch.

[0]: https://handle.antfu.me [1]: https://discord.com/discovery/applications/12117814899314524...

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

#425
SourceMinder: A “code index” tool that finds symbols in a codebase and creates a single table sqlite database for the index. It uses tree-sitter to parse the AST and add the symbols and what they are (function, class, argument, etc) to the db. I currently have it working with TypeScript, C, Go and PHP. I’m working on adding Perl next, after someone requested it here on HN.

https://github.com/ebcode/SourceMinder

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

#429

I’m working on a real-time tracker for the Canadian Parliament. While the official data is technically public, it's practically inaccessible (buried in XML feeds and legacy sites). Phase 1 was building a modern ingestion engine and freeing the information to make it more accessible. The goal is to make legislative data as accessible as sports stats. I'm almost ready to launch the MVP; I'm just doing some bugfixes and…

I've been thinking about something similar for my city council. Would be interested to compare notes! Your email seems to be missing in your profile, but you can find my email in mine if you want to chat.

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

#430
post #14

I 3D printed some new apertures for an infrared spectrometer at work to reduce some issues that cause artifacts in the data to enable higher accuracy measurements, particularly of high index and reflective samples. Seems to be working well now.

Very nice, did you run into any interesting challenges?

Mostly what I was able to read from the papers seemed to work. There were some remaining issues related to detector non-equivalence (I think) that appear to be solved with a temperature stabilized detector or very strongly attenuating the beam; the latter isn't ideal as it reduces the signal to noise.
Post reply on HN