

I thought it was obvious, 2026 is going to be the year of the Linux desktop.


I thought it was obvious, 2026 is going to be the year of the Linux desktop.


Ackshually, KDE is an organisation that makes KDE Plasma (a DE) and KDE Linux (a distro)


I’d recommend starting by hosting a nextcloud instance.
Then do some optional steps:
That’s pretty much what you need to start hosting your own files, then later on you can setup a email server, media server like Jellyfin, homepage and everything.
Just go one step at a time and when you hit an issue you can and should ask Google or ChatGPT. Remember, everything exposed to the Internet is vulnerable so take security seriously. Always have everything protected by a decently long password, pairing requirement with your server confirming adding a device or an API key.


It depends on the distro. Bazzite might get in the way since it’s a more closed distro if you want to do docker stuff. I personally managed but setting up extra hard drives that docker (podman) uses, but it was tricky. You’ll not have issue browsing the Web or installing most apps though.
Nobara might be a good choice although the user base is not that big so you might have to migrate in a couple of years.
Otherwise I’d stick to regular distros since they have great support and will stick around for a long time such as Fedora or Kubuntu. I’ve also heard Endavour is really good these days.
You should consider choosing a distro based on the Wayland integration since you can get HDR fractional scaling and variable refresh rate with them.
They all look great man, congrats
It didn’t die but interest really died down. It’s still based on 20.04 if that’s any indicator and was on 16.04 before that.
Vollaphone with Ubuntu touch can do that.


It’s a Linux distro that’s called Azure Linux and it looks like it’s based on Fedora if the length of package attribution is anything to go by.


That’s just neutered Ubuntu container


Hear me out on this one “Microsoft Linux”
Techno feudalism mentioned. Queue a Varoufakis talk
I’ll join in
const isEven = (n)
=> !["1","3","5","7","9"]
.includes(Math.round(n).toString().slice(-1))


Yeah, I might actually play wow since I can reduce the XP scaling by a lot. It goes from 50 mobs at lvl 10 to 600+ to level up at lvl 60. I have a 7mo old no way I have time for that hahaha.
I use SQL for work so I can mod the DB easily to remove the exponential scaling in favor of linear scaling like mob XP scales.


You can mod the database for creatures to drop more xp, gold and loot from the looks of it.


Update, I downloaded the VMangos database. It looks like it might be possible to edit drop rates with creature_loot_template(ChanceOrQuestChance) and XP gain by using creature_template(xp_multiplier)
I haven’t hosted anything yet but it could be tested by editing a Chicken’s xp_multiplier from 0.0 to 1.0


I’ve been seriously turned off by the grind of WoW. Are you able to do something like reduce the XP level scaling or something so that every level is like 30m and improve drop rates?


One alternative is that it only applies to companies that are listed as gatekeepers in the EU make it only hit megacorps
It’s a flatpak://url that opens the app store on the computer where you do a one click install. So technically it’s two clicks.
I think he’s referencing the flathub install button where you can just hit install.
It’s pretty simple actually. Mine runs the program as it would normally and whenever the program reaches out to say “create this file” or “load this font” for example Wine will grab that call and translate it into a Linux OS command. As long as the program gets all their Windows API calls and windows specific files requests satisfied it will happily continue.
This is why ARM support is such a hassle for wine since the processor is with a different architecture so the compiled binary needs to be translated as well with all the nuances.