

I think Libre Office is fantastic and I’m glad to see the back of Microsoft. But I miss how useful mail-merge was and how limited it is in Libre. It’s my only small complaint among so many cheers for Libre.
Your reality, sir, is lies and balderdash… and I’m delighted to say that I have no grasp of it whatsoever!


I think Libre Office is fantastic and I’m glad to see the back of Microsoft. But I miss how useful mail-merge was and how limited it is in Libre. It’s my only small complaint among so many cheers for Libre.


That’s one of the other big issues. I have the same worries about how digital-only gaming has become. My kids seem to prefer digital downloads and really don’t believe me when I warn them that they have absolutely no control over what they “buy”. But they look at me like one of those crazy old-timers who just doesn’t understand the modern world.
I started with Logseq and then quickly moved to Obsidian (which I think is great). Over the last couple of months I’ve started using Emacs with Org (partly for the challenge and partly because it seems to be able to do pretty much everything).


I did make the jump… into unemployment. But still much happier. I love teaching and would join an authentic, child-centred school at the drop of a hat - but not willing to be complicit in the toxic horror show that’s current UK education.


Former English teacher here. My self-hosting origin is that I had 20 years or so of teaching materials I’d collected in OneNote over that time and simply wanted to have offline copies so that I could feel that if ever something went wrong with Microsoft like getting permanently locked out of my account, then I had a means of restoring everything. Microsoft makes it practically impossible to export to a working backup.
After spending a LONG time trying everything to get back ownership of my materials, I understood the need to move my digital stuff away from big tech. I bought a Synology NAS, learned how to use Docker and then took more steps. About the same time I started using Fediverse apps and learned a great deal from the discussions and links there. My greatest “learn” has been keeping notes in plaintext files (and not getting seduced by nice shiny new apps that are actually horrors that want lure you into a future subscription).


Thanks. I took another look at your documentation and decided to re-install everything. You’re right, I’d used the simple “test” compose script from your site. After a little trial and error, I got everything working properly with this:
services:
redis:
image: redis:7-alpine
container_name: journiv-redis
restart: unless-stopped
volumes:
- /mnt/dietpi_userdata/docker-data/journiv/redis-data:/data
command: redis-server --appendonly yes
journiv:
image: swalabtech/journiv-app:latest
container_name: journiv
ports:
- "8111:8000"
environment:
- SECRET_KEY=XXX
- DOMAIN_NAME=XXX
- CELERY_BROKER_URL=redis://redis:6379/0
- CELERY_RESULT_BACKEND=redis://redis:6379/0
- REDIS_URL=redis://redis:6379/0
volumes:
- /mnt/dietpi_userdata/docker-data/journiv/data:/data
restart: unless-stopped
depends_on:
- redis
celery-worker:
image: swalabtech/journiv-app:latest
container_name: journiv-celery-worker
entrypoint: []
command: ["celery", "-A", "app.core.celery_app", "worker", "--loglevel=info"]
environment:
- SECRET_KEY=XXX
- DOMAIN_NAME=XXX
- CELERY_BROKER_URL=redis://redis:6379/0
- CELERY_RESULT_BACKEND=redis://redis:6379/0
- REDIS_URL=redis://redis:6379/0
volumes:
- /mnt/dietpi_userdata/docker-data/journiv/data:/data
restart: unless-stopped
depends_on:
- redis
- journiv
Exports are working!


Is Journiv still having issues with export? I couldn’t get it to work (tried following all the stuff I could find about the export issues and folder permissions) - so I gave up. A shame because I like the app.
I’m starting to see this. Over on Mastodon I’m starting to get devisive pro-Reform stuff in my feed. Often it’s someone boosting (though not sure why) a video from a pro-Farage account and making a silly comment about it. The local instance I’m in is nice and friendly - and I don’t want the arrival of people who just want to stir up things. We do politics there and seems left-leaning but it’s courteous. Occasionally a tone deaf elephant will thunder through and then move instances when they realise we don’t like the being nasty stuff.


Disappointed as I thought this was something to do with Richard Shaver. Never enough stuff about the Shaver Mysteries these days.


I actually enjoy Mastodon because the “followers” you get or the ones you follow are few and it’s all manageable. I don’t understand the appeal of following so many that you can’t possibly keep up with what they write about or who they are.


I’m interested to know if anyone is using a Cloudflare tunnel to stream audio? It breaks their terms but I’ve read that they tend to ignore it.


That sounds fantastic. Journiv has kick-started me into journalling before bed again. Thank you for uour work.


I’ve been running Journiv since Monday and really liking it. I’d really like to see a straightfoward means of exporting/restoring journals, though. The export says coming soon.
One of the reasons I stopped using Memos - which I thought was good - was because the devs were telling users on Discord that there was no need for backups because you should have the skill to manually locate and open up the database and export entries yourself. I think that sort of stuff makes or breaks apps like this in which people put aspects of their lives into.
Agree with Navidrome. Works great in browser and the Substreamer ios app.
Definitely. Most of the time communities are friendly and supportive - but I’ve noticed too that there are users who seem deliberately scratchy and saying things that are looking to provoke and who become fizzy if they’re challenged in any way about something they’ve said. I wondered if it’s much younger users who are coming from other places having picked up the “fight me” attititude there.
It’s great. I’ve been using it for nearly a year and it just works brilliantly.


That’s probably the best way of dealing with it.


That’s one of the issues, isn’t it? I recently found someone who only responded to comments about Margaret Thatcher, challenging negative comments about her. This person’s history went back years and ALL of the comments (thousands!) only challenged negative ones about her. It could have been a bot, of course, but if real, it was a pretty weird way of engaging online. That goes beyond contrarianism, it’s some sort of “distributed sealioning” maybe?


It’s a hard one, though. I’ve found myself challenging someone who then avoids answering and making other similarly unsupported points… eventually you learn that it’s a waste of time. Equally, you don’t want to leave their comments out there unchallenged.


How can you tell good faith from bad faith?
For instance, can you tell if this question is asked in good faith or not? These things seem very hard know.
I’ve used Pinry for years and love it. Unfortunately, it’s no longer maintained. Last update 2+ years ago. I’m looking for a self-hosted alternative.