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/)RG
Rain World: Slugcat Game @ rain_worl @lemmy.world
Posts
2
Comments
743
Joined
8 mo. ago
  • on OSes like windows, you have to rely on premade programs to make audio, which are often limited and incomplete. but turing-complete operating systems, such as linux, have no such limitations

  • dunno, really. here's my theory:
    reddit allows you to "do" that, but it has no effect, other than showing that status. you can see it if you reload the page. lemmy actually lets you do that, thus i feel like i'm "spiting" reddit. more recently, it's more of a habit.

  • ohoho, this is pernicious (following the wikipedia article on rsa, to the letter >:), mostly c):

     undefined
            struct KeyPair generate_RSA_keypair() {
            struct KeyPair keypair;
            bigint p = generate_prime();
            bigint q = generate_prime();
            bigint n = p*q;
            bigint totient = (p-1) * (q-1);
            bigint e = 1;
            while (gcd(e, totient) != 1) {
                e++;
            }
            bigint d = modular_inverse(e, totient);
            keypair.n = n;
            keypair.e = e;
            keypair.d = d;
            return keypair;
        }
      
  • Videos @lemmy.world
    Rain World: Slugcat Game @lemmy.world
    framatube.org Intro to SuperCollider

    Birthday celebrations need (free!) music, so we asked Nathaniel Cohen, a musician, audio engineer, and sound artist from New York City, to teach us the basics of using SuperCollider. SuperCollider ...

    Intro to SuperCollider

    distressing how the vast majority of videos in this community are on youtube

    Math Memes @lemmy.blahaj.zone
    Rain World: Slugcat Game @lemmy.world

    found a meme. made it more accurate

    better version of https://lemmy.world/post/13004571
    made using gimp