No
Tap for spoiler
/jk obvi I like Python
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.
No
/jk obvi I like Python
glibc == gnu C library
It is the standard C library used on GNU/Linux systems. Basically, it is very important. I’ve also heard that the code is a rats nest. I wish standard distros would move to musl libc.
Manjaro was buggy in my experience (used it for a year), and seems to be a well hated distro at this point. I am not suggesting that will fix your issues, just mentioning. I had a friend switch from Windows to Linux for the first time and Bazzite was the one that worked the best for their Nvidia card. As the other commenter said, dual booting on the same drive with Windows makes it a headache to manage.
Never ask it to do regex. Holy fuck, thank God I was just doing it for funsies as a test of local LLMs. I got it to go into an infinite loop trying to figure out what I asked.
Check out Maxima as a replacement for the EA app.
Check out Cromite (a continuation of Bromite)
People on Snapchat dont give a fuck about cleanliness.
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.
Gender is obviously a signed byte.
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)
In that case it is a ToS violation, not piracy. You aren’t paying anything, nor does google lose any money since they have been already paid. We would have to stretch the definition of piracy to include other ToS violations since it is not a financial lose.
Let’s extend the scenario. If YouTube ToS required you to click every ad to use their service, would it be piracy if someone doesnt follow those instructions? I think it would be a ToS violation, but what damages could Google even seek?
I hear people sometimes mention that “Google needs to pay somehow to keep YouTube running.” I have no sympathy for Google since they conspired to intentionally push out other video hosting platforms to create monopoly on the market. It is their own fault that videos aren’t more spread out among providers.
How would you even pirate YouTube anyways?
I recommend Mull. It is security/privacy hardened Firefox and built by using Fennec as a base. Always use Fennec over Firefox because it removes telemetry, proprietary code, and strongly protects against browser fingerprinting. Comes with support for most (if not all) desktop Firefox extensions. I highly recommend using uBlock Origin, ask anyone and they’ll tell you it is the best content blocker available.
Another good browser is Cromite. It is security hardened Chromium with built-in ad/content blocking, decent fingerprinting protection, and strong site isolation. It doesn’t have support for extensions because upstream Chromium on Android doesn’t either and it is hugely complex to port.
Did you enter into a contract saying you must watch ads to use the service? Is ad blocking against ToS? I don’t think either are true, and a “click to consent” isn’t legally binding. Either way, I will never not block ads as it is important from a privacy and cyber security perspective.
Which would that be *pulls out the deathray which terminates fun places on the internet*?