Live data from Hacker News

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

journalbook.co.uk

81–90 of 114 posts

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

#81
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.

For slow writers but quick typists, an app is always going to win out over a physical journal. Also interested in an event call export + parse.

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

#82
post #52

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

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

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

#83
post #50

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

I'm curious what about running a container like this is hard as you've implied? Take for example all the great work Jessie Frazelle has done containerizing her desktop and apps (https://github.com/jessfraz/dockerfiles). Or the folks behind LinuxServer.IO. If you already have a container runtime on your system running this, as suggested, is a one-liner.

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

#85
post #82

Earlier 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

Yeah, I sometimes wonder about those statistics. But I'm not curious enough to invade people's privacy or use any of the other modern marketing manipulations to boost sales. I think if you make a thing and pour love into it, people will love using it, and maybe even want to give you a little money. I've seen this first hand many times and been on both sides of it. That's why I like Show HN, and give apps like JournalBook an honest look, especially when it's clearly a passion project by a single person.

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

#86
post #23

Haven'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.

It has a dark mode with different colors. Let's not villify blue in general though :P

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

#87
post #5
post #3

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

It's possible now! https://developers.google.com/web/fundamentals/app-install-b...

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

#88
post #5

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

Oh sweet! That would be great on the settings page :)

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

#89
post #2

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

Thanks. It occurred to me after hitting the "add comment" button, too. Still:

- 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

#90

From 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 ).

vscode-journal and vscode-journal-view (gives you a calendar view in the side bar) do what I need and are offline.

I have vscode open anyway so path of least resistance applies.

Post reply on HN