ZWQbpkzl [none/use name]

  • 3 Posts
  • 114 Comments
Joined 3 years ago
cake
Cake day: April 8th, 2022

help-circle

  • The sources being some “researcher” from The Federalist who in turn cites a reddit account is about as weak of evidence as you can get.

    At the same time its blatantly obvious that this has been going on for over a decade. Both parties and every super-pac run volunteer brigading operations come election season. Maybe some subcontract it out. Maybe some of them have actual bot-nets. Either way astro-turfing social media is the new way to manufacture consent. Russia was just late to the game and embarrassingly obvious in its attempts.









  • The main alternatives to Kodi are Jellyfin and Plex but I suspect those will have the same problem if your library isn’t organized. How well are NOVA and Infuse handling your library? Like are they able to tell queue up the next episode of a TV show? Because Kodi is basically trying to be more like a local Netflix than “just a video player”.

    Jellyfin and Plex are web-based so you’ll get a a far more consistent experience across devices than Kodi. But they’ll generally expect Movies to be in one folder, TV shows in another, and will have some expectations of the file name. They won’t open the file to figure out what movie it is.






  • ZWQbpkzl [none/use name]@hexbear.nettoMemes@lemmy.mlLeftist Memes
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    3
    ·
    2 months ago

    If this was really the case then the onus would be leftists to articulate in simpler language. You can’t mobilize the common folk if you can speak the common language.

    But most of the time its either the liberals lack the prerequisite historical knowledge or they just have antiegalitarian values.






  • If python is too big for you and you’re dealing with heterogeneous systems then you’re probably stuck with sh as the lowest common denominator between those systems. I’m not aware of any scripting languages that are so portable you can simply install them with one file over scp.

    Alternate route is to abandon a scripting interpreter completely and compile a static binary in something like Go and deploy the binary.

    There was also some “compile to bash” programming languages that I’ve sneered at because I couldn’t think of a use case but this might be one.