this post was submitted on 09 Mar 2026
589 points (99.3% liked)

Programmer Humor

41382 readers
6 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] HiddenLayer555@lemmy.ml 32 points 6 days ago* (last edited 6 days ago) (3 children)

IDK how common this is, but there are stories of companies that make you work on real production code in the interview. Basically suckering you into free work before they give the position to the boss's cousin or something.

[–] yogthos@lemmy.ml 11 points 6 days ago (1 children)

I've heard about this kind of shit, but never seen it myself.

[–] yermaw@sh.itjust.works 9 points 6 days ago

UK company Brewdog were up to that shit allegedly. Probably easy enough to Google.

[–] thehairguy@lemmy.zip 10 points 6 days ago (1 children)

I had a startup give me a take home to implement a graphql api on top of some sample data they gave me. Recruiter said they were in the middle of a migration and I made some assumptions

[–] mrgoosmoos@lemmy.ca 2 points 5 days ago

that's when you randomly mix up the sample data but still turn in the results

y'know, if you want to

[–] bmaxv@noc.social 3 points 6 days ago

@HiddenLayer555 @yogthos

Someone asked me to do a minimal but fully working prototype of... a docker hosted store front? It was apparently not very good, but the startup was kind enough to tell me why and I learned a lot. It did work, but I shoved entire python objects into sqlite and that just worked.

Ultimately I don't know if it was what they wanted, they fixed three things and used it or if it was truly not good enough.