Ad

Saturday, 14 March 2026

New top story on Hacker News: Show HN: Ichinichi – One note per day, E2E encrypted, local-first

Show HN: Ichinichi – One note per day, E2E encrypted, local-first
15 by katspaugh | 1 comments on Hacker News.
Look, every journaling app out there wants you to organize things into folders and tags and templates. I just wanted to write something down every day. So I built this. One note per day. That's the whole deal. - Can't edit yesterday. What's done is done. Keeps you from fussing over old entries instead of writing today's. - Year view with dots showing which days you actually wrote. It's a streak chart. Works better than it should. - No signup required. Opens right up, stores everything locally in your browser. Optional cloud sync if you want it - E2E encrypted with AES-GCM, zero-knowledge, the whole nine yards. Tech-wise: React, TypeScript, Vite, Zustand, IndexedDB. Supabase for optional sync. Deployed on Cloudflare. PWA-capable. The name means "one day" in Japanese (いちにち). The read-only past turned out to be the thing that actually made me stick with it. Can't waste time perfecting yesterday if yesterday won't let you in. Live at https://ichinichi.app | Source: https://ift.tt/jq3sD6F

New top story on Hacker News: In Praise of Stupid Questions

In Praise of Stupid Questions
4 by ibobev | 1 comments on Hacker News.


Sunday, 8 March 2026

New top story on Hacker News: Show HN: Skir – like Protocol Buffer but better

Show HN: Skir – like Protocol Buffer but better
13 by gepheum | 11 comments on Hacker News.
Why I built Skir: https://ift.tt/w4mxbCI... Quick start: npx skir init All the config lives in one YML file. Website: https://skir.build GitHub: https://ift.tt/X32AH7Z Would love feedback especially from teams running mixed-language stacks.