Date:
· Last modified: Tags: [
FediverseActivityPub
]
Content warnings are a more general form of trigger warnings. They are notices that precede potentially sensitive content, so readers can prepare themselves to adequately engage or, if necessary, disengage for their own well-being.
How content warnings are handled by current implementations Mastodon and Pleroma abuse the “summary” field in ActivityPub for content warnings.[1][2] The field returned by the Mastodon API is called “spoiler_text”. It’s a simple text field.
Date:
· Last modified: Tags: [
SyncthingPocketBook
]
Installing Syncthing on a PocketBook is fairly easy, but it requires a bit more setup than on PCs. I’ve tested this with a PB632 (PocketBook Touch HD 3), but it should work on any PocketBook device.
Connect your e-reader via USB in “PC link” mode. Create the directory applications/syncthing in the storage device that shows up. Get the latest ARM 32 bit version of Syncthing from https://syncthing.net/downloads/ and extract the binary “syncthing” to the directory you just created.
Date:
· Last modified: Tags: [
remwhareadBookmarksArchiveTooting my own horn
]
Today I’d like to talk to you about how I archive articles I read online and how I find them again.
I’ve found myself repeatedly in situations where I wanted to reference an article I knew I read, but couldn’t find it anymore. Be it that I didn’t remember the right search terms or that the article had gone offline. I searched for solutions to my problem, but could only find webservices, nothing that would allow me to keep an archive on my local computer.
Date:
· Last modified: Tags: [
EmacsSSH
]
It took me a long time to collect all the bits and pieces I needed to make editing remote files with Emacs work the way I want, with a simple command that works via SSH. I hope I can save you some time by stitching it here together into a tutorial. I assume you use use-package in my examples.
Emacs server & TRAMP We start with Emacs’s good old inbuilt server.
Date:
· Last modified: Tags: [
WireGuardVPN
]
I wanted to create a WireGuard VPN with 2 subnets in different physical places, each with their own server. I couldn’t find an example how to do that, so I wrote this one.
Introduction This HowTo is Linux specific.
I’m going to use the IP range fd69::/48 for the VPN, fd69:0:0:1::/64 for subnet 1 and fd69:0:0:2::/64 for subnet 2. I’m going to call the server of subnet 1 server1, its first client client1a, the second one client1b and so on.