vote up 102 vote down star
88

I know it is illegal to place Easter eggs in code via Microsoft's quarrel with the law a few years back. Microsoft has decided that if you place Easter eggs in code, it is an immediate grounds for termination, but they are still out there in the wild. I know I put my name in the code a lot that will never show up to the users, but it is always fun to do.

So, what Easter eggs have you seen or placed in your programs/code?

One of mine was: Query = [Current_Step] = 'Scott Rocks'

flag
5  
I think the word "illegal" here is misplaced. But it is true that Microsoft policy says "easter egg = instant termination". – Curt Hagenlocher Sep 26 '08 at 16:06
3  
A. To supply certain government agencies with software, Microsoft can't include undocumented features, including Easter eggs, in its software. As a result, no Easter eggs exist in their software. – Scott Sep 26 '08 at 16:18
7  
Hah. The idea that every single feature is "documented" is pretty laughable, though. Especially given the fuzzy definition of what constitutes a feature. – Nick Johnson Sep 26 '08 at 17:31
1  
If you document an easter egg, I think it loses its status as an easter egg. – Jacob Sep 30 '08 at 3:27
1  
Well, if you look at MSDN, you see that MS started to document everything, although the documentation is not always helpful and usable (SharePoint Object Model cough cough). Raymond Chen had a post about Microsoft documenting everything a while back. – Michael Stum Oct 10 '08 at 18:18
show 5 more comments

106 Answers

vote up 1 vote down

an early biz application would play Happy Birthday in beep tones and list the employees with birthdays on that day when you booted the app

i wouldn't do that today - no time!

link|flag
vote up 1 vote down

In a new installer that I'm currently working on for the company that I'm with, the UI is implemented in the start-up application, rather than in the installer itself for reasons that I won't get into here. In one of the dialogues, the user has to choose what gets installed and what doesn't via a tree view control that shows check boxes next to each feature.

To show the check boxes in the various states that they can be in and with the various attributes that they can have, I made up an image list bitmap that contains images of of all possible combinations of states and attributes that any of the check boxes in this control can have. As tree view controls never make use of the image in the leftmost position of such a bitmap, most people would simply leave it blank. I decided to put my initials there.

I know that's not strictly an Easter egg, since no user will ever see it, but anyone else who works on the project after me will see it if they look at that particular bitmap.

link|flag
vote up 1 vote down

I put a Tetris-clone in a custom form editting application that I had created a few years back. You had to name the form at time of creation, and if you named it "tetris" it would launch the game inside of the form.

Somehow, one of the testers found it in the first month and I had to remove it. Well... I didn't remove it, it is just trickier to find now. Last I had heard, no one had found it again. I was really hoping that a customer would have found it originally.

By the way, the high score page was all full of programmer personalities with their pre-seeded fake high scores. People like Larry Wall, Dennis Ritchie, (Amazing) Grace Murray Hopper, etc. Not surprisingly, the testers didn't get that part of the game.

link|flag
vote up 1 vote down

I make a GUID from my name and surname for the ActiveX that I developed. (obviously as hex)

link|flag
vote up 1 vote down

I worked for a game company in the 80s developing games and porting games from the PC to the Amiga. One game I worked on was a speed boat racing game, and originally there was this intermission during the middle of a day of racing. I'm no artist, but I made this great cheesy Lunch Time screen that had a big orange cup and a hamburger on it...

The publisher didn't like it, and asked us to remove it. So I hid it.

The combination of things you had to do to get to it was ridiculous - I don't even remember now what it was, but it was holding down 4 or 5 keys and pressing a mouse button at a particular time in the game.

I wish I could remember it because I can still run that game in VMWare and I'd love to see it.

The game was HeatWave.

link|flag
vote up 1 vote down

At my last job, one of our team members was selected to be on a reality TV show "Your Mama Don't Dance" with his daughter. Clearly he had to take a temporary leave while the show was being taped and aired. During this time, our team members took stills of the show as it aired and kept them as images which we used as test data in our application. Before he returned, we set the system to use only these images and graphics whenever he was logged in. At the time, he was responsible for testing the app so he received quite a surprise when he returned to find the system literally filled to the brim with pictures of himself dancing on television!

link|flag
vote up 1 vote down

I recently worked on a large (state-approved and financed) gambling web application where I was doing, among other things, the account management front end. In one case where an exception was thrown a dialog box would open and read:

"Watch and amaze while the application eats itself!"

The exception was thrown when a very specific credit card transaction failed. This was thought to be extremely rare and only occurr in development since the credit card transaction functionality was mocked and didn't actually perform any transactions. Naturally, when the application made its way to QA this made it's way back to me rather quickly as it seemed it wasn't that uncommon after all. It got a few laughs and then everybody had to make sure there were no other messages like this hidden in the code.

Kudos to anyone who can name the original quote and where it's from.

link|flag
vote up 1 vote down

Just write some horrible code in C, so many weird things will start to happen you will convince yourself they are easter eggs.

link|flag
vote up 1 vote down

