Wow, I really like WD SSDs, I got an SN850X and it’s blazing fast. I really like that you can change the sector size as well, most SSDs don’t bother with 4k sectors and just leave you with 512b ones.
Wow, I really like WD SSDs, I got an SN850X and it’s blazing fast. I really like that you can change the sector size as well, most SSDs don’t bother with 4k sectors and just leave you with 512b ones.
There are four ways forward:
So in the real world, there is only one way forward.
If you use modern hardware it doesn’t behave quite well and gets worse battery life. If you use any tools from Microsoft (WSL, Office, Windows Terminal, etc) most of those are incompatible or a pain to install. If you use anything from the Microsoft Store, including Game Pass, since it just doesn’t include the Microsoft Store.
Ah yes, I forget I cannot criticize a thing I partake into in hopes it improves.
While I like secure boot and leave it enabled when possible, to be honest it only protects against a type of attack so elaborate its pretty much useless. Whenever its minorly inconvenient I just disable it without worry.
I haven’t seen anyone hate Fedora until this meme.
Now, Red Hat, which has strong ties to Fedora, is doing a lot of stupid bullshit. I actually moved to Debian due to that, not really because I think its superior (at the end of the day, all distros can do the same stuff) but because I’m getting tired with corporations
I really like the razors, here Hanlon’s razor is relevant:
“Never attribute to malice that which is adequately explained by stupidity”
I’m sure Elon has no grand plan behind any of this, just a chain of impulsive actions.
RADV is the default community Mesa driver, made by Valve engineers.
AMD’s own Vulkan implementation is called AMDVLK, which is just a port of their Windows Vulkan libraries repackaged for Linux. AMDVLK usually moves faster than RADV and got raytracing much earlier. And even though RADV added raytracing as well, RADVs raytracing is much slower than AMDVLK. Maybe this changes will finally close the gap?
I have an installer for Opera 12.18, the last one to use their Presto engine. Every once in a while I test it out to see how it has aged.
It’s not pretty haha. It barely works.
I like this way better than Microsoft just showing popups trying you to stick to their browser.
All these kind of CPU level vulnerabilities are the same, they are only really “risky” if there is malicious software running in the computer in the first place.
The real problem is that these CPU-level vulnerabilities all break one of the core concepts of computers, which is process separation and virtual memory. If process separation is broken then all other levels of security become pointless.
While for desktops this isn’t a huge problem (except when sometimes vulnerabilities might even be able to be exploited though browsers), this is a huge problem for servers, where the modern cloud usually has multiple users in virtual machines in a single server and a malicious user could steal information across virtual machines.
I really like Kagi. If their browser is half as good as their search engine is its going to be fantastic.
Wipr is pretty nice.
I can’t believe Microsoft is still using this piece of crap filesystem. If they had a CoW filesystem they could even paper over the mess that is Windows Update without having to actually fix it, they could save petabytes of storage over the world and significantly improve reliability all in one go. Let’s not even mention how NTFS is amazingly slow on hard drives, manages to fragment to hell and back without doing anything, requires offline repairs like it was FAT32 and its compression barely does anything while massively slowing down the computer.
Yet here I am envying btrfs, APFS, ZFS and even fucking XFS for their reflinks and CoW.
In fact, not even WSL uses a modern FS, I think Microsoft is allergic to modern FSs.
I would say that it’s extremely unlikely.
Websites in general are never limited by raw code execution, they are mostly limited by IO. Be that disk IO as files are read and written, database IO as you need to execute complex queries to gather all the data to build the user timeline, and network IO to transfer data to and from the user. For decentralized social media like Kbin or Lemmy its even more IO limited as each instance needs to go back and forth to other instances to keep up-to-date data.
Websites usually benefit much more from caching and in-memory databases to keep frequently used data in fast storage.
This is why simple, high level, object oriented, garbage collected languages have become so common. All the CPU performance penalties they incur don’t actually affect the website performance.
Does anyone know of a Spotify client that works on ARM? I put an Orange Pi 5 as a smart TV box but Spotify doesn’t work in the browser because no Widevine on aarch64 Firefox.
The poor Orange Pi can also barely play video without dropping frames, the GPU drivers are awful. I might try to uninstall them and just do software-rendering everything.