• 0 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: November 6th, 2023

help-circle

  • Trump did massive damage to journalistic integrity as a whole

    Not nearly as much damage as access journalism (e.g. Maggie Haberman style palace intrigue stories) did. The press and politicians being buddy-buddy is a disaster for journalistic integrity.

    You ever hear the words “fake news” before he used it?

    I did. The first time I heard it was on the PBS NewsHour, second half of 2016. Trump didn’t really start using the term until 2017/late 2016, IIRC. They were using the term to describe news sites that felt like “official” news sites but were not journalistic, using social media to spread and get ad revenue.

    To be clear, I’m not saying that Trump’s press strategy was good. Overall it was harmful; but the adversarial nature specifically was good.


















  • Yeah, that should work. ldd "$(command -v "$cmd")" will list the dynamic dependencies for $cmd, so you can find those (probably) in /lib and /usr/lib; I’m not familiar enough with the dynamic library loading process to give you the specifics. I would put the binaries in /usr/local/bin and the libraries in /usr/local/lib; but you could also modify path variables to point to the usb drive. Ideally you could find statically linked versions somewhere, so you don’t have to mess with the libraries.

    Alternatively, most package managers have commands to download packages; then you can copy the package cache over to the new machine and install them that way. If the commands are common enough, you could download one of the bigger install media and add its package repo to your machine. These of course are distribution specific processes.

    Finally, you could get a cheap USB ethernet adapter and connect to the internet that way. On newegg most of these products will have at least one review saying whether they work on linux.