

I had to use this software at one of the companies I worked at and it was such a painful experience. This was 4 years ago, so it may have improved since then.


I had to use this software at one of the companies I worked at and it was such a painful experience. This was 4 years ago, so it may have improved since then.


I am using CachyOS. I was able to find my way around because I knew what I needed to look up due to existing server experience, but a first time user would likely struggle a lot more.


There is a difference between going from a GUI based OS to a hybrid GUI/console OS.
For both iOS and Android the only difference is where things live. The processes are still the same.
This is not the case with Windows and Linux. If you want to install something in Windows you go to a website and download an installer. For Linux, you find out if there is a package. If not you go to a website and see if there is an app image or zip file. You then need to know where to place the downloaded file, how to get it running (making it executable), knowing how to chmod and chown (it is better to have to do it like in Linux, but it is an extra step), and how to add it to your desktop (there is no right+click and add to desktop/create shortcut option in Arch based distros like there is on Windows). If there is a service component you may need to go into command line and systemctl to enable it.
Your comparison to iOS and Android is not really appropriate.


Can confirm. Just switched to Linux about 2 weeks ago. I am happy enough, but there was a brutal learning curve. This was for a distro that is user friendly, too. I was able to install just fine, but actually getting my environment set up is an ongoing process.
Many Linux distros are getting there, but they still aren’t ready for casual users.


I would argue the Steam Deck was never really meant to target the newest and greatest.
Warning - not a happy anime.


You value yourself at negative 10k? If they paid me 100m, I would at least think about it before declining to buy one.


They tell us we don’t own the game, only a license to play the game that they can arbitrarily revoke.
If you are going to hold my right to play something I paid for hostage, you can bet I am going to reclaim what I lost if that access is taken away from me (this does not apply to you selfish assholes that hack games to cheat then get banned).


Alongside this comment was an equally damning comment: “if your past games are competing with your new games then your new games aren’t worth buying in the first place.”


If the product you purchased no longer works on a promised platform due to a developer update you were sold a product that was not as advertised. Steam will refund you in this case, and it comes out of the developer’s (publisher’s) pocket.


Thankfully this scenario is covered by Steam’s refund policy. If Capcom wants to fuck around, let them find out.
Not a hot take at all. Asking someone to go from a GUI heavy operating system to a command line heavy one and be just as productive is lunacy. Like all major changes it is important to ween off the old thing.
My biggest hurdle with the switch has been permission related issues, and you can’t deal with those cleanly with a UI, and every help thread under the sun throws out a bunch of command line commands giving a solution without explaining why those changes are needed. It may seem like Unix 101 to experienced Linux users, but it is really cryptic to newcomers coming from operating systems that are…cough more lenient with their permissions.
There is also a mentality that UIs are much more idiot proof than command line. UIs are written by people who actually know the OS so we can’t accidentally delete our home folder because of a typo. It is a very legitimate concern.


Hit the ground running deploying…pretty much anything.
Was running game servers on my Windows PC through Docker and they were super easy to set up. I got a new PC and decided to repurpose my old computer into an Ubuntu server to get some experience with Unix. I have only been more frustrated once in my entire life. Sure, once things are set up on Linux they are really powerful, but the barrier to entry is so absurdly high and running anything “out of the box” is literally impossible by design.
When I switched from Windows the biggest problem by far was finding a good replacement for MPC-HC. VLC just feels clunky and mpv itself is just a cli app, not what a fresh Linux user is looking for. I did end up settling on Haruna since it has options that get me closer to MPC-HC than any other player.
Now that I am more familiar with Wine I am curious if MPC-HC would hold up.