Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Best easter eggs/jokes in code examples?
- liam48D
-
1000+ posts
Best easter eggs/jokes in code examples?
Basically post really funny tidbits of code that have been made as (most likely) jokes or easter eggs (but not the kind of easter egg that adds more functionality).
Here's got to be my favourite so far:

Here's got to be my favourite so far:
... def BAR(): return 0xDEADBEEF ...

- DigiTechs
-
500+ posts
Best easter eggs/jokes in code examples?
The fast inverse square root code is full of awesome easter eggs 

- __init__
-
1000+ posts
Best easter eggs/jokes in code examples?
don't forget 0xBAADFACE! Basically post really funny tidbits of code that have been made as (most likely) jokes or easter eggs (but not the kind of easter egg that adds more functionality).
Here's got to be my favourite so far:... def BAR(): return 0xDEADBEEF ...
- PullJosh
-
1000+ posts
Best easter eggs/jokes in code examples?
In the code for xkcd #1110, there's a cool little easter egg.
It shows up towards the bottom of d28668.js, and says the following:
Hillarious, right?
No.
Anyway, I actually came across this myself, but had no idea what it meant. So I googled “50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65” and found this page, which says the following:
… Hillarious, right?
It shows up towards the bottom of d28668.js, and says the following:
/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */
Hillarious, right?
No.
Anyway, I actually came across this myself, but had no idea what it meant. So I googled “50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65” and found this page, which says the following:
At the end of the JavaScript file responsible for the map code, there's a comment “/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */”. Interpreted as hex codes for ASCII text, this reads “ProPuke is awesome”. Interesting. Google tells me that ProPuke is the handle of a programmer from the UK. This morning, on his twitter feed, he posted “57:68:79:2c:20:74:68:61:6e:6b:20:79:6f:75:21”. This translates from hex as “Why, thank you!” Also, his Wikipedia user page tells us a lot about him too. I wonder if he contributed to the code?
… Hillarious, right?
- NoMod-Programming
-
1000+ posts
Best easter eggs/jokes in code examples?
//sometimes I thing the compiler ignores all my comments
I once saw a programmer comment everything on his code, and I mean EVERYTHINGreturn 0; //returns 0
Last edited by NoMod-Programming (Oct. 11, 2015 22:20:26)
- WooHooBoy
-
1000+ posts
Best easter eggs/jokes in code examples?
xkcd #1110, there's a cool little easter egg.Yes. Funny. In the code for
It shows up towards the bottom of d28668.js, and says the following:/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */
Hillarious, right?
No.
Anyway, I actually came across this myself, but had no idea what it meant. So I googled “50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65” and found this page, which says the following:At the end of the JavaScript file responsible for the map code, there's a comment “/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */”. Interpreted as hex codes for ASCII text, this reads “ProPuke is awesome”. Interesting. Google tells me that ProPuke is the handle of a programmer from the UK. This morning, on his twitter feed, he posted “57:68:79:2c:20:74:68:61:6e:6b:20:79:6f:75:21”. This translates from hex as “Why, thank you!” Also, his Wikipedia user page tells us a lot about him too. I wonder if he contributed to the code?
… Hillarious, right?
- liam48D
-
1000+ posts
Best easter eggs/jokes in code examples?
xkcd #1110, there's a cool little easter egg.Oh wow, talk about hidden. Some people are In the code for really good at hiding easter eggs!
It shows up towards the bottom of d28668.js, and says the following:/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */
Hillarious, right?
No.
Anyway, I actually came across this myself, but had no idea what it meant. So I googled “50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65” and found this page, which says the following:At the end of the JavaScript file responsible for the map code, there's a comment “/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */”. Interpreted as hex codes for ASCII text, this reads “ProPuke is awesome”. Interesting. Google tells me that ProPuke is the handle of a programmer from the UK. This morning, on his twitter feed, he posted “57:68:79:2c:20:74:68:61:6e:6b:20:79:6f:75:21”. This translates from hex as “Why, thank you!” Also, his Wikipedia user page tells us a lot about him too. I wonder if he contributed to the code?
… Hillarious, right?
That one's great!

- Rumanti
-
1000+ posts
Best easter eggs/jokes in code examples?
xkcd #1110, there's a cool little easter egg.Totally! Well, I sure will Inspect Element more often after this! Anyone going to code a userscript that could find potential easter eggs? In the code for
It shows up towards the bottom of d28668.js, and says the following:/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */
Hillarious, right?
No.
Anyway, I actually came across this myself, but had no idea what it meant. So I googled “50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65” and found this page, which says the following:At the end of the JavaScript file responsible for the map code, there's a comment “/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */”. Interpreted as hex codes for ASCII text, this reads “ProPuke is awesome”. Interesting. Google tells me that ProPuke is the handle of a programmer from the UK. This morning, on his twitter feed, he posted “57:68:79:2c:20:74:68:61:6e:6b:20:79:6f:75:21”. This translates from hex as “Why, thank you!” Also, his Wikipedia user page tells us a lot about him too. I wonder if he contributed to the code?
… Hillarious, right?
- liam48D
-
1000+ posts
Best easter eggs/jokes in code examples?
Hmm. Is there a native way to check if words are in the dictionary? If so, we could do these two things:xkcd #1110, there's a cool little easter egg.Totally! Well, I sure will Inspect Element more often after this! Anyone going to code a userscript that could find potential easter eggs? In the code for
It shows up towards the bottom of d28668.js, and says the following:/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */
Hillarious, right?
No.
Anyway, I actually came across this myself, but had no idea what it meant. So I googled “50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65” and found this page, which says the following:At the end of the JavaScript file responsible for the map code, there's a comment “/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */”. Interpreted as hex codes for ASCII text, this reads “ProPuke is awesome”. Interesting. Google tells me that ProPuke is the handle of a programmer from the UK. This morning, on his twitter feed, he posted “57:68:79:2c:20:74:68:61:6e:6b:20:79:6f:75:21”. This translates from hex as “Why, thank you!” Also, his Wikipedia user page tells us a lot about him too. I wonder if he contributed to the code?
… Hillarious, right?
- Find constants (but not strings, so numbers, booleans, etc.) with English words in them.
- Find comments without English words in them.
- Rumanti
-
1000+ posts
Best easter eggs/jokes in code examples?
No idea about dictionary searching. Not interested in wasting time scanning data for finding easter eggs that probably aren't there. Analyzing for fishy characters sounds more efficient, but certainly not as effective..
16GB RAM is lovely. I wish..
16GB RAM is lovely. I wish..

- WooHooBoy
-
1000+ posts
Best easter eggs/jokes in code examples?
how about:
// i can has feet?
- unknownAccount737
-
15 posts
Best easter eggs/jokes in code examples?

Last edited by unknownAccount737 (Oct. 29, 2015 00:04:00)
- liam48D
-
1000+ posts
Best easter eggs/jokes in code examples?
Never stop thinking!K3eP tHiNk1Ng
- Rumanti
-
1000+ posts
Best easter eggs/jokes in code examples?
Rather late, but.. how about:// i can has feet?
THAT'S MY CODE AMIRITE.
- Discussion Forums
- » Advanced Topics
-
» Best easter eggs/jokes in code examples?