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 @ LuciferMorningWood @lemm.ee
Posts
0
Comments
12
Joined
2 yr. ago

  • That's just my guess: Linux mint may be easier to get into and more popular, however it doesn't come with pre installed proprietary drivers. Pop OS is based on the same distro so should be similar enough, but it comes with pre packaged drivers

  • 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");