this post was submitted on 08 Aug 2025
37 points (81.4% liked)

Mildly Interesting

23337 readers
10 users here now

This is for strictly mildly interesting material. If it's too interesting, it doesn't belong. If it's not interesting, it doesn't belong.

This is obviously an objective criteria, so the mods are always right. Or maybe mildly right? Ahh.. what do we know?

Just post some stuff and don't spam.

founded 2 years ago
MODERATORS
 

Motorola and a Dell wireless keyboard.

all 17 comments
sorted by: hot top controversial new old
[–] Rhynoplaz@lemmy.world 41 points 2 months ago (1 children)
[–] CameronDev@programming.dev 40 points 2 months ago (2 children)

I think they are saying that their handheld radio/walkie talkie is interfering with their wireless dell keyboard. Which is pretty cool tbh. Maybe they can use it in reverse to sniff the key presses.

[–] Krudler@lemmy.world 6 points 2 months ago (1 children)

Open an honest question. Does the average off the shelf wireless data transmission chipset that all kinds of shit bag manufacturers just shove into their products... Do those by default broadcast on some split spectrum now or do they just kind of pick a band like old crappy RC cars lol

[–] CameronDev@programming.dev 7 points 2 months ago (1 children)

I really don't know. I am definitely not a radio expert.

Logitech uses 2.4GHz in their receivers, but I dont know how that coexists with wifi bands..

I would bet a lot of cheap keyboards still do the crappy RC car thing though.

[–] fibojoly@sh.itjust.works 1 points 2 months ago (1 children)

I have something similar happen on my car. My phone is Bluetooth but because it's Huawei, it's not fully recognised. So when I send a voice message with Wechat, I see the car displaying a "phone call" to number 0000 as long as a keep the button pressed.

I'm wondering if this something similar going on here?

[–] CameronDev@programming.dev 1 points 2 months ago

I suspect not, given Bluetooth is packet based and includes checksums, so radio interference should result in corrupted packets that are ignored. That sounds like some kind of software bug/quirk?

[–] napkin2020@sh.itjust.works 16 points 2 months ago

What your CIA agent sees when you use vim

[–] Ephera@lemmy.ml 6 points 2 months ago (1 children)

Is that a ligature for ;; ? What language uses that to mean something? 🤔

[–] mnemonicmonkeys@sh.itjust.works 3 points 2 months ago* (last edited 2 months ago) (1 children)

You might be thinking of Brainfuck.

Also, if you're going to search for that, MAKE SURE SAFESEARCH IS TURNED ON IF YOU'RE GOING TO SEARCH IMAGES!!

[–] Ephera@lemmy.ml 5 points 2 months ago (3 children)

Hmm, the text does look somewhat like Brainfuck, but Brainfuck doesn't seem to use semicolons.

My question comes from the two semicolons on line 14 being pushed closer together. I assume the font has a ligature for when two semicolons are next to each other. Presumably, it's some coding font, which would also use ligatures to turn e.g -> into and things like that.

But yeah, you don't usually include such ligatures into a font, unless there is a specific use-case for that. There could be a programming language that uses ;; to start a line comment, for example. But I'm really not sure, if I've ever seen that, hence my question. 🫠

[–] ITPaw@discuss.tchncs.de 3 points 2 months ago (1 children)
[–] Ephera@lemmy.ml 2 points 2 months ago

Aha! Seems to just be a convention to use multiple semicolons for full-line comments, but that's still probably it then.

https://ostash.dev/posts/2021-02-19-clojure-code-comments/

Thanks! 🙂

[–] papalonian@lemmy.world 2 points 2 months ago

That is interesting. They're definitely closer together on line 14 than on line 7.

[–] nef@slrpnk.net 2 points 2 months ago (1 children)

C and C++ use for (;;) {} as an unconditional loop.

[–] Ephera@lemmy.ml 1 points 2 months ago

Ah, good point. Does make me wonder how the font developers test the effect of certain ligatures, like did they actually have both Clojure comments and unconditional C loops in mind when they introduced this ligature...? I guess, it doesn't really break anything, so could just introduce it and see if anyone complains.

[–] Zachariah@lemmy.world 2 points 2 months ago