this post was submitted on 27 May 2025
83 points (96.6% liked)

Programming Humor

3110 readers
2 users here now

Related Communities [email protected] [email protected] [email protected] [email protected]

Other Programming Communities [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] loaf 7 points 6 days ago (3 children)

Not my old ass over here cheering for functional coding… nope…

… but yep.

[–] [email protected] 2 points 6 days ago (2 children)

Love functional coding. Depending on the use case it works really well.

Wonder what return based is, sounds similar to functional.

[–] [email protected] 3 points 6 days ago* (last edited 6 days ago) (1 children)

Less of a paradigm but a way to write exploits but still more of a paradigm than vibe coding. It basically means "hey I can buffer overflow over the return address, let's treat the program's code as a VM to do what I want".

[–] loaf 1 points 5 days ago

Wow, I never even knew about ROP until today. I feel kind of silly 😅

This is interesting, but I don’t think I could find a genuine use-case for it.