Comment on
I don't know what I expected.
Well, it's not wrong.
Comment on
I don't know what I expected.
Well, it's not wrong.
Comment on
Valve registers a "STEAM FRAME" trademark for new computer hardware
Reply in thread
GabeCube was good enough for me.
Comment on
With FOSS, what is to stop scammers from hiding malware or worse in their programs?
Reply in thread
That doesn't stop any of them. Windows users still go, willy nilly, traipsing around the internet downloading and installing random things. There is no money, no checks and balances. I'm sure you've read Windows converts complaining, "Linux isn't ready for the average user because it's too hard to install programs, they want to be able to download an installer, then click next next next and have the application installed." They think the security of package management is too much for the average user.
Sure, FOSS could get some bad actors. It would be no different than the closed source community. At least with FOSS, there is still opportunity for people to find and eliminate the bad code. The world runs on Linux and FOSS. The place where you would want to sneak in some bad code the most. You'd have a much bigger impact. And, it does happen on occasion, people notice, and the bad code is removed. Compare that to the much smaller, Windows world, where you need anti-virus checkers and maleware checkers.
It sounds like you have the computing world inverted. You believe Windows and closed source is the most dominant computing paradigm. It's not.
Comment on
in 2030 GNU/Linux will surely have 90% Market share of desktop computer operating systems (the other 10% beig BSD, RedoxOS and other FLOSS *nix systems)
The goal posts keep moving. I remember when it was the Year of Linux. Linux dominates every market except Desktop and Console. The Year of "Desktop" Linux is what we've shifted too. The only thing that's kept Windows the dominant OS on Desktop is vendor lockin. Windows isn't even the dominant OS on Azure. How pathetic. Without vendor lockin, Linux would have seen all kinds of money for engineering efforts from PC manufacturers for Desktop. Sad part is, so many people actually think they chose Windows.
"You can have any color car you want, as long as it's green." - Comrade Car Salesman
Comment on
No comment
Reply in thread
The linux way to handle it is with a chroot. Used to do this back in the day to get 32bit libraries on a 64bit distro that didn't include 32bit libraries. chroot is the basis for modern containerization technologies. These days, I usually use it for bleeding edge application builds that don't have a build for my distro, yet. Distrobox makes it pretty simple. With distrobox, you can install the application you need in the OS that supports the application you want, then just map the binary into your OS.
See here: https://distrobox.it/useful_tips/#export-to-the-host
Comment on
Where to go now since Linux is mainstream
Open source Windows obviously. https://reactos.org/
All these recent Windows to Linux converts, whining about how Linux should be more like Windows, should be going to ReactOS. They want open source Windows, not open source Unix.
Comment on
Microsoft secured my files!
Reply in thread
Would be fine. The problem is, Microsoft is encrypting drives and not telling anybody about it. Average users have no clue what any of this is and are completely unaware they need to create a passphrase for safe keeping.
Comment on
boot: "you are in emergency mode"
Reply in thread
You are. You are supposed pretend, everything you know on Windows should immediately transfer to Linux. Try to do techie things on Linux the Windows way; borking your system. Finally claim Linux isn't ready for the average user, despite not using Linux like an average user would.
Comment on
The Ubuntu experience:
Reply in thread
It's for LTS releases only. So you rarely see it on desktop, but for sure will see it on servers. My previous job, I ran LTS on my work laptop and would laugh at everyone always getting a forced update right before scrum. This new job, I have to use WSL on this Windows laptop and guess what, I'm in forced update hell. I can understand that for some(or most) the pro message would be annoying, but I'd rather see that pro message 100 times a day then get a forced update at random times. Especially right before meetings.
Comment on
Not paying attention in the Grub menu
Reply in thread
Yep, you learn how to get things done. If your goal is to use something that's strictly for Windows, then probably you should be using Windows. Same as MacOS, same as Linux, and same as any other OS out there. Same things could be said for touch screen vs. MnK vs. controller.
Comment on
Who needs stable, feature-rich desktops anyway
Reply in thread
Exactly this. It always surprises me when people get bent out of shape because there is an option that they don't like. Even worse when someone makes a choice they don't like. "Who the fuck cares. Let them do their thing. be grateful you have a choice."
Comment on
The Ubuntu experience:
Reply in thread
It's only LTS. Desktop users rarely use LTS. Great to have live kernel updates on a developer workstation and servers though.
Comment on
Linux shoots back up the Steam Survey for March 2025 with Simplified Chinese dropping
Reply in thread
They don't drop Chinese from the random sampling. The random sampling is back to normal averages.See here: https://www.gamingonlinux.com/steam-tracker/#languagesanchor Also, English only Linux use is relatively the same based on the random sampling, see here: https://www.gamingonlinux.com/steam-tracker/#engsplitanchor
Comment on
boot: "you are in emergency mode"
That's what the tty is for, or at worst a bootable thumbdrive, CD, or Floppy. If I can't switch to a tty, I boot a bootable drive, mount my harddrive, and chroot my install. No second machine required. It's rare that I fuck something up though. Rest assured it was some bullshit I was trying, zero to do with Linux itself. But I do remember Windows would just bork itself randomly for no reason at all. I'm sure Microsoft has all that resolved now, but man back in the day it was painfully often.
Comment on
So how do I install/play cracked games?
Reply in thread
Yep, they aren't trying to figure out what games, one manually adds to the Steam library.
Comment on
Win win
That's actually the face your Insurance company make when their claim adjuster reviews the Tesla 'Sentry Mode' footage.
Comment on
0 days since last faild attempt at AMD drivers
Reply in thread
Fancy.
Comment on
Three years later, the Steam Deck has dominated handheld PC gaming
Reply in thread
I'm in the same boat. Just buy games. Don't care if it's supported by Proton. If it's not now, it will be soon. That's how I feel. So far, everything I've bought has worked flawlessly.
Comment on
*Permanently Deleted*
Reply in thread
it offers no GUI to easily create and manage user groups
Correct, a very common task for little grandmas and other average users.
Comment on
Linux 6.15 Adds Support For Several More Gaming Controllers
Reply in thread
short answer: There is generic support already in the kernel. It's up to the game controller MFG to use that standard. Also, the generic controller standard probably doesn't support a lot of the new features, so it makes sense to have a driver to support the extra features of the controller.
longer answer is way too long.