364
Belching (sopuli.xyz)
top 50 comments
sorted by: hot top controversial new old
[-] MercuryGenisus@lemmy.world 227 points 1 year ago* (last edited 1 year ago)

I would reject this pull request. Why is the indenting all over the place? Why is your keyword capitalisation all over the place? WHY YELLOW?!

Edit: the more I look at this the more it pisses me off. Wtf is going on with your kerning? Just random number and placement of spaces. Also, why is the table name in caps? Who does that? Select * is lazy. Do you really need every field about a girl? Really? Worst of all, not a limited request. I sware this is just the kind of thing that would return 30 million rows and brick the database for twenty seconds.

[-] midori@lemmy.world 18 points 1 year ago

I would like to subscribe to your newsletter.

[-] Black616Angel@discuss.tchncs.de 18 points 1 year ago

You forgot some: Why is there no space after SELECT?

Why are boyfriend and smallwaist not questions like is_cute and is_crazy? Either all boils are with a verb or none.

Also why is smallwaist not in snake case? It should be small_waist (or better yet has_small_waist or even better waist = "small")

Also also boyfriend should be null not false, this would solve multiple issues.

And finally the only positive thing is the * itself, because selecting only body would be even worse. 🤣

[-] frezik@midwest.social 11 points 1 year ago

Shouldn't boyfriend be a reference to another table?

[-] ArtVandelay@lemmy.world 12 points 1 year ago

BF has no referential integrity

[-] lennivelkant@discuss.tchncs.de 9 points 1 year ago

That's (part of) why it should be a separate table to map the relation "Relationship". People can have more than one (polyamory, infidelity), and you could track fields like the start, end, status (e.g. flirting, dating, committed, engaged, married, ended) in there.

[-] mark@programming.dev 4 points 1 year ago* (last edited 1 year ago)

Yesssss, bro 😀

[-] coffinwood@discuss.tchncs.de 183 points 1 year ago

Guy with a belly asks for girl with a small waist. The half-assed ugly shirt will do it.

Instant woman repellant.

[-] jqubed@lemmy.world 94 points 1 year ago

I feel confident in assuming the guy who would wear this shirt seeking “girls” between the ages of 18 and 26 is himself no younger than 45.

[-] coffinwood@discuss.tchncs.de 22 points 1 year ago

Ah I missed the age gap.

Would this guy qualify as an OUTER JOIN? (Sorry, SQL is not my native language)

[-] lennivelkant@discuss.tchncs.de 9 points 1 year ago

I sure wouldn't want him as an INNER JOIN

[-] CraigeryTheKid@lemm.ee 16 points 1 year ago

yesss I'm 42 so I can wear this shirt with pride!

[-] dankm@lemmy.ca 7 points 1 year ago

And married.

[-] heavy@sh.itjust.works 146 points 1 year ago

At least he's wearing the red flag on the outside.

[-] barsquid@lemmy.world 131 points 1 year ago

One of the reasons women will find this repugnant is because they didn't normalize their tables. Should be boyfriend_id is null.

[-] aaaa@lemmy.world 84 points 1 year ago

For that matter, why is waist size a Boolean?

[-] Huschke@programming.dev 14 points 1 year ago

And why is cuteness and craziness binary?

[-] JackbyDev@programming.dev 26 points 1 year ago

Why is there a separate table for men and women in the first place? Shouldn't there be a person table with a many to many relationship with itself (because polyamory exists)?

[-] ResoluteCatnap@lemmy.ml 9 points 1 year ago

To that point a person table with a relationship table. So this way you can reference relationship between two or more persons within the relationship table and that could be joined to the person table if needed. I don't think you'd really be able to keep it within one table while exploring multiple relationships unless you're storing a list of ids that is interpreted outside of sql. Also a relationship table would allow exploring other types of relationships such as exes, love interests, coworkers, family, friends, etc

load more comments (2 replies)
load more comments (1 replies)
[-] qjkxbmwvz@startrek.website 10 points 1 year ago

Or, if you allow for polyamory and non-hetero relationships, you probably need a rel table (and some joins in the query).

Maybe GIRLS is just a view...

load more comments (6 replies)
[-] Aufschieber@lemmy.world 73 points 1 year ago* (last edited 1 year ago)

ERROR: permission denied for "GIRLS"

[-] fibojoly@sh.itjust.works 47 points 1 year ago* (last edited 1 year ago)

