Live data from Hacker News

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

news.ycombinator.com

581–590 of 914 posts

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

#581
I've started working on a tool to automatically generate OG images by just setting 1 line of a HTML meta tag.

It might be trivial for some programmers to use puppeteer or some would want to hand-build some OG images (you can mix and match), but otherwise, this tool is very handy, and set-and-forget.

I just created a Show HN for it https://news.ycombinator.com/item?id=46585378

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

#582

Side project to easily unsubscribe from marketing lists. Just forward the email to the unsubscribe address. No inbox access required. https://captainzero.ai

Interesting! I'm probably not the target audience for this, but $50 per year for an unsubscribing service seems quite ambitious. Especially as it's unlikely someone is unsubscribing from 10 services every month!

Have you considered other pricing models? Maybe buying credits, or them rolling over?

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

#583
post #84

My meta side project for building other side projects: https://bodge.app/ I've always had a bunch of small side projects that I want to do that aren't worth the overhead required to actually put them together & keep them maintained. So, I built a small Lua-based FaaS platform to make each individual project less work whenever inspiration strikes. So far I've built: * A current-time API for some hacked-together IoT de…

Very very cool! Just signed up. Reminds me of Val Town which I'm a big fan of. Did you choose Lua because you love using it, or for some other pragmatic reasons? Do you think a service like yours with support for many variety of languages a good idea? Not in order to meet user demand but purely because I think it would "just" require running the program on the server using a different interpreter/compiler, assuming c…

Even better it could just support WASM and be language agnostic.

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

#584

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…

Interesting! I’ve been working on a tracker for the Belgian parliament [0]. Similar story: very old site + data mostly gets published as a weekly pdf report (including votes and discussions).

I have

1. A scraper/parser that ingests the data daily and transforms it into .parquet files.

2. A LLM summarizer to summarize larger discussions.

3. A static site that gets automatically generated (based on the .parquet files) to provide insight.

What makes your tracker ‘real-time’? Does it ingest the livestream of a parliamentary session while it is happening?

[0]: https://zijwerkenvooru.be/

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

#585

I'm working on moving beyond the LeetCode interview for software developers. Most software engineering interviews are a “signal crisis”. They measure recall, not real-world engineering. I'm working on moving the evaluation from “writing code under pressure” to technical judgment via structured code review. https://entrevue.app

I hope you succeed, just to rid the industry of this abomination that is leetcode.

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

#586
Training AI models on videos of drones scrapped from public sources. Everyone in Europe is building ani drone systems and nobody has real data. Lots of companies operating on synthetics only.

Lots of work to automatically filter and process scraped footage into something that will train well.

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

#587
I started working on a simple(meaning, to provide only the functionality I actually use) IDE to replace my JetBrains Goland. Right now I am writing my own layering library based on the ideas behind Clay, which is a known layouting library in C. I am also making it all in Go, with Raylib, because I want to do more desktop stuff with Go - knowing how well it can do it after doing some research. Which I hope will open up possibilities for me bu also shot gophers they have much wider opportunities for work or fun.

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

#588
post #96

After years of wondering what the post-UNIX paradigm of computing could look like, these past few months I've been prototyping a software platform built around capabilities and message passing, targeting Linux and bare-metal RISC-V. The big ideas I'm pursuing is a stackless design running on a flat address space with lightweight processes to minimize message-passing latency, and all the benefits of capabilities so ev…

> how I wish I was paid to work on this type of problems

Did you apply for funding? Any subsidies?

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

#590
post #374

I’m working on a free and open-source invoice generator: https://easyinvoicepdf.com/?template=stripe Features: - No Sign-Up Required + Instant PDF download - Live PDF Preview - Shareable Links - Multiple Templates (incl. Stripe-style) - Flexible Tax Support (VAT, GST, Sales Tax, and custom tax formats with automatic calculations) - Multi-Language (Support for 10+ languages and all major currencies) - Mobile-Friendly…

If you target EU customers check e-invoicing https://en.wikipedia.org/wiki/PEPPOL to potentially integrate with a gateway. I don't think it's a lot of work and there are test gateways but I believe a lot, if not most, EU businesses who aren't transitioning to it this year will do so very soon and thus are looking for it.
Post reply on HN