To anyone reading, im leaving. The moderation on this place sucks.

I cant tell someone to add authentication to their app I cant tell anyone to self reflect

But people are allowed to bully others out of learning? yeah bye

  • interrupt_tv@piefed.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 hours ago

    Oh, that’s cool. I hadn’t heard of slimevr before.

    My use case for the diode ROM board is to take 4 binary input bits (16 possible combinations) and translate them into what segments of a 7-segment LED display should be lit or unlit, in order to display the corresponding hexadecimal digit (0-9, A-F). Like so:

    Diode ROM in use

    It could be used for any other case where you need to convert a 4-bit input into 16 possible 8-bit outputs. In theory you could use them in multiples for more address space, but I forgot to include an enable pin on the board to allow for that. Something to add to the next version.

    • comradelux@programming.devOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      Maybe I’m not very experienced. Why would someone need a device to translate a 4-bit input to an 8-bit output, is it not just 0110 -> 0000 0110?