

I swear “How to disable AI in x…” is all our lives now. 😬
I swear “How to disable AI in x…” is all our lives now. 😬
Prompted by this, TIL that !chargeyourphone@piefed.social exists. 😄
By “that shit”, do you mean every website/app that may contain age-restricted (not just sexual) content? Because that’s what comes into force in the UK next week.
I’ve been dreading this for decades. 🤬
It’s not just Reddit, nor are they the first to roll it out early.
Doesn’t every Instagram user automatically have a Threads account now? (Even if they’re unaware of it.)
Meta faking Threads user count that way on top of what’s happened with X user count would explain this “milestone” quite easily.
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).
Although it’s certainly a popular distribution, my understanding is that Bazzite’s future is currently uncertain due to Fedora’s decision to remove certain 32-bit libraries in future and the folks behind Bazzite saying they may need to end the project because of it.
I don’t know the details, and it’s possible that Fedora will reconsider, someone may make those libraries available downstream, or the Bazzite folks may have been hyperbolic, but it’s worth looking for the details and potential impacts. (Don’t take my reply as an accurate assessment).
As an alternative, I can recommend an excellent game-friendly distro: EndeavourOS. It’s based on Arch, rather than Fedora. I use it on my gaming PC and my general use laptop. I’m approaching the 2 year mark with this distro.
Thanks for checking and the update.
Oh no… anyone know what this means for DuckDuckGo?
+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.
It begins. More of this from media and other organisations, please!
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.
Like the @a.gup.pe ones? They are kind of autoboost bots, but they do have communities behind them and it’s annoying when people treat them like hashtags.
But I’d not use the term bots. They’re more like old-fashioned email reflectors: a message goes in, and it then gets sent to everyone on the list.
Sounds plausible.
FWIW, New World (doesn’t have borderless fullscreen) got me into the habit of tapping the Windows key before doing anything outside the game. Other than when the game is starting, it never has any problems when I do that.
I’m using EndeavourOS, KDE, Wayland, so YMMV.
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.
Not sure it is the same kind of thing, but I’ve been using Homebank ever since the various personal financial management applications pulled out of the UK market.