Yeah no fuck everything about this
thegreekgeek
Wow fuck those readium guys
You can have a JD Vance NFT, as a treat.
Paid for in my sanity seems like.
So we're fucking these asshole up when?
EweSticker on fdroid is a keyboard that you can load gifs into, that's the closest I've found.
We need an RSS feed for saved posts, but the Devs seem to think it would be a privacy issue. Now idk what kinda Fucked up porn They're saving on Lemmy but I just want to read the articles I save on here in my RSS reader.
How are you selecting feeds to download? If you use a cloud/self hosted RSS service you can get a feed of articles you star. From there you can use a desktop feed reader to download the starred feed to your kindle:
-
Calibre can download news articles as .epub files, and supports transferring them to the kindle via USB. It can extract webpage text from non full-content feeds in a customizable way with Python.
-
KOreader's RSS feature stores feed items as .epub files as well, but it's not as customizable. It does support full text extraction, but you don't get any options to customize the output as far as I can tell.
Oh this is cool! It reminds me of aeGis from CyanogenMod back in the day.
In Minnesota (and the rest of the US AFAIK) you have to look over 40.
I've heard good things about the MNT pocket reform.
Well first off swarm doesn't work with environment variables, so if you pass any in you're going to need to pipe the output of docker compose read into docker swarm service create.
Your port settings are gonna give it a problem too, swarm doesn't support that new syntax, and as a result you can only assign a single network interface to a service.
Regarding networking, since the whole paradigm is that you're not defining a single container but a service that can live/move across multiple nodes; any traffic to any node in your swarm will be routed (round robin style) across the copies of that service. (This makes logging setup a PITA, ask me how I know!)
Bind mounts aren't recommended, volumes are preferred. Otherwise everything needs to be mirrored across all nodes, depends on the use case.
That being said I'm not convinced that swarm is the right answer here, I concur with @talentedkiwi@sh.itjust.works. You should just install pangolin on your second machine.