Also seems to have way too many permissions. Maybe to work around some problem "flatpak"ing virt-manager?
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.
Also seems to have way too many permissions. Maybe to work around some problem "flatpak"ing virt-manager?
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 😼
Legit. 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.
Is there now a flatpak for virt-manager?
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.
Lacks many features atm, eg VoIP, matrix call, threads, etc. Still very promising and I like that it is written in Rust.
They used to recommend Mull (firefox-based) before it died.
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
Aurora is a downstream Kinoite distro by the Universal Blue project. It is tweaked to be a bit more user friendly and has a lot of tweaks and changes. I recommend anyone try it out.
uBlock Medium requires some unbreaking of websites, so i would avoid it on this laptop. Ungoogled Chromium could be a good replacement for chrome.
Gender is obviously a signed byte.
Run FreeTube on Linux. It is an alternative YouTube client that is open source and ad free. YT sometimes changes which could break it temporarily. It has been working for me for a year now.
Nah I did too.
I have no experience with this project. I will check it out.
Are you on the userns image? Because podman/docker/toolbox/distrobox all require unprivileged user namespaces.
I also experience with Secureblue, so here are my answers:
Fingerprinting is a complex beast and nearly impossible protect against. RFP (created and upstreamed by Tor Browser) protects and normalizes most fingerprintable metrics (timezone, display viewport dimensions, user agent, audio devices, installed system languages/fonts, etc) to a stable value for each Firefox version. Canvas is the only metric which is randomized. The purpose of this is to create a shared stable browser fingerprint for all RFP users, creating a crowd for people to blend in with each other.
While RFP is strong, its anti-fingerprinting strategy was created for Tor Browser, which users are not supposed to customize. The same can not be expected of all other Firefox users, resulting in most users being much easier to distinguish from each other. RFP also can cause some site breakage and doesnt offer a granular way to toggle specific features per website (eg. Canvas protections breaks your webcam in conference calls).
There is no good solution. Best options are use Firefox (or a fork like Librewolf) for casual use, and Mullvad/Tor Browser for more critical situations. Always use uBlock Origin (except with Tor).
On the Chromium-side, Cromite and Brave randomize some fingerprintable metrics, but they aren’t as exhaustive and aren’t upstreamed to Chromium (for obvious reasons).
Not exactly. Ironfox is a fork, not a direct continuation of Mull. I’m holding off on using it because I want to verify that the new fork can keep timely security updates. Ironfox is a big unknown.