Fedora is promoting their KDE Spin to a full Edition, alongside Fedora Workstation (GNOME). Nothing really is changed, the KDE Spin has always been good.
I’m the Never Ending Pie Throwing Robot, aka NEPTR.
Linux enthusiast, programmer, and privacy advocate. I’m nearly done with an IT Security degree.
TL;DR I am a nerd.
Fedora is promoting their KDE Spin to a full Edition, alongside Fedora Workstation (GNOME). Nothing really is changed, the KDE Spin has always been good.
Not really needed on Android or in general. If all you want to know is whether your system is compromised, use Auditor by GOS.
Even if documentation can be time-consuming, it is such a lifesaver and makes the whole process of coding much smoother. It means not as much time wasted backtracking. If you think there is any part of your code you won’t understand when you coming back to it, document, document, document.
Sometimes I write some multiline psuedocode comments or/and an explaination of specific choices, especially those invisible choices you make while debugging that aren’t apparent when your just reading through your code.
Good thing to do is make code that is generally readable too lol.
Or are you? Try it, just a lil 😼
I don’t know any YouTubers other than “Let’s Game It Out”.
My fav game to speedrun is Neon Boost (free on Steam) because of several bugs I have found in the game. Otherwise a small boring indie platformer about rocket jumping is made fun (to me) through exploitation of its physics.
My crowning achievement was completing the final level of World 1 (1-12) in 18 seconds. The Devs expected a fastest time around 40 sec.
Dying to a stupid bug is a great way to suddenly get frustrated though. Hard agree with you though, buggy games are my favorite. Especially small indie projects because I you can find the great bugs.
Not from f-droid, but Piper TTS models are great and performant. You can install the apk and the app requires no permissions. They also have other models other than Piper (eg Coqui). For English, I recommend recommend vits-piper-en_US-lessac-medium
for the model.
Here is a link to the list of prebuilt APKs: https://k2-fsa.github.io/sherpa/onnx/tts/apk-engine.html
Here is the Github repo: https://github.com/k2-fsa/sherpa-onnx
Basically, its a customization of Fedora Workstation with Steam, Proton GE, and some system tweaks for better gaming support.
Docker is good when combined with gVisor runtime for better isolation.
gVisor is an application kernel, written in memory safe Golang, that emulates most system calls and massively reduces the attack surface of the kernel. This is important since the host and guest share the same kernel, and Docker runs rootful. Root inside a Docker container is the same as root on the host, as long as a sandbox escape is used. This could arise if a container image requires unsafe permissions like Docker socket access. gVisor protects against privilege escalation by only using root at the start and never handing root over to the guest.
Sydbox OCI runtime is also cool and faster than gVisor (both are quick)
No VoIP, spaces, or threads support yet. Promising because it is written in rust and works well with Desktop portals.
openSUSE Tumbleweed is a great rolling-release distro. The Yast tool is a powerful GUI System Admin/Settings app. Plus the openSUSE logos are green which is a good color lol.