Live data from Hacker News

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

news.ycombinator.com

661–670 of 1001 posts

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

#664
https://github.com/manuelkiessling/Camera2URL

https://apps.apple.com/de/app/camera2url/id6756015636

Camera2URL is, as far as I know, the only iOS and macOS application that let‘s you send the picture taken with the camera directly to any HTTP endpoint the moment you press the trigger.

For example, this makes it possible to trigger an n8n workflow the instant you take a photo:

https://www.youtube.com/watch?v=Y5nCw8NY8zk

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

#666
I just finished https://www.lexaloffle.com/bbs/?pid=178450#p , my Signalis themed version of the Regicide card game.

It's mainly a distraction from enterprise programming, but it does have some parts that might be interesting to Lua programmers, like automated test suits, functional programming point free style and deploying to a raspberrypi via justfile.

The git README kinda doubles as a blog post: https://gitlab.com/michaelzinn/replicide

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

#668
i built a small tool that looks at who is starring a github repo by analyzing public data.

it gives aggregate views like role and seniority breakdown, top languages and frameworks, companies represented, where stargazers are located, and an aggregate feed of blog posts from people who starred the repo.

link is here if useful: https://api.yolodex.ai/stargazers

aside from this, daily dingbat style puzzles partially llm generated at https://thingbat.today

Post reply on HN