Show HN: JournalBook – Privacy centric, offline first, personal journal app
41–50 of 114 posts
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#42Here is my privacy centric, offline first, personal journal bash script EDITOR=vim journal() { mkdir -p ~/journal/`date +%Y` $EDITOR ~/journal/`date +%Y`/`date +%m-%d` } alias j=journal
:-)
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#43Earlier quoted context omitted.
I thought the parent comment was referring to real offline journals made of treeware.
Exactly. It's not that I don't see value in online alternatives, but in this case, if the main point is to access it offline, I don't see how different it is from a physical journal.
- editing and reordering text
- attachments
- aesthetics
- accessibility
- hassle/weight optimisation
Aesthetics includes theming, and also not everyone has good handwriting.Accessibility, because not everyone is able to hand-write in the first place.
Weight optimisation, because if a laptop is non-negotiable, going digital means one less thing to remember about and carry with you.
I have multiple physical notebooks/calendars and a digital commonplace book, they all have their place.
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#44Here is my privacy centric, offline first, personal journal bash script EDITOR=vim journal() { mkdir -p ~/journal/`date +%Y` $EDITOR ~/journal/`date +%Y`/`date +%m-%d` } alias j=journal
Thanks. Are you planning on selling this as a service? Maybe with blockchain verification? How about creating a marketplace so that others can share journal templates? Is there iCloud backup? Would be nice to have private messages between members and social status that people can "like". :-)
EDIT: my original comment was "Don't know why you're being downvoted. That's sarcasm people!". It was flagged. I wondered why and decided to check the HN guidelines. Sure enough, I violated one: Please don't comment about the voting on comments. It never does any good, and it makes boring reading.
Sorry about that!
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#45One thing about this browser storage.. How do you migrate if/when you change computer? Is the procedure browser-dependent? I always saw those storages as a bit more troublesome than a flat CSV or something.
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#46Earlier quoted context omitted.
Thanks. Are you planning on selling this as a service? Maybe with blockchain verification? How about creating a marketplace so that others can share journal templates? Is there iCloud backup? Would be nice to have private messages between members and social status that people can "like". :-)
For those unaware: I think parent poster is being sarcastic. EDIT: my original comment was "Don't know why you're being downvoted. That's sarcasm people!". It was flagged. I wondered why and decided to check the HN guidelines. Sure enough, I violated one: Please don't comment about the voting on comments. It never does any good, and it makes boring reading. Sorry about that!
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#47Earlier quoted context omitted.
Thanks. Are you planning on selling this as a service? Maybe with blockchain verification? How about creating a marketplace so that others can share journal templates? Is there iCloud backup? Would be nice to have private messages between members and social status that people can "like". :-)
For those unaware: I think parent poster is being sarcastic. EDIT: my original comment was "Don't know why you're being downvoted. That's sarcasm people!". It was flagged. I wondered why and decided to check the HN guidelines. Sure enough, I violated one: Please don't comment about the voting on comments. It never does any good, and it makes boring reading. Sorry about that!
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#48So why it's web based?
How about because it directly works on all platforms, mobile + desktop? Also it looks like it's the platform the author was most proficient in, which is always a good reason when choosing your stack.
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#49Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#50One thing about this browser storage.. How do you migrate if/when you change computer? Is the procedure browser-dependent? I always saw those storages as a bit more troublesome than a flat CSV or something.
You could just run it in a container with a bind mount for the database path to a file path that's kept in sync with SyncThing or other alternatives.