(_____(_____________(#)~~~~~~

  • 2 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: April 11th, 2022

help-circle
  • It doesn’t help that they keep deprecating and changing standard stuff every other version. It’s like they can’t make up their mind and everything may be subject to change. Updating to the most recent release can suddenly cause 10s or 100s of compiler warnings/errors and things may no longer behave the same. Then you look up the new documentation and realize that you have to refactor a large part of the codebase because the “new way” is for whatever reason vastly different.


  • Here is the linked thread for people who don’t want to go to twitter:

    Booker Ngesa Omole ☭:

    There is no such a thing like sex work, period! Let’s address the misguided communists who claim “sex work” is legitimate labor. This notion betrays the fundamental principles of Marxism and aligns with capitalist exploitation rather than challenging it.

    In a patriarchal society, prostitution isn’t just about humiliation—it’s the highest form of exploitation, primarily affecting poor and working-class women.These women aren’t “workers” in the traditional sense; they’re victims of a system that commodifies their bodies.

    The relationship between those who purchase sex and those who sell it is not one of equality. It’s a relationship of oppression, where the powerful exert control over the powerless, perpetuating violence and exploitation.

    To suggest that prostitution is anything other than the grossest form of exploitation ignores the brutal realities these women face: physical and psychological violence, poverty, and a society that views them as disposable.

    Human beings should never be used as mere instruments for others’ ends. The commodification of women’s bodies contradicts the Marxist principle that people should not be treated as commodities.

    True communists must reject the capitalist narrative that seeks to legitimize prostitution under the guise of “sex work.” Our fight is for a society where exploitation is abolished and where women are free from the shackles of patriarchy.

    Anything less is a betrayal of our revolutionary ideals and a capitulation to the forces of reaction. We must stand firm against this dangerous rhetoric and fight for the liberation of all women from exploitation.

    imo. people (especially comrades) should really consider using the fediverse.


  • lol why care about these random online personalities? The only times I get to know of their existence is when people post clips of them where they have a highly controversial take and it’s always without fail some generic boring af react-commentary-“just chatting”-variety streamer/content creator. I wouldn’t put it past them if they do these controversial takes intentionally from time to time in an attempt to increase engagement.














  • I think Micro-Kernels are awesome because the actual Kernel is completely stable and only serves as a tiny (or Micro if you will) layer between the hardware and all the software. All Kernel modules run in userspace as daemons. So if something crashes because of a bug, say the Bluetooth driver, you can just restart that process and continue instead of having a hosed system that needs a hard reset. This is awesome for development because you can just run that buggy driver in a debugger and poke around without having to fear a Kernel panic. Also if you update your System and drivers get updated you don’t need to reboot, you just restart those driver daemons.

    MINIX was really cool. It had a mechanism that could detect dead driver daemons and restart them automatically. They almost achieved full NetBSD compliance and all it really lacked was 64-bit and better hardware support. It technically still lives on because Intel forked it and baked it into every Intel chip. Except they changed the name to “Intel Management Engine”.

    Hurd is GNU’s Micro-Kernel and to my knowledge it’s still being developed but at a sluggish pace. Last I checked they’re still working on full 64-bit support. It is apparently usable enough for Debian and Guix to have a Hurd port though.

    Don’t get me wrong though, I still really like classic Monolithic UNIX-like kernels (especially when they’re simple and easy to compile like NetBSD) but I like Micro-Kernels overall a bit more because kernel modules as daemons is a very interesting concept to me that imo. should be explored more.


  • I might ditch Linux altogether if FreeBSD had better hardware support. There’s only so much I can write and maintain, myself.

    I’ve been feeling that way since they decided to introduce that rust crap in the Kernel. I have a second drive in my main PC with FreeBSD 14.1 and the only things that prevent me from using it as a daily driver are the buggy amdgpu drivers and the terrible bluetooth stack. My dream would be a Micro-Kernel system though. Too bad MINIX was dropped. Maybe Hurd will become usable in 20 years from now lol.



  • Because UNIX-like systems such as GNU/Linux or the BSDs are FOSS (free open source software) where the user owns the means of computing. They’re proven to be extremely flexible while consuming few resources. Not only do they cost nothing, but the user also has access to all the Source code which allows anyone to break and bend the system to fit any shape. For instance the entire Internet right now runs on Computers with some custom variant GNU/Linux or BSD. Every modem/router you’ve come across either runs some version of GNU/Linux or OpenBSD. Every PlayStation starting with 4 runs FreeBSD, Sony just modified it to suit their needs. Netflix’s entire infrastructure runs on computers with FreeBSD. Android and ChromeOS are built on top of Linux, Google just modified it to fit their needs. Valve’s Steam Deck runs SteamOS which is a custom variant of Arch Linux. Etc.

    Literally the only scenario where Windows Server would make sense is if you’re a company that relies on decades old software that only runs on real Windows and most if not all your clients also run Windows. And even then it’s more of a “putting up with it” thing. Legitimate Windows Server licenses cost so much not because it’s quality software, but because Microsoft knows there is a lot of money to be made from people who are locked into their ecosystem. If you use Windows then Microsoft owns your computer and they call the shots. They just let you use it. Not to mention Windows phones home all the time and shows ads in many places and there is nothing you can do about it. If you have the choice why would you want to run a Server for a communist cause on such an OS?

    UNIX-like systems aren’t perfect, but they’re much better than the alternatives.