this post was submitted on 31 Oct 2024
325 points (97.4% liked)
Programmer Humor
32375 readers
232 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I seem to remember he wrote something in Python that took hours to run, and his community got it down to milliseconds in C.
What took Matt's code over an entire month to run, viewers optimized so damn hard that the majority of the runtime of the code is just loading the words, so they started optimizing the code to run while the word list was loading. Takes like 4 milliseconds to load the word list, and 2 milliseconds to run the program
People joke about the Parker Square, but he's unironically the most inspiring public figure imo. The king of Doing The Damn Thing
I remember the time he Excel'd himself.