Live data from Hacker News

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

news.ycombinator.com

261–270 of 914 posts

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

#261

I'm adding drug-development features, and polish to my open-source molecule viewer and editor, Molchanica: https://www.athanorlab.com/molchanica . Source code, in rust: https://github.com/David-OConnor/molchanica I've split out its building blocks into their own libraries on crates.io, for anyone building other bio or chem software. I don't think anyone uses them at this time.

Is Rust a common choice in this space?

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

#263
Still working on PocketWise (https://pocketwise.app), a simple double-entry accounting app. Just finished adding end-to-end encryption with a zero-trust server model. All encryption and decryption happens in the browser (using PRF), and the server only sees encrypted data.

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

#265
Hey there!

For the past month I’ve been working on a creative / VFX / 3D tool that connects Apple devices into an all-in one node editor: https://subjectivedesigner.com/

With it, you can build interactive experiences, connect device sensors, compose shaders with AI models, orchestrate real-time data flows, and create projects that span across the entire Apple ecosystem. I’m posting about it regularly on social media and you can see some of it here: https://x.com/sxpstudio (Though it’s still early and most content is on socials thus far).

It’s done fully in SwiftUI + metal and also a good occasion to ramp up on agentic-powered software engineering. So far it’s been a lot of fun and working really great for me. And to be clear I’m absolutely not talking about vibe coding :-)

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

#267
I've been experimenting with using LLMs for a content recommender system. Specifically I've built a news reader app that fetches news articles from multiple RSS feeds, uses an LLM to first deduplicate and then score them. The user can then rate the articles and those ratings are used as few-shot examples in the LLM scoring prompt. Any resulting low score articles (uninteresting to the user) are hidden by default and visible ones scaled by their score on a dynamic CSS grid like on a traditional newspaper front page. Looking good so far, but still testing and tweaking.

https://github.com/otsaloma/news-rss

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

#268
We're at Open Community organizing an AI Vibe Coding Hackathon. As of now we got near to 500 builders, big Sponsors like ElevenLabs, Daytona, Nord Security brands and etc. Near to $200,000 in Prizes. Everyone is welcome to the hackathon https://vibe.devpost.com, Technical or Non-technical. Since it's vibe coding hackathon. Our discord btw - https://discord.gg/nUdcd9p8Ae

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

#269
I was working on an Arazzo[0] generator as a plugin for the Serverless Framework. This has now become a fully fledged runner. So far I have it using multiple OpenAPI source descriptions, and just about got retry rules working. Next steps will be for it to be able to reference Workflows in external Arazzo documents.

[0] https://www.openapis.org/arazzo-specification

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

#270
https://replays.lol/clipper - A spin off from my main startup's product that lets Twitch streamers review their viewers' league of legend clips. Zero friction as we handle the recording of clips ourselves using bots that load up people's previous games using the League of Legends game client. Went live with my first medium-size streamer yesterday, excited to see how this goes!

Similar to Cameo but hyper specialised for league of legend streamers, if this shows some traction we'll expand to other games, and then to other industries (think a tennis star reviews one of your tennis points, beats out a generic happy birthday message?)

Post reply on HN