

The kernel is a snap in Ubuntu Core, but you still need to reboot. I don’t think there’s a nice way to work around that.
The kernel is a snap in Ubuntu Core, but you still need to reboot. I don’t think there’s a nice way to work around that.
While Librewolf does have its advantages, I find it hard to recommend over regular Firefox, at least for most people. Librewolf disables some features like WebGL due to security and privacy concerns.
Looks like it. openSUSE also uses a fair few AI images.
Fedora IoT is similar to CoreOS, that seems primarily aimed towards Pis.
I haven’t watched the video yet, but keep in mind “resource usage” being lower isn’t always better.
For example, Plasma had an issue for some people where animations would not happen, freeze the system momentarily, and stutter. The reason why turned out that these people were using slow drives. Plasma was trying to load the bytecode for the QML animations from disk, but the IO operation took too long so the animation suffered. Had this bytecode been stored in memory, the performance would have been better.
But I also don’t want to discount the fact that some (perhaps most) of the time, high resource usage is a bad thing caused by poor programming and using technologies that are heavier, like Electron. Whether those tradeoffs are worth it are another matter.
I wish more developers actually used their software low-end devices to find performance issues. I recently got an Intel N100 and it’s actually been a decent experience on Linux, though Gnome shell’s animations are a bit stuttery even on Gnome 48. Haven’t tested any other desktop though.
Is media.ffmpeg.enabled set to true in about:config?
It’s also true that graphics performance of Firefox is just not as good as Chromium, even with hardware acceleration.
What’s your distro?
How is Firefox installed? Distro package or flatpak?
It’s not making it worse. They like anime, so they have an anime girl as the mascot; a very tame one too.
But some people freak out about it.
If you use Anubis for free, he asks that you keep the girl on for marketing purposes.
If you pay / support the project, you can remove it.
Honestly, it’s a good way to encourage people to pay up because some people absolutely hate it.
I was wondering about that too. At first I assumed they were only allocated a few of the cores for their testing, but a typo seems more likely.
It’s actually pretty nice in some situations.
One thing that bites me about Loupe / Image Viewer is that it always goes through images in alphabetical order, despite the sort option you have set in nautilus.
Sushi does go through items using the same sort option set in nautilus.
Though it can be finicky with videos, so I don’t use it for that.
Good thing I use the Flatpak version of Sushi, I’ll just remove the network permission.
On some systems neofetch would actually run quite slow. Even on my fast system it would occasionally take a second because it hung on one step.
NixOS was troubleshoot central for me. Not all programs behaved as expected with Nix’s unique design.
The authors found and reported vulnerabilities in Pagure and Open Build Service. These vulnerabilities have since been fixed.
You don’t need to do anything, these issues have already been fixed.
I did a bit more research into this and it seems this conspiracy is largely spearheaded by Kiwifarms, so I do feel bad by bringing it up.
deleted by creator
This is overly complicated. Just install Java then run
flatpak --user override --env="FLATPAK_ENABLE_SDK_EXT=openjdk" com.vscodium.codium
Note this works for all other SDKs too. It works especially well for programming languages like Rust that have their own package manager.
Doesn’t work so well for languages like C/C++ where you use your distro package manager to install dependencies. In those cases it’s easier to install VSCodium inside a container where you do have access to a distro package manager.