Motorola and a Dell wireless keyboard.

    • CameronDev@programming.dev
      link
      fedilink
      arrow-up
      40
      ·
      5 days ago

      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.

      • fibojoly@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        3 days ago

        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
          link
          fedilink
          arrow-up
          1
          ·
          3 days 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?

      • Krudler@lemmy.world
        link
        fedilink
        English
        arrow-up
        8
        arrow-down
        1
        ·
        5 days ago

        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
          link
          fedilink
          arrow-up
          7
          ·
          5 days ago

          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.

  • Ephera@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    5 days ago

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

    • mnemonicmonkeys@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      4 days ago

      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
        link
        fedilink
        English
        arrow-up
        5
        ·
        4 days ago

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