

A company that lets you use Linux as a main OS might not like if you also want to run Windows in a VM.
My point was rather to be careful when you use it, to not get into legal trouble (especially because it just works with the default settings).
A company that lets you use Linux as a main OS might not like if you also want to run Windows in a VM.
My point was rather to be careful when you use it, to not get into legal trouble (especially because it just works with the default settings).
Unless you somehow use it commercially. Then the missing license could cause legal issues.
The cheat developers, yes. Because there is demand. The question though was, why there is demand.
If you like Lord of the Rings: Lord of the Rings Online is extremely nice story wise. It’s an old school MMO, but that shouldn’t shock you when you only know old school ones anyway.
If a low initial fee is fine, wait for Elder Scrolls Online sale. You can regularly get the base game for $5 or so. It has no forced monthly cost so those $5 are worth hundreds of hours or quest content.
It’s really sad. I truly believe that Yves (or rather the Guillemots in general) were passionate about game development once. Now it feels mostly corporate, even though they still claim to be pro-gamer and innovative and fun. It’s double sad because they acquired quite some good studios that have to be shaped into their corp structure and ultimately lose their innovation. It’s not as bad as old-school EA, but it’s still subjectively bad.
The main advantage of SB is TPM. At runtime the key isn’t available and unlocking your disk works automatically as long as nothing has been tampered with (which is then also a nice canary: if you suddenly have to enter your password during boot, something’s off).
Even having no pre-boot PIN with SB on is nice, then you only need your user space login where you could even use fingerprint reader if you like. For servers they can already start serving without anyone having to intervene manually (which is nice after power outage, for example).
So yeah, SB, TPM and FDE are a very nice bundle that heavily secures against the most relevant attack vectors.
For the user they come with the OS
That’s my point, though. Plasma isn’t an OS. You can can have a OS that ships Plasma with Calligra instead of LibreOffice and Falkon instead of Firefox. Or neither, and instead they give you a greeter with the choice to pick your browser. Or the OS is minimal and doesn’t bundle any of them. In Arch for example you normally don’t even get Konsole or Dolphin unless you install them (or you pick the nuclear option and install _all _ KDE packages which also includes a ton of stuff you likely never need).
AUR is the place for unverified submissions. The verified stuff typically ends up in the main repos.
The preinstalled apps are not a feature of KDE (or Gnome, XFCE, etc.). Actually they all are structured in a very modular way where you can use or omit individual components. Firefox and LibreOffice are completely independent of it even; they merely add compatibility layers to make the integration more seamless.
What you experienced was something to attribute to the distribution you chose. They are the ones to decide which components to bundle and preinstall. That is also the reason why so many distributions exist in the first place, because different teams/devs have different visions about what the desktop should look and feel like after install.
I think it’s not that easy. From what I understand, the payment providers enforce that for the whole store, otherwise they don’t want to be involved. Quite shitty, but they have enough weight to pull shit like that off.
I think you won’t regret it. If the container startup installs stuff, you might lock yourself out when the remote server has issues, your network has issues, or if the package you install changes due to an update.
With it baked into an image, you have reproducible results. If you build a new image and it doesn’t work anymore, you can immediately switch back to the old one and figure out the issue without pressure.
The idiomatic way would be to build your own image. That’s exactly the strength of the layering of container images.
I think EA was still worse. At least in my perception.
I think EA actually bought studios just to get the IP and immediately get rid of the employees. I also think they tried to milk a few of the IPs before letting it go downhill.
MS, from what I can tell, gave studios quite a lot of freedom to do what they do best. I don’t think they intentionally wanted to fuck over studios, but they rather sacrificed them.
Don’t get me wrong: that’s still bad. But there’s a difference between fucking studios over with intent and reacting badly to changed circumstances.
The thread is about snap and why it’s worse than flatpak.
“So I have this ultra portable gaming device…”
I imagine it’s rather licensing. If they have to provide the software at some point, they can’t use components they are not allowed to distribute. And I agree, that this will impact development costs. But with the law in place, this is not an unexpected cost but one that can be factored in. Might be, that some live services are then no longer viable… but I don’t care. There are more games than anyone could play and games are cancelled or not even started to develop all the time for various reasons. One more or less is just noise.
The 3D stuff around games is actually the smaller problem. It’s performance critical but it’s basically “just” one API (bundle) to implement that then covers a big chunk of the game’s implementation.
Productivity software usually consists of a shit ton of other stuff. They would probably render fine, but then they ship with a weird ass licensing management system that will deny to work. Or parts of or even a whole app use .NET and suddenly you have the complexity of all the WinAPI calls hidden behind .NET Framework. Maybe the app does a few lowlevel WinAPI calls themselves on top, that Wine didn’t need to implement so far. Or the app you want to run is only distributed via Windows Store as UWP; the necessary APIs also haven’t been implemented yet.
Wine is awesome, but it’s not fully covering all the shit Window’s APIs offer.