• 194 Posts
  • 1.44K Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle

  • Yair Golan, a left-wing politician and former deputy commander of the Israel Defense Forces (IDF), sparked outrage on Monday when he said: "Israel is on the way to becoming a pariah state, like South Africa was, if we don’t return to acting like a sane country.

    “A sane state does not wage war against civilians, does not kill babies as a hobby, and does not set itself the goal of depopulating the population,” he told Israeli public radio’s popular morning news programme.

    Prime Minister Benjamin Netanyahu hit back, describing the comments as “blood libel”.

    Fuck Netanyahu and his cynical exploitation of “antisemitism” accusations for his own murderous ends. The thing that made the blood libel libellous, and the accusation antisemitic, was that the people accused weren’t killing babies, and they were accused because they were Jews. It’s not blood libel to point out the fact that the IDF, under Netanyahu, kills children without a second thought every day.









  • That sounds good, but when you start thinking about how to implement this practically, it seems like it would either be unfeasible or would fail to really address the problem.

    Maybe the rule would be: Unicode is allowed only in resource files. It would make code comments awkward for many non-English-speaking programmers. But suppose you did it, then since URLs can include Unicode, it would become normal to put URLs in resource files. If the VCS flagged up Unicode commits in source code, it would have to give resource files a pass. So in any case where you’re not hardcoding a URL it wouldn’t flag up Unicode URL abuses like the one illustrated here. You wouldn’t really have fixed the problem, just hidden it in a different way. You’d still need to flag up ambiguous Unicode characters in resource files.