• 8 Posts
  • 341 Comments
Joined 3 年前
cake
Cake day: 2022年1月23日

help-circle
  • Nothing that I found particularly cinematic. It’s an entertaining story, and moving at times, but it doesn’t really stand out from any generic war/action movie. Would I watch it again? Probably not, but would I recommend watching it at least once? Also no. But do I regret watching it and wish I could have 2 hours of my life back because I resent listening to my friend who recommended it and now think much less of their taste in media for thinking so highly of such a mediocre formulaic slop that could have been shat out by chatGPT? Not me!


  • Just saw Red Dawn. The idea of WW3 just happening so quick you don’t realize is so real: no one expects war to break out in their back yard, it’s something that happens elsewhere that you’re conscripted into… until it isn’t, and suddenly you’re doing your best to just survive as everyone you know and love dies around you. You weren’t trained for this. Since the 1950s, America has been constantly on the brink of WW3, picking as many fights as they can; it’s incredibly prescient, as much so now as it was then.

    But the movie instead relies too much on “BOOO HISSS EVIL, LYING, JOYLESS COMMIES,” only occasionally coming close to getting it: actually, they’re just like us. Like every other American war movie, it’s basically defanged of an accurate portrayal of war so that instead it can be a “YAY Patriotism!” story. Even the ending wraps, after watching all but 2 of the main characters get killed while fighting for their freedom and survival, with the conclusion that they “died so that this nation shall not perish from the Earth.”

    And yes, I get the reference… It’s still nationalist propaganda no matter how famous the speech was.

    War movies piss me off so much in general. War is an incredibly interesting topic, and we have so much to learn from it… And yet the majority of stories told about it seem to center around superhuman feats of combat and how great We™ are and how evil They™ are, and so few actually seem to really portray it for what it is:

    a bunch of pretentious apes brainwashed into thinking the others are soulless monsters, while they have more in common with each other than with the pack leaders who pretend to be on their side (so that they can stay safe and comfortable while the grunts do all the dying for their greed).












  • 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


  • BaumGeist@lemmy.mltoAnnouncements@lemmy.mlLemmy needs more donations
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    2
    ·
    12 天前

    What if I’m so propagandized by American technofascist social media that I am incapable of believing Marxists would be able to make and maintain a project of this size? How do I donate to the real devs? (/j)

    Real question: assuming I’m basically broke, which is more helpful to y’all: a yearly dono of $100 or a weekly pledge of $2?



  • 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