NixOS as the first Linux distro is an interesting choice, definitely not bad, but probably not what most people would go for
NixOS as the first Linux distro is an interesting choice, definitely not bad, but probably not what most people would go for
Sorry if I sound dumb, but which kind of program would be the one to display the output of text based interfaces, also called terminal applications, if not a terminal?
I was just about to write that they should delete system32 to be able to make one and during my research I stumbled upon https://knowyourmeme.com/photos/29711-delete-system32 which I had totally forgotten
Time to sell Tesla to xAI
Man, that overlap between “system has a GUI” and “less is not available” must be so small, or am I mistaken
I only had Windows 8 on a notebook that I bought and wanted to give it a try again, however I switched the machine over once I learned that it couldn’t be updated to 8.1 through normal updates, but that you had to use the store, because they were really trying to push the store. Also my NAS used NFS back then, which my home edition of Windows didn’t support, I think you need professional.
These two things pushed me to migrate the notebook as well
Does that mean I shouldn’t have switched in 2007 and instead waited eight more years?
But then I’d have had to use Windows 8
Wheel got you covered
Okay, that sucks. Yeah, I bought a refurbished business device
Then the “avoid at all costs” like Dell
Must have gotten lucky then. Bought a used Dell about one and a half years ago. Everything worked out of the box
Yes, :q!
in normal mode to exit without saving changes.
It wasn’t about sending SMS, it was about sending SMS securely, and whether this actually provided an improvement offer not offering it anymore. TextSecure came out when mobile data wasn’t as prevalent. But times have changed
I don’t think his statement is true though. If https://www.reddit.com/r/linux_gaming/comments/1ce7z19/gaming_on_linux_ep131_ntsync_vs_fsync_nobara_39/l1ho8od/ is not manipulated in any way, games with lots of these calls still get big improvements with ntsync over fsync (about 30% in this particular case, which is a massive boost). So while nobody can rule out that his statement may be true on average or in general, there are still cases where ntsync offers a tangible advantage – be it improved FPS or the fact that the game runs at all.
Edit: in the video that the thread is about, fsync didn’t beat ntsync in a single one (or I missed it when jumping through it). In the best one, they were exactly tied. Sure, the difference wasn’t really big, but again there are titles not working with fsync.
However, I want to stress that I’m not trying to talk about fsync. It’s a good solution that significantly improved performance. But ntsync is, from everything I’ve seen, almost always better; how much depends on the case, and it never seems to be worse.
Yes, sorry
Any linking against GPL software requires you to also release your source code under GPL. ALGPL allows you to link to it dynamically without relicensing, but as explained, there are platforms where dynamic linking isn’t an option, which means these libraries can’t be used if one doesn’t want to provide ALGPL licensed source code of their own product.
fsync isn’t faster than ntsync, it’s merely a workaround to match Linux to Windows synchronization primitives. From ntsync’s official description:
It exists because implementation in user-space, using existing tools, cannot match Windows performance while offering accurate semantics.
So without this, you either have a huge perfomance hit in case of an accurate implementation or you have good performance, but might run into edge cases where software doesn’t work well or at all because it’s not accurate (see https://github.com/ValveSoftware/Proton/issues/2922 for examples)
The equivalent to Plex is Jellyfin I think, Plex can be used as a media server for Kodi.
Apart from security and upgrades, there might arise situations where you want to change aspects of the underlying operating system, and these changes might require changes to the source code.
Also if you remember Stuxnet, those computers were also airgapped not connected to the internet.
One goal of ReactOS is to run Windows drivers, which Wine can’t do. There are old specialized devices with Windows exclusive drivers still running in production requiring something like Windows XP or 2000. You can’t replace these with Linux and Wine. It makes sense for Russia to sponsor it; they probably depend on these old installations in either their refineries or somewhere in their nuclear program.
Fuck Russia but I wouldn’t interpret too much into this
I wouldn’t really call it a fork from my understanding, but rather a (downstream) distribution. But maybe those are just semantics