Should be age > (my_age / 2) +7

[-] JackbyDev@programming.dev 22 points 1 year ago

Why would there be an age and my_age column on the table GIRLS?

[-] lennivelkant@discuss.tchncs.de 17 points 1 year ago

Good point.

Should be age > (@my_age / 2) +7

FTFOP - now my age is some value defined outside the immediate query.

More likely, the GIRLS would be a view of some table persons and you could query my_age from that table too.

load more comments (3 replies)
[-] jol@discuss.tchncs.de 8 points 1 year ago

Because for each girl you meet, you might tell her a different age.

load more comments (1 replies)
[-] olafurp@lemmy.world 12 points 1 year ago

Found the programmer thread that criticises the data model instead of the t-shirt

[-] Gladaed@feddit.org 8 points 1 year ago

Or (my_age - 7) * 2 < age < (my_age / 2) +7`

load more comments (4 replies)
[-] RobertoOberto@sh.itjust.works 43 points 1 year ago

Who says programmers don't have a sense of humor?

No one. It's just what you pretend people say to make yourself feel like some kind of special exception.

[-] funkless_eck@sh.itjust.works 11 points 1 year ago
[-] RobertoOberto@sh.itjust.works 4 points 1 year ago

Well then you're a mean old doody head.

[-] AllNewTypeFace@leminal.space 42 points 1 year ago

This is why we have codes of conduct.

[-] MachineFab812@discuss.tchncs.de 34 points 1 year ago

shitty taste <> "humor"

[-] Zink@programming.dev 34 points 1 year ago

~~and smallwaist = true~~

and itty_bitty_waist = true

and round_thing_in_your_face = true

[-] KrankyKong@lemmy.world 10 points 1 year ago

is_sprung = true

[-] Persen@lemmy.world 4 points 1 year ago

It should be waist_size=1

Gonna sound racist but deal with it.

I constantly meet asian developers (Singapore , India, China, etc) with this edgelord personality. They come to American conferences and meetups, say some wild sexist shit, and someone has to politely let them know not to.

Some backtrack. Some apologize. Some literally freeze up and pretend like it didn't happen.

[-] jol@discuss.tchncs.de 23 points 1 year ago

We do still live in a bubble in the west. We're fighting for equity across genders and race, while some parts of the world are still questioning if sexual harassment against women at work is really that big of a deal.

[-] crmsnbleyd@sopuli.xyz 14 points 1 year ago

Many of my guy coworkers have been (and are) sort of misogynistic, and homophobic (I'm in India). It makes me really uncomfortable. Might start reporting people to HR one day.

[-] drathvedro@lemm.ee 11 points 1 year ago

Just get to know HR first. They might be mysogynists themselves (even if they are female).

[-] Maggoty@lemmy.world 7 points 1 year ago

That last part is a face saving culture reaction. If you're feeling culturally sensitive the thing to do is just move on and see if they do it again.

[-] CryptoKitten@sh.itjust.works 22 points 1 year ago

This is not funny and any man wearing this would probably not pass a similar test using any woman's criteria. If I saw someone wearing this my first thought would certainly not be "hey this is a guy with a great sense of humor and I would like to hang with him!".

[-] pixxelkick@lemmy.world 18 points 1 year ago

Most SQL Dbs use bits, so it would be WHERE field = 1

The entire shirt caused me 4d6 psychological damage.

load more comments (6 replies)
[-] BradleyUffner@lemmy.world 11 points 1 year ago

He forgot the "TOP 2" qualifier.

[-] MajorHavoc@programming.dev 9 points 1 year ago

Heh. That reminds me of the feeling when I carefully place a LIMIT 100 and get 0 results...

[-] ssm@lemmy.sdf.org 11 points 1 year ago

most infurating part of this is the mixing of cases

[-] JoeKrogan@lemmy.world 7 points 1 year ago

🙄🤦‍♂️

[-] blarth@thelemmy.club 7 points 1 year ago

This is the most Indian shit I have seen this week.

load more comments
view more: next ›
this post was submitted on 01 Jul 2024
364 points (100.0% liked)

LinkedinLunatics

5056 readers
10 users here now

A place to post ridiculous posts from linkedIn.com

(Full transparency.. a mod for this sub happens to work there.. but that doesn't influence his moderation or laughter at a lot of posts.)

founded 2 years ago
MODERATORS