Why is the name of the Microsoft Wireless Notebook Presenter Mouse 8000 hard-coded into the Bluetooth drivers?
(devblogs.microsoft.com)
from Pro@programming.dev to technology@lemmy.world on 17 Sep 13:59
https://programming.dev/post/37593621
from Pro@programming.dev to technology@lemmy.world on 17 Sep 13:59
https://programming.dev/post/37593621
cross-posted from: programming.dev/post/37592724
Comments
- Lobsters.
threaded - newest
Leave it up to microsoft to screw up even something that simple.
You spelled Microsoft® wrong. 😂
How big is the company you’re working in?
In my experience that’s just a corporate thing.
This sounds like someone said, I only changed some text, we don’t even need another round of testing.
Well, there’s plenty of standards-noncompliance out there, but breaking the firmware of a peripheral you manufacture so that it can’t be properly supported by the OS driver you wrote and needs a workaround requires a special type of corporate boneheadedness.
The stupid, old, irritating cycle of: You implement against a standard, and then you implement exceptions for third party users of the standard. 😔
But in this case it’s first-party, and they still had to make an exception
The answer:
I mean, I don’t get how it’s legal’s fault when they’re not the one’s creating the firmware/programming, but sure let’s blame them. It’s the dev who verbatim copied and pasted the name from legal for whatever reason (even though a normal person wasn’t going to check the firmware to see it).
While I don’t know this is the case, I can say from experience that in large enterprise organizations compliance departments will and do actively prevent the release of features and even commits if they don’t comply.
While that’s not an excuse for challenging them, I could definitely see a stressed out mid level just trying to make there manager happy and move on with life.
“the Microsoft Wireless Notebook Presenter Mouse 8000 reports its name as Microsoft⟪AE⟫ Wireless Notebook Presenter Mouse 8000, encoding the registered trademark symbol ® not as UTF-8 as required by the specification but in code page 1252” is a sentence that seems to have come straight from unix_surrealism
Raymond’s book is an amazing read and full of stories very much like this one.