69
you are viewing a single comment's thread
view the rest of the comments
[-] eleijeep@piefed.social 2 points 6 hours ago

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  
}  
this post was submitted on 30 Jul 2026
69 points (100.0% liked)

A Boring Dystopia

17284 readers
855 users here now

Pictures, Videos, Articles showing just how boring it is to live in a dystopic society, or with signs of a dystopic society.

Rules (Subject to Change)

--Be a Decent Human Being

--Posting news articles: include the source name and exact title from article in your post title

--If a picture is just a screenshot of an article, link the article

--If a video's content isn't clear from title, write a short summary so people know what it's about.

--Posts must have something to do with the topic

--Zero tolerance for Racism/Sexism/Ableism/etc.

--No NSFW content

--Abide by the rules of lemmy.world

founded 3 years ago
MODERATORS