Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LU
LuciferMorningWood @lemm.ee
Posts 0
Comments 19
dreaming
  • I personally like counting my fingers. It's quick, somewhat discrete and kinda trippy if it works. For me in a dream I can see I have five fingers, but when I actually count then I can count up to five but then just... keep counting

  • ttyrule
  • I thought you should use display server when you have dedicated GPU as the display server configures power save and power state while TTY doesn't, at least by default. For me nvidia-smi reports 100W in TTY and ~20W on X

  • rule
  • If you want to frighten a millionaire put them in a rusting submarine under the ocean of blood with no view on the outside world but a camera. There is something moving just out of your view.

  • Cosmic Rays?
  • Iirc the issue was that while(true) would be removed while it should be replaced with ret and this caused a bug where the binary would execute next function

    But I believe this way of cosmic ray detection would work

    volatile bool condition = true;
    while(condition) {
    }
    printf("Cosmic ray detected");