Relevant xkcd: https://xkcd.com/2597/
- 0 Posts
- 7 Comments
Joined 1 year ago
Cake day: June 27th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Speiser0@feddit.orgto Programmer Humor@programming.dev•The difference between programmers and testers4·3 months agoEither that or incest porn.
Speiser0@feddit.orgto Programmer Humor@programming.dev•The difference between programmers and testers28·3 months agoThen we’ll ship you and your sister.
Might depend on your file browser.
You may also want to try, for example, the files “a1”, “a2”, “a3”, and “a10”. Lexicographically, “a2”>“a10”, but my file browser displays “a10” after “a2”.
Think the other way around: What’s the use case for case insensitive file names? Does it justify the effort and complexity for the filesystem and the programs to know the difference between lower and upper space chars?
Speiser0@feddit.orgto Programmer Humor@lemmy.ml•Oh boy what a beautiful regex. I'm sure it does something logical and easy to understand.11·8 months agoRegular expressions in general, and automata theory, sure you should know about that. But a specific extended regex language like here? That’s like saying you’re shit at coding if you can’t do <insert arbitrary programming language here>.
That definition would be too broad, as includes any type of exploit.
In ROP, you modify the stack to write return addresses and then return to jump to the first of these addresses, the return addresses go to parts of the executable that end with a return instruction (gadgets), so it will always return to the next of your return address.
(That video is maybe not the easiest introduction to ROP.)
Having ROP in here as normal programming paradigm, as opposed to vibe coding, made the meme so much better.