

This would never happen if it were licensed under GPL. /s
Hello there!
I’m also @savvywolf@furry.engineer , and I have a website at https://www.savagewolf.org/ .
He/They
This 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?
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.
Oh is that what it is…
* awkwardly zips up pants *
It’s quite technical, but enabling ssh has made it much easier to transfer files over.
If 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
Crazy how realistic AI is becoming.
Wasn’t that when Whatwg took over the spec?
So 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.
“Hey kid, hold still while we throw some fake money on you and take a photo. It’s for marketing.”
Got curious about this.
One notable difference between X11 and W3C is the case of “Gray” and its variants. In HTML, “Gray” is specifically reserved for the 128 triplet (50% gray) . However, in X11, “gray” was assigned to the 190 triplet (74.5%) , which is close to W3C “Silver” at 192 (75.3%) , and had “Light Gray” at 211 (83%) and “Dark Gray” at 169 (66%) counterparts. As a result, the combined CSS 3.0 color list that prevails on the web today produces “Dark Gray” as a significantly lighter tone than plain “Gray” , because “Dark Gray” was descended from X11 – for it did not exist in HTML nor CSS level 1[8] – while “Gray” was descended from HTML.
I had a visceral reaction to this because obviously the wish count should be decremented before the wish takes place. Even though I can’t think up a convincing technical argument for it.
… 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.
Because people have conversations and then clickbait youtubers overexaggerate it.
Realistically, probably not much for people outside of the tech industry. People will use the best tool for the job, and whether it’s foss or not won’t matter.
Mint. It just works and Cinnamon is a good DE (ui design peaked in the Windows XP days). Plus you also get all the software built and tested for Ubuntu without the bullshit of using Ubuntu.
For my server I use NixOS, because having one unified configuration is so nice.
Skipped to the “ugly” part of the article and I kind of agree with the language being hard?
I think a bigger problem is that it’s hard to find “best practices” because information is just scattered everywhere and search engines are terrible.
Like, the language itself is fairly simple and the tutorial is good. But it’s a struggle when it comes to doing things like “how do I change the source of a package”, “how do I compose two modules together” and “how do I add a repo to a flake so it’s visible in my config”. Most of this information comes from random discourse threads where the responder assumes you have a working knowledge of the part of the codebase they’re taking about.
Don’t know if it has games you’re interested in, but I’ve been using r2modman and it’s worked pretty well. Even for games run through Proton.
Rust 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.