home.social

#graycode — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #graycode, aggregated by home.social.

  1. @GuyBirkin Love it! I was in a improvisation outfit with @jzitt named Gray Code, we used the sequence to structure improvisations among five people.

    #GrayCode

  2. CW: spoiler for a more interesting answer

    @simontatham this works in the opposite direction too, so you can convert Gray code to binary with
    value ^= (value>>16)
    value ^= (value>>8)
    value ^= (value>>4)
    value ^= (value>>2)
    value ^= (value>>1)
    The procedure as usually described uses a 32-iteration for loop for that.

    #graycode #maths

  3. A Bend Sensor Developed With 3D Printer Filament - PhD students spend their time pursuing whatever general paths their supervisor has... - hackaday.com/2024/04/13/__tras #opticaltransmission #bendsensor #graycode #science

  4. Oskar van Deventer demonstrates his binary gray code counter
    youtu.be/wC5FpI1on78
    How does it work?