up vote 22 down vote favorite
3
share [g+] share [fb]

What do you think?

If yes - where would/did you? If no - why not?

Did anyone ever get in trouble for that?

Where do you think lies the line between a funny/insightful easter egg and embarrassing yourself in front of your boss/clients/open source community?

link|improve this question
feedback

26 Answers

up vote 22 down vote accepted

Depending on your audience, I think Easter Eggs are a good idea.

They keep your users engaged, leave a memorable impression (if it's a good one), and hopefully keep users coming back.

  • You must have the right audience.
  • You must only add Easter Eggs when you're convinced you have a quality product. In other words, if your Easter Eggs are better than your product, that could be a problem.
  • Your Easter Eggs should be worth while. Nobody cares to see a scrolling list of credits. If you want credits, make it into a game.

I think it was the old MacOS that had a bricks-style game Easter Egg where you would hit the ball against the programmers' names. I played it all the time.

Don't just take my work for it - see what Jamie Zawinski has to say about Easter Eggs.

link|improve this answer
feedback

It's only an easter egg for true geeks, but I used this value as an encryption seed:

 long encrypt_seed[]={1263681869,1381122376,1313821513};

Hexdumping the executable shows:

00000130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00000140 00 00 00 00 4d 41 52 4b 48 41 52 52 49 53 4f 4e ....MARKHARRISON
00000150 01 00 00 00 0f 02 00 00 00 00 00 00 00 00 78 00 ..............x.

Since it's the file encryption seed, nobody can ever change it without destroying the program's ability to decrypt old files!

link|improve this answer
2  
Reminds me of 'MZ' in the Dos header file :-) en.wikipedia.org/wiki/DOS_executable – Luke Quinane Oct 22 '08 at 5:39
1  
Very nice. You might want to also post this over to stackoverflow.com/questions/140376/…. Good show. – smaclell Dec 24 '08 at 6:21
1  
hehe that's cool – hasen j May 23 '09 at 4:09
feedback

At Microsoft, putting in Easter Eggs is now a fireable offense. Make of that what you will.

http://blogs.msdn.com/larryosterman/archive/2005/10/20/483110.aspx

(So no more pinball in Word, or a 3D world in Excel. I am a sad panda.)

link|improve this answer
3  
This greatly makes me sad, think of how happy the users were when they first found a flight simulator in their favourite spreadsheet app. – smaclell Dec 24 '08 at 6:23
well it says no easter eggs in an MS OS so maybe there will still be some in Word/Excel – heri0n Nov 1 '11 at 16:16
feedback

I say yes, you should put Easter Eggs in applications, it makes your users passionate about the application, also it's just plain fun to code up little things that you and select few know about.

I would code up Easter Eggs in apps that have user interaction in a fairly low risk environment. For example registration system, probably not, same with a payment system. But tagging a question in a programmers Q&A site, probably.

link|improve this answer
feedback

No. It's simply unprofessional behaviour.

link|improve this answer
1  
I guess people simply disagree to you point of view. I didn't downvote you, though ;) – Ola Eldøy Dec 18 '08 at 10:46
1  
Thanks Ola :) I don't have any issue with people disagreeing, but when your reputation is supposed to relate to your technical ability, voting on opinions makes little sense. – Greg Whitfield Dec 18 '08 at 17:24
3  
greg, go take your self-righteousness else where – theman_on_vista Mar 5 '09 at 17:53
3  
If you think voting on opinions makes little sense, why are you complaining about downvotes but not about the upvotes you've also received? – Timwi Sep 16 '09 at 13:24
1  
Ah - oh yes it is. I've set my response to community wiki so I neither benefit nor suffer. But I think the question should be too? – Greg Whitfield Sep 17 '09 at 12:52
show 4 more comments
feedback

For real world production applications, it's not a good idea - for perception reasons alone. It's seen as unneeded, so the time (read: money) to create it is waste. Also, who knows what kind of problems something "innocuous" might introduce? Cool "cries for credit" like the famous easter egg from "Adventure" on the Atari 2600 just won't fly for the professional programmer.

On the other hand, if it's some shareware app or something else you control, it might be fun. I doubt you'd get far trying to submit an easter egg patch to most open source projects, tho'...

link|improve this answer
feedback

