What does that mean for Windows though?
What does that mean for Windows though?
I meant it quite literally. Another multi-billion dollar company needs to be willing and able to spend the same level of resources and time. Wal-Mart or Costco itself would have to be willing to produce their own hardware.
Yeah, I fully realize it’s never going to happen. It’s a hypothetical to illustrate just how high of a hurdle it is. It won’t happen organically, there needs to be a strong driving force with the financial backing that rivals that of the competition.
“Nobody cares” is how Linux will eventually win on the desktop. It becomes viable for most people when they no longer “need” whatever they were using before. As Linux is free, it will win when it becomes “good enough”.
The largest barrier is the fact that the end user is expected to install the OS themselves. Having an OS work 100% of the time right out of the box with a default install is impossible. Windows and OSX have a huge advantage by being installed on the factory floor. The manufacturer guarantees that the drivers work for the hardware they decide to install and that the default applications on the OS work as they should.
Linux needs an equivalent to Microsoft or Apple that can put Linux on shelves at WalMart for average people that buy $600 desktops.
You should use whatever the majority of the team is using. If you want to use Linux then you need to make it a priority to find a team that has at least a few people using it. You don’t want to be the only person having issues setting up their local dev environment.
Software also looks at future dates, so the problem is actually going to start to occur much sooner. The kernel will be fine, it’s all the other random software floating out there that you should worry about. A lot of in-house calendar and booking software is probably going to start to blow up soon.
Have you seen the Reddit Linux communities? People don’t care how many tools or useful information you present them. They will ask the SAME “which distro” questions day after day after day.
There are 3 reasons you see repeat posts.
Also one other thing I noticed is that if you do form a good question and create a wall of text, it can also scare people away. So people deliberately ask very vague questions and then slowly reveal more as they get asked for specifics. At that point you’ve hooked some people, they are a little more invested in helping and you can info dump on them.
It will likely have to be paid. Someone has to sit there and go through paperwork to verify that you do indeed have a license or in the worst case intervene if the automated way fails. Then they approve access to the plugin.
It’s like this for every engine. You need to prove you have a license before you get access to the parts touching the console SDK.
You’re still stuck when it comes to anti-cheat in multiplayer games. Some do allow it to work on Linux, but a significant number don’t. Hopefully the tides slowly start to change thanks to the Steam Deck.
At least when it comes to Git I’m not too concerned. What could MS possibly do to you? Maybe vendor lock in via the issue tracker? They aren’t using it and it’s not exactly that hard to migrate off of it in the first place.
It surprises me how many indie devs avoid some of the higher level / more popular engines for this reason alone. But I assume they just must enjoy that sort of stuff much more than I.
The problem with indie devs is purely a lack of knowledge and resources. They don’t feel comfortable testing and packaging binaries for distribution on Linux. A decent number of them are also self-taught and actually have almost no exposure to desktop Linux at all. So it’s actually a much higher hurdle than you think.
Popularity makes all forms of support infinitely easier. I’d struggle to come up with any technical reason that could be worth giving up the ability to easily google for issues or install software. That doesn’t mean I think you shouldn’t use other distros, just that I believe Ubuntu is the best choice for a default install targeting average people.
Yeah. I thought this was the norm, so I don’t know why this is news. At my company everyone is a 3 or 4. A 5 literally means you’re going to be promoted to the next level. There’s absolutely no other way to get a 5 and promotions are obviously rare.
It’s still a win if the move causes widespread adoption by the average consumer. The more privacy conscious can just use a different client.
It’s kind mind boggling how often you have to ask the OP to actually post the command they tried to run or the full error message and some of them will actually try to argue that it won’t help. The people that frequent the forums start to get a bit annoyed at having to beg for bread crumbs and they eventually either become toxic or burn out and leave the community.
The OP isn’t wrong. Turn-based combat is falling out of favour with the majority of the new generation. Final Fantasy has dropped turn-based combat for the same reasons.
For several console generations now, all character expressions can be done in real-time. Actions such as ‘press the trigger and your character will shoot a gun’ and ‘press the button and your character will swing their sword’ can now be easily expressed without going through a command system.
It’s now common for gamers younger than me to love such games. As a result, it seems that it does not make sense to go through a command prompt, such as ‘Battle’, to make a decision during a battle.
It was always a design choice born from limitations. It’s not going to disappear, but it was destined to decline in use once those limitations disappeared.
Sometimes they can afford to not know because they have a relative who can manage the device for them. In which case they really wouldn’t be installing software on their own really.
You would be surprised at how many people cannot even change the volume on their tablet.
Is this even a legitimate problem? Lots of people, myself included, have a “local” configuration. All of the services and credentials mentioned in the config are running on my personal machine for testing only during active development. None of those credentials refer to any sort of “real” service that’s on 24/7 and accessible via the internet. It’s effectively dummy data to the rest of the world and I imagine there are a ton of false positives like what I just described.
Windows auto-recovers from almost any issue the average user might encounter. It cannot be understated just how hard it is for an application or driver to break modern Windows. It goes much farther than just fixing a kernel panic. It will reset to a serviceable state for almost anything you can think of ( e.g. bad display settings, borked application install) and even in the worst situation will still give you some sort of GUI and try to walk you through the problem.
Linux sort of just gives up and lets you shoot yourself in the foot if you really ask it to. It’s up to you to then figure out how to fix things and that usually involves diving into the terminal. But even ignoring that, a lot of Linux applications have a serious UI/UX problem. I cannot count how many applications just do things like throw a config file at you even for common tasks and expect you to read a doc page in order to figure it out. I have better things to do than read yet another wall of text just to do something simple like remapping key bindings (e.g. mpv). That would be an unthinkable thing to do to a Windows user.
Linux developers seem to want to develop software for other developers. Windows developers develop software for average people. The fragmentation of 1000s of Linux distros, each with their own quirks only make matters worse by further complicating where and how to get help.
KeepassXC is bundled with a CLI tool. But it doesn’t have to do anything special for SSH. It’s ultimately just text and there are multiple ways to paste text into an SSH session.