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:

founded 5 years ago
MODERATORS
 

^.?$|^(..+?)\1+$

Matches strings of any character repeated a non-prime number of times

https://www.youtube.com/watch?v=5vbk0TwkokM

you are viewing a single comment's thread
view the rest of the comments
[–] captain_aggravated@sh.itjust.works 3 points 6 days ago (1 children)

I seem to remember he wrote something in Python that took hours to run, and his community got it down to milliseconds in C.

[–] starman2112@sh.itjust.works 3 points 5 days ago* (last edited 5 days ago) (1 children)

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.