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.
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.
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.
Plain text task management and note-taking, in org-mode.
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.
Your privacy policy mentions that you "encrypt passwords"—is there a reason you encrypt them instead of hashing them?
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.
I have hsts issues with your site
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.