Twiddla has an easter egg that should be relatively straightforward to find, but thus far nobody has (or at least nobody has reported it to us)...

Today's hint: recursion

link|flag
vote up 1 vote down

When working on a Windows application that provided Share Analysis for a big city bank, I added an Easter Egg to the Help About screen.

With the dialog open you had to perform a sequence of clicking the bank logo and typing the letters in the bank's name several times forwards and backwards to eventually reveal a combobox of staff and developers' names and a listbox showing several anagrams of the selected name which I had generated using Anagram Genius.

Long after I had left I told one of the employees, who I was still friendly with, how to access it - in the strictest confidence :p - and within days all the analysis staff knew and were checking out their names to see their personal anagrams. Since none of them were rude or derogatory, it went down quite well and became something to show to new joiners as a curiosity.

link|flag
vote up 1 vote down

A few years ago I wrote a TCP diagnostic tool (which is still freely downloadable), originally just for myself. It had some features like sending/reveiving UDP packets, opening SSL/TLS connections, dumping content as hex, forward TCP connections and more.

One day, I added an easter egg to it (it is even in a class called EasterEgg.java, but since the code is not open source, it does not matter). When you configured the forwarder module to forward to host "eASTER" and port name (which usually gets looked up from an embedded copy of /etc/services) "eGG", it would instead open port 5993 (eggs when viewing it upside down on a calculator) and connect to it.

When connecting to that port with telnet, it will just print a few funny messages, and if you connect to it via putty (in telnet mode, not in raw mode) it will play a nice ANSI effect. When connecting with a webserver (http), it returned a funny website with an unload button to close the port again, and when connecting with a POP3 client (any username and any password) it kept returning the same email message over and over again.

It was fun to do the protocol detection, and later I showed it to a colleague and he liked it as well.

link|flag
show 1 more comment
vote up 1 vote down

My first Windows app ever was one that needed to strip certain information from reports that were provided to my company from a 3rd party. To use the app, search for the report file and click 'Analyze'. If you click Analyze with no report chosen, the 1st time it would tell you how to use the app. The 2nd - 5th times it would have an increasingly sarcastic remark wondering why you couldn't follow simple instructions. If you clicked it after #5, it would close the app. People who found it thought it was pretty amusing.

link|flag
vote up 1 vote down

I once made an application which, if your user account name on your PC is 'Steve Jobs', the splash screen says, 'Why does Steve Jobs use a PC??'.

link|flag
vote up 1 vote down

I named forms authentication cookie in asp.net app as lastname of my co-worker.

And i'm planning to embed this youtube video somewhere. :)

link|flag
1  
best video ever!!!! – matt Oct 13 at 21:31
vote up 1 vote down

Years ago I was on a team building a forms application in VB6 (actually, think it was VB5!). This was a large application with many modules. There was a lot of user testing. One of the users sent an email one day saying that the app would be great if it didn't "act like a biker with a grievous head injury" when a error occurred.

Of course, this email made its rounds and we all had a great laugh. I searched for a picture of a typical biker gang member and put it in the application. I then changed the app so that if the user entered "grievous head injury" in one of fields a new window would pop up with the picture with a message that said "You found the secret message - hope your day is grievous head injury free". Then all of the names of the development and test team would scroll by.

We didn’t tell the users until much later but before it went live. They thought it was very funny – especially the guy who sent the original email.

After that programmers would add Easter eggs to other modules in the application. That app was in production for over 10 years and those Easter eggs were still in there.

Good times.

link|flag
vote up 1 vote down

The team was told to build a portal application from scratch. We were given the ability to name it whatever we wished. A few bouts back and forth and we finally came up with a name. Now, personally, I didn't agree with the name. I thought we could be a little more fun in our naming scheme (kinda like Mircosoft with codenames) so I began calling it "CAKE" (From the video game Portal: Still Alive). A few weeks in I was told to stop calling it that and to remove ALL references to it.... So I did.... except for the 3 lines of comments hidden deep in the code:

// The cake is a lie...
// The cake is a lie...
// The cake is a lie...

link|flag
vote up 1 vote down

I created a simple web app to search local software from our server at my company. I would index every server and store the data on a Lucene.net index. So the eastern egg I wrote was that if anyone searched for the word "soup" (very unlikely) and there was no results found the page would return a "No soup for you!" message, following a picture of the soup nazzi :)

soup nazzi

link|flag
vote up 1 vote down

Back in college in year 1996 I wrote a program for cataloging students' diploma projects. In its About box you could enter Alt+n+a+k+e+d+g+i+r+l+s to see you-know-what. Last time I visited, about 5 years ago, the program was still in use.

link|flag
vote up 1 vote down

This isn't an easter egg in code, but rather a code repository easter egg. I've started committing this on every repository I work on.

alt text

link|flag
vote up 1 vote down

I made Sh.am and put this in it:

http://sh.am/WhatIsTheAnswerToLifeTheUniverseAndEverything

link|flag
vote up 1 vote down

