• 0 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle













  • American living in Canada here. It took me a couple of months at most to get used to both. I still couldn’t give you an accurate conversion between metric and imperial, but my brain understands the metric units now. It’s just a matter of using the units in everyday life.

    Speed and distance were probably the easiest ones for me. You set your car’s dash to use km/h instead of mph. Then you just follow the road laws like normal. If it says the speed limit is 100 km/h, you just don’t let the number on the dash go much above that. Or you just drive the same speed everyone else does like you do on American roads anyway.

    Temperature was a bit more confusing, but you pretty quickly learn that you’ll be happy if you set the thermostat to 18-24 and that if the temperature outside hits 30, it’s going to be a hot day. That kind of precision is more than enough for your mind.

    I genuinely used to think I’d have a hard time switching to metric for most things. In my mind, I’d always have to be converting things back to imperial in my head. But that just isn’t the way it works. You quickly just start to relate the units to the real world and you understand it pretty quick.




  • Would I call those examples transphobic? For the questions about the labels used, I wouldn’t use the term “transphobic,” but rather misinformed.

    For the question about the definition of a woman, yes it is transphobic. And yes there is a problem with it. It may be unintentional, and it may be misguided, but it’s still an example of an outward aversion to trans people. It is also something that continues to harm the trans community.

    Now, I wouldn’t hold it against them at all if they listened to trans individuals and corrected themselves for the future. Just because you have problematic viewpoints, doesn’t make you a bad person. Open-minded people who can learn from their mistakes are what the world needs right now.

    Let me give an example. When I was a kid in the 90s and 00s, we frequently used the terms “gay” and f** as an insult to each other or to say something was bad. That was homophobic even though we didn’t realize it was. It directly hurt the gay community by associating the term with everything bad. It made the actual gay people around us afraid to come out. As I got older, I (and most people I know) learned how harmful using those words in that way were and I corrected myself. I will break that history of homophobia by teaching my kids that kind of language is not OK. I think of that as a good thing.

    Learning from our mistakes and teaching others to learn from our mistakes is the single best thing anyone can do. In my personal opinion, that is actually better than being a silent ally.




  • I think that: sudo apt purge xfce4* sudo apt autoremove

    should do it.

    I’ll point out that the other answers here are also correct. It depends on how you want to clean it from your system.

    “apt remove” will only remove the packages, not the config files
    “apt purge” will remove the packages and config files
    “apt autoremove” will clean up the orphaned dependencies
    “xfce4” will only remove the DE
    “xfce4*” will remove the DE and most of the other packages that come with xfce