this post was submitted on 17 Sep 2025
87 points (98.9% liked)

Technology

75338 readers
2511 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

cross-posted from: https://programming.dev/post/37592724

Comments

top 14 comments
sorted by: hot top controversial new old
[–] NotKyloRen@lemmy.zip 29 points 3 days ago* (last edited 3 days ago) (2 children)

The answer:

The device local name string is specified to be encoded in UTF-8. However, 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. What’s even worse is that a bare ⟪AE⟫ is not a legal UTF-8 sequence, so the string wouldn’t even show up as corrupted; it would get rejected as invalid.

Thanks, Legal Department, for sticking a ® in the descriptor and messing up the whole thing.

There is a special table inside the Bluetooth drivers of “Devices that report their names wrong (and the correct name to use)”. If the Bluetooth stack sees one of these devices, and it presents the wrong name, then the correct name is substituted.

That table currently has only one entry.

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

[–] vinnymac@lemmy.world 12 points 3 days ago (1 children)

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.

[–] NotKyloRen@lemmy.zip 1 points 3 days ago

Good explanation. Thank you.

[–] ratten@lemmings.world 5 points 3 days ago (1 children)

Thanks, Legal Department

Another reason why I have 0 respect for anyone working in legal departments for businesses. They are unnecessary and make things worse to justify their existence.

[–] phutatorius@lemmy.zip 2 points 2 days ago

When I was doing bids for consulting work, our legal department earned its keep many times over.

[–] nyan@lemmy.cafe 20 points 3 days ago

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.

[–] floquant@lemmy.dbzer0.com 13 points 3 days ago

"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

[–] phoenixz@lemmy.ca 11 points 4 days ago (3 children)

Leave it up to microsoft to screw up even something that simple.

[–] over_clox@lemmy.world 4 points 4 days ago* (last edited 4 days ago)

You spelled Microsoft® wrong. 😂

[–] AceBonobo@lemmy.world 1 points 3 days ago

This sounds like someone said, I only changed some text, we don't even need another round of testing.

[–] Strider@lemmy.world 1 points 4 days ago

How big is the company you're working in?

In my experience that's just a corporate thing.

[–] Doorknob@lemmy.world 3 points 3 days ago

Raymond's book is an amazing read and full of stories very much like this one.

[–] Kissaki@feddit.org 7 points 3 days ago (1 children)

The stupid, old, irritating cycle of: You implement against a standard, and then you implement exceptions for third party users of the standard. 😔

[–] davidgro@lemmy.world 5 points 3 days ago

But in this case it's first-party, and they still had to make an exception