I have no experience with Wallabag, but I have been pretty happy with Readeck. Skimming through Wallabag’s documentation, I would say they are pretty similar, while both have unique features. For example, Wallabag has annotations (you can only highlight in Readeck), and Android and iOS apps; whereas Readeck can export collections to eBooks, has RSS feeds for pretty much anything (all articles, unread, archives, collections, etc.) and its browser extension allows to only save part of a page (by selecting it first) and to directly send the page content to your instance (which is useful when saving paywalled content)


Caddy with DNS provider module: https://caddy.community/t/how-to-use-dns-provider-modules-in-caddy-2/8148
RenderCV looks cool!
Personally, I’ve been using a plain old HTML page exported as PDF using Gotenberg for a few years now. I recently replaced the manually written HTML page by a server-side rendered React app so I could build reusable components, avoiding me the trouble to to search and replace everytime I needed to change something.


They get paid $215 for every share they owned. So if you held 100 shares, you get a fat $21,500 check.


Oh yes, I did not mean to undermine the worrisome aspect of the new owners, I just struggle to understand why EA would agree to the financial operation in the first place.


Does EA need to become privately owned? I mean, it does “OK” financially and the acquisition being done with the help of a 20 billion loan will surely put pressure onto the company to increase profits, most likely at the expense of developers who are already spread thin (see reported BF6 development woes)


I would add that you can follow this guide for building Caddy with DNS Provider modules. For Docker you can start from the instructions for Caddy Docker Proxy


Currently The Outer Worlds (I know, I’m 6 years late to the party) and the odd game of Word Play.


It’s not clear to me whether this tax would lead to rent hikes or to shrink the renting market. Should I be worried as a potential tenant?


I use unbound as an upstream resolver for Pi-hole, not directly on my machines. Be aware that resolving new domains can incur some delay (about 1s), but once cached, it’s pretty quick, even for additional entries on the same domain.


Every developer wishing to offer applications on F-Droid will have to register their identities and package names to Google for Android devices to install their apps, regardless of the distribution platform (F-Droid, Obtainium, GitHub releases, etc.)


From my understanding, it will only allow apps that were registered, so since ReVanced uses identical package names to the patched apps, it probably won’t work unless they start using ReVanced-specific package names that are tied to their identity. But that would allow Google to block these package names (or ban ReVanced completely) if say, Spotify or YouTube complain about them.


Hopefully, the EU and other jurisdictions block this.
This is very similar to the notarization process Apple introduced to comply with the EU requirement of allowing third-party stores, and yet the EU doesn’t seem concerned (maybe because Apple did not allow third-party stores in the first place, will it be different for Google?)


I first read the original report from Android Authority thinking it would only be an additional hurdle for third-party stores and developers, but I’m now thinking that it would potentially block the use of ReVanced


Just reduce the the scope. Give us smaller, more focused games.
1: I’m assuming (hoping) this wouldn’t be a full wipe and start over? It should just upgrade right?
Yes, you can upgrade in-place. If I recall correctly, you just have to change the release channel from LTS to non-LTS in the Sources app, then trigger an update (I don’t quite remember how to do)
2: Do I need to do the whole USB route, and if so is there an option to keep everything (I’m hoping, I put a LOT of work into this so far and I don’t remember if that was an option on first install).
No, as I said above. But it’s always a good idea to have backups if you ever need to wipe and re-install.
3: I remember a few apps I installed were specific to Noble, will this break those apps?
Hard to be 100% sure without knowing which apps and how they were installed, but most likely yes as their dependencies might no longer be available on Plucky.
4: It seems like there should be an option to upgrade from the desktop, but I don’t have that option. If I run
plasma-distro-release-notifierI should get an update notification right? In which case I can just say “hell yeah!” and it’ll do its thing?
Refer to my first answer
What’s your issue exactly?
Personally, I set up Caddy with subdomains like radarr.local.example.tld, added a DNS entry on my domain so that *.local.example.tld points to the local IP of Caddy, then followed this guide so that Caddy issues TLS certificates using the DNS challenge (since the subdomains don’t point to anything accessible from Internet) along with the caddy-docker-proxy plug-in to easily manage upstreams.


Don’t you have any off-site backup? It would help keeping some peace of mind knowing you have a copy somewhere else.
In my experience with unbound, it tends to return expired records in the hope that they are still valid, causing issues with services hosted in the cloud, where IP addresses rotate regularly. What I did was update the serve-expired-ttl setting in unbound’s configuration to 3 hours (down from the default 24h)
I don’t think Pi-Hole can query DoT and DoH resolvers directly. People usually set up unbound or AdGuard’s dnsproxy, configure it to forward queries to the DoT/DoH resolver and set it as Pi-Hole’s upstream resolver.