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

help-circle








  • or do people in reality have cars and need to park them somewher

    1. Why not let the business decide how much parking to have then? Surely they know the needs of their customer base better than the city. Even as an anti-capitalist anti-free-market socialist, parking minimums seem like an extreme government overreach. You can still have parking without mandating a parking minimum.

    2. Why are you working with the base assumption that people have to drive? If you can’t park somewhere, maybe that place should be set up with good alternatives so people don’t have to drive there in the first place, i.e. good sidewalks, protected bike lanes, frequent public transit. Humans are surprisingly space efficient when they’re not in huge metal cages.




  • 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.