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.
Show HN: JournalBook – Privacy centric, offline first, personal journal app
81–90 of 114 posts
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#82Earlier quoted context omitted.
Fair point, this is the beginnings of a basic hit counter that I'm working on. As there's no server (it's CDN hosted on Netlify), there's no way to see if anyone's even using the site. It's waaaaay less intrusive that GA, or other tracking tools. It's simply picking up page views - ignoring IP and any identifiable information (cookies obvs. included). It also respects do not tracking indicators in your browser. Tiny…
In my mind, this completely contradicts "privacy centric" and "offline first", which to me are very important goals. Even though the notes in the app are only ever stored on my computer, and even though it's metadata being sent, I would rather offline and privacy focused apps not use my network at all. That's what I aspire to anyway when I write apps for sephware.com, and I wish everyone would do the same.
But re: zero analytics, aren't you curious how many people use the app at a minimum?
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#83Earlier quoted context omitted.
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"
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#84Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#85Earlier quoted context omitted.
In my mind, this completely contradicts "privacy centric" and "offline first", which to me are very important goals. Even though the notes in the app are only ever stored on my computer, and even though it's metadata being sent, I would rather offline and privacy focused apps not use my network at all. That's what I aspire to anyway when I write apps for sephware.com, and I wish everyone would do the same.
Your Autumn app looks pretty sweet by the way. I've been looking for a simple WM on Mac. The other ones are always needlessly complicated (looking at you Hammerspoon). Especially after using the beautifully minimal bspwm [1] + sxhkd on Linux for years. But re: zero analytics, aren't you curious how many people use the app at a minimum? [1] https://github.com/baskerville/bspwm
Edit: Thanks for the bspwm link btw, I've been wanting to add a class to Autumn called TileWM (to complement the existing GridWM) but I couldn't wrap my head around binary space partitioning, although I knew that's what tiling WMs usually use. The page you linked to describes and visualizes it really well and now I think I understand it well enough to finally implement it. Although, given the nature of Autumn, someone could probably implement this feature sooner using Autumn itself :D
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#86Haven't used the app yet but the "Facebook"ish theme and illustration-style on the first page made me recoil reflexively. Maybe because privacy is a big concern when it comes to journals and we have come to associate that colorscheme with distrust and privacy breaches lately. I think tweaking the colors and illustration style might help.
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#87Looks quite smooth and has a gentle feel, I like the design. How can you add it to your home screen? There is no link nor explanation.
Thanks! As far as I'm aware, you can't manually trigger the 'add to homescreen' prompt as it's a system-level interaction. Android Chrome & Firefox should trigger it, but if not it's under the default browser settings dropdown on Android, and under 'share' (I think) for IOS.
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#88Earlier quoted context omitted.
Thanks! As far as I'm aware, you can't manually trigger the 'add to homescreen' prompt as it's a system-level interaction. Android Chrome & Firefox should trigger it, but if not it's under the default browser settings dropdown on Android, and under 'share' (I think) for IOS.
It's possible now! https://developers.google.com/web/fundamentals/app-install-b...
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#89Looks great! My only concern now is that i won't use it a lot because typing on smartphones sucks…
At the same time, voice to text works like a charm on smartphones. Especially for dairy-style note taking its really painless.
- does not work all that great for some languages
- does not work offline (or… maybe it does now? it didn't when i've tried it on android a while ago)
- not appropriate everywhere (eg. public transport)
Re: Show HN: JournalBook – Privacy centric, offline first, personal journal app
#90From time to time I try these fancy journaling apps. A few weeks later I have to go through the hassle of converting the data to my good old plain text file journaling format.
There are some journaling apps that target this mindset. This one[1] was posted a few days ago (in comments) and stores your notes as markdown in plain text. There are others (I am working on one as well, but its not ready). If the app forced a particular naming convention (e.g. 2018-05-10.md) would that be too restrictive? [1]: ( https://github.com/fabiospampinato/notable ).
I have vscode open anyway so path of least resistance applies.