• 0 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle









  • I know at least for French it’s been more controversial as there was no direct they/them equivalent. Instead new language has started to be used, though it’s not standard. I find it interesting as they/them is often defended (beyond the fact that it’s been in use in English for a long long time) as being a language tool in English that’s readily available and a far more palatable alternative to neo-pronouns. However in French (and other languages) I wonder if an invented gender neutral equivalent is culturally perceived as being no different.



  • I think this is the most basic change to make that simplifies everything. Particularly online, until you described yourself as an ‘old man’ I had no idea of your gender. Traditional language would mean even without this information I’d still refer to you with he/him pronouns, or broader terms like ‘this guy’ etc, but to be more welcoming to everyone, we should be starting out using generic they/them for everyone.







  • It’s very typical to import code from other files, but it’s also typical to have a minification step that essentially performs what you’re saying, compressing the files down into something more optimal. In fact more advanced solutions essentially stream the minium amount to users as needed, and compute as much as possible in the server side.

    To be honest, I’d bet a lot than by not utilising larger libraries and their standardised functions, your code has a good chance of running slower. Besides, for the typical computer and network capabilities today, there’s a lot of wiggling room.

    That said, for absolute tip top of performance (where experience is a trade off) you can find fun things like this, where groups do have to push for the upmost performance.