DEV Community

Cover image for Meme Monday

Meme Monday

Ben Halpern on April 14, 2025

Meme Monday!

Today's cover image comes from last week's thread.

DEV is an inclusive space! Humor in poor taste will be downvoted by mods.

Reminder: Every day is Meme Monday on DUMB DEV

Collapse
 
alvaromontoro profile image
Alvaro Montoro

Today's comiCSS cartoon:

Cartoon titled Types of GitHub users, mimicking the GitHub contribution diagram for different types of people: regular developer (different squares of green in different locations that match weekdays), the weekender (only contributions during weekends), the overachiever/unrealistic expectations (everything in dark green), the 'I am looking for a new job' (no contributions until suddenly a big one), the GitHub Wizard (they used the chart to spell 'Hello World!!!'), the Mondrian (the contributions are distributed in defined rectangles forming a grid pattern), the Macarena/Cupid Shuffle (the graphic looks like a cartoon dancing in different poses)

Collapse
 
saschadev profile image
Der Sascha

That killed me

Collapse
 
markwragg profile image
Mark Wragg • Edited

a cartoon person uses a stick to poke the logo of ChatGPT and says c'mon do something

Collapse
 
ben profile image
Ben Halpern

Time to kick things off with a crappy AI-generated meme

The job

Collapse
 
ben profile image
Ben Halpern

I generate these to riff on the cover meme. This one is almost good but just forgot to finish it. Lazy AI.

Collapse
 
hbthepencil profile image
HB_the_Pencil

Insane quality this week :O

Collapse
 
youngfra profile image
Fraser Young

meme monday

Collapse
 
reynaldi profile image
reynaldi

any serverless platform: "hold my beer"

Collapse
 
markwragg profile image
Mark Wragg

If using Azure just turn off the data cap on log analytics

Collapse
 
reynaldi profile image
reynaldi

cors

Collapse
 
mellen profile image
Matt Ellen-Tsivintzeli

Cross origin? So... I was created by a different God? 🤯

Collapse
 
anmolbaranwal profile image
Anmol Baranwal

Image description

Collapse
 
primetarget profile image
Ethan Anderson

meme monday

Collapse
 
chariebee profile image
Charles Brown

meme monday

Collapse
 
reynaldi profile image
reynaldi

does this actually happen?

Collapse
 
gamelord2011 profile image
Reid Burton

Yes.

Collapse
 
jarvisscript profile image
Chris Jarvis

Tom gauld's cartoon and alt text for this week's New Scientist
move fast and break things
A Caroll diagram consisting of four rectangles arranged in a square. The Y axis is labelled MOVE and split into FAST and SLOW. The X axis is labelled THINGS and split into BREAK and FIX Top left image: (Move Fast and Break Things) Tech Bro Bottom left image: (Move slow and break things) Runaway Steamroller Top right image: (Move fast and fix things) Emergency Plumber Bottom left image: (Move slow and fix things) Grandpa with a toolbox

Collapse
 
jance_jacobs profile image
Jance Jacobs

meme monday

Collapse
 
duncan_true profile image
Dun

meme monday

Collapse
 
avanichols_dev profile image
Ava Nichols

meme monday

Collapse
 
sawyerwolfe profile image
Sawyer Wolfe

meme monday

Collapse
 
ansilgraves profile image
Ansil Graves

meme monday

Collapse
 
warwait profile image
Parker Waiters

meme monday

Collapse
 
sherrydays profile image
Sherry Day

meme monday

Collapse
 
gamelord2011 profile image
Reid Burton

That's what js compilers do code snipped from website prod build:

var _ = {
        label: 0,
        sent: function() {
            if (t[0] & 1) throw t[1];
            return t[1];
        },
        trys: [],
        ops: []
    }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
    return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() {
        return this;
    }), g;
    "TURBOPACK unreachable";
    function verb(n) {
        return function(v) {
            return step([
                n,
                v
            ]);
        };
    }
Enter fullscreen mode Exit fullscreen mode
Collapse
 
maxart2501 profile image
Massimo Artizzu

That's why source maps exist.

Collapse
 
voncartergriffen profile image
Von Carter Griffen

meme monday

Collapse
 
cwrite profile image
Christopher Wright

