

Found this to be an interesting read, and well written. Thanks for sharing it.
Found this to be an interesting read, and well written. Thanks for sharing it.
GitHub is often used as a code mirror, with the actual repo and builds being hosted elsewhere.
Shelter, as in the work profile app? It shows up on Droid-ify for me, and a check of the Links section confirms it’s hosted on a different repo (gitea.angry.im).
+1 for this. I’ve been using it for years. Handles downloads and uploads nicely.
Odd, it must be the Docker image I’m using, then. Thanks for clarifying.
I run AdGuard Home, WireGuard and a couple of other things on my 4B, all in Docker.
I used to run HomeAssistant on our for a while, but they stopped supporting that architecture (armhf?). Also used to run Unbound on it.
Can’t speak to Fedora specifically, but most package managers let you configure the number of concurrent download threads it will use. Most are 3-4 it seems. Finding yours and setting it to 1 will probably do exactly what you’re asking.
Another option is to set it to only download the files, then install manually once they’re local to you. The options for this differ (eg. when installation order matters), so an RTFM is worth the time spent.
One way could be to grep your history, then compare the matches against a distro source?
It’ll be tedious if it’s lots, but might be a solution if you don’t have a backup.
Your initial response got peoples’ backs up because of its dismissive tone and (it seemed to me, as you hadn’t provided context) apparent advocacy for web-based tools like O365 or GSheets.
Many office application users wouldn’t consider vim as an “office application”, as they have their word processing app, their spreadsheet app, their email app, their chat app, their file explorer/manager, maybe something other than Notepad as a text editor, etc, and don’t really know much beyond some of what each of them can do.
The fact that vim (or Emacs or vim/nvim with plugins, or LazyVim or Doom Emacs) can do all of those things would blow many minds.
But the setup effort and learning curve is still there, and also requires that they have sufficient permissions/policy to be able to install things.
I have a 2015 Shield. Best device I’ve ever had, and haven’t ever had to factory reset it.
My main recommendation - in case it applies to you - is to not run any server software on it (eg. Plex). It’s a solid client device, but has never had what it takes to run server services.
I think it has plenty of life left in it, so a factory reset might be worthwhile. Also note that the drive in yours may be well past its best.
You may be right, but I worked around this using https://wiki.archlinux.org/title/NetworkManager#Network_services_with_NetworkManager_dispatcher
I added the CIFS shares to my fstab with the _netdev
option and created /etc/NetworkManager/dispatcher.d/30-nas-shares.sh containing (got the WiFi UUID using nmcli con show
):
#!/bin/sh
WANTED_CON_UUID="UUID-OF-MY-WIFI"
if [ "$CONNECTION_UUID" = "$WANTED_CON_UUID" ]; then
case "$2" in
"up"|"vpn-up")
mount -a -t cifs
;;
esac
fi
This waits for my WiFi to come up, ensures it’s my home WiFi, and then mounts my shares.
There are probably other and better ways to do it, but it works.
I don’t mind it with companies that produce multiple products, as nesting them does make sense.
But for one-hit-wonders it’s a bit… 😬
I was thinking more of one product companies using a $XDG_CONFIG_HOME/Boop Snoot Partners, Inc/<Software Name You Remember Installing>/
convention, which seems to be the norm inside APPDATA%
.
But I take your point. 😊
So much this. It’s like these clowns don’t read the XDG directory spec and think $XDG_CONFIG_HOME
and $XDG_DATA_HOME
are interchangeable, and even that cache files can be in either or both. No, one directory you need to backup for when things go sideways, and the other can go to /nev/dull.
I’m not a fan of ~/.local/share/
being the data directory (two directories deep seems stupid), but it’s definitely where regular data belongs.
Never mind developers who, in 2025, still think their project is special enough for a $HOME
dotfile/dotdir or - somehow worse - those who put $XDG_CONFIG_HOME/<weird-name>/subdir/[subdir/]
. The latter strikes me as well-meaning Windows developers trying to follow best-practice-like-Microsoft-does, but it makes my teeth itch.
Rant over. :)
Google wants everyone to have location services permanently enabled, gotcha.
Prompted by this, TIL that !chargeyourphone@piefed.social exists. 😄