

No, you are supposed to stop reading after the headline, and then make a comment, not read the whole article.


No, you are supposed to stop reading after the headline, and then make a comment, not read the whole article.


It should work, maybe not out of the box. But if you make sure KVM is enabled. And you have docker, docker-compose, freerdp and iptables installed. And you have added your user to the docker group.
Then the app should work


While I respect that you want more apps you use into the same package manager. I may be wrong, but its my understanding that they dont accept docker containers on flathub. I don’t even know it is possible to run docker inside a flatpak or if its possible if it would conflict with docker on the host. Docker or podman requires kernel features like cgroup which I belive flatpak sandboxes away.
At the very least you need docker or podman and kvm and pass these from the host into the flatpak
I really like having all or most apps in one or max two package managers on my computer. But I think this is a case where you might have to concede installing this piece of software without a flatpak
NixOS might not be for you, it is horrible if you don’t want to adapt to it. But if this happened on NixOS, you would just reboot into the state of your computer before you ran the update. Or if it’s just a program like VLC you could just close VLC switch to the previous generation and open VLC again


Playing with Talos Linux is one of the reasons I switched to NixOS on my main computer, I loved the concept
He means running xwayland in rootfull mode as the one app run in cage
I have that one too, but my alias is called icat
Do you follow the suggested service program?
This exact thing just happened to me. It wasn’t just me, it was the whole team.
I’ll see how it goes
I thought this was an ADHD post, not a phone post
Goldilocks slept for an undisclosed amount of time


Literally a 40 year old reference, seniors still in working age was in their 20s when this game was released
I’m out of the loop on this one? A Swedish using a Polish WM, and you call them Nazis?
I know that the hyprland dev has strong political opinions, but I genuinely dont know what they are because I don’t care, and I use another WM. Are they really both Nazis? I dont know because I dont follow these guys. I dont want this word to be misused when actual Nazis are trying to take over the free world again
Mandrake was my second distro, I think, I think I had knoppix before that. Used neither for long, switched to Ubuntu in the first or second major release. I was on Ubuntu until gnome 3 was released, then I threw up a little in my mouth and dustro hopped s bit until I landed on arch, which I also had for almost 10 years,
Now I am on NixOS,
No I am not sadomasochistic for using arch or nixos. There are benefits and trade offs, and I would not have used them for so long if it didn’t make sense for me.
I’m against distro shaming, and DE shaming. Everyone can like what they like for different reasons. That makes Linux better!
BTW, fun fact, both Arch and NixOS is older than Ubuntu, just fun to think about
Where? I just want to learn more. What is this symbol called there
Pork can also be eaten raw, if you slice it into thin slices like bacon, and put it in a laser cutter that only fry the fat. (take a picture, use image manipulation to make a mask that guides the laser cutter)
Should be completely fine TM


To be fair, (I hate Nintendo because of their crusade on open source software), but to be fair,
ps2 had issues on some Ps1 games, the list is short though, and the last few revisions of ps2 even software emulated Ps1 (don’t know the compatibility difference with hardware backwards compatibility)
Ps3 had issues with even more ps2 games, and only the first few revisions had hardware backwards compatibility, the ps2 emulation on ps3 without hardware compatibility is a mess
PS5 has issues with some ps4 games, including but not limited to psvr games, and I think I saw an official in incompatibility list by sony
Wii backwards compatibility i dont know about any issues except with games that use hardware accessories, maybe someone knows more? Later revisions dropped backward compatibility, but the hardware is still present, and homebrew will help you.
As for switch 2 to switch 1 backwards compatibility speculation, here is a educated guess. The asterisk is referring to lobo games and some other games with accessories. Why this speculative conclusion? Because of the way the hardware inside it works.
The arm cpu can be optionally designed to be completely backwards compatible. But is it? (more on that soon). The gpu part of the SOC, is most certainly not 100% binary compatible, because of what we already know about the architecture changes between these gpu generations. This isn’t limited to arm and nvidia gpus, ps5 also has these issues with x86 jaguar to ryzen, and Radeon generations.
So what about your experience with pc gpus, and cpus, and ps5 to ps4 compatibility etc? Well, emulation, the instructions, that are not compatible are emulated in software, this is common place, and in practice it works quite well. The main issue comes down to timing. Some things take different amount of time to do, like an instruction can take fewer cycles. Or if it’s emulated it can take more cycles. Emulation does work well, even if it often can have timing issues. Some times instructions from a future generation can possibly be emulated on your pc cpu. I can remember my friends computer using an installed windows driver, to emulate a future version of the SSE instruction set, I think it was SSE 2 or 2.1, it worked well enough to play VR games (oculus rift dev kit 1 days).
Another issue is that when cpu makers deprecate instructions some times, but they do this in a quite annoying way, they can add a wait, so an instruction takes much longer to run than previous cpus.
I’m not confident enough to talk in this detail about GPUs, because as we all experience, the high level compatibility api like directX or vulkan do all this all the time for us, and I don’t know graphics programming. But I do know this is more of an issue on consoles talking more directly to the hardware. But lots of switch games use vulkan so, those should TM work fine… But some games can also be programmed (intentionally like rogue squadron on GameCube, or unintentionally) to need an unintended or undocumented feature of the vulkan implementation on the switch, and those may or may not work on switch 2
Nvidia also is responsible for the Cpu design, directly or indirectly. I don’t know how much they care about being as backwards compatible with the cpu instructions as possible though. Probsbly if Nintendo has anything to say about it, they can be 99.999% compatible, with only some timing issues, which may or may not affect games.
So what is the conclusions? Of course this is speculation, and users have to test games, it will take years to know the full extent, but I think we will see near 100% compatibility for games that don’t need hardware accessories that are not compatible. If we exclude shovelware (low effort crap that somehow got into the eshop) maybe a couple to a handful of games will have big enough issues that they can’t be played. Maybe more games will have minor graphics issues, or things that look fine, but just slightly different to switch1
That’s why they are held in higer regard
This is basically how steam on Linux works.
Windows games are run inside wine
Wine is run in a container (they call the tech pressure vessel, the version of the container most games use is called sniper)
Linux native apps are not forced into a container, except they are on steamos, so guess its coming everywhere later
The container is based on ubuntu