• 0 Posts
  • 26 Comments
Joined 2 months ago
cake
Cake day: September 13th, 2024

help-circle













  • It should also be noted that the biggest proponent of the idea that decolonization means turning the tables and just moving around the designations of first and second class citizens, is the colonizers themselves, because that’s the only reality they know. You see this in discussions regarding decolonization in the US/Canada as well, where white people think that somehow means Indigenous people are going to force them out of their houses and kidnap their children as some kind of revenge for white people doing those exact things to Indigenous peoples. That’s not what decolonization is, but colonizers keep insisting it is because they simply can’t think of it in any other terms, and/or they know full well that they’re lying and are deliberately building up a strawman against decolonization in hopes of preventing it from happening.




  • Headline: US warns Israel to boost humanitarian aid into Gaza or risk losing weapons funding

    First line of the article: The Biden administration has warned Israel that it must increase the amount of humanitarian aid it is allowing into Gaza within the next 30 days or it could risk

    The headline is intentionally making it seem like the US is asking Israel itself to provide aid to Gaza, no they’re just pretending to ask Israel to please stop preventing other people from trying to provide aid to Gaza.

    Thanks Associated press, very cool.


  • Honestly it wouldn’t even be that hard to release full translated versions of existing programming languages. Like Python in Punjabi or Kotlin in Chinese or something (both of which already support unicode variable/class/function names). Just have a lookup table to redefine each keyword and standard library name to one in that language, it can literally just be an additional translation layer above the compiler/interpreter that converts the code to the original English version.

    It’s honestly really surprising that non-English speakers have developed entirely new programming languages in their own language (unfortunately none of which are getting very widespread use even among speakers of that language), but the practice of simply translating a widely used and industry standard English programming language doesn’t seem to be much of a thing.

    If I ever make my own programming language, I’m probably going to bake multi-language support into the compiler. Just supply it with a lookup table of translated terms and the code in that language.