Live data from Hacker News

Show HN: JournalBook – Privacy centric, offline first, personal journal app

journalbook.co.uk

41–50 of 114 posts

Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app

#41
This has similarities to a Blazor (C# via Web Assembly) app I've been playing with recently, mainly offline only storage and import/export functionality. It works well but we're all so used to cloud syncing that it takes some getting used to when things aren't magically available on all our devices. https://do.lord.technology/

Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app

#42
post #38

Here 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".

:-)

Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app

#43
post #24

Earlier 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.

Why use digital formats offline:

  - 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

#44
post #42
post #38

Here 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". :-)

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

#45
post #17

One 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.

It would be a great use case for a progressive web app.

Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app

#46
post #42

Earlier 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!

Hey, this is HN. Sarcasm and witty remarks are verboten. :-)

Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app

#47
post #42

Earlier 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!

Humor is not one of HN's strong suits.

Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app

#48
post #12

So 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.

Works on all platforms except Windows Phone/Windows 10S apparently, because it's completely broken on Edge.

Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app

#49
A real journaling app, for the hackernews crowd, must have syncing between any kind of device (imo), including the terminal. My solution is just nextcloud syncing text files, though that may be overkill. Anyone have a good or even elegant solution for web/phone/terminal text file syncing?

Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app

#50
post #17

One 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.

"just"
Post reply on HN