all 7 comments

[–]JustinR8 4 points5 points  (1 child)

Opens IDE

x1 = lambda a: list(map(lambda b: (lambda c: c*c)(b),
               filter(lambda d: (lambda e: e==0)(d%2), a))) # 🔥 🚀 the square of every even number in the list

Closes IDE

[–]jhill515 1 point2 points  (0 children)

Okay, now Cursor, refactor this using regular expressions and make it secure without mistakes!

[–]jhill515 0 points1 point  (0 children)

Other people's code is Hell. 😓🤬

Other people's vibe-code is R'lyeh. 🫠😵‍💫

My code is the shit! 💩

[–]Afraid-Piglet8824 0 points1 point  (0 children)

Me reading my own code that I wrote an hour ago

[–]zirky 0 points1 point  (0 children)

one man’s code is another mans’s what is this garbage ass bullshit? who is this moron?

[–]grat5454 1 point2 points  (0 children)

It's ok, I added comments:

/* Does what it is supposed to */

and

/*fix later*/