

While I agree with the rest, does Lutris have backup options? I never actually checked, but don’t remember seeing any of that
While I agree with the rest, does Lutris have backup options? I never actually checked, but don’t remember seeing any of that
Sure, but the point is to be realistic and not put undue weight on the developers, right? Binaries can generally be much more permissive than source code when proprietary dependencies are involved, and easier to release “clean” than source code.
It’s not being made “as painful as possible”, it’s just manual. Arch isn’t a distro that’ll preconfigure things for you so everything’s plug’n’play, it’s a distro that’ll give you access to everything and the power to use it however you like, but with that comes the expectation and responsibility to manage those things.
Installing arch manually is simply a good lesson in how your system is set up, what parts it’s made up of, in part because you’re free to remove and switch out those parts.
And sure, there’s no magic bullet to make sure a new user understands everything they did, but I think in the end, if you’re not willing to read, learn and troubleshoot, you might just want a different distro.
I don’t think either has ntsync support enabled by default, but it’s supposed to have better accuracy or performance, thanks to putting the needed APIs directly in the kernel, right?
Isn’t installing extensions in it also a pain, since the Google webstore doesn’t let you install from it?
I guess to answer my own question, I looked it up - there’s an extension to let you do that alongside some flag changes, so I guess not too bad… But it’s another step on the list of things you’d want to do as a user
Not the same person and cba to get a timestamp right now, but it’s the 80% rule - the electrical stuff isn’t designed to deliver the rated amperage continuously for hours on end, so for car charging, you’re apparently supposed to limit it to 80%. Now, 80% of 50 isn’t 42 but 40, so not sure if it’s a case of 80% not being a precise number or a mistake here, but it roughly checks out.
I’m not sure which puzzles you’re referring to - do you mean stuff to reach an ending, or the obscure, very much optional, deep secrets?
It’s been a while since I played it, but I don’t remember grindy puzzles in the main content, bar the big one, but that one felt exhilarating to figure out and solve.
As for combat, it is difficult, but I remember beating the whole game without turning down the difficulty (which I remember being a thing), so it seemed fine to me… But yeah, people misrepresenting a game is always a risk.
I will point out that (IIRC) Tunic does have significantly more mechanical progression than some other examples, like Outer Wilds or Toki Tori 2, but they’re all lovely games
To be fair, taking care of a pet temporarily is an entirely different matter to having a pet permanently. I wouldn’t trust myself to care for a pet day by day for years, but taking on that responsibility for a few days while also getting the benefit of having an already trained pet for that time?
This feels like surreal memes before they turned into almost entirely misspellings and other repeat jokes.
The issue is that the privacy policy changed on an old game people bought long ago, and now they’re not allowed to play the game without agreeing to the changes.
I had the impression cloud was about the opposite - detaching your server software from physical machines you manage, instead paying a company to provide more abstracted services, with the ideal being high scalability by having images that can be deployed en masse independent of the specifics of where they’re hosted and on what hardware. Pay for “storage”, instead of renting a machine with specific hardware and software, for example.
If you license your project under GPL, and somebody submits some code (like through a pull request) that ends up in the library you use, you are now also bound by the GPL license, meaning you also have to publish the source of any derivatives.
The way to avoid it is to use something like a CLA, requiring every contributor to sign an agreement giving you special rights to their code, so you can ignore the GPL license in relation to the code they wrote. This works, but is obviously exploitative, taking rights to contributions while giving out less.
It also means if somebody forks the project, you can’t pull in their changes (if you can’t meet GPL terms, of course), unlike with MIT, where by default everybody can make their own versions, public or private, for any purpose.
Though it’s worth noting, if you license your code under MIT, a fork can still add the GPL license on top, which means if you wanted to pull in their changes you’d be bound to both licenses and thus GPL terms. I believe this is also by design in the GPL license, to give open-source an edge, though that can be a bit of a dick move when done to a good project, since it lets the GPL fork pull in changes from MIT versions without giving back to them.
I think the trick might be that nothing is stopping you from using more than one 32-bit integer to represent addresses and the kernel maps memory for processes in the first place, so as long as each process individually can work within the 32-bit address space, it’s possible for the kernel to allocate that extra memory to processes.
I do suppose on some level the architecture, as in the CPU and/or motherboard need to support retrieving memory using more than 32 bits of address space, which would also be what somebody else replied, and seems to be available since 1999 on both AMD and Intel.
Thinking about it… Since I’m not planning on switching to windows, and (non-VAC?) bans on steam are game specific, would I even care if I got banned from a game for using it on Linux?
Though I probably also won’t be playing this game, since I have no prior interest, so I’m biased.
Is it? Or did they choose Arch because of the ease of setting it up with all the latest software the community was already packaging?
Linux users are, as a group, less likely to share accurate telemetry and to masquerade as other OSes
I’m going to assume you meant “more likely” on masquerading, but I do want to point out, Linux users also tend to be more proud of their choice and to want to contribute to the statistics, want to be represented. Maybe those numbers effectively cancel out, but I doubt they significantly lean towards underrepresentation for the reason you mentioned.
The steam version of trackmania is quite weird - I looked for a way to pay for it through steam for a while before resignedly going into the Ubisoft payment in the overlay… Only to be directed to steam for payment. I’m not sure if it’s even possible to pay through Ubisoft when launching it from steam.
I got the impression that the PolyMC situation was quite different, with that developer masking it and doing a minority of the work, but after one change made by the rest of the developers they snapped, used their control over the repository to remove the rest of the maintainers and take sole control over the repository.
I was aware of some shenanigans and hostility from PolyMC and never used it, but I got the impression there were no major outward signs before that happened?
But that’s not logarithmic, that sounds like some kind of inverse scale with the asymptote at 10, meaning 10 can never be reached because that would mean actual infinite speed.
With a logarithmic scale, the speed is literally increasing exponentially, at every point, like getting 10 times faster for every point on the scale.
So yeah, I think you made the very mistake you tried warning people about ;D