There is definitely this for activities, so I’d be surprised if there isn’t for virtual desktops given how much more popular/supported they are
I’m a software dev in the UK who’s into sci-fi, fantasy, videogames and music.
Big on doctor who, star trek, discworld, final fantasy, dream theater, and people’s right to be themselves.
@beforan@mastodonapp.uk
@beforan@metapixl.com
There is definitely this for activities, so I’d be surprised if there isn’t for virtual desktops given how much more popular/supported they are
See also: GNU’s Not Unix, WINE Is Not an Emulator…
And in a slightly different way: I’m So Meta Even This Acronym (ISMETA)
Since they already mentioned WSL, you can also describe distrobox like WSL for Linux.
but yeah, agree this would be the simplest.
It was fundamentally broken in 64-bit Windows for a long time due to a practically unfindable bug, so they just removed it once that was a mainstream option (Vista onwards).
I think it’s been fixed or recreated now though?
Full Tilt! was first published in 1995, comfortably before the inclusion of the Space Cadet table in Windows, which iirc was either '98 or Plus! for '95. I’m confident it wasn’t in any of the vanilla releases of Win 95.
Oh god email clients are a whole other world of pain from browsers. My condolences.
They’re non breaking so he should be, well, not broken.
Cos he did in the template I used 😅 not intentional, my bad.
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
I guess it’s an “Ahoy matey!” Project?
An absolute classic of the C64 for me. That version really does shine, though the Master System also looks great!
I feel the Amiga (can you tell we were a Commodore family?) looks put to shame by the Mega Drive a little, for the 16bit ones, but it’s interesting to hear your thoughts on it being more like a reimagining.
Thanks so much for doing these write ups, they’re really fascinating and in depth.
That said, when doing so use stickers that can be removed easily.
Nothing worse than paper price stickers that rip apart or leave a sticky residue.
Bonus if they’re on a card box like pre-GameCube Nintendo, or 90s big box computer games, where they actually damage the underlying game box >.<
So much JPEG…
I don’t know tons of the detail but I understand the principle. The immutable part of the system is really just an applied oci container image for any ublue based distro.
Certain mount points are writable and persisted (e.g.
/home
), but otherwise you can just reimage the entire system with any compatible (ublue based) image. Then each image is built by layering changes using ostree. So that’s how you get the different distros.Silverblue is ublue with gnome, kinoite is ublue with KDE, Bazzite layers steam, proprietary Nvidia drivers and other stuff mainly gaming related, etc.
System updates (which tend to be regular) are just applying an updated image, so actually updating is effectively the same as rebasing.
You can also yourself add ostree layers on top of the base image, and if you rebase to a different one your layers get reapplied on top.