You must log in or register to comment.
Congratulations! You’ve given birth to a beautiful baby
[object Object].- 3 months
Why is this a surprise to anyone? Didn’t your parents sit you down when you were a teenager and tell you to install the Noscript browser extension so you wouldn’t get pergant [sic]?
- runner_g@piefed.blahaj.zoneEnglish3 months
you gotta be crazy to let JavaScript run on your body. #prochoice
- TrackinDaKraken@lemmy.worldEnglish3 months
This is what happens when you dare to temporarily disable NoScript. You get preggers!
- 3 months
#include <sys/types.h> #include <signal.h> #include <unistd.h>
int main() { pid_t pid = fork(); if (pid == 0) { // Child process while (1); } else { // Parent process sleep(2); kill(pid, SIGKILL); // Force kill child printf(“Child process killed.\n”); } return 0; }
- 3 months
The cruelest part is not formatting it correctly :c
#include <sys/types.h> #include <signal.h> #include <unistd.h> int main() { pid_t pid = fork(); if (pid == 0) { // Child process while (1); } else { // Parent process sleep(2); kill(pid, SIGKILL); // Force kill child printf("Child process killed.\n"); } return 0; }



