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

help-circle





  • I think there’s a certain kind of user who doesn’t really learn concepts, but rote actions. They click the start menu and then excel to open excel, but they don’t really understand that the start menu is an application launcher and Excel is an application that can be opened in other ways. It’s very one dimensional.

    Then when something changes, like the application launcher is moved, they freak out. They don’t have a mental model.

    That’s how my mother is, anyway. It’s all magic with no underlying coherent anything. Not sure how to fix that, because it usually comes up when they’re mad or scared, and that’s not a time anyone will learn.







  • I’ve always refused to pay a subscription, so I relate to that. I’m a big fan of Guild Wars (1 and 2) for not having one, and not having a power treadmill. It’s nice to hop in after a while away and still be competitive.

    I did get an old partner to play Path of Exile for a while. We still laugh about how that was kind of an anomaly - they don’t normally like that sort of game at all, but somehow we spent like 2 months hammering on it together.

    Always looking for good couch co-op. My current person isn’t much of a video games person, but Cat Quest II has been good fun so far. The Binding of Isaac was a little too much for them.


  • (Unless she also likes MMOs, then you’re meant for each other)

    My friend’s brother and brother’s wife play WoW together. They have their living room set up so they can play side by side. It’s nice they have a fun hobby they do together. (They also engage with real life, but they live far away so I rarely personally see them)








  • 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 “”"