• 0 Posts
  • 147 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle



  • elscallr@lemmy.worldtomemes@lemmy.worldLies, deception!
    link
    fedilink
    arrow-up
    45
    arrow-down
    1
    ·
    11 months ago

    Want an honest answer?

    Onboard are >=2 bits of code. At least one of those is a specific system trained to recognize a “wake word”. This specific system (ostensibly) doesn’t send anything to an outside party. Its entire job is to recognize one wake phrase: Alexa, Ok Google, or Siri, and then if that wake phrase is used it responds and tells the second system to listen. As you can imagine, this is a pretty easy job to get right 80% of the time. So that can be put on a chip. So then it does its job, and it’s the second system that sends everything to an internet service for whatever reason.








  • I feel like people are doing a disservice by using the phrase “toxic masculinity”

    You can’t use that phrase without implying masculinity in general is a bad thing. Trying to draw a distinction between “masculinity” and “toxic masculinity” is using the same logic as the people that say “but you’re one of the good ones” when they’re talking to someone of [insert race, gender, religion, etc].

    They’re toxic people that cause these problems. There’s nothing wrong with masculinity.



  • Note: Create your partitions from your empty space. You may need to resize your existing partition to do this. But don't practice on your main drive.

    This is a simple job, in that the steps are few, but it's something that causes catastrophic data loss if you get it wrong.

    I'd recommend buying a cheap second drive, doesn't have to be big or even good. Partition it, mount it, make sure you can make the partitions automatically mount, teach yourself to copy data around, umount it and remount, make sure you got it right.

    Just… these are all very simple things. I wouldn't hesitate to repartition my own drives. But if you fuck it up you fuck it up good. Make sure you know the operations you're taking first. Measure twice, cut once, all that jazz.


  • Boot from a live distro so you can modify your boot disk. Use the disk utility to create partitions. Copy the data to the relevant partitions ensuring to maintain file ownership and permissions. Modify /etc/fstab to mount the partitions at the designated locations in the filesystem.

    I don't bother putting anything but /home on its own dedicated partition, but if you ask 10 people this question you'll get 12 opinions, so just do what feels right.






  • elscallr@lemmy.worldtoLinux@lemmy.mlMy few remaining gripes with linux
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    1 year ago

    You might check out xfce. It's gtk like Gnome but the development team doesn't have their heads up their asses; pretty much every aspect of xfce can be customized. It should be a simple install from your package manager, whatever distribution you're using. The downside of this, however, is it might take extensive tweaking to get it to look how you want as it's a pretty bare bones UI by default. Personally I like it, but ymmv.

    That's the beautiful thing about the Linux world. If you don't like some aspect there's virtually always an alternative.