Advertisement ยท 728 ร— 90
#
Hashtag
#ProgrammerHumor
Advertisement ยท 728 ร— 90
Post image

Been there, done that.
#gamedev #indiedev #indiegames #gamedevlife #codinghumor #programmerhumor #gamedevelopment #indiegamedev #devlife #gamedevmemes

11 5 0 0
Post image

Since the weekend is about to start. You know the drill. What are you working on this weekend or are you going to touch grass?
#gamedev #indiedev #indiegames #gamedevlife #codinghumor #programmerhumor #gamedevelopment #indiegamedev #devlife #gamedevmemes

10 2 2 0
Post image

No idea, what I am doing here, but hopefully some of you enjoy the memes.
#gamedev #indiedev #indiegames #gamedevlife #codinghumor #programmerhumor #gamedevelopment #indiegamedev #devlife #gamedevmemes

12 4 0 0
#tech #coding #codingmemes #developer #developermemes #programming #programmerhumor #developerhumor
#tech #coding #codingmemes #developer #developermemes #programming #programmerhumor #developerhumor YouTube video by Educative

"You're not a 10x engineer, you're a guy with Copilot and no shame...
"You're an AI prompt jockey with commit access."
๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚ #AI #VibeCoding #ProgrammerHumor
youtube.com/shorts/78Q_U...

1 1 0 0
Video

My first attempt at a gameplay trailer, what do you think? #gamedev #indiedev #indiegames #gamedevlife #codinghumor #programmerhumor #gamedevelopment #indiegamedev #devlife #gamedevmemes #WishlistWednesday

13 4 0 0
Post image

New is always better, right?
#gamedev #indiedev #indiegames #gamedevlife #codinghumor #programmerhumor #gamedevelopment #indiegamedev #devlife #gamedevmemes

7 2 0 0
Post image

Do you want a computer?

The decision tree that ends all debates.

๐Ÿ‘‰ blueprintthreads.shop/products/do-...

#TechSupportHumor #ITHumor #LinuxHumor #ComputerHumor #TechShirt #LinuxShirt #ITSupport #SysAdmin #TechNerd #OperatingSystem #ProgrammerHumor #LinuxUser #ITLife #ComputerScience #TechGeek

1 2 0 0
Post image

Getting daily views and play to my @itch.io page, but no one leaves comments or ratings. How do you guys gather feedback?

burningpawn.itch.io/witherheart

#gamedev #indiedev #indiegames #gamedevlife #codinghumor #programmerhumor #gamedevelopment #indiegamedev #devlife #gamedevmemes

9 3 0 0
Post image

A new dev week. What are your goals? Any thing you want to ship this week?
#gamedev #indiedev #indiegames #indiegames #gamedevlife #codinghumor #programmerhumor #gamedevelopment #indiegamedev #devlife #gamedevmemes

7 2 0 0
Meme: meetMyCOdingBuddy. From r/Programmer Humor (0 upvotes, 0 comments). Tags: programmerhumor, meetmycodingbuddy, kaggle, reddit

Meme: meetMyCOdingBuddy. From r/Programmer Humor (0 upvotes, 0 comments). Tags: programmerhumor, meetmycodingbuddy, kaggle, reddit

meetMyCOdingBuddy

#programmerhumor #meetmycodingbuddy #kaggle

0 0 0 0
Post image

My exact face sometimes at the start of my dev journey and sometimes still today.
#gamedev #indiedev #indiegames #indiegames #gamedevlife #codinghumor #programmerhumor #relatable #gamedevelopment #indiegamedev #devlife #gamedevmemes

18 4 1 0
Post image

The classic "I'll fix it later" or its just a temporary workaround, which is 2 years later still in production.
#gamedev #indiedev #indiegames #indiegames #gamedevlife #codinghumor #programmerhumor #relatable #gamedevelopment #indiegamedev #devlife #gamedevmemes

6 2 0 0
Video

They said "don't burn bridges."
They didn't say anything about matches.

#Nullwing #DevHumor #BurningBridges #SoftwareEngineering #ProgrammerHumor #TechHumor #DevLife #SeniorDev

2 1 0 0
Post image

How do you handle side projects? Can you resist or do you instantly dive into new ideas? #gamedev #indiedev #indiegames #indiegames #gamedevlife #codinghumor #programmerhumor #relatable #gamedevelopment #indiegamedev #devlife #gamedevmemes

13 4 1 0
Post image

So, how was your day? Did you encounter any nasty bugs? #gamedev #indiedev #indiegames #indiegames #gamedevlife #codinghumor #programmerhumor #relatable #gamedevelopment #indiegamedev #devlife #gamedevmemes

21 5 0 0
Post image

If coding and coffee are involved, count me in. Perfect for programmers, developers, and caffeine-powered creators.
teeslocal.com/product/latt...

#CodingLife #ProgrammerHumor #CoffeeLovers #DeveloperLife #TechStyle #GeekShirt

1 0 0 0
A python codeblock

l = []
for i in range(2):
    l.append(lambda: print(i))

for f in l:
    f()