The first one I heard about was in the 1970's. A Computer Science professor where I was a studying wrote some numerical libraries (Fortran 66, if I recall). He checked the data input thoroughly, and at one point, if the input was so bad as to be unrecognizable, he output a message using Format number 981 (format statements all had statement numbers). This message, output to the printer, provided an uncomplementary description of the user's intelligence, said "Mother Nature may be trying to tell you something," and printed a huge finger in beautiful ascii graphics. Some time later, a colleague from another university called him. It seems he had used this library in a publication. You can guess the rest.

There are still a few stalwarts who recognize "Format 981" as a highly appropriate insult in certain situations.

link|flag
vote up 1 vote down

Deliberate sanctioned one.
Was building a phone menu system, if the caller somehow reached an end point of the graph that didn't have a message defined - it read out some D&D type quote "you are in a stone passage with 3 doors all alike".

But the details of the message coded where in the graph you were - so when the customer rang up and mentioned this we knew where the customer had missed setting a message. The caller was much more likely to remember stone/3 doors than a long error code string and was much more likely to phone and mention it then if the message had just said "error status 0x123456"

link|flag
vote up 0 vote down

A LONG ago CAD app: Depending on the contents of a control file that specified probabilities at various times a pulsing circle would appear. Every time it reached it's minimum size it would erase the pixel at the center (the effect was it was slowly chomping on the drawing.) It moved around by a modified drunkard's walk--it would keep picking a random angle and a distance, move that one pixel at a time and then pick again. The angle was not truly random, though, it was weighted to favor directions heading towards the cursor, the farther from the cursor it was the stronger the weighting. The effect was that the circle would generally be somewhere in the vicinity of the cursor.

I shipped a control file set to only trigger it in the evening to one customer--I let the top guy know what was up and they had a lot of fun with a few of the users with it.

link|flag
vote up 0 vote down

"I know I put my name in the code a lot that will never show up to the users"

... unless you have a bug, and it actually does show up to the users ...

Do most developers have an intrinsic need to passively demonstrate how clever they think they are?

link|flag
show 2 more comments
vote up 0 vote down

None. Most code I write is production code for customers. More code means more bugs. Easter eggs are extra code, with the added extra chance for bugs (plenty of proof in some of the answers here).

I never allow anyone to write easter eggs in production code, and will never do myself. More code means more bugs.

link|flag
11  
Are you sent back from the future to protected John Connor? – Shahin Dec 2 '08 at 23:23
show 4 more comments
vote up 0 vote down

I tend to put a few in the comments, from memory:

Roses are Red Violets are Blue In Soviet Russia Function simplify you -- Comment to a Heskell function called simplify, to this day I reget that for some reason I didn't use the function below it (evaluate)

In my first year Java coursework (a clone of early bomberman games) I had an abstract class called BadGuy, all the enemies inherited from it. I chose the name so I could start the class with the lyrics to the Bugsy Malone song "Bad Guys"

Inhereted from BadGuy was another class called WandererAndTheColossus (the literal translation of Shadow Of the Colossus' Japanese title)

link|flag
vote up 0 vote down

I added JavaScript snow to display on the commerce portion of our commerce web-application for Christmas and Christmas Eve.

link|flag
vote up 0 vote down

xmas.js

I left this in the codebase after leaving a contract once. During the last week before christmas, every 20th pageload would include that file. The script would wait 30 seconds, then fly a little reindeer-pulled sleigh across the screen at a z-index of zero. It happened fast enough and rarely enough (and always out of the corner of your eye because of the delay) that you could never quite be sure that it had really happened.

To QA's credit, they actually found it the first year.

link|flag
vote up 0 vote down

I was working as a lead-engineer in the development of a car radio/cd. A few times per week, we would give the latest-and-greatest software to both the project manager and the program manager, who were both using the radio in their own car. Especially the project manager was very fanatic in trying to reproduce any issues he discovered.

Somewhere in february/march we had a hardware problem; at times (1 in thousands), the radio would come up with some static on the display. This was a hardware problem which was solved in March. Only at end of March, I've created a special version, only for use by the 2 managers, and never recorded in configuration management... This had some special code which would:

  • show a static noise display (showing "April 1" from a distance) at first power up on April 1st.
  • It would show this until powered off,
  • and then not show this at power on for 30 minutes

The idea was that the managers would go crazy by

  1. seeing the defect still active
  2. trying to reproduce Fortunate for them was that their cars were not completely compatible to the radio under development; time/date was missing..., so the booby trap never became active. I had to show them the day after and we all had a great laugh...

It was a lot of fun to do, and some of the code was used afterwards to show bitmaps rather than just text.

I will however, never leave a easter egg which can somehow end up in production code.

link|flag
vote up 0 vote down

A colleague of mine added an Easter egg where, if the user typed "ABBA" into a certain text box, the entire screen would gamma-fade to black, and be replaced by -- you guessed it -- a photo-montage of the 70's Swedish rock group.

Another colleague, working on the same application, changed the calendar control so that when a user displayed it while holding down certain keys, the grid of month-days would transform itself into a working implementation of Minesweeper.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.