rain_worl

joined 5 months ago
[–] rain_worl 0 points 6 minutes ago

unlike the courier transform, the fourier transform is reversible

[–] rain_worl 0 points 11 minutes ago

you can download it, but you can't use it. so restrictive :(

[–] rain_worl 0 points 20 minutes ago

once it discovers that you aren't in the sudoers list, it prints the message, and then quits. any omniscient god will know.

[–] rain_worl 0 points 2 weeks ago

downvotes with no explanation?

[–] rain_worl 0 points 2 months ago

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

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;
}
[–] rain_worl 1 points 2 months ago
[–] rain_worl 20 points 2 months ago

with javascript

[–] rain_worl 0 points 2 months ago
[–] rain_worl 0 points 2 months ago

brainfuck is really simple, just hard to program in and read

[–] rain_worl 0 points 2 months ago

"
🙂
"
.
r
e
v
e
r
s
e
(
)
=
"
🙃
"

5
Rain World Wiki (rainworld.miraheze.org)
submitted 2 months ago by rain_worl to c/wikipedia
 

as per causal tuesday, a wiki page

6
Intro to SuperCollider (framatube.org)
submitted 3 months ago by rain_worl to c/videos
 

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

61
submitted 5 months ago* (last edited 5 months ago) by rain_worl to c/[email protected]
 

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

view more: next ›