It’s open source. If 32 bit support is important enough, people can fork and maintain it.
SavvyWolf
Hello there!
I’m also @[email protected] , and I have a website at https://www.savagewolf.org/ .
He/They
- 0 Posts
- 229 Comments
SavvyWolf@pawb.socialto
Linux@lemmy.ml•How to add an option to create a particular type of file from context menu on KDE plasma, fedora?English
1·1 month agoDon’t know if this is true for all environments, but you might be able to just create a file in ~/Templates for it to show up in that list.
Average xdg noncompliance moment.
SavvyWolf@pawb.socialto
Linux@lemmy.ml•Ubuntu 25.10's Rust Coreutils Transition Has Uncovered Performance ShortcomingsEnglish
70·3 months agoRust and C are the same “tier” of performance, but GNU coreutils has the benefit of several decades of development and optimization that the Rust one needs to catch up with.
SavvyWolf@pawb.socialto
Linux@lemmy.ml•Ubuntu 25.10's Rust Coreutils Transition Has Uncovered Performance ShortcomingsEnglish
149·3 months agoThis would never happen if it were licensed under GPL. /s
Is the only reason they don’t have AI because they just don’t have the resources to set up and run their own models and bots?
SavvyWolf@pawb.socialto
Selfhosted@lemmy.world•Backup/Server Options - is Syncthing / Nextcloud really the go?English
15·3 months agoSyncing software is not a backup. I’ve had cases where they get confused and end up deleting data. They’ll also blindly copy over corrupted or randomwared files.
Exfat does not support permissions, so when it gets moved to the drive, that information is lost.
If permission information is important to you and compatibility with non-linux devices isn’t, you can reformat the device as ext4 to support all linux features.
SavvyWolf@pawb.socialto
Selfhosted@lemmy.world•Android app apk checker/download serverEnglish
6·4 months agoThe problem is checking for malware: It’s very hard to do that and a lot of malware has evolved attempts to avoid detection.
SavvyWolf@pawb.socialto
Linux@lemmy.ml•Orion Browser for Linux Gets Exciting Progress UpdateEnglish
36·4 months agoIf you’re itching to test Orion for Linux, you’ll have to wait. No public builds are available yet, and when testing versions do arrive, they’ll initially be restricted to paid Orion+ and Kagi subscribers.
If reading this has you itching to try it out, you’ll have to wait. No public builds of Orion’s Linux port are available for testing, and when available, the plan is to only give paid Orion+ and Kagi subscribers first dibs – crushing, but there is a reason for it.
Seems they didn’t give it a proofread before publishing. :p
SavvyWolf@pawb.socialto
Linux@lemmy.ml•Debian 13 burning 10W playing 4K YouTube video on a Framework with max brightness 🫨English
3·4 months agoWasn’t that when Whatwg took over the spec?
SavvyWolf@pawb.socialto
Linux@lemmy.ml•The dangerous push by Canonical to rewrite GNU coreutils as Rust code without the GNU licenseEnglish
172·4 months agoSo the narrative is that Rust somehow, through being released only through one distro, is going to use that influence to force incompatible changes into other codebases. Despite the fact that any change to shell scripts that isn’t posix compatible brings opinionated people out the woodwork. And then they’re going to pivot to releasing a proprietary version of coreutils that somehow has killer features that the open source version lacks despite coreutils being 30 years old.
Also the guy pushing for it once worked for a government so that means he can’t be trusted ever again.
It’s just a fucking bunch of programs that act as thin wrappers around C functions. There’s nothing novel that needs protecting or is hard to implement.
Is it likely? No. Is it possible? Yes.
If you want to make absolutely sure that Windows can’t spy on anything, you’ll need to physically remove the storage device containing Linux when booting.
A more practical but slightly less secure approach is to enable full disk encryption on Linux. Then, if Windows does decide to get sneaky it’ll only see random data.
This doesn’t prevent hostile code such as ransomware from destroying the data though. For that, you need to have good backup hygene.
A good backup system is to have automatic daily backups to some online cloud storage provider, and weekly or monthly backups to a physical device you keep disconnected and safe.
SavvyWolf@pawb.socialto
Selfhosted@lemmy.world•Your favourite piece of selfhosting - Part 1 - Operating SystemEnglish
231·4 months agoI’ve been using NixOS on my server. Having all the server’s config in one place gives me peace of mind that the server is running exactly what I tell it to and I can rebuild it from scratch in an afternoon.
I don’t use it on my personal machine because the lack of fhs feels like it’d be a problem, but when selfhosting most things are popular enough to have a module already.
SavvyWolf@pawb.socialto
Linux@lemmy.ml•Hyprperks: a new 5€ official subscription to support Hyprland development.English
9·4 months ago… Wait, so does the dotfile thing mean the out of the box experience will be degraded? Why doesn’t someone just fork it and set the defaults to match the dotfile? And if it isn’t better, how arrogant do you have to be to think your theme and setup is worth a monthly sub?
Edit: Looking at the actual page, it seems that buying the sub doesn’t give you the same benefits as donating €5 or vice versa. For some reason.
SavvyWolf@pawb.socialto
Selfhosted@lemmy.world•keeping the fediverse human [edited]English
3·4 months agoWould it? I would assume a “confirmed human” Fedi account could be worth $5-20. If you live close enough to the library, it’s like 5 mins to pop in, drop off the piece of paper and go about your day. Double if you can sneak in two pieces of paper.
SavvyWolf@pawb.socialto
Selfhosted@lemmy.world•keeping the fediverse human [edited]English
2·4 months agoWhat’s stopping someone making a new account every month this way or going to many different libraries and then just selling the account to bot farm operators?
SavvyWolf@pawb.socialto
Selfhosted@lemmy.world•keeping the fediverse human [edited]English
4·4 months agoHow does the library confirm that the account name is connected to an actual person?
Because people have conversations and then clickbait youtubers overexaggerate it.

For the swap space, yes that’s for when you run out of RAM. 48GiB is plenty of RAM, so you should be fine without it. I have 32GiB of RAM on my system and have been running without swap for ages without issue.
Hardening guides like that are mostly designed for things like web servers which are connected to the public internet and need higher scrutiny. The default configuration for distros like Mint should be secure enough for the average user.
However, don’t feel invincible and run random code from random sites. Both Windows and Linux can’t protect you against malicious code you run yourself.
Having organised partitions is the kind of thing that people obsessed with organisation do. For most people, the default partitioning scheme is fine. However, as always, remember to keep backups of important data.
For installing software, Mint has a Software Centre (which is distinct from the Snap Store). I’d recommend installing software using that for the average user.
In Mint, there are three main types of packages:
Mint’s software centre is able to install both Debian and Flatpak packages. I’d recommend using it where possible since it allows automatic upgrades and easier installation/uninstallation.