I think it depends on the application. I wouldn't be very impressed finding an easter egg on my banking website! lol

link|improve this answer
feedback

It all depends on the nature of the application, and the nature of the easter egg. In general my view is that they are not worth it.

If it's your own application you have more latitude, but when you are writing an application for your employer I'd be very careful about doing so - simply because you might not be employed by them anymore.

link|improve this answer
feedback

Whenever I create a HTML table for layout purposes, I fill the summary with

<table summary="Please forgive me...">
link|improve this answer
5  
Sadly this will confuse your visitors who use screen readers. – fmark May 21 '09 at 11:25
1  
Its a good thing he's asking for forgiveness and not permission. /slap self for terrible joke. – Zenshai May 22 '09 at 20:02
I agree with fmark, what a stupid, stupid thing to do – rickyduck Aug 16 '11 at 9:50
feedback

It would all depend really on what the application was being used for, who it was for or what kind of work was done. You don't want to spend a lot of time adding in an Easter Egg on a application if its pass dead line, or if its really buggy. It would just make your employer think you spent time on something unneeded when you should had been working on the main program.

If its something that is within the context of the project, done quickly and isn't anything vulgar its probably not going to make or break ya.

link|improve this answer
feedback

If the Easter Egg is harmless, sure. I have yet to meet a user that did not like finding eggs.

I'd bury it in some obscure key-stroke combination. Something only an accident would uncover. They you'd get the call from a user swearing they saw a picture of your dog pop up. You'd tell her, "You crazy", and deny it, of course. Taking pleasure in knowing she'll spend the next hour or so trying to remember the right key strokes. To prove you wrong. ;)

link|improve this answer
feedback

I'm not sure if it's truly an Easter Egg, but at my last company, we had an error page with a gigantic person screaming at you. Alas, the owner called in the first time he got an error. It was brought down within the hour.

link|improve this answer
feedback

Not in commerical software. You may think your clever Easter egg is solid and will cause no problems for any user, ever, but there is always the chance that it could. If a problem does occur, such as a crash of the application, it will start making your user base angry, knowing that their frustrations are due to something you thought was cool. Google for "garciaui.dll" and see why people were not happy because their problem might have been due to someone placing a hidden image of Jerry Garcia in the software UI. If you're going to end up removing it later, and most people never see it, then why do it in the first place?

link|improve this answer
feedback

The only easter egg I slipped into a program was a random connection string. When our product connected to the server, it printed a bunch of debug statements, most of which were redundant or pointless. I trimmed out all of those that I could, but ran into one string that was both redundant and pointless, but I couldn't remove it because of how the architecture worked.

So instead of leaving such a pointless debug message, I wrote a function that returned a random sentence. There were 3 columns of words to choose from: verb, adjective, noun, all filled with technical sounding words. So when our product connected and you had expanded the "details" view to see what it was doing, you'd see a line in there with random gibberish like "Enabling advanced algorithms", "Searching for obstructed scanners", and "Shifting exhausting transients".

The lead tester noticed it and threatened to make me take it out, but she ended up letting it slide for some reason. Must have been in a good mood that day.

link|improve this answer
1  
You guys have testers that are in a good mood?!? – Gineer May 12 '09 at 11:35
feedback

It depends.

link|improve this answer
feedback

I think Stack Overflow has at least one:

Using this website may cause irreversible damage to the kidneys and liver.

link|improve this answer
I don't think that qualifies as an easter egg, as it's not really hidden. – Oddmund Sep 24 '08 at 22:49
2  
Taken down by a copyright claim from Viacom... what video did the link point to? – David Dec 22 '08 at 3:22
feedback

I think it depends on your product. If it is a commercial product and you are going to "waste time" on implementing an Easter Egg, you better be damned sure it is (relatively) bug free otherwise your customers will come knocking on your door asking why you are wasting time on creating Easter Eggs when they should be testing/fixing bugs.

link|improve this answer
feedback

It is a waste of the development budget. We don't do that, right ?

So say No to Easter eggs.

The first time someone finds a bug, they will think of that easter egg, and that you could have fixed the bug instead.

Same goes for eye candy!

