Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Easter Eggs

Easter Eggs

Scheduled Pinned Locked Moved The Lounge
questionannouncement
30 Posts 25 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Maximilien

    We used to have a "snake" game in one of our html view (it was removed eons ago). A kill switch is stupid and probably illegal in most places.

    I'd rather be phishing!

    R Offline
    R Offline
    Rick York
    wrote on last edited by
    #7

    I disagree. If you have well-behaved customers they are entirely unnecessary. I had some friends who formed a company that made a ticketing system for ski resorts and their lifts. It had an automatic kill switch that tripped if they did not disable it and they were going to disable it when they were paid. They weren't paid and it tripped. It brought the lifts to a screeching halt for a few hours until the owner decided to pay the bill. One could call that ransom-ware. I and they consider it to be subscription-ware and that resort's subscription had expired after the trial period had elapsed.

    "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

    R 1 Reply Last reply
    0
    • S SeanChupas

      A timely topic, but only because of something in Insider News. Has anyone ever made an easter egg in one of their programs? I always want to do it but never have enough creativity (or time) to actually make one. Although, I still think I need to create a kill switch in every program I make.

      P Offline
      P Offline
      PIEBALDconsult
      wrote on last edited by
      #8

      Survey Results - Do you include Easter Eggs in production code?[^]

      T 1 Reply Last reply
      0
      • S SeanChupas

        A timely topic, but only because of something in Insider News. Has anyone ever made an easter egg in one of their programs? I always want to do it but never have enough creativity (or time) to actually make one. Although, I still think I need to create a kill switch in every program I make.

        R Offline
        R Offline
        Roger Wright
        wrote on last edited by
        #9

        This is way before your time, but some friends and I at General Dynamics wrote test software for missile systems. One of the programs had a hardware platform that included a programmable voltage source with multiple independent outputs. When a part failed the testing, the program connected the oscilloscope to the PVS in X-Y mode, causing the scope to show a pig running across the screen. It also used the onboard speaker (remember those?) to make a squealing noise. QA was not amused.

        Will Rogers never met me.

        P 1 Reply Last reply
        0
        • S SeanChupas

          A timely topic, but only because of something in Insider News. Has anyone ever made an easter egg in one of their programs? I always want to do it but never have enough creativity (or time) to actually make one. Although, I still think I need to create a kill switch in every program I make.

          J Offline
          J Offline
          Jacquers
          wrote on last edited by
          #10

          Yes. Support incidents are rated at which P level they're at. P1 being the most urgent. Someone started calling it a Pineapple 1. So the Easter egg I put in is that when the program is an an error state it shows a little pineapple as part of the message. Previously someone at another company put in a '[AE-35](https://2001.fandom.com/wiki/AE-35\_unit)' error for network issues.

          1 Reply Last reply
          0
          • S SeanChupas

            A timely topic, but only because of something in Insider News. Has anyone ever made an easter egg in one of their programs? I always want to do it but never have enough creativity (or time) to actually make one. Although, I still think I need to create a kill switch in every program I make.

            C Offline
            C Offline
            CPallini
            wrote on last edited by
            #11

            SeanChupas wrote:

            Has anyone ever made an easter egg in one of their programs?

            Yes, I put a bee in a MFC application, many years ago. The application became unresposive while showing such a bee moving randomly.

            "In testa che avete, Signor di Ceprano?" -- Rigoletto

            1 Reply Last reply
            0
            • S SeanChupas

              A timely topic, but only because of something in Insider News. Has anyone ever made an easter egg in one of their programs? I always want to do it but never have enough creativity (or time) to actually make one. Although, I still think I need to create a kill switch in every program I make.

              O Offline
              O Offline
              Oleg A Lukin
              wrote on last edited by
              #12

              Ages ago we have changed close account confirmation for April Fools Day adding third option 'Yes', 'No' and 'I don't know', the latter working as no but with message 'Come back when you know it'. First user who hit that was thinking for good 5 minutes before coming to us to ask. Funny, people liked it and this thing stayed as feature till program end-of-life.

              Banking establishments are more dangerous than standing armies. T.Jefferson

              1 Reply Last reply
              0
              • S SeanChupas

                A timely topic, but only because of something in Insider News. Has anyone ever made an easter egg in one of their programs? I always want to do it but never have enough creativity (or time) to actually make one. Although, I still think I need to create a kill switch in every program I make.

                U Offline
                U Offline
                User 13269747
                wrote on last edited by
                #13

                Certainly. Around 2000 I was working on Point-of-Sale software that ran on NEC v25 boards. For output we had a tiny monochrome monitor and input was via the cashier keyboard. A large chain-store had commissioned my employer to provide a full PoS system, including the EMV card-terminal. The easter egg (which I removed after a successful pilot implementation) was pacman, with one ghost, a simpler maze and no fruit, colour, scores or live-count. It was written in assembly and added about 6k to the final application. It was triggered by a byzantine combination of total price and supervisor reversals. A second one (which was never removed) was in an embedded application (around the same time-frame). We have no diagnostic output for that device so we could never log errors. To solve a particularly difficult issue that only occurred in the field, I added a function (5 lines of C code) to beep morse code, so at startup the device will beep the last stored message and then wipe it. With the large amounts of storage and RAM we have now, If I ever put in an easter egg in another embedded application, it'll be the full version of nethack.

                1 Reply Last reply
                0
                • S SeanChupas

                  A timely topic, but only because of something in Insider News. Has anyone ever made an easter egg in one of their programs? I always want to do it but never have enough creativity (or time) to actually make one. Although, I still think I need to create a kill switch in every program I make.

                  G Offline
                  G Offline
                  gervacleto
                  wrote on last edited by
                  #14

                  I made a business program for my company, and included in it, for many years, a game named Picas y Fijas (Logic game for guessing numbers) in which you guess the computer's number and vice versa. It used to run from the menu, pressing CTRL + SHIFT + F3 at the same time. Nobody ever found this, so I told to one of my colleagues and she spread the news. At this time it has been removed, people spent a too much time playing with it, because it was easy to hide the screen and the boss never noticed.

                  1 Reply Last reply
                  0
                  • S SeanChupas

                    A timely topic, but only because of something in Insider News. Has anyone ever made an easter egg in one of their programs? I always want to do it but never have enough creativity (or time) to actually make one. Although, I still think I need to create a kill switch in every program I make.

                    M Offline
                    M Offline
                    Myron Dombrowski
                    wrote on last edited by
                    #15

                    I’ve done a few, both in personal projects and (in a much more limited way) things I’ve done at work. The art in the latter case is getting it past code review without being called out.

                    1 Reply Last reply
                    0
                    • S SeanChupas

                      Maximilien wrote:

                      A kill switch is stupid

                      It's awesome and fun. And yes, probably illegal. :laugh:

                      O Offline
                      O Offline
                      obermd
                      wrote on last edited by
                      #16

                      As long as it's in the contract that the software will stop working if you don't pay then it's legal.

                      1 Reply Last reply
                      0
                      • C Chris Maunder

                        SeanChupas wrote:

                        Has anyone ever made an easter egg in one of their programs?

                        Yes. One is sitting under your nose.

                        cheers Chris Maunder

                        R Offline
                        R Offline
                        Rusty Bullet
                        wrote on last edited by
                        #17

                        ...no, that is my moustache!

                        1 Reply Last reply
                        0
                        • J Jo_vb net

                          This one was hidden very well... Windows 95 Easter egg discovered after being hidden for 25 years[^]

                          R Offline
                          R Offline
                          Rusty Bullet
                          wrote on last edited by
                          #18

                          Actually, when I worked at CompuServe, that was documented in the forums. We had our own Easter Eggs and that was part of the relief of putting in long hours.

                          1 Reply Last reply
                          0
                          • S SeanChupas

                            A timely topic, but only because of something in Insider News. Has anyone ever made an easter egg in one of their programs? I always want to do it but never have enough creativity (or time) to actually make one. Although, I still think I need to create a kill switch in every program I make.

                            H Offline
                            H Offline
                            Hooga Booga
                            wrote on last edited by
                            #19

                            I've put in a couple over the years. The one I liked best was every 17th time the mouse hovered over a certain small icon, the icon image would briefly change from the finger pointer to a middle finger pointer. QA saw it on the first day but couldn't reproduce it. He came laughing to my office and asked if he saw what he thought he did. I believe we took it out. I spent a lot of time making that image!

                            Outside of a dog, a book is a man's best friend; inside of a dog, it's too dark to read. -- Groucho Marx

                            1 Reply Last reply
                            0
                            • S SeanChupas

                              A timely topic, but only because of something in Insider News. Has anyone ever made an easter egg in one of their programs? I always want to do it but never have enough creativity (or time) to actually make one. Although, I still think I need to create a kill switch in every program I make.

                              M Offline
                              M Offline
                              Matt McGuire
                              wrote on last edited by
                              #20

                              I've always tried to embed a small game or something in each of desktop and web apps. I doubt most anyone has found them. sometimes it's a pixel on the screen that looks off or a search bar. one of the last ones was an embedded Tetris game on one of the web apps that would popup if someone typed "Tetris" into the site's search bar. the game was very fun to build in JS + Canvas. another one was the Cruel card game that you could find by clicking on an image in the about screen. I'm building a little tile scroller like the old Legend of Zelda games were, but I'm not sure what project to drop it into yet.

                              1 Reply Last reply
                              0
                              • S SeanChupas

                                A timely topic, but only because of something in Insider News. Has anyone ever made an easter egg in one of their programs? I always want to do it but never have enough creativity (or time) to actually make one. Although, I still think I need to create a kill switch in every program I make.

                                P Offline
                                P Offline
                                PSU Steve
                                wrote on last edited by
                                #21

                                At one time I had it so that if you clicked on a certain area of our app's ABOUT dialog, the dialog changed to the Penn State logo. No one ever found it so I took it out. The only thing we have now is that, for about a week before Christmas, our app's "mascot" - an octopus - gets a Santa hat added to it. I've debated adding tweaks for other holidays but haven't had time to actually add them.

                                1 Reply Last reply
                                0
                                • P PIEBALDconsult

                                  Survey Results - Do you include Easter Eggs in production code?[^]

                                  T Offline
                                  T Offline
                                  thatraja
                                  wrote on last edited by
                                  #22

                                  Thanks for this. Even I left a message there 4 years back(Which I don't even remember)

                                  thatraja

                                  Coming soon1 | Coming soon2 | Coming soon3New

                                  1 Reply Last reply
                                  0
                                  • S SeanChupas

                                    A timely topic, but only because of something in Insider News. Has anyone ever made an easter egg in one of their programs? I always want to do it but never have enough creativity (or time) to actually make one. Although, I still think I need to create a kill switch in every program I make.

                                    M Offline
                                    M Offline
                                    mmcdaniel
                                    wrote on last edited by
                                    #23

                                    I added a version of "duck hunt" into a web app once. IT WAS EPIC! It maintained scores in the backend database and would show high scores at the end of the game. The site wouldn't load the code/content until you performed the special action to start the game.

                                    1 Reply Last reply
                                    0
                                    • S SeanChupas

                                      A timely topic, but only because of something in Insider News. Has anyone ever made an easter egg in one of their programs? I always want to do it but never have enough creativity (or time) to actually make one. Although, I still think I need to create a kill switch in every program I make.

                                      B Offline
                                      B Offline
                                      Bruce Patin
                                      wrote on last edited by
                                      #24

                                      Yes. A long time ago, when I was developing for 3270 green screen terminals, I made a hotspot that brought up a picture of a bug walking across the bottom of the screen. It was squashed at the end.

                                      1 Reply Last reply
                                      0
                                      • R Roger Wright

                                        This is way before your time, but some friends and I at General Dynamics wrote test software for missile systems. One of the programs had a hardware platform that included a programmable voltage source with multiple independent outputs. When a part failed the testing, the program connected the oscilloscope to the PVS in X-Y mode, causing the scope to show a pig running across the screen. It also used the onboard speaker (remember those?) to make a squealing noise. QA was not amused.

                                        Will Rogers never met me.

                                        P Offline
                                        P Offline
                                        PIEBALDconsult
                                        wrote on last edited by
                                        #25

                                        At the place I worked between 2004 and 2009, one of my colleagues dared me to put a TicTacToe game in the software -- given that I had already written a TicTacToe game in an internal system. Fortunately, I didn't have the time to do it. What I did do (and I may have mentioned before) was to write a Westminster Chimes Windows Service which ran on the database server -- until the admin was nearly pulling his hair out trying to determine which system as failing, apparently the server room was too noisy to recognize the tune. :-O

                                        1 Reply Last reply
                                        0
                                        • R Rick York

                                          I disagree. If you have well-behaved customers they are entirely unnecessary. I had some friends who formed a company that made a ticketing system for ski resorts and their lifts. It had an automatic kill switch that tripped if they did not disable it and they were going to disable it when they were paid. They weren't paid and it tripped. It brought the lifts to a screeching halt for a few hours until the owner decided to pay the bill. One could call that ransom-ware. I and they consider it to be subscription-ware and that resort's subscription had expired after the trial period had elapsed.

                                          "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

                                          R Offline
                                          R Offline
                                          Reelix
                                          wrote on last edited by
                                          #26

                                          Rick York wrote:

                                          subscription-ware

                                          That's going to be my go-to term for any service that removes the products that you've previously paid for if you stop paying - And used extremely negatively :)

                                          -= Reelix =-

                                          R 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups