aarroyoc

joined 2 years ago
[–] [email protected] 6 points 3 months ago (1 children)

In an emulator you're capable of running a piece of software in a hardware that it wasn't designed to be run. In Wine you still need a hardware originally designed for the game (x86 CPU, graphics card, etc) because it only fakes that it is being executed under Windows by providing Windows APIs, but the underlying hardware must still be compatible.

[–] [email protected] 4 points 7 months ago* (last edited 7 months ago)

Flatpaks are easier to use in most distros. If you're using NixOS, then Nix of course. But if you want to do a lot of CLI stuff, then Nix may be better too.

[–] [email protected] 2 points 7 months ago

AFAIK Solaris and Haiku don't have an OOM Killer by default. malloc just fails if the kernel can't provide enough memory.

[–] [email protected] 2 points 8 months ago

Usually iD, but sometimes Vespucci and JOSM (I use it when I have som GPS data alongside).

[–] [email protected] 14 points 8 months ago

I agree that Alpine Linux shouldn't be recommended to newbies but I don't like the explanation. Distros like Alpine Linux are good for the whole Linux ecosystem, as they avoid monoculture and bring diversity to the software, which in turn they foster competition. Like a biological ecosystem, betting everything into one particular specie is a recipe for disaster. Some examples: Glibc has found many bugs because musl did things differently, and it turned out that glibc was not following the standard (also musl had bugs on its own), GCC was stuck until Clang came out and developers started to prefer Clang,...