• 1 Post
  • 72 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle



  • One of the frustrating things about humans and mass communication is the “for me it’s Tuesday” effect. For someone, this is the first time they’ve encountered “maybe orcs being innately evil isn’t a good idea”. They want to explore it and go through their feelings and blah blah blah. It’s a day that might change their life. For someone else, it’s Tuesday. We’ve had this conversation a thousand times before. It’s old hat.

    It’s hard to be patient to faceless newcomer #3742 when you’ve already done this conversation so many times. They feel stupid and slow because they blend in with all the other people who brought this up. They’re bringing up points they feel are fresh and clever but have been discussed and settled already. But they’re a person seeing it for the first time. Somehow.

    It feels like “are you stupid? We just went over this”, but that’s an illusion. It’s new to them .

    (This doesn’t account for bad faith actors, who are trash and should go away)





  • Well, there’s https://en.m.wikipedia.org/wiki/Media_literacy but that’s not written for children

    I don’t think, of your examples, trackers and surveillance are a big part of it. Understanding subtext and credibility are more relevant. Like, recognizing when a newspaper always uses passive voice when cops do bad (eg: “man killed after violent police encounter” vs “police fatally shoot man waiting at bus stop”), but active voice for other people (eg: “Looters destroy small business shops” vs “Downtown shops damaged during anti-corruption protests”)

    Also in fiction, being able to take away more than just the plot. Like you can read Dracula as just a book about a guy that bites people, but there are way more ways to read it. When someone makes a movie out of the story, notice what parts they keep, emphasize, and drop.







  • I haven’t played Pathfinder 2e, but from what I’ve read if you want something like D&D but deeper and with rules that work, it’s the superior choice. If you want shallow but still somehow complex, D&D is an okay pick. Some people legitimately do like that D&D 5e just has some initial weirdness to learn, and then you can coast on “I move and attack” for the rest of your career.

    Personally, I prefer Fate for a light weight game. It’s also free. https://fate-srd.com/fate-core


  • Update: installed mint. Seems work. Had a problem where it couldn’t see the HD. Had to change an option in grub

    Pasting what I found online to fix it:

    “”" thank you so much! what was the solution!

    for anyone might read this in the future: in the bootmenu where u can select which version of linux u wanna boot u can press “e” and then u need to add intel_iommu=off at the end of the line of the “linux” row - i had some double dashes at the end for me it did the job when I add them before the double dashes.

    Then I could see the harddrive and install mint mate on my old macbook air

    also needed later on to set the parameter permantent by opening a terminal and used this command sudo nano /etc/default/grub

    edited this line like this: GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash intel_iommu=off” then save and exit nano and this command for updating the boot thingy

    sudo update-grub “”"