• 2 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: July 25th, 2023

help-circle















  • I think you missed the OP’s point about the ongoing enshitification of paid services. From the words of Gabe Newell, "The easiest way to stop piracy is not by putting antipiracy technology to work. It’s by giving those people a service that’s better than what they’re receiving from the pirates.”

    The reason why so many people are pirating even when they can afford it is because companies continue to make their services worse for their paying customers. Simply “paying for your content” will encourage these companies to continue their predatory, behavior.

    Edit: I think I should add this isn’t really true if you can buy physical copies of the content, but that’s becoming less and less of an option as large streaming services make sure the only way to watch their content legally is buying their shitty subscriptions


  • I started messing around with Linux when I was ~15. I was trying to install it on an old laptop so I could actually use it. I started with Debian before moving to Linux mint. Eventually I bought a raspberry pi and started to tinker with that and made my own website for shits and giggles. Eventually, I kinda stopped tinkering with Linux for a while

    Flash forward a few years and my job has a piece of software that boots into a live gentoo environment in order to perform hard drive wiping, and I got a lot more familiar with the Linux command line (bash in this case) as I had to do a lot of troubleshooting as well as testing as I was in technical support and then later QA. This was also my first experience with VI, as I had to edit configuration files while inside of the live environment.

    At that point, I started to experiment with Linux again, and even managed to install arch on my laptop. I did end up switching to Manjaro as my daily driver, as I couldn’t be assed to spend enough time to get arch working how I needed. I also now have an Ubuntu server (I know) that I use as a media and game server, and continue to daily drive manjaro though I’m planning on switching to EndeavorOS soon.



  • That’s a good point, however I’d just like to interject for a moment. What you’re referring to as Linux, is in fact, GNU/Linux, or as I’ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX. Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called “Linux”, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project. There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called “Linux” distributions are really distributions of GNU/Linux.