As a daily Fedora user, this is annoying. I totally support the push for open-source, but enabling RPM Fusion on new installs to do standard stuff is a royal pain in the butt that will immediately turn off new users.
As a daily Fedora user, this is annoying. I totally support the push for open-source, but enabling RPM Fusion on new installs to do standard stuff is a royal pain in the butt that will immediately turn off new users.
For my sins, I do dual boot Windows 10. Though with wine and proton I reckon I can get ~80-90% of games to work.
I’d love to go 100% Linux, and I do my best to only buy games that support Linux. But there are sadly some old games and multiplayer games with friends that I still can’t quite convince to work.
While I am usually resistant to change, I remain ever vigilant to try not be that XKCD guy
It’s already been proven that piracy is a causal factor in more sales. Any self-interested dev should be promoting piracy of their game.
Windows -> Fedora
Been almost 10 years and no thoughts of changing. What can I say? I lucked out first time.
The only download software I used was the DownThemAll Firefox extension, which has always been real good. It works on all sites I’ve tried it with, it’s a very customisable interface, I don’t really know what you mean by not copy-pasting links but you don’t gotta do that.
You’re not likely to find an exact copy of the software for another OS, wine probably is your best bet if you just want IDM in Linux form.
In Europe, these blocks are typically just IP bans, so secure DNS no helpy. You need a VPN or other proxy.
Automated tests are cool, but they definitely aren’t a panacea in place of humans
Is it possible to… boot into a LUKS in a LUKS?
For techy people, sure. But in 90% of cases, people moving from Windows are looking for as little a paradigm-shift as they have to endure. I’m sure most regular Linux-users wouldn’t disagree that other distros are cool, but telling someone “use this thing it’s literally nothing like anything you know” is not going to get many takers from the population of people who just want their tech to do everyday stuff.
Honestly as a power user for 10 years I very, very rarely come across a time it’s a good idea to touch anything outside the home directory.
Wayland is the fancy new standard that never seems to stably work for me on any of my machines :( Thanks for letting me revert to X in the login screen, GNOME.
TL;DR: It’ll use a new, more secure key type.
And does anything require Python v2 anymore? I work almost exclusively in Python and haven’t run into that in many years.
As much as I also do step 4, to be honest I don’t see people use man
anywhere near as much as they should. Whenever faced with the question “what are the arguments for doing xyz”, I immediately man
it and just tell them - Practically everywhere you can execute a given command, you can also read full and comprehensive documentation, just look!
I still don’t see how it’s any more confusing than Windows. Cinnamon does it almost exactly the same way as windows, and typically detects network sign-in requirements better. Auto-updates work absolutely fine, and again I’ve not seen them need manual intervention with any more frequency than Windows.
Couldn’t disagree more. Do non-techies need anything more than a browser nowadays? Maybe a word processor? The process of turning on and opening a web browser on Mint are practically no different from Windows. Hardware will plug and play just the same. Using printers is equally intuitive (ie, not very). In fact, I can find firefox on GNOME by just pressing the Win key and typing “internet” or “browser”.
Both are probably equally likely to run into incomprehensible tech problems that require techie intervention.
If I understand this right, you’re looking for Continuous Collision Detection
i.e. rather than calculating collision by looking at the intersection of objects in every frame, instead calculate collision by drawing out the path the object will go, and looking for collision along it.