return2ozma@lemmy.world to A Boring Dystopia@lemmy.world · 11 days ago‘Tech people need to stop’: Startup faces backlash after suggesting its AI can save bad relationshipswww.fastcompany.comexternal-linkmessage-square8linkfedilinkarrow-up179arrow-down10cross-posted to: [email protected]
arrow-up179arrow-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 · 11 days agomessage-square8linkfedilinkcross-posted to: [email protected]
minus-squareeleijeep@piefed.sociallinkfedilinkEnglisharrow-up4·11 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 }