[ot][spam][crazy] spamming the cypherpunks list with random stuff
Typer: Hello, gmail email form! How are you doing? Gmail: Browse, Attach More Files, Send, Save Draft, Discard Typer: Hmmm. Not very talkative today are we? Gmail: Browse, Attach More Files, Send, Save Draft, Discard Typer: I don't like 'discard'. Can we not have a discard button? Imaginary Gmail: Only if you open your web dev tools and remove the element from the UI! Typer: Hmmm unsure.
Making a Spaceship out of Wet Noodles in C It's hard to make a C program that builds a spaceship out of wet noodles. But, at the end of the day, it's down to your free time, experience+ingenuity, and the libraries you have available to call into.
// spaceship_factory.h /* * This file is a stub, just for ideas. Feel free to delete it, break it into subfiles, copy * parts out, rename it, etc etc. Put in what you think might be helpful! */ typedef struct builder_interface builder_interface_t; int builder_ct(); builder_interface_t * builder_alloc(int idx); void builder_free(builder_interface_t * builder);
# here is a nice python library def receive_hug(): print("I love you!") def receive_slap(): print("I'm not so sure about you") # check it out if __name__ == '__main__': from time import sleep receive_slap() sleep(0.3) receive_slap() sleep(0.4) receive_slap() sleep(0.2) receive_slap() sleep(0.3) receive_hug()
participants (1)
-
Victim of Undiscussed Horrifically Abusive Brainwashing