return2ozma@lemmy.world to A Boring Dystopia@lemmy.world · 10 days ago‘Tech people need to stop’: Startup faces backlash after suggesting its AI can save bad relationshipswww.fastcompany.comexternal-linkmessage-square7linkfedilinkarrow-up115arrow-down10
arrow-up115arrow-down1external-link‘Tech people need to stop’: Startup faces backlash after suggesting its AI can save bad relationshipswww.fastcompany.comreturn2ozma@lemmy.world to A Boring Dystopia@lemmy.world · 10 days agomessage-square7linkfedilink
minus-squareeleijeep@piefed.sociallinkfedilinkEnglisharrow-up2·10 days agoYou’re going to love my new startup! It’s an app for tech startup founders to determine whether their new idea is going to be a hit. It’s open source! #include <stdio.h> int random(); char* result[] = {"shop!", "slop!", "pop!", "crop!", "STOP."}; void main() { printf("It's time to %s\n", result[random()]); } int random() { return 4; // chosen by fair dice roll }
You’re going to love my new startup! It’s an app for tech startup founders to determine whether their new idea is going to be a hit. It’s open source!
#include <stdio.h> int random(); char* result[] = {"shop!", "slop!", "pop!", "crop!", "STOP."}; void main() { printf("It's time to %s\n", result[random()]); } int random() { return 4; // chosen by fair dice roll }