link|improve this answer
I agree with you, even though I like the idea... =) Again, it comes down to "It depends". – schonarth Oct 14 '08 at 17:40
That's so true. Let's all use ugly machines. There is no point for design. Let's all live in ugly houses, yet very functional. Just do develop Easter eggs on your coffee break time. – Kheldar Aug 16 '11 at 9:36
I object to software having extra features like animated windows, embedded flight simulators and talking paperclips when it does not perform its primary purpose. I have no objection to software having an attractive user interface, one of the requirements of the user interface is to sell the software in the first place. When you ship extra code that isn't part of the real product you increase the attack surface and increase the risk of unwanted interactions ( bugs). You also make the codebase bigger with no value to the customer. A bigger codebase means higher maintenance costs. – Tim Williscroft Aug 17 '11 at 1:02
feedback

No.

If you want to write something cool, write it, and release it separately, rather than wasting time and making the codebase unnecessarily (and confusingly) bloated.

link|improve this answer
feedback

I think small ones are usually ok, and by small I mean 5 minutes or less. Python has "From future import braces," which is nothing more than a specialized exception, and "import antigravity" which is just a call out to a website.

It's most famous, thought, is "import this" , which publishes the entire text of Tim Peters' "The Zen of Python." With Python's "batteries included" philosophy, having a copy of our erstwhile constitution at hand at all times gives me a warm, fuzzy feeling.

Under no circumstances, however, should you ever have an Easter egg that would be embarrassing if it was triggered during a demo.

link|improve this answer
feedback

Yes, fun and creativity is good for the brain. It's also a good way to check if your workplace has lost it's soul.

There are caveats though. If you're making software for a client who has no sense of humor and will flip out then probably not. Also, if it breaks something or is distasteful to some audiences then it's a no-go as well.

I added JavaScript snow to our company's external ecommerce site and internal intranet app for Christmas and Christmas Eve.

link|improve this answer
feedback

I don't think it makes sense in most applications, as it just increases the amount of code for no good reason. Why add more code to your application that needs to be tested and possibly debugged just to give 1% of your users a chuckle?

It only makes sense in games, where an "Easter Egg" can be part of the intended functionality, and only appear to be hidden.

link|improve this answer
feedback

I once wrote a Web forum application for the Intranet of a large bank in South Africa. Inspired by the IE4 about box Easter egg, I created a little about box for my application, which you could only trigger by selecting and dragging a specific character "2" onto a logo for the application on the same about box. Effectively it was just a simple animation that would list all the developers’ names on the team. The fun part was hiding it into the code so that testers and general code reading would not make it obvious.

It was loads of fun, never hurt anyone, and was appreciated by everyone that found it. As I recall, that was the best team I ever worked in. We definitely had SOAL.

I think getting your creative juices working from time to time actually helps you create better software, and improves general moral. The time taken to create something like that is paid back 10 fold because employees felt more creative, they probably learnt something useful during development of their Egg, and it makes everyone smile.

Doing what you do for 8 hours a day must be fun, otherwise you'll end up hating your life.

link|improve this answer
feedback

I dont really think this has a place in the general user community. Sure they are fun for us "nerds" that can appreciate them, but most people will see it as unneeded and wasteful, so only in apps directed to those of us that can appreciate it do they have a place.

link|improve this answer
feedback

I added one to an app where there was an IP whitelisting page to restrict certain types of access to the app to certain machines on the network (yes, the clients were a bit paranoid).

Naturally, I set it up with IPs to some of the machines they already needed access from. If all addresses get deleted (unwise as then no "normal" users would be able to get any work done) it quotes the theme tune from Blankety Blank, followed by the warning that they really ought to whitelist some IPs from the list of possibles if they want anyone but themselves (admin users) to get onto the system. Silly really.

I'm not sure they've ever seen it!

link|improve this answer
feedback

I think you can answer that question by looking at "prior art". Renaissance painters, Cathedral builders in the Middle Ages, Roman Engineers are known to have sometimes slipped hidden functionality or "messages" in what they created.

It is therefore socially and technically acceptable since at least 2000 years, and I see no reason why software development should be different. However, it mainly depends on your workplace's atmosphere and your clients. In my view, if your colleagues/boss/clients can't take an easter egg, you have chosen the wrong job and will suffer in many other ways... or you're just plain boring. Don't let that depress you though, the world also needs boring people :p

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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