Plain text task management and note-taking, in org-mode.
SmellTheGlove 3 days ago [-]
This is great. I like the idea of it just showing up in your editor, rather than having to go look for it (presuming you spend enough time in an editor, which is likely here). One step removed from a, "leave a note on the keyboard so I know they'll see it!" I was also trying a calendar.txt for a while and ended up overengineering my solution to the problem of wanting to have it available on multiple devices: https://txtcal.app/ (naturally I haven't even added search yet, which was probably the reason I switched to a text calendar in the first place!)
I had posted a Show HN about it last night, so it was really cool to see another approach posted today.
hiatus 3 days ago [-]
Your privacy policy mentions that you "encrypt passwords"—is there a reason you encrypt them instead of hashing them?
SmellTheGlove 2 days ago [-]
I hash them using werkzeug's builtin utility. "Encrypt passwords" sounded more readable to someone who isn't technical and may not know what hashing is. But you're correct - I should update that. Hashing isn't encryption. Thanks for the feedback.
dddw 3 days ago [-]
I have hsts issues with your site
SmellTheGlove 2 days ago [-]
If you happen to see this, has it resolved? And what browser are you using? I couldn't actually reproduce an issue. I added preload to the header just now though.
Rendered at 09:47:44 GMT+0000 (Coordinated Universal Time) with Vercel.
I had posted a Show HN about it last night, so it was really cool to see another approach posted today.