• 0 Posts
  • 192 Comments
Joined 2 years ago
cake
Cake day: July 23rd, 2023

help-circle






  • This isn’t recent. This has been an ongoing thing for at least 20 years (if not longer; that’s just the earliest I remember having this convo). Yes, it cleans the wound by killing things but it also fucks up the healthy tissue around the wound (see other comments for a more scientific explanation). Having some in a medical kit is useful for other activities such as diluting with water for an ear rinse, diluting with water for various mouth stuff (rinse not swallow), and some skin treatments (again, diluting first).


  • thesmokingman@programming.devtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    4 months ago

    California is not Colorado nor is it federal. I don’t think you understand the things you’re saying since you don’t seem to grasp, as you put it, the regulations are “often state-specific.” You linked California, not Colorado, which this article is in reference to. Even in the beginning, you didn’t seem to grasp why regulation and some level of understanding about what people should or shouldn’t do is reasonable to have defined. Good luck!




  • Your last sentence is somewhat naive. It can often place the onus on the wrong group. People don’t want to engage with the XLibre dude with open minds and empathy any more because back when they did, he didn’t engage with an open mind or empathy. You can only do that for so long before you have to isolate and protect. Quarantine, deplatforming, and isolation works when someone refuses to engage. At some point you have to be intolerant of intolerance if you want to get anything done.

    Scope some literature on deradicalization. There is only so much empathy you can give someone who thinks an entire group of people don’t deserve to be human and, more importantly, there has to be a cutoff when you’re not getting empathy back. You’re right, empathy and an attempt to understand is important. Don’t forget many people in marginalized or attacked groups have to defend their existence every single fucking day so sometimes their empathy is pretty drained.







  • There are several people in the comments saying they have to use 27 Feb 2013 because they work with people all over the world. I’m really confused - what does that solve that 2013-02-13 does not? I know that not every language spells months the English way so “Dec” or “May” aren’t universal. Is there some country that regularly puts year day month that would break using ISO 8601 or RFC 3339?


  • thesmokingman@programming.devtoComic Strips@lemmy.worldISO 8601
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    6 months ago

    I’d be curious to see a sorting algorithm that doesn’t handle YYYYY-MM-DD with YYYY-MM-DD properly. If you drop the dashes you still get a proper numeric order. If you sort by component, you still get the proper order. Maybe a string sort wouldn’t? Off the top of my head the languages I’m thinking either put longer strings later, giving us the proper order, or could put 1YYYY- ahead of 1YYY-M so maybe string sorting is the only one that’s out.