• 6 Posts
  • 358 Comments
Joined 4 years ago
cake
Cake day: March 25th, 2022

help-circle



  • Faresh@lemmy.mltoWitchy Memes@lemmy.worldShe's a witch!
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    2
    ·
    3 months ago

    The internet is male dominated and everywhere you see people talking from a point of male privilege. There is a single community that imposes measures so that it isn’t and you are complaining that you can’t write on there. Get a life. Cis men are not being oppressed by being barred from discussing on there, you got the entire rest of the internet for yourself.
















  • I’ve been wondering why not window.chrome == true or Boolean(window.chrome), but it turns out that the former doesn’t work and that == has essentially no use unless you remember some completely arbitrary rules, and that JS developers would complain that the latter is too long given the fact that I’ve seen javascript code using !0 for true and !1 for false, instead of just true and false because they can save 2 to 3 characters that way.