Live data from Hacker News

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

news.ycombinator.com

801–810 of 1001 posts

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

#803
post #68

An alternative client for Bambu 3D printers that plays nicely with network sandboxing and multiple printers. It's great. Bambu's printers are functionally best-in-class, but intrusive and proprietary in their approach to software. Their first-time setup "requires" linking to a cloud account or using a bambu app via QR code, and they've been known to disable functionality in updates, making a device-managed "LAN-only"…

Would love to see this. Though I wonder if Bambu will try and shut it down

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

#805
i'm building TinyFish (https://tinyfish.ai)- browser automation APIs built for AI agents. most agent frameworks treat the browser like a human would (screenshot, click, pray), which breaks constantly. TinyFish provides structured browser primitives that agents can actually reason about, DOM state, element targeting, action verification, so the agent knows whether it succeeded, not just that it clicked something.

working with a few enterprise teams on their agent pipelines.

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

#806
https://github.com/Japoneris/libzim-website-converter

(Personal project, not professional one)

Working on a website archive tool for watching them offline. It collects a website, and makes .Zim with ( equiv of .zip), then watch it when you have no internet access / only local network.

The tool use libzim, where i did not find ''easy to use'' tools to create custom archives.

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

#808
https://github.com/mennanov/blockwatch

BlockWatch - a language agnostic linter that keeps your code, documentation, and configuration in sync and enforces strict formatting and validation rules.

It helps you avoid broken docs and messy config files by enforcing rules directly in your comments. You can link code to documentation, enforce sorting order, ensure uniqueness, and validate code with Regex or AI.

It works with most major languages.

Post reply on HN