this post was submitted on 04 Nov 2023
277 points (100.0% liked)

Programmer Humor

853 readers
25 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Knusper@feddit.de 14 points 1 year ago (1 children)

May I introduce you to the concept of Microsoft Excel?

One time, someone from HR asked me, if I could help them with an Excel formula. So, I quickly looked up how to do something like that in Excel, adapted it as needed on my laptop, then sent it to them. And well, it didn't work on their system, because I coded it in English, whereas their OS was in German.

[โ€“] hackris@lemmy.ml 5 points 1 year ago

Yep, this sort of behaviour translates to Windows paths also. Why would they name a directory "C:\Users\Example\Desktop", when they can replace "Desktop" with a locale-specific name, which is not just a link to "Desktop", but a completely different directory which breaks any scripts expecting "Desktop".

We know MS well, their choice is clear :)