I absolutely love pre-1800 homes and am exploring a few ideas on how to help preserve and promote them. The main thing I'm working on to that effect is https://homelore.org It's like a carfax but for your home, although the intention is more to create an interesting historical narrative that inspires people to care about the history of their home rather than as a tool for inspecting home issues before buying. My targ…
Ask HN: What Are You Working On? (March 2026)
631–640 of 1001 posts
Re: Ask HN: What Are You Working On? (March 2026)
#632https://github.com/stefanhoelzl/codehydra
Always looking for feedback and ideas how others handle this!
Re: Ask HN: What Are You Working On? (March 2026)
#633Re: Ask HN: What Are You Working On? (March 2026)
#634Re: Ask HN: What Are You Working On? (March 2026)
#635Trying to solve my own problem of drowning in meetings and scattered tools, turning things into actionable items. It sits on top of what I already use and gives me a unified "What do I need to do (now/today)?" view. Trying to auto-capture action items from meeting transcriptions and other inbound, and routing quick thoughts to the right tool with a couple of keystrokes, helping me prioritise my day so I'm not spendin…
Re: Ask HN: What Are You Working On? (March 2026)
#636It should also be usable as a Zig library for embedding HTTP(S) fetches in your own programs.
Vendors and links BoringSSL
Re: Ask HN: What Are You Working On? (March 2026)
#637We got tired of bouncing between a note-taking app and a task tracker. Notion combines them but it's slow and its offline capabilities are limited. Linear is fast but tasks-only. Obsidian is local-first and e2ee but single-player. So we're building Notello - notes and tasks in one deeply nestable tree, real-time multiplayer, works offline, e2e encrypted.
Reads/writes hit local SQLite first, sync happens in the background. That way everything is instant, you don't notice the network except in some very special use cases. Runs on web and desktop with shared core logic.
We're building it for powerusers like us who want IDE-like navigation, block editor, control over their data, granular sharing down to individual entries and more. Your work workspace and personal workspace live side by side, no switching workplaces.
Old website that needs refreshing (we failed to build it beyond an MVP a decade ago but armed with more experience, we're giving it our best this time): https://notello.com . Launching within the next few months!