I've been using Bazzite Desktop for 4 months now and it has been my everything. Windows is just abandonware now even with every update they push. It is clunky and hard to manage.
Isn't bazzite a gaming focused distribution ? It seems weird to install it on a PC that does 'my everything'. I wouldn't make excel spreadsheet on the steam deck for instance.
Meta is using the Linux scheduler designed for Valve's Steam Deck on its servers
251–260 of 407 posts
Re: Meta is using the Linux scheduler designed for Valve's Steam Deck on its servers
#252Earlier quoted context omitted.
Over time they're going to touch things that people were waiting for Microsoft to do for years. I don't have an example in mind at the moment, but it's a lot better to make the changes yourself than wait for OS or console manufacturer to take action.
Imagine if windows moved to the linux kernel and then used wine/proton to serve their own userspace.
But then they deCided it is better to show adds at OS level, rewrite OS UI as a web app, force harware DRM for their new OS version (TPM requirement) as well as automatically capturing content of you screen and feed it to AI.
Re: Meta is using the Linux scheduler designed for Valve's Steam Deck on its servers
#253Earlier quoted context omitted.
I low key hope the current DDR5 prices push them to drag the Linux memory and swap management into the 21st century, too, because hard locking on low memory got old a while ago
It takes a solid 45 seconds for me to enable zram (compressed RAM as swap) on a fresh Arch install. I know that doesn't solve the issue for 99% of people who don't even know what zram is / have no idea how to do it / are trying to do it for the first time, but it would be pretty easy for someone to enable that in a distro. I wouldn't be shocked if it is already enabled by default in Ubuntu or Fedora.
Re: Meta is using the Linux scheduler designed for Valve's Steam Deck on its servers
#254Earlier quoted context omitted.
Since some of us could be bothered reading docs. Give it a try and see how it works out for you.
Some of us can! I certainly enjoy doing it, and according to "man 5 acl" what you assert is completely false. Unless you have a particular commit or document from kernel.org you had in mind?
Wouldn't the o::--- default ACL, like mode o-rwx, deny others access in the way you're describing?
Re: Meta is using the Linux scheduler designed for Valve's Steam Deck on its servers
#255Earlier quoted context omitted.
One would've expected one of the many desktop-oriented distros (some with considerable funding, even) to have tackled these things already, but somehow desktop Linux has been stuck in the awkward midway of "it technically works, just learn to live with the rough edges" until finally Valve took initiative. Go figure.
Please don't erase all the groundwork they've done over the years to make it possible for these later enhancements to happen. It wasn't like they were twiddling their thumbs this whole time!
Re: Meta is using the Linux scheduler designed for Valve's Steam Deck on its servers
#256Earlier quoted context omitted.
I feel like I rarely see contacting out work go well. This seems like an exception
Valve contracts out to actually competent people and companies rather than giant bodycount consulting firms.
Re: Meta is using the Linux scheduler designed for Valve's Steam Deck on its servers
#257Earlier quoted context omitted.
RHEL specifically makes it really annoying to see the source. You get a web view.
This violates the GPL, which explicitly states that recipients are entitled to the source tree in a form suitable for modification -- which a web view is not.
Re: Meta is using the Linux scheduler designed for Valve's Steam Deck on its servers
#258Earlier quoted context omitted.
Their games and systems tie into huge gambling operations on 3rd party sites If you have 30mins for a video I recommend People Make Games' documentary on it https://www.youtube.com/watch?v=eMmNy11Mn7g
Yeah, im sorry. Valve is the last company people should be focusing for this type of behavior. All the other AAA game companies use these mechanics to deliberate manipulate players. IMHO valve doesn't use predatory practices to keep this stuff going.
Re: Meta is using the Linux scheduler designed for Valve's Steam Deck on its servers
#259Earlier quoted context omitted.
Is that something Linux needs? I don’t really understand the benefit of it.
The more powerful form is the UAC full privilege escalation dance that Win 7+(?) does, which is a surprisingly elegant UX solution. 1. Snapshot the desktop 2. Switch to a separate secure UI session 3. Display the snapshot in the background, greyed out, with the UAC prompt running in the current session and topmost It avoids any chance of a user-space program faking or interacting with a UAC window. Clever way of deal…
Is there an offset. I could have sworn things always seemed offset to the side a little.
Re: Meta is using the Linux scheduler designed for Valve's Steam Deck on its servers
#260Earlier quoted context omitted.
If that were true then presumably Microsoft wouldn't have ported it to Windows: https://learn.microsoft.com/en-us/windows/win32/api/ioringap... Although Windows registered network I/O (RIO) came before io_uring and for all I know might have been an inspiration: https://learn.microsoft.com/en-us/previous-versions/windows/...
That argument holds no water. IOUring is essential for the performance of some modern POSIX programs. You can see shims for fork() to stop tanking performance so hard too. IOUring doesnt map at all onto IOCP, at least the windows subtitute for fork has “ZwCreateProcess“ to work from. IOUring had nothing. IOCP is much nicer from a dev point of view because your program can be signalled when a buffer has data on it but…