Plasma 7 is being renamed Desktop For Plasma365 2027 edition.
Everything is electron apps. Native apps are ran as web assembly inside an electron app.
There will be no UI, only a shitty AI chatbox that is always suggesting results from askjeeves (and takes 5 seconds before it suggests anything from your local machine).
Oh, and it's a monthly licence now.
And it's actually just a laggy local UI of the actual desktop that is ran in the cloud on a container with 512mb ram and 1 CPU.
Oh wait, this isn't microslop.
Good things on Linux (generally) stay the same or get better, not different so "line goes up".
I think I'm still getting over the windows PTSD
Client -> Reverse Proxy -> Upstream ServerIt's quite rare these days for a client (eg web browser, video game, phone app... anything that needs an internet connection, really) to directly connect to the server that is actually serving the request.
It often goes through a reverse proxy which can direct the request to the "best" server (reverse proxies can have multiple upstream servers, either as a cluster that can share the load all dealing with the same service, as a bunch of different services, or both).
This has a lot of benefits for service admins (at the cost of mild complexity), and has near-zero cost for clients.