• 1 Post
  • 113 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle




  • Solumbran@lemmy.worldtolinuxmemes@lemmy.worldThe end is near
    link
    fedilink
    arrow-up
    48
    arrow-down
    2
    ·
    17 days ago

    It’s impressive how much hatred linux gets, by people who generally try to say it’s insignificant and unnoticeable.

    But eh, better them say that it’s going to die, than with Windows where everyone agreed to say that it was dead after 7 and stopped having any expectations.











  • Clothes very similar to the stereotypical “african clothes”, they have dark skin and it is a core part of their identity, they got the actor of Tyler as a way to have an “exotic” accent, they also made them cannibals, with weird voodoo religious rituals with suggested (even if not so simple) rape, and if I’m not mistaken they commit terrorist suicide attacks as well.

    They feel like a concentrated mix of the racist ideas gathered over the past 200 years, and are used to show that they are scary. Or to make it more obvious, they are shown like “exotic brown people who hate the white ones, and just want to eat them, rape them, and suicide on them to mass murder civilians to instill fear”.

    I’m not the only one who noticed that but I really can’t understand how anyone can not see it.





  • Most performance optimisation can be done through improving algorithms and data structures, and knowing well the language you’re using.

    I don’t think I’ve encountered any performance issue that wasn’t either:

    • Unavoidable because of what I’m doing
    • Coming from an inefficient data structure or algorithm
    • Coming from a bad use or pitfall of the language.

    Of course there are specific cases such as low-power environments and such, but that’s not what most people talk about when they talk about performance.

    I also would like to point out my confusion with the obsession towards performance when it’s not needed (such as “is languageA 10% faster than languageB?”) but then everyone putting web technologies everywhere, from games to desktop software. It’s starting to feel like performance is more of a cult than a pragmatic question at this point.