Not too sure what your desktop environment has to do with gaming.
folkrav
Maybe it’s an English second language thing, or just how I expressed myself, but yes, I was referring to the first. Our technological capabilities are obviously on a whole other level. Electricity + transistors basically transformed the world. Plus the massive population growth.
It’s incredibly easy to fall into the trap of seeing modern societies as more advanced. There’s no reason to think they weren’t just as intelligent and resourceful as we are today. They just lived a long time ago. If history can teach us one thing, it’s that nobody rules the world forever, as advanced a civilization can be.
The people who really think of age verification as effective measures tend to also be against having those in schools in the first place.
At a very low level, yes, everything is 1s and 0s. However, virtually nobody deals with binary anymore. Programming languages are abstractions over abstractions over abstractions not to have to deal with typing binary.
The point of programming languages is for humans to be able to read it and make sense out of it. It’s a way to represent in a kind of intermediate language that’s halfway between something humans can read and computers can interpret.
Say the game’s programmer wants to handle moving your character right on pressing the right arrow key. They might write some function called “handleRightArrow()”, which does whatever. Then your compiler will turn this to some instructions - read stuff in RAM at address XYZ, copy it over, etc. The original code with readable names, comments, documentation, proper organization, it’s gone. Once you decompile, it’s gonna be random function/variable names, compiler might have rewritten some parts of the implementation as automatic optimizations, unlined some functions, etc. The human readable meaning of the code is lost. It does the same thing as the original code, but it isn’t the original code either.
How do you define “usable”, and how long did it take X to get to that same point?
Yes, some people do it. What proportion, realistically?
Sure. It is not what the comment I was responding to was referring to.
What percentage of people realistically drive more than 300km per day? We're talking 2.5-3h on the road per day, not taking traffic into account. Extrapolating 300km per day, over 49 weeks a year, 5 days a week, that's just shy of 74000km. Who drives that, outside people whose job it is to drive stuff lol?
Let’s reformulate. No single individual gets to a billion dollars of net worth without someone getting fucked over in the process. The very concept of any one individual having a net worth of hundreds of times the one of the next 99.9% is fucking absurd, regardless of what they did. Nobody “deserves” multiple lifetimes worth of wealth while half of the world’s population is living with dollars a day. It would take collectively for this world’s billlionaires, the equivalent of us foregoing buying a gaming PC (in relative terms) to get rid of world hunger, yet they choose not to. So, yes, they are actively fucking people over by having so much wealth in the first place.
A Docker Compose is literally just a bunch of Docker commands in yaml format. Can’t say I understand how one can be any easier or harder than the other, considering they basically directly map one to another.
I didn’t mention Wayland cause he mentioned using Plasma, which still defaults to X11 as of v5, and both DEs in question support X1, so the Gnome/KDE dichotomy didn’t make much sense to me in that context.