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