meme monday

Collapse
 
tullis12 profile image
Tullis

meme monday

Collapse
 
jjbb profile image
Jason Burkes

meme monday

Collapse
 
hammglad profile image
Hamm Gladius

meme monday

Collapse
 
jessicajaybrown profile image
Jessica Brown

meme monday

Collapse
 
richmirks profile image
Richard Mirks

meme monday

Collapse
 
dreama profile image
Dream

meme monday

Collapse
 
gallowaydeveloper profile image
Galloway Developer

meme monday

Collapse
 
tupolev_57 profile image
Manolen

dump("Whatever. I am too old to pretend to be what I'm not.");die();

Collapse
 
reynaldi profile image
reynaldi • Edited

they are talking about me btw

Collapse
 
xaviermac profile image
Xavier Mac

meme monday

Collapse
 
blenderman profile image
BBM

meme monday

Collapse
 
bernert profile image
BernerT

meme monday

Collapse
 
pherman profile image
Paige Herman

meme monday

Collapse
 
besworks profile image
Besworks

vibe debugging

Collapse
 
aarongibbs profile image
Aaron Gibbs

meme monday

Collapse
 
gamelord2011 profile image
Reid Burton • Edited

The ultimate flex:

Image description

That is likely the biggest pr ever.

Collapse
 
maxart2501 profile image
Massimo Artizzu

Bro removed the whole project from existence 💀

Collapse
 
gamelord2011 profile image
Reid Burton

The essence of the project (kinda) lives on in this project.

Collapse
 
mileswk profile image
MilesWK

Can we get a link??!?!?

Collapse
 
gamelord2011 profile image
Reid Burton
Collapse
 
gamelord2011 profile image
Reid Burton • Edited

What just happened:

Image description

Collapse
 
mileswk profile image
MilesWK

Okay... Completely real question here: What is Vibe Coding?!

Collapse
 
aewens profile image
Austin Ewens

The terminology originated from a tweet from Andrej Karpathy on 2025-02-05 that stated:

There's a new kind of coding I call "vibe coding", where you fully give in to the vibes, embrace exponentials, and forget that the code even exists. It's possible because the LLMs (e.g. Cursor Composer w Sonnet) are getting too good. Also I just talk to Composer with SuperWhisper so I barely even touch the keyboard. I ask for the dumbest things like "decrease the padding on the sidebar by half" because I'm too lazy to find it. I "Accept All" always, I don't read the diffs anymore. When I get error messages I just copy paste them in with no comment, usually that fixes it. The code grows beyond my usual comprehension, I'd have to really read through it for a while. Sometimes the LLMs can't fix a bug so I just work around it or ask for random changes until it goes away. It's not too bad for throwaway weekend projects, but still quite amusing. I'm building a project or webapp, but it's not really coding - I just see stuff, say stuff, run stuff, and copy paste stuff, and it mostly works.

TL;DR - Taking the leap from "AI assisted programming" where you still try to do quality control as the developer, and instead just letting the AI write everything and you just accept it (warts and all). Can be nifty for hobby side projects on the weekend, but has profound implications if done for serious projects and shipped to production.

Collapse
 
mileswk profile image
MilesWK

Wow! That's like a little essay on the matter! Thank you all who helped answer my semi-dumb question!

Collapse
 
maxart2501 profile image
Massimo Artizzu

Wow, you mean the term is just two months old?! 😳

Thread Thread
 
aewens profile image
Austin Ewens

Yep! Such is the fast moving world of tech 😅

Collapse
 
gamelord2011 profile image
Reid Burton

Just go In vscode, make a file, write one line of code, and mash tab for AI autocomplete to write a lot of code.

Collapse
 
fred_functional profile image
Fred Functional

meme monday

Collapse
 
jerryhargrovedev profile image
Jerry Hargrive

meme monday

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
nevodavid profile image
Nevo David

Fun concept! What kinds of memes inspire you the most?

Collapse
 
rsteadman profile image
R Steadman

This isn't LinkedIn, not everything has to 'inspire'.

Collapse
 
ivis1 profile image
Ivan Isaac

meme monday

Collapse
 
khalid_elbluehat profile image
Khalid EL (Blue Hat)

Nice!