The result is 1 1

A python codeblock l = [] for i in range(2): l.append(lambda: print(i)) for f in l: f() The result is 1 1

l = []
for i in range(2):
    l.append(lambda i=i: print(i))

for f in l:
    f()
    
The Result is 0 1

l = [] for i in range(2): l.append(lambda i=i: print(i)) for f in l: f() The Result is 0 1

Today I learned: Using variables in Python lambdas is weird

Apparently they store the variable names and not the values. Like a reference, even for primitives. But if you supply the value as a default argument, it works as intended.

#python #programming #programmerhumor #TIL

1 1 1 0
Post image Post image Post image Post image

The error message that defines Monday mornings for every developer. ๐Ÿ’ป๐Ÿ˜ด

๐Ÿ‘‰ blueprintthreads.shop/products/404...

#404Error #MotivationNotFound #ProgrammerHumor #DeveloperLife #CodingHumor #WebDeveloper #SoftwareEngineer #DevHumor #ProgrammerLife #CodingLife #TechHumor #DeveloperHumor

1 0 0 0
Video

The glow-up is real! From development to reality. โœจ๐Ÿคฃ
#BeforeVsAfter #WebDevelopment #CodingLife #DeploymentDay #DevLife #ProgrammerHumor #TechLife #WhenItsLive

3 0 0 0

This was posted in our corporate slack this morning and Iโ€™m DYING #programmerhumor

www.youtube.com/watch

0 0 0 0
Post image

Measure twice, cut once. Code once, debug forever. ๐Ÿ”จ๐Ÿ’ป

The motto that unites carpenters and programmers in eternal suffering.

๐Ÿ‘‰ blueprintthreads.shop/products/mea...

#ProgrammerHumor #CodingLife #CarpentryHumor #DevLife #DebugForever

1 0 0 0
Preview
a cartoon of two spidermans standing in front of a nypd van ALT: a cartoon of two spidermans standing in front of a nypd van

Me looking at me visiting my website:
#programmerhumor #webdev #solopreneur

3 0 1 0
Preview
Smug software developer confident she can solve Iran conflict with simple regex - The Empty Press REGINA โ€“ As the US-Iran conflict deepens, smug software developer Sandra Cline is confident she can solve the matter by leveraging her well-honed regex skills. โ€œMany problems can seem complex, even in...

โ€œConcerned that oil prices might rise? Let me introduce you to the negation caret!โ€

#Iran #ProgrammerHumour #ProgrammerHumor #Software #Coding #Programming #regex

0 0 0 0
Cartoon. Programmer recoils at "We want you to start coding in Javascript." Two men in suits say "SAY THANK YOU!"

Cartoon. Programmer recoils at "We want you to start coding in Javascript." Two men in suits say "SAY THANK YOU!"

sayThankYou

#programmerhumor #saythankyou #kaggle

0 0 0 0
Post image

The secret to employee retention? Keep them in the sweet spot between "I should quit" and "I should ask for a raise."

Turns out most companies already figured this out.

#Nullwing #OfficeHumor #WebComic #ProgrammerHumor #CorporateCulture

2 0 0 0
Post image

Satisfaction: 2 out of 10.
But the coffee is free.
The code works.
Nobody asks to present in all-hands.

Comfortably unhappy.

#Nullwing #ComfortablyUnhappy #DevLife #ProgrammerHumor #TechHumor #WebComic #CorporateLife #SoftwareEngineering #OfficeHumor #CodeLife #TechComics #Marriage

2 1 0 0
404

404

Mฤ“telis nav atrasts #programmerhumor

15 0 0 0
One does not simply update their Microsoft Windows Visual C++ runtimes.

One does not simply update their Microsoft Windows Visual C++ runtimes.

#ProgrammerHumor #DLLHell #SysAdminLife #WindowsDev

1 0 0 0
Post image

Someone call an ambulance I'm physically sick seeing this horrible code #programmer #programming #programmerhumor

1 0 1 0
Six-panel comic titled โ€œNullwing โ€“ AI policy.โ€ A sarcastic penguin software engineer (Nullwing) and a rabbit engineering manager discuss mandatory AI policy training. The manager says humans must validate AI outputs. Nullwing scrolls through inconsistent content, remarks that it looks AI-generated, learns it is, and asks who validated it. The manager replies: โ€œYou are doing that right now.โ€ The comic has warm retro office styling and humorous corporate satire tone.

Six-panel comic titled โ€œNullwing โ€“ AI policy.โ€ A sarcastic penguin software engineer (Nullwing) and a rabbit engineering manager discuss mandatory AI policy training. The manager says humans must validate AI outputs. Nullwing scrolls through inconsistent content, remarks that it looks AI-generated, learns it is, and asks who validated it. The manager replies: โ€œYou are doing that right now.โ€ The comic has warm retro office styling and humorous corporate satire tone.

#Nullwing #DevHumor #ProgrammerHumor #TechSatire
#AIPolicy #AIHumor #AIatWork #SoftwareEngineering
#EngineeringLife #CorporateLife #ai

2 1 0 0