Funny loading statements to keep users amused - Stack Overflow most recent 30 from stackoverflow.com 2009-11-09T04:55:13Z http://stackoverflow.com/feeds/question/182112 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused 326 Funny loading statements to keep users amused Oli 2008-10-08T10:51:34Z 2009-11-04T19:44:59Z <p>Nobody likes waiting but unfortunately in the AJAX app I'm working on at the moment, there is one fair-sized pause (1-2 seconds a go) that users have to undergo each and every time they want to load up a chunk of data.</p> <p>I've tried to make the load as interactive as possible. There's an animated GIF alongside a very plain, very dull "Loading..." message.</p> <p>So I thought it might be quite fun to come up with a batch of 50-or-so funny-looking messages and pick from them randomly so the user never knows what they're going to see. The time they would have spent growing impatient is fruitfully used.</p> <p>Here's what I've come up with so far, just to give you an idea. </p> <pre><code>var randomLoadingMessage = function() { var lines = new Array( "Locating the required gigapixels to render...", "Spinning up the hamster...", "Shovelling coal into the server...", "Programming the flux capacitor" ); return lines[Math.round(Math.random()*(lines.length-1))]; } </code></pre> <p><em>(Yes -- I know some of those are pretty lame -- That's why I'm here :)</em></p> <p>The funniest I see today will get the prestigious "Accepted Answer" award. Others get votes for participation.</p> <p><strong>Enjoy!!</strong></p> <p><strong><em>Edit:</em></strong> Why the downvote? I'll agree that this isn't about binary arithmetic or concatenating databases, but keeping users engaged in an unfortunately slow system <em>is</em> a system design issue.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182118#182118 10 Answer by Sean for Funny loading statements to keep users amused Sean 2008-10-08T10:53:27Z 2008-10-08T10:53:27Z <p>"Scanning your hard drive for credit card details. Please be patient..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182122#182122 9 Answer by Guvante for Funny loading statements to keep users amused Guvante 2008-10-08T10:54:24Z 2008-10-08T10:54:24Z <p>Creating Time-Loop Inversion Field</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182125#182125 4 Answer by fmsf for Funny loading statements to keep users amused fmsf 2008-10-08T10:54:56Z 2008-10-08T13:09:03Z <p>The traditional line: "Loading a virus, please relax while your life's work is being deleted..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182126#182126 79 Answer by cagcowboy for Funny loading statements to keep users amused cagcowboy 2008-10-08T10:54:59Z 2008-10-08T10:54:59Z <p>"Scanning your hard drive for pr0n. Please be patient..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182127#182127 47 Answer by SpoonMeiser for Funny loading statements to keep users amused SpoonMeiser 2008-10-08T10:55:19Z 2008-10-15T16:52:24Z <p>"The gods contemplate your fate..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182131#182131 60 Answer by slashnick for Funny loading statements to keep users amused slashnick 2008-10-08T10:56:18Z 2008-10-08T10:56:18Z <p>"It looks like you're waiting for a website to load..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182135#182135 148 Answer by CrippledSmurf for Funny loading statements to keep users amused CrippledSmurf 2008-10-08T10:57:37Z 2008-10-08T10:57:37Z <p>Reticulating splines</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182138#182138 2 Answer by PintSizedCat for Funny loading statements to keep users amused PintSizedCat 2008-10-08T10:57:53Z 2008-10-08T10:57:53Z <p>"Computer shutting down in ..."</p> <p>"Please wait whilst your harddisk is erased ..."</p> <p>"How did I get sucked in to writing out silly loading lines?"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182139#182139 60 Answer by Jeff Atwood for Funny loading statements to keep users amused Jeff Atwood 2008-10-08T10:58:25Z 2008-10-08T10:58:25Z <p><a href="http://en.wikipedia.org/wiki/SimCity_2000" rel="nofollow">http://en.wikipedia.org/wiki/SimCity_2000</a></p> <blockquote> <p>SimCity 2000 was the first sim game to feature the semi-nonsensical phrase <strong>"Reticulating Splines"</strong>. Will Wright stated in an interview that the game does not actually reticulate splines when generating terrain; he inserted the phrase because it "sounded cool". The phrase has since been featured in SimCopter, SimCity 4 and The Sims, as well as being referenced humorously by a status message in Mozy, an off-site backup solution offered by EMC Corporation. It is also parodied in the game Spore which features the phrase "Reticulating Spines" in some of its loading screens.</p> </blockquote> <p>video clip of female voiceover from simcity 2k <a href="http://tinyurl.com/5x8xz6" rel="nofollow">http://tinyurl.com/5x8xz6</a></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182140#182140 1 Answer by Phil for Funny loading statements to keep users amused Phil 2008-10-08T10:58:55Z 2008-10-08T10:58:55Z <p>... we're holding our sausage hostage... please be patient...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182151#182151 44 Answer by Codeslayer for Funny loading statements to keep users amused Codeslayer 2008-10-08T11:02:48Z 2008-10-08T11:02:48Z <p>Measuring the cable length to fetch your data...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182152#182152 47 Answer by Greg for Funny loading statements to keep users amused Greg 2008-10-08T11:02:52Z 2008-10-08T11:02:52Z <p><img src="http://www.boston.com/news/globe/ideas/brainiac/futurama.jpg" alt="Futurama Rules!"></p> <p><br>Reconfoobling energymotron</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182155#182155 2 Answer by Rik for Funny loading statements to keep users amused Rik 2008-10-08T11:04:06Z 2008-10-08T11:04:06Z <p>Please pick your your nose and look disinterested at the screen...<br /> Thank you!</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182162#182162 7 Answer by mm2010 for Funny loading statements to keep users amused mm2010 2008-10-08T11:05:34Z 2008-10-08T11:05:34Z <p>Sorry my binaries are swapped, busy re-sorting them now....</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182169#182169 42 Answer by Unkwntech for Funny loading statements to keep users amused Unkwntech 2008-10-08T11:07:14Z 2008-10-08T11:07:14Z <p>"HELP!, I'm being held hostage, and forced to write the stupid lines!"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182170#182170 50 Answer by Chris Boesing for Funny loading statements to keep users amused Chris Boesing 2008-10-08T11:07:24Z 2009-05-08T00:08:48Z <p>Maybe some recursion:</p> <p>"Want to see a funny loading message? Take a look <a href="http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182170#182170">here</a>"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182175#182175 7 Answer by FryHard for Funny loading statements to keep users amused FryHard 2008-10-08T11:09:22Z 2008-10-08T11:09:22Z <p><em>"Communing with nature"</em></p> <p>"<em>Spinning the wheel of fortune"</em></p> <p>Dare I suggest <em>"I'll be back"</em></p> <p>Pick a few more <a href="http://www.allgreatquotes.com/movies_quotes_lines3.shtml" rel="nofollow">famous movie lines</a>....</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182178#182178 28 Answer by jop for Funny loading statements to keep users amused jop 2008-10-08T11:09:33Z 2008-10-08T11:21:55Z <p>"Why so serious?"</p> <p>"Er, there is something on your teeth."</p> <p>"Are you ready?"</p> <p>"Prepare for awesomeness!"</p> <p>"It's not you. It's me."</p> <p>"Ouch! Careful where you point that thing!"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182186#182186 5 Answer by Phill Sacre for Funny loading statements to keep users amused Phill Sacre 2008-10-08T11:11:25Z 2008-10-08T11:11:25Z <p>Hmmm, on a Futurama style theme, I've always wanted to say something like this:</p> <p>"Let this abomination unto the Lord begin"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182191#182191 2 Answer by mm2010 for Funny loading statements to keep users amused mm2010 2008-10-08T11:12:11Z 2008-10-08T11:12:11Z <p>Just taking the doggy for an urgent walk...please be patient!!</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182212#182212 173 Answer by WebDude for Funny loading statements to keep users amused WebDude 2008-10-08T11:17:58Z 2008-10-08T11:17:58Z <p>"Loading humorous message ... Please Wait"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182213#182213 1 Answer by hangy for Funny loading statements to keep users amused hangy 2008-10-08T11:18:03Z 2008-10-08T11:18:03Z <ul> <li>"BRB"</li> <li>"BBIAB"</li> </ul> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182218#182218 27 Answer by Gene for Funny loading statements to keep users amused Gene 2008-10-08T11:19:51Z 2008-10-09T06:39:09Z <p>Waiting for the system admin to hit enter...</p> <p>Paging for the system admin...</p> <p>Warming up the processors...</p> <p>Reconfiguring the office coffee machine...</p> <p>RE-calibrating the internet...</p> <p>Your underwear has conflicted our DB. Please change daily.</p> <p>Although not that original I really like this idea. I've been wating for a client that would let me use this kind of "features" for a while now. The possibilities are endless.</p> <p>Note: not my native language so not sure about the spelling etc.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182223#182223 -5 Answer by Suma for Funny loading statements to keep users amused Suma 2008-10-08T11:20:58Z 2008-10-08T11:20:58Z <p>In my opinion, you should just use the <em>animated GIF alongside a very plain, very dull "Loading..." message</em>. I prefer to be informed, not entertained. The only exception would be if the page in question would be some kind of funny entertainment page - in that case the light entertaining style would be appropriate as it would fit the overall page style, but in a normal "serious" page I would prefer real information.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182236#182236 7 Answer by Ma99uS for Funny loading statements to keep users amused Ma99uS 2008-10-08T11:26:55Z 2008-10-08T11:54:01Z <p>"Adjusting data for your IQ..."<br> "Generating next funny line..."<br> "Entertaining you while you wait..."<br> <br> more...<br> <br> "Improving your reading skills..."<br> "Dividing eternity by zero, please be patient..."<br> "Just stalling to simulate activity..."<br> "Adding random changes to your data..."<br> "Waiting for approval from Bill Gates..."<br></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182238#182238 97 Answer by seuvitor for Funny loading statements to keep users amused seuvitor 2008-10-08T11:27:32Z 2008-10-08T11:27:32Z <p>"Warming up Large Hadron Collider..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182240#182240 0 Answer by Dynite for Funny loading statements to keep users amused Dynite 2008-10-08T11:27:39Z 2008-10-08T11:27:39Z <p>"Back in 5..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182244#182244 43 Answer by mdb for Funny loading statements to keep users amused mdb 2008-10-08T11:28:22Z 2008-10-08T11:28:22Z <p>"Press Alt+F4 for a quick IQ test" </p> <p>(this has the added bonus of being able to waste some time on making your loading messages User-Agent specific...)</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182256#182256 44 Answer by BlaM for Funny loading statements to keep users amused BlaM 2008-10-08T11:33:11Z 2008-10-08T11:33:11Z <p>"Searching for Answer to Life, the Universe, and Everything"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182260#182260 5 Answer by mattlant for Funny loading statements to keep users amused mattlant 2008-10-08T11:34:27Z 2008-10-08T11:34:27Z <p>"Please wait while the punch tape loads..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182267#182267 3 Answer by Anonymous for Funny loading statements to keep users amused Anonymous 2008-10-08T11:36:16Z 2008-10-08T11:36:16Z <p>Nowadays I'd rather frighten users by mentioning RIAA, not viruses :)</p> <p>Something like "scanning your hard drive for pirated movies"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182290#182290 128 Answer by Peter Wone for Funny loading statements to keep users amused Peter Wone 2008-10-08T11:40:24Z 2009-07-01T03:31:30Z <p>Animate this:</p> <pre><code>Testing RAM..............OK Testing CPU..............OK Testing Primary Disk.....OK Testing Patience.......FAIL USER ERROR: OUT OF PATIENCE! </code></pre> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182328#182328 0 Answer by Dave Sherohman for Funny loading statements to keep users amused Dave Sherohman 2008-10-08T11:49:30Z 2008-10-08T11:49:30Z <p>Although some are too specific to the game for general use, Auto Assault had a good list of loading messages, which has been archived <a href="http://autoassaultvault.ign.com/View.php?view=Guides.Detail&amp;id=4" rel="nofollow">here</a></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182336#182336 2 Answer by mm2010 for Funny loading statements to keep users amused mm2010 2008-10-08T11:53:00Z 2008-10-14T16:48:03Z <p>Now diluting data to match transmission capacity - please wait.....</p> <p>The Baby's crying, please change nappies while I am starting up...</p> <p>I've been wondering lately, don't you get lonesome staring at me?</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182340#182340 6 Answer by poisonplant for Funny loading statements to keep users amused poisonplant 2008-10-08T11:53:32Z 2008-10-08T11:53:32Z <p>Cybernet loading self awareness....please be patient;</p> <p>Starting missile launch sequence in 10, 9...;</p> <p>Increasing speed to 88.8mph;</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182343#182343 0 Answer by J-P for Funny loading statements to keep users amused J-P 2008-10-08T11:55:18Z 2008-10-08T11:55:18Z <p>Please wait a moment, deciphering your intentions...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182435#182435 0 Answer by Lukas Šalkauskas for Funny loading statements to keep users amused Lukas Šalkauskas 2008-10-08T12:16:33Z 2008-10-08T12:16:33Z <p>This is direct for men audience:</p> <p>Loading data sequence....</p> <p>Generating female bitmap..................</p> <p>Undressing female......</p> <p>Rendering image....</p> <p>Preparing to show......</p> <p>Putting data into ram....</p> <p>Preparing to draw....</p> <p>Drawing....</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182458#182458 2 Answer by R. Bemrose for Funny loading statements to keep users amused R. Bemrose 2008-10-08T12:22:00Z 2008-10-08T12:22:00Z <p>Contacting HAL9000 for authorization... I'm sorry Dave, I'm afraid I can't do that.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182472#182472 4 Answer by Fake Jim for Funny loading statements to keep users amused Fake Jim 2008-10-08T12:25:28Z 2008-10-08T12:25:28Z <p>Accommodating poor back-end SQL query. Please wait...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182478#182478 55 Answer by WaxEagle for Funny loading statements to keep users amused WaxEagle 2008-10-08T12:26:29Z 2008-10-08T13:13:41Z <p>Time is an illusion. Loading time doubly so.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182498#182498 4 Answer by tloach for Funny loading statements to keep users amused tloach 2008-10-08T12:31:49Z 2008-10-08T12:31:49Z <p>To speed up process turn crank attached to computer.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182500#182500 23 Answer by Tom Carter for Funny loading statements to keep users amused Tom Carter 2008-10-08T12:32:56Z 2008-10-08T12:32:56Z <p>QUIET !!! I'm trying to think here !</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182545#182545 6 Answer by aib for Funny loading statements to keep users amused aib 2008-10-08T12:46:48Z 2008-10-16T14:44:11Z <p>The bits in [] are optional. Alternatively, they can show up after some time:</p> <p>Waking up the AI... [Error: COFFEE_BIT not set]</p> <p>Starting [sub]pixel analysis...</p> <p>Loading loading messages...</p> <p>Trying to give priority back to actual processing from the loading message handler...</p> <p>This is a haiku<br /> Your content is now loading<br /> Be patient, will you?</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182581#182581 2 Answer by fmsf for Funny loading statements to keep users amused fmsf 2008-10-08T12:55:32Z 2008-10-08T12:55:32Z <p>Illegal software found on your hard drive! Never mind it's a photo of Chuck Norris...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182619#182619 5 Answer by Anders for Funny loading statements to keep users amused Anders 2008-10-08T13:03:26Z 2008-10-08T13:03:26Z <p>"Computing chance of success"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182639#182639 143 Answer by Rob Allen for Funny loading statements to keep users amused Rob Allen 2008-10-08T13:08:07Z 2009-07-10T00:31:04Z <p>"<em>Do you suffer from ADHD? Me neith- oh look a bunny... What was I doing again? Oh, right. Here we go</em>" </p> <p>"<em>The last time I tried this the monkey didn't survive. Let's hope it works better this time.</em>"</p> <p>"<em>Testing data on Timmy... ... ... We're going to need another Timmy</em>" </p> <p>"<em>I should have had a V8 this morning</em>" </p> <p>"<em>My other load screen is much faster. You should try that one instead</em>"</p> <p>"<em>The version I have of this in testing has much funnier load screens</em>" </p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182653#182653 16 Answer by sammyo for Funny loading statements to keep users amused sammyo 2008-10-08T13:10:06Z 2008-10-08T13:10:06Z <p>Yes there really are magic elves with an abacus working frantically in here.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182662#182662 2 Answer by sammyo for Funny loading statements to keep users amused sammyo 2008-10-08T13:11:24Z 2008-10-08T13:11:24Z <p>Press the Any key to continue.</p> <p>No not that one, the "Any" key. </p> <p>Ha ha, gotcha again. </p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182706#182706 0 Answer by Leanan for Funny loading statements to keep users amused Leanan 2008-10-08T13:19:28Z 2008-10-08T13:19:28Z <p>"All your pages are belong to me/us." (pick which you prefer, me or us) "Sending up the codes."</p> <p>I can't think of many more at the moment, but I'm sure I will later. I know they aren't completely original, but as a gamer, it still amuses me (and some of the music videos people make are funny)</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182717#182717 22 Answer by Carl Seleborg for Funny loading statements to keep users amused Carl Seleborg 2008-10-08T13:21:57Z 2008-10-08T13:21:57Z <ul> <li>"Waiting for Godot..."</li> <li>"Please don't move..."</li> <li>"Working... no, just kidding."</li> <li>"Working... hey, come back here!"</li> <li>"Working... So, how are you?"</li> <li>"Behind you! Ha, ha, gotcha!"</li> <li>"Please count to 10..."</li> <li>"Are your shoelaces tied?"</li> <li>"Exercise: enumerate your shopping list as quickly as possible"</li> <li>"Working... unlike you!"</li> <li>"Working... well... you know..."</li> <li>"Doing something useful..."</li> <li>"null"</li> <li>"Oh, yeah, comments! Good idea!"</li> </ul> <p>Ok, that's it for this time.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182733#182733 0 Answer by Dana for Funny loading statements to keep users amused Dana 2008-10-08T13:26:29Z 2008-10-08T13:26:29Z <p>preparing to format hard drive...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182746#182746 2 Answer by Treb for Funny loading statements to keep users amused Treb 2008-10-08T13:28:52Z 2008-10-08T14:21:15Z <ul> <li>Hey, why did you click this button? You woke me up!!!</li> <li>Let me think about this...</li> <li>Please try to click a little softer, that mouse pointer is pointed!</li> <li>Gotcha, boss! Going right at it!</li> <li>Will do. In the meantime, can you prepare me a cup of tea?</li> </ul> <p>And for the traditionalists: 'Hello, Dave!' <img src="http://flowstate.homestead.com/files/hal9000.gif" alt="HAL9000" /></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182773#182773 7 Answer by Rik Garner for Funny loading statements to keep users amused Rik Garner 2008-10-08T13:33:44Z 2008-10-08T13:33:44Z <p>"Caching internet locally..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182785#182785 3 Answer by plinth for Funny loading statements to keep users amused plinth 2008-10-08T13:37:35Z 2008-10-08T13:37:35Z <ol> <li>Spinning up gerbil wheel</li> <li><a href="http://edp.org/monkey.htm" rel="nofollow">Mounting a scratch monkey</a></li> <li>Counting an infinite number of monkeys</li> <li>Stretching an owl</li> <li>Buying the world a Coke</li> </ol> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182810#182810 0 Answer by Mecki for Funny loading statements to keep users amused Mecki 2008-10-08T13:41:21Z 2008-10-08T13:41:21Z <p>Sorry, I don't know how to help in this situation. Maybe you should try asking a human?</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182813#182813 0 Answer by Ramesh Soni for Funny loading statements to keep users amused Ramesh Soni 2008-10-08T13:41:52Z 2008-10-08T13:41:52Z <p>Awaking the Computer..</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182820#182820 0 Answer by Supowski for Funny loading statements to keep users amused Supowski 2008-10-08T13:43:34Z 2008-10-08T13:43:34Z <p>Lo-lo-lo-lo-loading.... Sorry to stammer, I do it every time when I have to wait for something.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182835#182835 0 Answer by Myrrdyn for Funny loading statements to keep users amused Myrrdyn 2008-10-08T13:46:26Z 2008-10-08T13:46:26Z <p>"Prepare yourself, for the season of the Moonstones is upon you!"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182877#182877 0 Answer by Mohit Ranka for Funny loading statements to keep users amused Mohit Ranka 2008-10-08T13:53:57Z 2008-10-08T13:53:57Z <p>"Do you think this page will load?"</p> <p>"Ahh.... kidding"</p> <p>"No, seriously"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182912#182912 3 Answer by Abyss Knight for Funny loading statements to keep users amused Abyss Knight 2008-10-08T13:59:34Z 2008-10-08T13:59:34Z <p>Just use a line from Portal's "Still Alive", bonus points for audio:</p> <blockquote> <p>"This was a triumph</p> <p>I’m making a note here: huge success</p> <p>It’s hard to overstate my satisfaction</p> <p>Aperture Science</p> <p>We do what we must because we can</p> <p>For the good of all of us</p> <p>Except the ones who are dead</p> <p>But there’s no sense crying over every mistake</p> <p>You just keep on trying till you run out of cake</p> <p>And the science gets done and you make a neat gun</p> <p>For the people who are still alive"</p> </blockquote> <p>Or the ever wonderful, "Code Monkey" by the same artist, Jonathon Coulton:</p> <blockquote> <p>"Code Monkey get up get coffee </p> <p>Code Monkey go to job </p> <p>have boring meeting with boring manager Rob </p> <p>Rob say Code Monkey very diligent </p> <p>but his output stink </p> <p>his code not functional or elegant </p> <p>what do Code Monkey think </p> <p>Code Monkey think maybe manager want to write goddamn login page himself </p> <p>Code Monkey not say it out loud </p> <p>Code Monkey not crazy just proud"</p> </blockquote> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182922#182922 2 Answer by Jaap Coomans for Funny loading statements to keep users amused Jaap Coomans 2008-10-08T14:01:10Z 2008-10-08T14:01:10Z <p>Please wait... Rebooting the Internet</p> <p>Taking the red pill...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182978#182978 1 Answer by jop for Funny loading statements to keep users amused jop 2008-10-08T14:10:23Z 2008-10-09T04:10:47Z <p>"insert progress message here"</p> <p>"message intentionally left blank"</p> <p>"lorem ipsum dolor..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/182991#182991 6 Answer by Steven A. Lowe for Funny loading statements to keep users amused Steven A. Lowe 2008-10-08T14:13:50Z 2008-10-08T14:13:50Z <p>Centralizing the processing units...</p> <p>Randomizing memory access...</p> <p>I think, therefore I am...loading!</p> <p>I'm sorry Dave, I can't do that</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183006#183006 136 Answer by Matthew Scouten for Funny loading statements to keep users amused Matthew Scouten 2008-10-08T14:18:02Z 2008-10-08T14:18:02Z <pre><code>Loading Infinite Monkeys.... Monkey 1....................Loaded Monkey 2....................Loaded Monkey 3....................Loaded Monkey 4....................Loaded Monkey 5....................Loaded Monkey 6....................Loaded Monkey 7....................Loaded Monkey 8......... </code></pre> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183055#183055 12 Answer by Marius for Funny loading statements to keep users amused Marius 2008-10-08T14:29:08Z 2008-10-08T14:29:08Z <p>"Brain the size of a planet and all you want me to do is recite a funny loading message..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183057#183057 8 Answer by Jeff for Funny loading statements to keep users amused Jeff 2008-10-08T14:29:47Z 2008-10-08T14:29:47Z <p>"You shouldn't have done that."</p> <p>"Remember, beer and email don't mix."</p> <p>"I found a typo! Sending..."</p> <p>"Your time is important to us. Please hold."</p> <p>"Warning: Do not set yourself on fire."</p> <p>"Beauty is skin deep. Have a bag."</p> <p>"Recording IP address... Checking cookies... Scanning browser history... Generating ad content... Enjoy the goats!"</p> <p>"Loading new loading screen."</p> <p>"Making you a cookie."</p> <p>"Stealing bucket."</p> <p>"Photographing cats... Attaching signs... MEME complete!"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183065#183065 0 Answer by Charlie boy for Funny loading statements to keep users amused Charlie boy 2008-10-08T14:30:53Z 2008-10-08T14:30:53Z <p><em>All your base are soon belong to us ...</em></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183134#183134 1 Answer by Jason Miesionczek for Funny loading statements to keep users amused Jason Miesionczek 2008-10-08T14:44:42Z 2008-10-08T14:44:42Z <p>Flooding the InterTubes...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183208#183208 6 Answer by fryguybob for Funny loading statements to keep users amused fryguybob 2008-10-08T14:55:33Z 2008-10-08T14:55:33Z <p>Recalculating PI....</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183227#183227 0 Answer by Krakkos for Funny loading statements to keep users amused Krakkos 2008-10-08T14:58:09Z 2008-10-08T14:58:09Z <p>a "reticulated spline" is a valid geometrical entity. They're used a lot in terrain modelling. Because you can get non-reticulated splines, someone wiseguy obviously thought it good to start reticulating them.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183287#183287 7 Answer by akdom for Funny loading statements to keep users amused akdom 2008-10-08T15:08:31Z 2008-10-08T15:08:31Z <p>Courtesy of [Insert website here]. Sending you to the future one second at a time since [insert current timestamp].</p> <p>Or just the trimmed version:</p> <blockquote> <p>"Transporting you into the future one second at a time..."</p> </blockquote> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183312#183312 46 Answer by Jeff B for Funny loading statements to keep users amused Jeff B 2008-10-08T15:12:01Z 2009-03-10T21:34:16Z <p>"Are we there yet?"</p> <p>"Insert quarter"</p> <p>"1,000,000 bottles of beer on the wall..."</p> <p>"Hang on a sec, I know your data is here somewhere"</p> <p>"Well, what are you waiting for?"</p> <p>"Are we there yet?"</p> <p>"Have you lost weight?"</p> <p>"Congratulations!"</p> <p>"Are we there yet?"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183383#183383 242 Answer by Adam Rosenfield for Funny loading statements to keep users amused Adam Rosenfield 2008-10-08T15:27:43Z 2009-09-27T23:48:33Z <p>The <a href="http://whereis.mit.edu/" rel="nofollow">MIT campus map</a> has a bunch of good ones:</p> <p>(All loading messages are prefixed with "Please wait")</p> <ul> <li>640K ought to be enough for anybody</li> <li>the architects are still drafting</li> <li>the bits are breeding</li> <li>we're building the buildings as fast as we can</li> <li>would you prefer chicken, steak, or tofu?</li> <li>pay no attention to the man behind the curtain</li> <li>and enjoy the elevator music</li> <li>while the little elves draw your map</li> <li>a few bits tried to escape, but we caught them</li> <li>and dream of faster computers</li> <li>would you like fries with that?</li> <li>checking the gravitational constant in your locale</li> <li>go ahead -- hold your breath</li> <li>at least you're not on hold</li> <li>hum something loud while others stare</li> <li>you're not in Kansas any more</li> <li>the server is powered by a lemon and two electrodes</li> <li>we love you just the way you are</li> <li>while a larger software vendor in Seattle takes over the world</li> <li>we're testing your patience</li> <li>as if you had any other choice</li> <li>take a moment to sign up for our lovely prizes</li> <li>don't think of purple hippos</li> <li>follow the white rabbit</li> <li>why don't you order a sandwich?</li> <li>while the satellite moves into position</li> <li>the bits are flowing slowly today</li> <li>dig on the 'X' for buried treasure... ARRR!</li> <li>it's still faster than <em>you</em> could draw it</li> </ul> <p><hr /></p> <p><strong>EDIT</strong>: MIT has since updated their campus map. The old map can still be found at <a href="http://web.archive.org/web/20060101092711/whereis.mit.edu/map-jpg" rel="nofollow">archive.org</a>, and the old loading messages can still be found <a href="http://web.mit.edu/campus-map/please-wait/" rel="nofollow">here</a> (for now).</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183429#183429 0 Answer by Throknor for Funny loading statements to keep users amused Throknor 2008-10-08T15:38:27Z 2008-10-08T15:38:27Z <p>Locating infinite improbability drive...</p> <p>Disengaging Genuine People Personalities Protocol for your sanity...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183631#183631 2 Answer by Esteban Brenes for Funny loading statements to keep users amused Esteban Brenes 2008-10-08T16:23:46Z 2008-10-08T16:23:46Z <p>For anyone who played Everquest this might be familiar:</p> <p>"Teaching Snakes to Kick"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183672#183672 1 Answer by Chris Ballance for Funny loading statements to keep users amused Chris Ballance 2008-10-08T16:32:24Z 2008-10-08T16:32:24Z <p>"Please stand by, <em>application name</em> is grunting a sculpture"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183723#183723 53 Answer by Daniel Auger for Funny loading statements to keep users amused Daniel Auger 2008-10-08T16:42:06Z 2008-10-08T16:42:06Z <p>"Press play on tape."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183784#183784 2 Answer by Kip for Funny loading statements to keep users amused Kip 2008-10-08T17:00:00Z 2008-10-08T17:00:00Z <p>"Contemplating the meaning of life"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183796#183796 11 Answer by Kip for Funny loading statements to keep users amused Kip 2008-10-08T17:03:29Z 2008-10-08T17:03:29Z <p>"Counting backwards from infinity"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183802#183802 11 Answer by Electrons_Ahoy for Funny loading statements to keep users amused Electrons_Ahoy 2008-10-08T17:04:43Z 2008-10-08T17:04:43Z <p>You are in a maze of twisty loading screens, all alike...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183807#183807 1 Answer by nwahmaet for Funny loading statements to keep users amused nwahmaet 2008-10-08T17:06:12Z 2008-10-08T17:06:12Z <p>"The longer it takes me, the better it will be for you" </p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183872#183872 2 Answer by Robert Rouse for Funny loading statements to keep users amused Robert Rouse 2008-10-08T17:22:09Z 2008-10-08T17:22:09Z <p>"I have experience with [insert random program on system]. I can see [program] from my directory."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183912#183912 2 Answer by void for Funny loading statements to keep users amused void 2008-10-08T17:32:53Z 2008-10-08T17:32:53Z <p>Waking up your lazy processor.</p> <p>Having a quick byte to eat ...</p> <p>I'll be with you in a bit ...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/183992#183992 0 Answer by ykaganovich for Funny loading statements to keep users amused ykaganovich 2008-10-08T17:55:45Z 2008-10-08T17:55:45Z <p><a href="http://www.hamienet.com/24928_Jeopardy--Think-Music.mp3" rel="nofollow">Jeopardy music</a></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184000#184000 0 Answer by peacedog for Funny loading statements to keep users amused peacedog 2008-10-08T17:57:20Z 2008-10-08T17:57:20Z <p>I was trying to think of Flight of the Concords lyrics (I love that show too):</p> <p>This is Bowie to Bowie, do you hear me out there man?</p> <p>This is Bowie back to Bowie I read you loud and clear, man.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184007#184007 2 Answer by ykaganovich for Funny loading statements to keep users amused ykaganovich 2008-10-08T17:59:52Z 2008-10-08T17:59:52Z <p><img src="http://www.gifs.net/Animation11/Creatures_and_Cartoons/Cartoons_Simpsons/Itchy_and_Scratchy_2.gif" alt="alt text" /></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184094#184094 2 Answer by Flupkear for Funny loading statements to keep users amused Flupkear 2008-10-08T18:17:00Z 2008-10-08T18:22:05Z <p>"Baking cake..."</p> <p>“Look behind you, a Three-Headed Monkey!”</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184164#184164 1 Answer by Ryan Delucchi for Funny loading statements to keep users amused Ryan Delucchi 2008-10-08T18:28:08Z 2008-10-08T18:28:08Z <p>Searching for an external observer required to conduct Turing Test ...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184430#184430 9 Answer by Rodger Cooley for Funny loading statements to keep users amused Rodger Cooley 2008-10-08T19:21:59Z 2008-10-08T19:21:59Z <p>"While you're waiting, why not head over to <a href="http://stackoverflow.com" rel="nofollow">http://stackoverflow.com</a>?"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184457#184457 4 Answer by Lee Crabtree for Funny loading statements to keep users amused Lee Crabtree 2008-10-08T19:30:06Z 2008-10-08T19:30:06Z <p>Charging capacitors to 1.21 jiggawatts...<br> Initializing loading message database...<br> Entertaining possibility of continuing...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184480#184480 5 Answer by s t for Funny loading statements to keep users amused s t 2008-10-08T19:34:55Z 2008-10-08T19:34:55Z <p>Checking prime directives...</p> <ul> <li>"Serve the public trust"</li> <li>"Protect the innocent" </li> <li>"Uphold the law"</li> <li>(Classified)</li> </ul> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184525#184525 0 Answer by David for Funny loading statements to keep users amused David 2008-10-08T19:46:05Z 2008-10-08T19:46:05Z <p>"Gnarfling the Garthok"</p> <p>"Having fun storming the castle"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184601#184601 1 Answer by Yadyn for Funny loading statements to keep users amused Yadyn 2008-10-08T20:04:05Z 2008-10-08T20:04:05Z <p>(Most should probably begin with "Please wait...")</p> <ul> <li>Fixing glitch...</li> <li>Going the distance...</li> <li>Searching for dragons...</li> <li>Hitting your keyboard won't make this faster...</li> <li>Generating 20 Questions...</li> <li>Releasing hamsters...</li> </ul> <p>Also, on a separate but very important note, this post now shows up first in Google when searching for "<a href="http://www.google.com/search?hl=en&amp;q=funny+loading+messages&amp;btnG=Google+Search&amp;aq=f&amp;oq=funny+loading+message" rel="nofollow">funny loading messages</a>". Go <a href="http://stackoverflow.com/">SO</a>!</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184760#184760 2 Answer by J.J. for Funny loading statements to keep users amused J.J. 2008-10-08T20:34:10Z 2008-10-08T20:34:10Z <p><em>"Drink and be merry for tomorrow this site may load"</em></p> <p><em>"Et tu RAM"</em></p> <p><em>"This site is like a box of chocolates, you never know what page is gonna load.</em>"</p> <p><em>"Don't press back ... pretty please"</em></p> <p><em>"All your web browser are belong to us"</em></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184833#184833 0 Answer by Milan Babuškov for Funny loading statements to keep users amused Milan Babuškov 2008-10-08T20:49:48Z 2008-10-08T20:49:48Z <ul> <li>checking your assets</li> <li>checking your collection</li> <li>ordering XYZ book from Amazon...</li> </ul> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184896#184896 4 Answer by rotw for Funny loading statements to keep users amused rotw 2008-10-08T21:00:29Z 2008-10-08T21:00:29Z <p>Some lame ones:</p> <ul> <li>The loading screen is a lie.</li> <li>Houston, we have a... oh, hi. All fine here.</li> </ul> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184922#184922 0 Answer by Bopp for Funny loading statements to keep users amused Bopp 2008-10-08T21:06:37Z 2008-10-08T21:06:37Z <p>"Queueing bird songs" "Coloring flowers"</p> <p>Online image editor <a href="http://picnik.com" rel="nofollow">Picnik</a> has a bunch of cutesey loading messages like this.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184969#184969 35 Answer by Erik for Funny loading statements to keep users amused Erik 2008-10-08T21:15:59Z 2008-10-08T21:15:59Z <p>"It is pitch black. You are likely to be eaten by a grue."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184978#184978 1 Answer by Seanchán for Funny loading statements to keep users amused Seanchán 2008-10-08T21:18:14Z 2008-10-08T21:24:03Z <p>Sid Meier's Sword of the Samurai anyone:</p> <p>"Cultivate a stoic calmness" </p> <p>See <a href="http://www.links.net/dox/warez/games/microprose/samurai/pix/interstitialcalmness.gif" rel="nofollow">http://www.links.net/dox/warez/games/microprose/samurai/pix/interstitialcalmness.gif</a> for how looked it.</p> <p>There were other koans which I forget. </p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/184992#184992 1 Answer by AlanR for Funny loading statements to keep users amused AlanR 2008-10-08T21:22:01Z 2008-10-08T21:22:01Z <p>Loading... Please be patie... OMG! Your dog is on fire!</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185008#185008 0 Answer by AtliB for Funny loading statements to keep users amused AtliB 2008-10-08T21:28:07Z 2008-10-08T21:28:07Z <p><em>"Calculating time to load site..."</em></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185324#185324 0 Answer by Zing- for Funny loading statements to keep users amused Zing- 2008-10-08T23:19:05Z 2008-10-08T23:19:05Z <p>Wouldn't it be nice if there were an Escape key for all of our problems?</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185328#185328 1 Answer by Zing- for Funny loading statements to keep users amused Zing- 2008-10-08T23:20:05Z 2008-10-08T23:20:05Z <p>If it's a Macintosh; it's got an excuse.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185330#185330 0 Answer by Zing- for Funny loading statements to keep users amused Zing- 2008-10-08T23:20:45Z 2008-10-08T23:20:45Z <p>Time flies when you don't know what you're doing.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185333#185333 0 Answer by Zing- for Funny loading statements to keep users amused Zing- 2008-10-08T23:22:27Z 2008-10-08T23:22:27Z <p>The world is coming to an end. Please log off.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185339#185339 5 Answer by Zing- for Funny loading statements to keep users amused Zing- 2008-10-08T23:24:53Z 2008-10-08T23:24:53Z <p>Very funny Scotty. Now beam down my clothes.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185341#185341 0 Answer by Zing- for Funny loading statements to keep users amused Zing- 2008-10-08T23:25:42Z 2008-10-08T23:25:42Z <p>We have enough youth, how about a fountain of SMART?</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185352#185352 15 Answer by Zing- for Funny loading statements to keep users amused Zing- 2008-10-08T23:29:08Z 2008-10-08T23:29:08Z <p>Who is General Failure and why is he reading my hard disk?</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185366#185366 0 Answer by Zing- for Funny loading statements to keep users amused Zing- 2008-10-08T23:36:27Z 2008-10-08T23:36:27Z <p>Next year the government will start deporting all of the weird old people.</p> <p>I started crying when I thought of you.</p> <p>Run, my friend, RUN !!!</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185417#185417 85 Answer by Zarkonnen for Funny loading statements to keep users amused Zarkonnen 2008-10-08T23:58:25Z 2008-10-08T23:58:25Z <p>How about randomly generating a phrase?</p> <p>[verbing] [adjective] [plural noun]</p> <p>And then have a small dictionary for each of these three slots: { "transglutinating", "fine-tuning" }, { "injector", "radiant" }, { "goatherd", "post-processor" }.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185468#185468 0 Answer by Mark Stock for Funny loading statements to keep users amused Mark Stock 2008-10-09T00:21:45Z 2008-10-09T00:21:45Z <ul> <li>AjaxApp is starting... </li> <li>AjaxApp is shutting down...</li> <li>Calculating time to load...</li> <li>99.99% complete...</li> </ul> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185472#185472 2 Answer by Mark Stock for Funny loading statements to keep users amused Mark Stock 2008-10-09T00:23:59Z 2008-10-09T00:23:59Z <ul> <li>Preprocessing...</li> <li>Parsing...</li> <li>Compiling...</li> <li><strong>Coffee time!</strong></li> <li>Linking...</li> </ul> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185492#185492 6 Answer by Leanan for Funny loading statements to keep users amused Leanan 2008-10-09T00:33:48Z 2008-10-09T00:39:51Z <p>Rolling for initiative...<BR> Attacking the darkness...<BR> Making will save...<BR></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185516#185516 0 Answer by fatcat1111 for Funny loading statements to keep users amused fatcat1111 2008-10-09T00:47:57Z 2008-10-09T00:47:57Z <p>Why write your own? Find a good fortune.dat file, </p> <pre><code>#include "fortune.h" </code></pre> <p>And take it from there!</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185525#185525 0 Answer by hydroes for Funny loading statements to keep users amused hydroes 2008-10-09T00:52:22Z 2008-10-09T00:52:22Z <p>It's not really suited for your problem, but I always liked the dragon ball bodokai 3 loading screen. - Playstation.</p> <p>With time passing by little, monster came out of the soil.</p> <p>If you twisted one analog stick, they came quicker and more of them came. If you twist both analog stick and use both controlers you get a very decent rate of aliends digging out. (It also depends on the twisting speed)</p> <p>The controllers cried for mercy. Yes they did!</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185552#185552 6 Answer by Chris Latta for Funny loading statements to keep users amused Chris Latta 2008-10-09T01:04:44Z 2008-10-09T01:04:44Z <p>Searching for the Amulet of Yendor</p> <p>Preparing for hyperspace jump</p> <p>Slaying a Balrog</p> <p>Going to DEFCON 1</p> <p>Searching for the... OMG, what the heck is THAT doing there?</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185865#185865 4 Answer by Groxx for Funny loading statements to keep users amused Groxx 2008-10-09T03:42:42Z 2008-10-09T03:42:42Z <p><code>Computing 6 x 9...</code></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185916#185916 0 Answer by Jauder Ho for Funny loading statements to keep users amused Jauder Ho 2008-10-09T04:12:35Z 2008-10-09T04:12:35Z <p>Photophlow has some amusing loading messages. Check it out.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185918#185918 1 Answer by jop for Funny loading statements to keep users amused jop 2008-10-09T04:13:09Z 2008-10-09T04:13:09Z <p>"the Matrix has you, $USERNAME"</p> <p>"follow the white rabbit"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/185968#185968 80 Answer by Snocrash for Funny loading statements to keep users amused Snocrash 2008-10-09T04:53:45Z 2008-10-13T12:18:14Z <p>The NetPositive browser on BeOS had some great error messages! They were all written as Haiku and could be modified to suit your app or at least provide some inspiration:</p> <p><a href="http://www.8325.org/haiku/" rel="nofollow">http://www.8325.org/haiku/</a></p> <pre> The web site you seek Lies beyond our perception But others await. Sites you are seeking From your path they are fleeing Their winter has come. A truth found, be told You are far from the fold, Go Come back yet again. Wind catches lily Scatt'ring petals to the wind: Your site is not found. These three are certain: Death, taxes, and site not found. You, victim of one. Ephemeral site. I am the Blue Screen of Death. No one hears your screams. Aborted effort: The site, passed this veil of tears. You ask way too much. Mourning and sorrow 404 not with us now Lost to paradise. Not a pretty sight When the web dies screaming loud The site is not found. Site slips through fingers Pulse pounding hard and frantic Vanishing like mist. The dream is shattered The web site cannot be found Inside the spring rain. Bartender yells loud Your site cannot be found, boy Buy another drink. Chrome megaphone barks It's not possible to talk Not yet anyway. Emptyness of soul Forever aching blackness: "Blah.com not found." Click exciting link Gossamer threads hold you back 404 not found. With searching comes loss And the presence of absence: The site is not found. You step in the stream, But the water has moved on The site is not here. Rather than a beep Or a rude error message, These words: 'Site not found.' Something you entered Transcended parameters. The site is unknown. Stay the patient course Of little worth is your ire The server is down There is a chasm Of carbon and silicon The server can't bridge. Chaos reigns within. Reflect, repent, and retry. Server shall return. Won't you please observe A brief moment of silence For the dead server? First snow, then silence. This expensive server dies So beautifully. Seeing my great fault Through darkening dead servers I begin again. Visit the home page It can't be done easily When the site is down. Cables have been cut Southwest of Northeast somewhere We are not amused. Site is silent, yes No voices can be heard now The cows roll their eyes. Silicon shudders The site is down for the count One big knockout punch. Yesterday it worked Today it is not working The web is like that. The ten thousand things How long do any persist? The file, not there. A file that big? It might be very useful But now it is gone. To have no errors Would be life without meaning No struggle, no joy Errors have occurred. We won't tell you where or why. Lazy programmers. The code was willing It considered your request, But the chips were weak. Error reduces Your expensive computer To a simple stone. Server's poor response Not quick enough for browser. Timed out, plum blossom. Login incorrect. Only perfect spellers may Enter this system. </pre> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/186021#186021 0 Answer by MikeJ for Funny loading statements to keep users amused MikeJ 2008-10-09T05:34:15Z 2008-10-09T05:34:15Z <p>Setting the modulating fibulator to full polarity...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/186022#186022 1 Answer by MikeJ for Funny loading statements to keep users amused MikeJ 2008-10-09T05:35:02Z 2008-10-09T05:35:02Z <p>this page was crafted from only the finest ascii...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/186038#186038 3 Answer by MikeJ for Funny loading statements to keep users amused MikeJ 2008-10-09T05:41:03Z 2008-10-09T05:41:03Z <p>Sorry. Our server is a few bytes short of a file...</p> <p>Don't throw out that cat! Get me some pliers quick...</p> <p>Waving the rubber chicken over the server. please wait...</p> <p>This page brough to you by the Letter Q...</p> <p>Come to Ralph's Wonder Lama Emporium....</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/186673#186673 11 Answer by Andrew for Funny loading statements to keep users amused Andrew 2008-10-09T10:29:24Z 2008-10-09T10:29:24Z <p>Don't panic...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/186676#186676 0 Answer by Andrew for Funny loading statements to keep users amused Andrew 2008-10-09T10:30:39Z 2008-10-09T10:30:39Z <p>Unpacking data package...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/186678#186678 1 Answer by Andrew for Funny loading statements to keep users amused Andrew 2008-10-09T10:31:34Z 2008-10-09T10:31:34Z <p>Reassembling atoms...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/186683#186683 5 Answer by Andrew for Funny loading statements to keep users amused Andrew 2008-10-09T10:32:37Z 2008-10-09T10:32:37Z <p>Waiting for more electricity...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/186999#186999 74 Answer by AnthonyWJones for Funny loading statements to keep users amused AnthonyWJones 2008-10-09T12:18:10Z 2008-10-09T12:18:10Z <p>Two animated gifs, one that runs twice as fast. A button that says 'Turbo Boost'. On click swap in the fast gif for a few seconds after which swap back and briefly display 'Turbo boost exhausted, click again to re-enable'. Reduce time enabled after each click.</p> <p>Randomly introduce messages 'Are you sure this is helping?' and 'Must go faster, must go faster'.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/187429#187429 0 Answer by arinte for Funny loading statements to keep users amused arinte 2008-10-09T14:08:05Z 2008-10-09T14:08:05Z <p>Chazz: Night is a very dark time for me Jimmy: It's dark for everyone, idiot! Chazz: Not for people who live in Alaska. Or people with night-vision goggles</p> <p>Chazz: Personal philosophy: Clothing optional.</p> <p>Chazz: It makes my hair shine like the Belt of Orion.</p> <p>Chazz: My victory in Boston was as sweet as the cream pie from the city it's named after.</p> <p>Chazz: They laughed at Louie Armstrong when he said he was going to the moon, and now he's laughing at them from up there. </p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/187435#187435 2 Answer by arinte for Funny loading statements to keep users amused arinte 2008-10-09T14:09:14Z 2008-10-09T14:09:14Z <p>Press and hold your power button to improve your productivity.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/187496#187496 0 Answer by Mamut for Funny loading statements to keep users amused Mamut 2008-10-09T14:23:40Z 2008-10-09T14:23:40Z <p>Still there?</p> <p>Yeah, I had a feeling you'd wanna do(click) this</p> <p>Waiting for that butterfly in the Andes...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/187928#187928 5 Answer by idean for Funny loading statements to keep users amused idean 2008-10-09T15:54:07Z 2008-10-09T15:54:07Z <p>Rewinding the DVD...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/187961#187961 3 Answer by Mez for Funny loading statements to keep users amused Mez 2008-10-09T16:04:13Z 2008-10-09T16:04:13Z <p>"brb, need to pee"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/188024#188024 0 Answer by xmotogodx for Funny loading statements to keep users amused xmotogodx 2008-10-09T16:19:01Z 2008-10-09T16:19:01Z <p>Very nice topic. I have thought about doing this myself....now with all these quotes...I may have to give it a whirl!</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/188157#188157 0 Answer by Oli for Funny loading statements to keep users amused Oli 2008-10-09T16:50:19Z 2008-10-09T16:50:19Z <p>Put the kettle on. It's going to take a minute.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/188224#188224 2 Answer by JayG for Funny loading statements to keep users amused JayG 2008-10-09T17:06:24Z 2008-10-09T17:06:24Z <p>From Office Space: "PC Load Letter!? What the $#%&amp; does that mean?"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/189473#189473 1 Answer by DanielSwe for Funny loading statements to keep users amused DanielSwe 2008-10-09T22:39:00Z 2008-10-09T22:39:00Z <p>I would like to program a loading screen that makes you believe that you have a killer behind you. Should of course use the webcam.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/189629#189629 2 Answer by Saif Khan for Funny loading statements to keep users amused Saif Khan 2008-10-09T23:51:27Z 2008-10-09T23:51:27Z <p>Loading.......one sec .....hold on....... ..............a minute or two....... what are you doing?.......here comes</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/190038#190038 5 Answer by Federico Ramponi for Funny loading statements to keep users amused Federico Ramponi 2008-10-10T03:38:54Z 2008-10-10T03:38:54Z <pre><code>Ravaging drive C: ......... done. Ravaging drive D: ......... done.</code></pre> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/190063#190063 0 Answer by Nrj for Funny loading statements to keep users amused Nrj 2008-10-10T03:48:38Z 2008-10-10T03:48:38Z <ul> <li><p>Sometime your agony will be over .. </p></li> <li><p>How much time do you have ...</p></li> </ul> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/190077#190077 6 Answer by Federico Ramponi for Funny loading statements to keep users amused Federico Ramponi 2008-10-10T03:55:15Z 2008-10-10T04:07:42Z <p>A little animated <a href="http://en.wikipedia.org/wiki/Blue_Screen_of_Death" rel="nofollow">BSOD</a></p> <p><img src="http://themes.belchfire.net/screenshots/BSOD.jpg" alt="alt text" /></p> <pre><code>A fatal exception 0E has occurred at 0028:C0011E in VXD VMM(01) + 00010E36... No, let me think. 00010F24... Wait a minute. Where the hell was that? Yeah, found: 00020EFF. Damn it, we've lost it again. Searching...... Wanna play chess? </code></pre> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/190080#190080 2 Answer by dlacey for Funny loading statements to keep users amused dlacey 2008-10-10T03:56:20Z 2008-10-10T03:56:20Z <p>Dyslexics of the world untie!</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/190128#190128 1 Answer by Mark for Funny loading statements to keep users amused Mark 2008-10-10T04:33:04Z 2008-10-10T04:33:04Z <p>say the alphabet backwards out loud to continue...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/190486#190486 4 Answer by Yaba for Funny loading statements to keep users amused Yaba 2008-10-10T08:09:05Z 2008-10-10T08:09:05Z <p>Anno 1701 (a real time strategy game) has some funny messages:</p> <ul> <li>Salting Sea Water</li> <li>Hiding Treasures</li> <li>Filling up Mountains</li> <li>Creating Weather Forecast ....</li> </ul> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/190515#190515 8 Answer by deworde for Funny loading statements to keep users amused deworde 2008-10-10T08:28:28Z 2008-10-10T08:28:28Z <p>I would go with funny messages but I'd also have a lookup table somewhere in the manual for what stage they actually represent. That way when it crashes on "Initialising Giant Laser...", you know that it's actually reading in the file asdfx.dll.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/190527#190527 1 Answer by deworde for Funny loading statements to keep users amused deworde 2008-10-10T08:33:45Z 2008-10-10T08:33:45Z <p>Initialising Murphyonic Field...</p> <p>Corrupting Files...</p> <p>Burning out microchips...</p> <p>Tangling Cables...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/190569#190569 0 Answer by ThatBloke for Funny loading statements to keep users amused ThatBloke 2008-10-10T08:51:32Z 2008-10-10T08:51:32Z <p>ummm...<br> thinks...<br> yawn<br> is that the time already?</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/190645#190645 1 Answer by BaLs for Funny loading statements to keep users amused BaLs 2008-10-10T09:36:01Z 2008-10-10T09:36:01Z <p>"Keep smiling , we found your smiley face cute :) "</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/190679#190679 1 Answer by MIlan for Funny loading statements to keep users amused MIlan 2008-10-10T09:57:58Z 2008-10-10T09:57:58Z <p>"Reading AUTOEXEC.BAT..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/190695#190695 0 Answer by Code Trawler for Funny loading statements to keep users amused Code Trawler 2008-10-10T10:09:58Z 2008-10-10T10:09:58Z <p>"Preparing the Matrix"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/190725#190725 2 Answer by Guano for Funny loading statements to keep users amused Guano 2008-10-10T10:21:34Z 2008-10-10T10:21:34Z <p>"Time is relative.."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/191321#191321 2 Answer by Rajesh for Funny loading statements to keep users amused Rajesh 2008-10-10T13:40:19Z 2008-10-10T13:40:19Z <p>"Lost my way to your desktop...Please Wait..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/191928#191928 11 Answer by chaoley for Funny loading statements to keep users amused chaoley 2008-10-10T15:39:59Z 2008-10-10T15:39:59Z <p>"So, do you come here often?"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/192388#192388 2 Answer by Aaron Palmer for Funny loading statements to keep users amused Aaron Palmer 2008-10-10T17:34:29Z 2008-10-10T17:34:29Z <p>The dilithium crystals are fading fast...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/192487#192487 3 Answer by Dynamo for Funny loading statements to keep users amused Dynamo 2008-10-10T18:06:17Z 2008-10-10T18:06:17Z <p>The MMORPG Everquest uses a bunch of these while the game loads up. A few favorites of mine are:</p> <p>Warning. Half Elves are now 49.99999 Elf....</p> <p>and this:</p> <p>Hitting your keyboard won't make this faster....</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/193322#193322 0 Answer by Oli for Funny loading statements to keep users amused Oli 2008-10-10T23:17:37Z 2008-10-10T23:17:37Z <p><em>Tsss</em> You fancy a beer too?</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/193938#193938 2 Answer by dar7yl for Funny loading statements to keep users amused dar7yl 2008-10-11T10:24:02Z 2008-10-11T10:24:02Z <ul> <li>histone sequence acetylated</li> <li>chromatin decondensed </li> <li>pol II loaded</li> <li>transcription commencing</li> <li>transcription paused </li> <li>transcription resumed </li> <li>transcription completed </li> <li>post transational editing</li> <li>commencing intron splicing </li> <li>completed messenger export </li> <li>start codon recognized</li> <li>translation and polypeptide synthesis commencing</li> <li>stop codon detected </li> <li>post-transational configuration </li> <li>protein transport</li> <li>enzymic reaction</li> <li>product synthesis</li> <li>product complete</li> </ul> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/194012#194012 1 Answer by murdock for Funny loading statements to keep users amused murdock 2008-10-11T12:02:43Z 2008-10-11T12:02:43Z <p>Coffee time!</p> <p>Minesweeper time!</p> <p>User patience ending...</p> <p>Burning your belly fat...</p> <p>Connecting to BSA main server...</p> <p>Making fun of you...</p> <p>Feature unavalaible. Try again in 30 minutes.</p> <p>Downloading the Internet... ERROR: puny disk detected.</p> <p>Scanning the Internet for virus...</p> <p>Watching TV...</p> <p>Sending all your porn links to your mom...</p> <p>Poking a hole in your pants...</p> <p>Scanning Mars for life signals...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/194353#194353 1 Answer by Toxygene for Funny loading statements to keep users amused Toxygene 2008-10-11T17:32:52Z 2008-10-11T17:32:52Z <p>Trapped in "Loading..." factory, send help.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/195130#195130 1 Answer by John Cleese for Funny loading statements to keep users amused John Cleese 2008-10-12T05:22:34Z 2008-10-12T05:22:34Z <p>I changed the windows Shutdown screen to <strong>Windows is Shitting down</strong></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/195200#195200 16 Answer by micahwittman for Funny loading statements to keep users amused micahwittman 2008-10-12T07:33:29Z 2008-10-12T07:33:29Z <p>Loading ... <strong>Please Wait Attentively</strong> (<em>which is what you agreed to in the Terms and Conditions</em>)</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/196184#196184 8 Answer by Peter Mounce for Funny loading statements to keep users amused Peter Mounce 2008-10-12T22:00:02Z 2008-10-12T22:00:02Z <p>"Creating Universe (this may take some time)"</p> <p>(from a really old game on an Acorn called Star Commander or something like that)</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/196199#196199 6 Answer by Remou for Funny loading statements to keep users amused Remou 2008-10-12T22:08:47Z 2008-10-12T22:08:47Z <p>From an old one:</p> <p>Water detected on drive C:\, please wait. Spin dry commencing.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/196775#196775 0 Answer by MattSmith for Funny loading statements to keep users amused MattSmith 2008-10-13T05:25:25Z 2008-10-13T05:25:25Z <p>Winding up the rubber band...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/197196#197196 3 Answer by Oli for Funny loading statements to keep users amused Oli 2008-10-13T10:24:30Z 2008-10-13T10:24:30Z <p>Saw this on a stock webapp the other day</p> <blockquote> <p>Shorting to afford data transmission</p> </blockquote> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/197263#197263 1 Answer by theaxe for Funny loading statements to keep users amused theaxe 2008-10-13T11:06:36Z 2008-10-13T11:06:36Z <p>I used to use a DTP program (Caxton Press?) that displayed the following while zooming in...</p> <blockquote> <p>Please wait while I explode...</p> </blockquote> <p>Always made me chuckle...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/197311#197311 33 Answer by Goran for Funny loading statements to keep users amused Goran 2008-10-13T11:39:38Z 2008-10-13T11:39:38Z <p>I'm up for a code-challange!</p> <pre><code>create table data ( word nvarchar(50) ,type int ) insert into data select 'recalibrating', 0 insert into data select 'excavating', 0 insert into data select 'finalizing', 0 insert into data select 'acquiring', 0 insert into data select 'locking', 0 insert into data select 'fueling', 0 insert into data select 'extracting', 0 insert into data select 'binding', 0 insert into data select 'flux', 1 insert into data select 'data', 1 insert into data select 'spline', 1 insert into data select 'storage', 1 insert into data select 'plasma', 1 insert into data select 'cache', 1 insert into data select 'laser', 1 insert into data select 'capacitor', 2 insert into data select 'conductor', 2 insert into data select 'assembler', 2 insert into data select 'disk', 2 insert into data select 'detector', 2 insert into data select 'post-processor', 2 insert into data select 'integrator', 2 select top 1 v.word as verb ,a.word as adjective ,n.word as noun from data v, data a, data n where v.type = 0 and a.type = 1 and n.type = 2 order by newid() </code></pre> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/197333#197333 2 Answer by dblack for Funny loading statements to keep users amused dblack 2008-10-13T11:54:20Z 2008-10-13T11:54:20Z <p>Please remove your shoes and belt. Place laptops in a single bin. Camera film will not be affected.</p> <p>In an alternate dimension you're somebody important.</p> <p>Screen full. Please shake vigorously.</p> <p>Summoning the vorpal bunny...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/197739#197739 2 Answer by Daniel for Funny loading statements to keep users amused Daniel 2008-10-13T14:21:07Z 2008-10-13T14:21:07Z <p>You might want to make some application-specific ones, like some of the MIT examples. For example, for an email application, you might want something like "Please wait while we scan all your emails into our computer", or the much more sinister "Please wait while we read through all your emails for credit card and social security numbers".</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/198001#198001 2 Answer by Skizz for Funny loading statements to keep users amused Skizz 2008-10-13T15:32:05Z 2008-10-13T15:32:05Z <p>How about:</p> <pre><code>Loading data. Would you like a game of global thermonuclear war while you wait? </code></pre> <p>Skizz</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/198026#198026 4 Answer by Irwin for Funny loading statements to keep users amused Irwin 2008-10-13T15:39:02Z 2008-10-13T15:39:02Z <p>Loading: one Mississippi Loading: two Mississippi Loading: three Mississippi</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/198046#198046 4 Answer by roie-m for Funny loading statements to keep users amused roie-m 2008-10-13T15:46:20Z 2008-10-13T15:46:20Z <p>"Waiting for magic to happen..."</p> <p>But a serious question: is one or two seconds enough time to appreciate a funny message? In my highly subjective opinion, a too-short wait with a message that isn't obviously "loading, please wait" makes it look like you're popping up an important message and the user is missing it. I'm not suggesting you increase the wait time for the messages, though that could be an interesting thought experiment (what's better, two seconds+boring message or ten seconds+interesting message)</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/198078#198078 6 Answer by Cyberherbalist for Funny loading statements to keep users amused Cyberherbalist 2008-10-13T15:56:31Z 2008-10-13T15:56:31Z <p>"Please wait...time not important; only life important."</p> <p>Fifth Element</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/198485#198485 5 Answer by Daniel for Funny loading statements to keep users amused Daniel 2008-10-13T18:15:46Z 2008-10-13T18:15:46Z <p>I have a game that gives you tips when loading; there are certainly tips that you could put, unless your application is extremely straightforward. GMail puts tips under the inbox, for example; I'd read them if it put them in the loading messages. Get two things done at once: don't make your users uselessly wait AND make sure they can get things done faster. Now that I think about it, there isn't a single program I can think of that has a loading screen that shouldn't have tips there.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/203882#203882 11 Answer by Raz for Funny loading statements to keep users amused Raz 2008-10-15T06:39:06Z 2008-10-15T06:39:06Z <p><a href="http://xkcd.com/416/" rel="nofollow">from XKCD:</a></p> <p>Starting WiFi autoconfig...</p> <p>searching for WiFi... </p> <p>Found no open networks. Found secure net SSID "Lenhart Family"</p> <p>Trying common passwords... Failed. </p> <p>Checking for WEP Vulnerabilities...None found.</p> <p>Connecting to Bluetooth phone... Calling local school... Found Lenhart children.</p> <p>Notifying field agents. Children acquired. </p> <p>Calling Lenhart parents. </p> <p>Negotiating for WiFi password...</p> <p>CTRL-C CTRL-C</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/206506#206506 5 Answer by roosteronacid for Funny loading statements to keep users amused roosteronacid 2008-10-15T21:10:34Z 2008-10-15T21:10:34Z <p>On data-load: "Making stuff up. Please wait...".</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/208125#208125 0 Answer by Mafti for Funny loading statements to keep users amused Mafti 2008-10-16T11:07:53Z 2008-10-16T11:07:53Z <p>"is this the way to amarillo?"</p> <p>"42"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/208719#208719 0 Answer by Robin Bennett for Funny loading statements to keep users amused Robin Bennett 2008-10-16T14:09:20Z 2008-10-16T14:09:20Z <p>Give the users somewhere to enter their own 'funny' text - just make sure you vet them before making them live!</p> <p>Or download some headlines from DIGG's API</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/208911#208911 15 Answer by Slapout for Funny loading statements to keep users amused Slapout 2008-10-16T14:59:24Z 2008-10-16T14:59:24Z <p>"Program loaded. Please enter the square root of 598309209839 to continue." </p> <p>"Press any key to continue" User presses a key. "NO! Not that key!" </p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/226851#226851 4 Answer by PiotrLegnica for Funny loading statements to keep users amused PiotrLegnica 2008-10-22T17:52:59Z 2008-10-22T17:52:59Z <p>"Resistance is futile. Prepare to be assimilated."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/232167#232167 2 Answer by Henri Hein for Funny loading statements to keep users amused Henri Hein 2008-10-24T01:11:30Z 2008-10-24T01:11:30Z <p>Klingons on the starboard bow.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/258419#258419 2 Answer by Nelson Reis for Funny loading statements to keep users amused Nelson Reis 2008-11-03T11:48:42Z 2008-11-03T11:48:42Z <p>Please, hold your breath and start praying.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/271493#271493 3 Answer by chakrit for Funny loading statements to keep users amused chakrit 2008-11-07T08:10:43Z 2008-11-07T08:10:43Z <p>The internet is full... Please wait...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/278441#278441 2 Answer by kovshenin for Funny loading statements to keep users amused kovshenin 2008-11-10T16:51:10Z 2008-11-10T16:51:10Z <p>"Just a sec, I need coffee, okay?" "Now where the hell's that kitty!?"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/313325#313325 2 Answer by Jon DellOro for Funny loading statements to keep users amused Jon DellOro 2008-11-24T03:10:20Z 2008-11-24T03:10:20Z <p>There is the classic advent line:</p> <p>"Go read a book while I get my act together".</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/334299#334299 1 Answer by e-satis for Funny loading statements to keep users amused e-satis 2008-12-02T15:23:39Z 2008-12-02T15:23:39Z <p>Could be worst... Hotlines make you pay for it.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/334314#334314 2 Answer by StingyJack for Funny loading statements to keep users amused StingyJack 2008-12-02T15:26:50Z 2008-12-02T15:26:50Z <p>"Reticulating Splines" -the sims</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/334351#334351 3 Answer by Martin for Funny loading statements to keep users amused Martin 2008-12-02T15:38:35Z 2008-12-02T15:38:35Z <p>"Calculating meaning of life...."</p> <p>Then at completion flash up 42.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/334366#334366 2 Answer by Zorantula for Funny loading statements to keep users amused Zorantula 2008-12-02T15:41:21Z 2008-12-02T15:41:21Z <p>I once did something like this for the initial test version of an integration tool which would display its results in XML. The tool would take anywhere from 1 to 5 seconds or more (mostly depending on the speed of the database(s) being connected to) and I would display the following in the results field while the tool was processing:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;Arrrrrrrrrrrrrr:SearchForDoubloons xmlns:Arrrrrrrrrrrrrr="http://en.wikipedia.org/wiki/Pirate"&gt; &lt;Arrrrrrrrrrrrrr:EatChineseFood&gt; &lt;FoundDoubloons&gt;No&lt;/FoundDoubloons&gt; &lt;FoundFortuneCookie&gt; &lt;FortuneSays&gt;That special someone loves to see the light in your eye.&lt;/FortuneSays&gt; &lt;/FoundFortuneCookie&gt; &lt;/Arrrrrrrrrrrrrr:EatChineseFood&gt; &lt;/Arrrrrrrrrrrrrr:SearchForDoubloons&gt; </code></pre> <p>Each time it ran it would draw a different fortune from a list of real fortune cookie fortunes.</p> <p>This was very well received by everyone, but removed once the tool "matured".</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/336331#336331 2 Answer by Bill for Funny loading statements to keep users amused Bill 2008-12-03T05:57:55Z 2008-12-03T05:57:55Z <p>What we have here... is a failure to communicate.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/384660#384660 3 Answer by The Alpha Nerd for Funny loading statements to keep users amused The Alpha Nerd 2008-12-21T16:53:31Z 2008-12-21T16:53:31Z <p>Firing up the hyperspace quantum overdrive...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/384675#384675 7 Answer by Neil Aitken for Funny loading statements to keep users amused Neil Aitken 2008-12-21T17:03:56Z 2008-12-21T17:03:56Z <p>World of goo has some of the best loading messages I've seen</p> <p>testing ozone.</p> <p>embiggening prototypes.</p> <p>deterministically simulating the future.</p> <p>testing for perfection.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/398018#398018 1 Answer by massimogentilini for Funny loading statements to keep users amused massimogentilini 2008-12-29T16:15:11Z 2008-12-29T16:15:11Z <p>Get the World of Goo demo, they do something like this while loading and some messages are really nice</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/416552#416552 2 Answer by Mike Hofer for Funny loading statements to keep users amused Mike Hofer 2009-01-06T13:43:37Z 2009-01-06T13:43:37Z <p>Insufficient disk space. Reformatting drive C: to allocate space...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/417144#417144 4 Answer by Oskar Duveborn for Funny loading statements to keep users amused Oskar Duveborn 2009-01-06T16:14:48Z 2009-01-06T16:14:48Z <p>Display a random (or sequential per user session) sentence from your EULA - that'll teach'em to read it... uh.. ^^ </p> <p>Or build a database with tips and tricks that aren't related to the app but rather for helping the user be more successful as a person.</p> <p>Did you know that...</p> <ul> <li>exercise makes you smarter?</li> <li>and so on..</li> </ul> <p>...the modern inspirational posters equivalent - any geek will hate it, but most "normal" users will likely take to it a bit (they're hard to understand though, them users ;)</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/503426#503426 3 Answer by mvrak for Funny loading statements to keep users amused mvrak 2009-02-02T14:46:15Z 2009-02-02T14:46:15Z <p>Oops... I accidentally the whole system.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/503448#503448 8 Answer by yx for Funny loading statements to keep users amused yx 2009-02-02T14:53:48Z 2009-02-02T14:53:48Z <p>The people responsible for the previous please wait messages have been sacked.</p> <p>Mynd you, møøse bites Kan be pretty nasti...</p> <p>We apologize again for the fault in the messages. Those responsible for sacking the people who have just been sacked, have been sacked.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/526315#526315 1 Answer by tsilb for Funny loading statements to keep users amused tsilb 2009-02-08T20:33:24Z 2009-02-08T20:33:24Z <p><a href="http://drhorrible.com/mushortio.html" rel="nofollow">Right - Freeze ray!</a></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/526407#526407 1 Answer by Andrea for Funny loading statements to keep users amused Andrea 2009-02-08T21:12:07Z 2009-02-08T21:12:07Z <p>THE CAKE IS A LIE!<br /> THE CAKE IS A LIE!<br /> THE CAKE IS A LIE!</p> <p>Adapting the application to your heart frequency</p> <p>We know you like these, we're sorry they don't last enough.</p> <p>We're sorry you aren't waiting enough.</p> <p>Did you know we make you wait so you can see the ads?</p> <p>Remember to take some food with you.</p> <p>I'll be right back.</p> <p>Sorry for the bad smell.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/526470#526470 11 Answer by ldigas for Funny loading statements to keep users amused ldigas 2009-02-08T21:41:48Z 2009-02-08T21:41:48Z <p>Loading completed. Press F13 to continue.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/526478#526478 7 Answer by Joe for Funny loading statements to keep users amused Joe 2009-02-08T21:48:03Z 2009-02-08T21:48:03Z <p>Maybe I'm a bit of a curmudgeon, but users can very quickly lose their sense of humour when a system isn't working as expected. So I'd be very careful and make sure you know who your users are before trying to do this in a real system.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/533041#533041 11 Answer by JayG for Funny loading statements to keep users amused JayG 2009-02-10T16:28:33Z 2009-02-10T16:28:33Z <p>"We apologise for the fault in the subtitles. Those responsible have been sacked"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/623722#623722 32 Answer by yar for Funny loading statements to keep users amused yar 2009-03-08T15:20:07Z 2009-03-08T15:20:07Z <p>Sammyo's answer </p> <blockquote> <p>Yes there really are magic elves with an abacus working frantically in here.</p> </blockquote> <p>is the only way to be possibly funny every single time. You need ONE centralizing concept, like elves inside, and then you work with that.</p> <p>This derives in:</p> <ol> <li>Happy Elf and Sad Elf are talking about your data. Please wait.</li> <li>All the relevant elves are on break. Please wait.</li> </ol> <p>etc. etc. As long as there's one concept in there, the user will feel it's funny because they've "gotten it" and then you can go out on further and further tangents.</p> <ol> <li>Elf down! We're cloning the elf that was supposed to get you the data. Please wait.</li> </ol> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/637644#637644 8 Answer by ZiG for Funny loading statements to keep users amused ZiG 2009-03-12T07:35:06Z 2009-03-12T07:47:30Z <p><strong>"I'm quite drunk, loading might take a little more time than the usual! Please be patient!"</strong></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/677735#677735 0 Answer by Mike for Funny loading statements to keep users amused Mike 2009-03-24T14:50:27Z 2009-03-24T14:50:27Z <p>"Look behind you!"<br /> "...tell me about your mother..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/688331#688331 3 Answer by Godcode for Funny loading statements to keep users amused Godcode 2009-03-27T02:42:12Z 2009-03-27T02:42:12Z <p>...main screen turn on</p> <p>...we get signal</p> <p>...fpsajfsa;kjfa;ldsfsaf9237497498274sfj;lsafkjakfdsj</p> <p>...what happen?</p> <p>...what!</p> <p>...How are you gentlemen !!</p> <p>...All your base are belong to us.</p> <p>...You are on the way to destruction.</p> <p>...You have no chance to survive make your time.</p> <p>...You know what you doing.</p> <p>...Ha ha ha ha....</p> <p>...Page was beginning...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/688406#688406 1 Answer by Zan Lynx for Funny loading statements to keep users amused Zan Lynx 2009-03-27T03:17:06Z 2009-03-27T03:17:06Z <ul> <li>Loading Data</li> <li>Verifying Data <ul> <li>Data checksum verified</li> <li>Unpacking</li> <li>Release the hounds</li> <li>Data found in tree</li> </ul></li> <li>Verifying User <ul> <li>Press any key</li> <li>User is paying attention</li> <li>User is sentient</li> <li>User IQ > 80</li> <li>or</li> <li>User IQ &lt; 80</li> <li>Enable vegetable mode</li> </ul></li> </ul> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/737628#737628 0 Answer by MasterPeter for Funny loading statements to keep users amused MasterPeter 2009-04-10T13:33:01Z 2009-04-10T13:33:01Z <p>Totally loaded. (I am, you are, but NOT this application...)</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/759295#759295 0 Answer by Prashant for Funny loading statements to keep users amused Prashant 2009-04-17T06:52:55Z 2009-04-17T06:52:55Z <p>On one of the Formula1 team site <a href="http://www.forceindiaf1.com" rel="nofollow">http://www.forceindiaf1.com</a></p> <p><strong>Fuelling, Please Wait</strong></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/789711#789711 7 Answer by Jonta for Funny loading statements to keep users amused Jonta 2009-04-25T20:59:20Z 2009-04-25T20:59:20Z <p>Not sure if this one's suggested:</p> <p><strong>Commencing infinite loop</strong></p> <p>alternatively</p> <p><strong>Commencing infinite loop (this may take some time)</strong></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/789736#789736 1 Answer by Roger for Funny loading statements to keep users amused Roger 2009-04-25T21:11:30Z 2009-04-25T21:11:30Z <p>"Bending the spoon..."</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/789752#789752 3 Answer by Brent Baisley for Funny loading statements to keep users amused Brent Baisley 2009-04-25T21:22:51Z 2009-04-25T21:22:51Z <ul> <li>Searching for the Any key...</li> <li>Searching for answers... </li> <li>Looking for exact change...</li> <li>Giving it all of got... </li> <li>It's around here somewhere... </li> <li>Stretching first. I don't want to pull a muscle. </li> <li>Paper or plastic?</li> <li>Calculating the odds...</li> <li>Look! Over there -> -></li> </ul> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/789753#789753 0 Answer by Jonta for Funny loading statements to keep users amused Jonta 2009-04-25T21:23:00Z 2009-04-25T21:23:00Z <p>Instead of <a href="http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/186673#186673">this</a> one:</p> <p>Not panicking</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/837662#837662 1 Answer by Paulo for Funny loading statements to keep users amused Paulo 2009-05-08T00:14:06Z 2009-05-08T00:14:06Z <p>Please wait while the system allocates resources to show the loading screen...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/837681#837681 2 Answer by Simon Hartcher for Funny loading statements to keep users amused Simon Hartcher 2009-05-08T00:22:06Z 2009-05-08T00:22:06Z <p><a href="http://www.worldofgoo.com/" rel="nofollow">World Of Goo</a> has some pretty funny loading statements. Here is some that came up when I loaded just then:</p> <p>Image: <a href="http://img24.imageshack.us/img24/6262/worldofgooloading.jpg" rel="nofollow">World Of Goo Loading Screen</a></p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/886415#886415 3 Answer by David Plumpton for Funny loading statements to keep users amused David Plumpton 2009-05-20T06:19:41Z 2009-05-20T06:19:41Z <p>There's always the Unix fortune program</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/889687#889687 5 Answer by Jian Lin for Funny loading statements to keep users amused Jian Lin 2009-05-20T19:11:11Z 2009-05-20T19:11:11Z <blockquote> <p>"Downloading the whole Internet. Please wait..."</p> </blockquote> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/912945#912945 4 Answer by codymanix for Funny loading statements to keep users amused codymanix 2009-05-26T21:48:32Z 2009-05-26T21:48:32Z <pre><code>Testing RAM..............OK Testing CPU..............OK Testing Primary Disk.....OK Testing USER IQ........................ Fail: IQ INSUFFICIENT TO RUN THIS PROGRAM Aborting! </code></pre> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/990563#990563 1 Answer by Domchi for Funny loading statements to keep users amused Domchi 2009-06-13T11:51:03Z 2009-06-13T11:51:03Z <p>I've had the idea of giving user a simple game to play while loading. This has an added bonus that users who wait longer have more time and can thus score higher. And keeping a score would be a hilarious benchmarking of site loading times.</p> <p><a href="http://www.get-out-and-play.com/index.php" rel="nofollow">This site</a> is a perfect example of what I had in mind.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1021197#1021197 0 Answer by Vladiat0r for Funny loading statements to keep users amused Vladiat0r 2009-06-20T08:04:33Z 2009-06-20T08:04:33Z <p>"We're working on making this page load faster"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1047248#1047248 1 Answer by nightingale2k1 for Funny loading statements to keep users amused nightingale2k1 2009-06-26T04:01:03Z 2009-06-26T04:01:03Z <p>"please wait while scanning your hard drive for movies .... " </p> <p>lol .. tat will freak out some users :D</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1047261#1047261 2 Answer by Kevin Bomberry for Funny loading statements to keep users amused Kevin Bomberry 2009-06-26T04:03:44Z 2009-06-26T04:24:40Z <p>Reading GoF, please wait...<br> Hello Clarice.<br> Good evening, Clarice.<br> I just ate your data with some fava beans and a nice chianti.<br> Closer, please. Clo-ser...<br> I like you. But I need you to be more than just eye candy around here.<br> Stupidity isn't a virus... but it sure is spreadin' like one!<br> About your data... I lost it... in a volcano.<br></p> <p><hr /></p> <p>User, n. The word computer professionals use when they mean "idiot." -- Dave Barry<br> Jesus saves! The rest of us better make backups. -- Anonymous<br> "To go forward, you must backup."<br> "The more I C, the less I see."<br> "The Internet: where men are men, women are men, and children are FBI agents."<br> "I'm not anti-social; I'm just not user friendly"<br> "1f u c4n r34d th1s u r34lly n33d t0 g37 l41d"<br> "Like car accidents, most hardware problems are due to driver error."<br> "It is easier to change the specification to fit the program than vice versa."<br></p> <p><hr /></p> <p>INITIALIZING UNIX COMMANDS:<br> unzip...<br> strip...<br> touch...<br> finger...<br> mount...<br> fsck...<br> more...<br> yes...<br> unmount...<br> sleep...<br> ...READY.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1067175#1067175 1 Answer by SpliFF for Funny loading statements to keep users amused SpliFF 2009-07-01T03:41:37Z 2009-07-01T03:41:37Z <p>Please wait... Your data is currently being probed by the CIA, NSA, Mossad, MI5 and Al Queada. Don't go anywhere.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1067313#1067313 0 Answer by Joe White for Funny loading statements to keep users amused Joe White 2009-07-01T04:47:42Z 2009-07-01T04:47:42Z <p>Stop. Hammertime.</p> <p>And now it's time for a breakdown.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1087020#1087020 0 Answer by MSIL for Funny loading statements to keep users amused MSIL 2009-07-06T13:38:43Z 2009-07-06T13:43:47Z <p>What about this:</p> <p>ramdomly select some funny dll name (UILoad.dll, PamperUser.dll, MagicMouse.dll, etc)</p> <p>and display following messages:</p> <p>PamperUser.dll got hotter than the normal range - temp above X degrees.... <br></p> <p>cooling down... please wait....<br> .................<br></p> <p>.................<br></p> <p>.................<br></p> <p><strong>* EMERGENCY *</strong> - putting an ice bowl on the CPU could help...</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1087123#1087123 0 Answer by Avihu Turzion for Funny loading statements to keep users amused Avihu Turzion 2009-07-06T13:56:27Z 2009-07-06T13:56:27Z <p>"Please wait, while going back in time..."</p> <p>The malicious thing to then would be to stop the system clock or reset it to the start time on completion, so it would seem the operation took less time.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1160906#1160906 0 Answer by Jeffrey B. Zos for Funny loading statements to keep users amused Jeffrey B. Zos 2009-07-21T18:31:32Z 2009-10-03T17:24:18Z <ul> <li>Deleting "1984" by George Orwell</li> <li>Deleting "Animal Farm" by George Orwell</li> <li>Purchasing "New Kindle" by Jeff Bezos</li> <li>Accessing "Mastercard Data" by Browser History</li> </ul> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1223332#1223332 2 Answer by Christian for Funny loading statements to keep users amused Christian 2009-08-03T16:40:00Z 2009-09-28T00:02:30Z <p>You're the most lovely person on earth. </p> <p>You're a great person.</p> <p>What is your purpose in life?</p> <p>Your life has meaning.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1484832#1484832 0 Answer by matt for Funny loading statements to keep users amused matt 2009-09-27T23:56:09Z 2009-09-27T23:56:09Z <ul> <li>Cleaning your room</li> <li>Dusting</li> <li>Loading...</li> <li>Still Loading (with an OK button activated that'll close the loading screen)</li> <li>Starting Refrigerator</li> <li>Doing your homework</li> <li>Waiting....</li> <li>Just hit that damn OK button, it's been there for a while now!!!</li> </ul> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1541567#1541567 0 Answer by Molex for Funny loading statements to keep users amused Molex 2009-10-09T02:51:19Z 2009-10-09T02:51:19Z <p>"The Elders of the Internet are contemplating your request" "Yes, the elders of the Internet know who you are" "Yes, they also know everything you look at" "Yes, they do accept bribes"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1609713#1609713 0 Answer by JohnFx for Funny loading statements to keep users amused JohnFx 2009-10-22T20:16:31Z 2009-10-22T20:16:31Z <p>"Setting us up the bomb. What you say?"</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1636727#1636727 0 Answer by danrichardson for Funny loading statements to keep users amused danrichardson 2009-10-28T11:40:19Z 2009-10-28T11:40:19Z <p>prompt("Please enter pi");</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1636824#1636824 0 Answer by Red Serpent for Funny loading statements to keep users amused Red Serpent 2009-10-28T12:00:25Z 2009-10-28T12:00:25Z <p>Please Wait...</p> <p>Please Wait Some More...</p> <p>You're Still Waiting, Right?</p> <p>You still there?...</p> <p>Hello...</p> <p>Oh there You are...</p> <p>Still Waiting... huh</p> <p>Dum dada dee dum dada...</p> <p>Am bored, gonna look through your stuff.</p> <p>hmmm, found Kernel32.dll</p> <p>scanning kernel32.dll</p> <p>kernel32.dll is useless. Deleting...</p> <p>Ta Da... oh wait am not done yet.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1637220#1637220 0 Answer by tinkertim for Funny loading statements to keep users amused tinkertim 2009-10-28T13:24:56Z 2009-10-28T13:24:56Z <p>Please send towels .. LOTS and LOTS of TOWELS.</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1648139#1648139 0 Answer by Prasanna for Funny loading statements to keep users amused Prasanna 2009-10-30T05:20:43Z 2009-10-30T05:20:43Z <p>Quit Explorer and use Firefox!</p> <p>5secs more.. Still you are here.. Time to change your service provider.</p> <p>5secs more.. When did you upgrade your hardware last time?</p> <p>5secs more.. Oh boy, you must be using the OS which was built a decade ago. Try Mac.</p> <p>5secs more.. I have stopped loading, pls navigate to a site which is compatible with your speed!</p> http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused/1676137#1676137 0 Answer by The total Awsomness for Funny loading statements to keep users amused The total Awsomness 2009-11-04T19:44:59Z 2009-11-04T19:44:59Z <p>Wait wait wait. I'm meant to DO something?!</p>