• 3 Posts
  • 91 Comments
Joined 3 years ago
cake
Cake day: January 23rd, 2022

help-circle




  • To the people saying it’s a skin color/race issue: yes, but also no. The people who put the authoritarians in power did so for reasons of deeply ingrained racism, and the power hungry narcissists gleefully abused their supporters’ easily manipulated fear of PoC to amass more power, but…

    Just like every other clique, cult and fascist regime, it’s really just about creating an in-group and an out-group. The important thing is that to the brainwashed in-group, the group’s membership seems immutable, but to everyone else (including the cult’s leaders) it’s clear that membership is entirely contingent on favor. That’s why ICE has been given the power to deport anyone and everyone, but is not doing so: it’s about maintaining control.

    Which is all to say that the deportations don’t end with eugenics. Even if the nazis remove every last person who fails the skin color check—or is just too recently descended from “non-whites” (the moving goalpost)—the deportations will continue. Just make yourself an enemy of the regime and they’ll figure out a way to brand you “an illegal” regardless of skin color or race or ethnicity or heritage; their supporters will bend over backwards to believe the lies, and their opposition will stage peaceful protests and wring their hands about “law” and “constitution” to no avail.




  • I’ve tried KDE on both Debian and Fedora. Neither have allowed me to do what I want to do: add a secondary storage device to my steam library. Whenever I try to, it just pops up a separate Dolphin window that doesn’t affect steam once a folder is selected (almost like it’s a separate process and not a child process of Steam).

    The flatpak works, but 1. Ew; 2. It runs steam on Xwayland; 3. Being a debian nerd, I want to be as much of a <default package manager> purist as possible to make life easier down the road

    I’ll switch once this is fixed, but I just gotta stick with Gnome until it is




  • Never heard of him, but if he’s like Bernie, I’ll endorse that.

    I’m sort of assuming that this comment can be aimed at me, which I think is accurate

    Nope, just responding to OP. I fit 3 of the items on their list, 5 depending on who you ask, and I take exception to having my issues with the party that’s supposed to represent my interests dismissed as “maga cuckoo infiltration.”

    If it is as you say, then that sounds like bad faith actors posing as 3rd party alright. People will do anything to get you sucked into engagement to drain you and keep you from being productive. I guess reminding everyone of that is a public service





  • (Why are there % signs)

    Good question, here’s the explanation man sudoers offers:

    The definitions of what constitutes a valid alias member follow.
    
           User_List ::= User |
                         User ',' User_List
    
           User ::= '!'* user name |
                    '!'* #user-ID |
                    '!'* %group |
                    '!'* %#group-ID |
                    '!'* +netgroup |
                    '!'* %:nonunix_group |
                    '!'* %:#nonunix_gid |
                    '!'* User_Alias
    
           A User_List is made up of one or more user names, user-IDs
           (prefixed with ‘#’), system group names and IDs (prefixed with%and%#’ respectively), netgroups (prefixed with+’), non-Unix
           group names and IDs (prefixed with%:’ and%:#’ respectively),
           and User_Aliases. Each list item may be prefixed with zero or more
           ‘!’ operators.  An odd number of!’ operators negate the value of
           the item; an even number just cancel each other out.  User
           netgroups are matched using the user and domain members only; the
           host member is not used when matching.
    

    TL;DR % lets the system know the following word is a group name, instead of a username


  • If you’re referring to the youtube thumbnail trend, it’s because it helps people choose videos without reading channel names. You know who it’s from just by looking, you see the title, you’re more likely to click.

    In other words, the office nerds at Mr. Beast Inc. crunched the numbers and discovered that they get ??% more viewers by putting Jimmy’s face in the thumbnail, and every other youtuber took that as gospel.


  • Will my ability to play games be significantly affected compared to Windows?

    No*, with options like Wine and Proton (and Lutris and Steam), it’s almost a non-existent problem.

    *allegedly some games that rely on kernel-level anticheat won’t work no matter what workarounds you use. I haven’t played these games, so I cannot vouch for it. The games I have played that use anti-cheat have worked fine

    Can I mod games as freely and as easily as I do on Windows?

    Freely, yes. Easily… depends. E.g. Nexus now has a standalone application that automates installing mods. Setting up this to work with the different games is a bit of learning how Wine works, but it’s not terribly frustrating if you have someone helping you understand.

    If a program has no Linux version, is it unusable, or are there workarounds?

    There are always workarounds, but a very small subset are still unusable. The best option is always to find Free Software alternatives, which there are many more available than there are for windows. Even when that’s not an option, there’s always Wine, or virtual machines.

    Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?

    See previous answer.

    How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?

    Depends on the OS, but most beginner-friendly distros that are also good long-term distros have an update program like Windows. There are other methods of updating if you go for an immutable distro (like Nix or Guix), but those distros entail less transferable knowledge than distros like Debian or Manjaro.

    How does digital security work on Linux?

    Same as it works on windows: the weakest link is the user, and the changes they make to the system without understanding the security implications. Which is to say, the strongest security you can have is picking a distro like Debian or Fedora, making no changes to system configuration, and staying up to date on all your updates.

    Don’t run code you find online without knowing exactly what it’s doing behind the scenes, don’t follow guides you found online without understanding exactly what each step is doing to your computer.

    Is it more vulnerable due to being open source?

    No. Why would you think it was?

    Is there integrated antivirus software, or will I have to source that myself?

    Yes-ish. There are security program that work to protect you in the background (e.g. App Armor and SELinux), but there’s no program that actively scans for and detects “malicious activity” like Defender does.

    I tend to recommend against these types of active scanning software, as they negatively impact system performance, and they’re really only necessary if you’re running software from random websites or opening random email attachments or plugging in random usb drives or running random commands you found online.

    I can get more in-depth on this, because my job involves setting up systems and maintaining their security, but that’s only if you’re interested.

    Are GPU drivers reliable on Linux?

    Yes, but most people have better experience with AMD than Nvidia. They both work, AMD is just a little less finnicky.

    Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?

    No.

    Other people may say otherwise, but that’s because it’s technically possible on all OSes. It just requires so much special knowledge to even unlock the ability to do so, the odds are astronomically against you ever figuring out how to do so, and you will be warned the entire way down.

    And also, what distro might be best for me?

    I recommend getting Virtualbox or VMware on windows and setting up and messing around with a few distros people mention as virtual machines to see which one works best for you. The nicest thing about FOSS is the utter freedom you have, so exploring always pays off more in the long run than sticking to a step-by-step guide.

    I use Debian: it’s easy, it’s secure, it’s reliable, it’s not failed me yet. It’s what distros like Linux Mint and Ubuntu are based on. Fedora is also a great mix of reliable, secure, and easy.


    I’m happy to get more in-depth on these questions, or really any computing questions you have, I just didn’t want to overload you if you weren’t looking for a thesis. Feel free to ask me to elaborate though.



  • Yes, but people learn about it late (if at all), and we end up with lots of adolescents getting STIs/pregnant/etc.

    What In the world are you trying to say?

    America has a problem with sex ed because people don’t learn about safe sex; many still learn abstinence only. This doesn’t stop STIs nor teen pregnancies, it doesn’t stop SA, it doesn’t stop myths about men and womens reproductive systems from proliferating, it just defers the problem of educating people until later. Basically, America’s sex ed is to avoid teaching people about sex, then hope they suddenly know how to have safe sex when they’re 18 because they’re 18.

    Likewise, deferring learning about cults until they’re 18 doesn’t stop people from getting indoctrinated, it just expects 18 year olds unfamiliar with cult tactics to suddenly be immune to cult tactics because they’re 18.