active questions tagged humor - Stack Overflowmost recent 30 from stackoverflow.com2009-12-08T18:18:08Zhttp://stackoverflow.com/feeds/tag/humorhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1864795/what-does-my-other-car-is-a-cdr-mean3What does "my other car is a cdr" mean?CaptainCasey2009-12-08T05:26:16Z2009-12-08T06:05:40Z
<p>Can anyone well versed in lisp explain this joke to me?
I've done some reading on functional programming languages and know that CAR/CDR mean Contents of Address/Decrement Register but I still don't really understand the humour. </p>
http://stackoverflow.com/questions/1705008/simple-proof-that-guid-is-not-unique7simple proof that GUID is not uniqueKai2009-11-10T00:55:24Z2009-12-06T08:45:45Z
<p>I'd like to prove that a GUID is not unique in a simple test program.
I expected this to run for hours but it's not working. How can I make it work?</p>
<pre><code>BigInteger begin = new BigInteger((long)0);
BigInteger end = new BigInteger("340282366920938463463374607431768211456",10); //2^128
for(begin; begin<end; begin++)
Console.WriteLine(System.Guid.NewGuid().ToString());
</code></pre>
<p>I'm using C#</p>
http://stackoverflow.com/questions/895296/how-can-you-tell-if-a-person-is-a-programmer119How can you tell if a person is a programmer?Lucas Jones2009-05-21T21:35:17Z2009-12-05T10:53:18Z
<p>I was wondering when I read the famous <a href="http://stackoverflow.com/questions/164432/what-real-life-bad-habits-has-programming-given-you">"Programmer Habits"</a> thread, I was wondering: Is there any way to tell if somebody is a programmer without actually asking them?<br />
<hr /></p>
<p><em>Clarification</em>: I am asking for things that you can use to recognise a programmer from "afar" or without knowing them well. To identify habits, you need to be around a person for a certain amount of time.</p>
http://stackoverflow.com/questions/1672588/funniest-code-names-for-software-projects9Funniest code names for software projectsfurtelwart2009-11-04T09:18:28Z2009-12-04T08:20:27Z
<p>Developers are creative. Not as they create wonderfull GUIs or proof their sense for art with good color combinations, but with code names.<br>
Every project has a code name, sometimes official, sometimes private (with a good reason!). Here are my favourites:</p>
<ul>
<li>Android:
<ul>
<li>1.6 = Donut</li>
<li>2.0 = Eclaire (<a href="http://www.blogcdn.com/de.engadget.com/media/2009/10/giant-eclair-delivered-to-google.jpg" rel="nofollow">picture of Google's eclaire</a>)</li>
</ul></li>
<li>grml (Live distribution based on Debian GNU/Linux, comes from Austria therefore in German)
<ul>
<li>Hustenstopper (cough stopper)</li>
<li>Eierspass (egg fun)</li>
<li>Meilenschwein (mile pig, it's a pun with milestone)</li>
<li>Lackdose-Allergie (lacquer can allergy, it's a pun with lactose allergy)</li>
<li>Hello-Wien (pun with Halloween, Wien being German for Vienna)</li>
</ul></li>
</ul>
<p>I really like to see the funniest code names you ever heard of. Aren't there any more funny project names?</p>
http://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke781What is your best programmer joke?hmason2008-10-24T15:43:35Z2009-12-04T06:53:36Z
<p>When I teach introductory computer science courses, I like to lighten the mood with some humor. Having a sense of fun about the material makes it less frustrating and more memorable, and it's even motivating if the joke requires some technical understanding to 'get it'!</p>
<p>I'll start off with a couple of my favorites:</p>
<blockquote>
<p><strong>Q:</strong> How do you tell an introverted computer scientist from an extroverted computer scientist?</p>
<p><strong>A:</strong> An extroverted computer scientist looks at <em>your</em> shoes when he talks to you.</p>
</blockquote>
<p>And the classic:</p>
<blockquote>
<p><strong>Q:</strong> Why do programmers always mix up Halloween and Christmas?</p>
<p><strong>A:</strong> Because Oct 31 == Dec 25!</p>
</blockquote>
<p>I'm always looking for more of these, and I can't think of a better group of people to ask. What are your best programmer/computer science/programming jokes?</p>
http://stackoverflow.com/questions/130965/what-is-the-worst-code-youve-ever-written16What is the worst code you've ever written?Even Mien2008-09-25T01:22:55Z2009-12-03T15:49:34Z
<p>Step into the confessional. Now's your time to come clean. </p>
<ul>
<li>What's the worst code you personally have
ever written? </li>
<li>Why was it so bad?</li>
<li>What did you learn from it?</li>
</ul>
<p>Don't tell us about code you inherited or from some co-worker. This is about your personal growth as a programmer and as a person.</p>
http://stackoverflow.com/questions/84556/whats-your-favorite-programmer-cartoon839What's your favorite "programmer" cartoon?Dan Williams2008-09-17T15:34:11Z2009-12-02T21:37:45Z
<p>Personally I like this one:</p>
<p><img src="http://www.jeffpalm.com/fox/fox.jpg" alt="alt text" /></p>
<p>P.S. Do not hotlink the cartoon without the site's permission please. </p>
http://stackoverflow.com/questions/553523/what-is-the-most-frustrating-restriction-your-it-department-has-ever-put-on-you-o10What is the most frustrating restriction your IT department has ever put on you or your machine?MrEdmundo2009-02-16T14:51:30Z2009-11-27T07:22:36Z
<p>I think we've all been there, your IT Support/ Infrastructure team inflict some meaningless, very frustrating, poorly explained "policy" on you and your team that irks you every time you are affected.</p>
<p>My current fairly trivial issues are that the IT department have reverted to the old school Start Menu. I really didn't realise how much I used the new one until they took it away. </p>
<p>They have also reverted to the old school Windows 2000 grey look which is quite frankly just ugly! To add to that they have also imposed a rather unnecessarily short Screen Saver time of 5 minutes, very annoying if you're flicking between remote desktop sessions!</p>
<p>Non trivial, they are completely unwilling to enter into a debate about been allowed to use non company laptops over our VPN.</p>
<p>Anyway, I'm sure you've all had more frustrating issues than me...have you?</p>
http://stackoverflow.com/questions/17512/computer-language-puns-and-jokes79Computer Language puns and jokesMark Harrison2008-08-20T07:27:48Z2009-11-22T17:42:21Z
<p>I'm looking for some funny jokes and puns that occur in computer languages. I'll post an oldie to kick things off... What are some others?</p>
<p>update: Especially looking for code-related jokes... the ones that only make sense to programmers reading code. </p>
http://stackoverflow.com/questions/1393069/what-was-trickiest-code-youve-ever-written-1What was trickiest code you've ever written?Bhavesh.Bagadiya2009-09-08T09:56:26Z2009-11-21T20:31:42Z
<p>Hi,</p>
<p>As a programmer, I know sometime all has to write some code which they think -"Thank God! It's done" or "Ohh, how did I write it?"...</p>
<p>Do you have any such piece of code.</p>
http://stackoverflow.com/questions/283078/what-are-some-humorous-tech-related-podcasts3What are some humorous tech-related podcasts?MrDatabase2008-11-12T04:48:49Z2009-11-19T14:09:30Z
<p>I like SO's podcast because it has some humor. Similarly youlooknicetoday.com is funny... and is just vaguely tech-related. So I'm look for podcasts that are humorous and at least vaguely tech-related.</p>
<p>Any ideas?</p>
<p>Cheers!</p>
http://stackoverflow.com/questions/626071/what-is-the-biggest-wheel-you-reinvented3What is the biggest wheel you reinvented?flybywire2009-03-09T12:45:58Z2009-11-19T13:54:24Z
<p>What is the biggest library/tool/framework/etc you wrote only to discover that it is freely available or already exists somewhere?</p>
http://stackoverflow.com/questions/1760860/what-is-the-biggest-piece-of-production-software-you-know-of-written-in-an-oddbal1What is the biggest piece of production software you know of written in an oddball language? [closed]Oorang2009-11-19T04:25:34Z2009-11-19T04:31:54Z
<p>Just curious...</p>
http://stackoverflow.com/questions/140270/humor-in-code42Humor in codepfranza2008-09-26T15:34:41Z2009-11-18T12:09:21Z
<p>When you are writing code or naming products, which sources of cultural references are you most likely to draw from? Which reference sources do you think are more likely to be universally understood?</p>
<p>For example when findbugs sees that you've implemented equals() without overriding hashCode() it suggest that you implement it by returning 42 (a reference from HHGTTG)</p>
<p>Or why we have big endian vs little endian encoding, referencing Gulliver's Travels </p>
<p>Not that we should act unprofessionally with our code, but if you going to tell a person that they could only (watch/read/...) one (book/movie/show/...) which one would allow them to 'get' the most jokes?</p>
http://stackoverflow.com/questions/370073/whats-your-best-and-or-funniest-data-loss-story8What's your best and/or funniest data loss story?thrashr8882008-12-15T23:38:15Z2009-11-10T23:56:52Z
<p>Has anyone lost any critical data in a humorous but catastrophic way?</p>
http://stackoverflow.com/questions/1338683/the-most-abusive-c-youve-ever-seen-used4The most abusive C++ you've ever seen used?fbrereto2009-08-27T03:19:27Z2009-11-10T20:43:37Z
<p>I'm curious to know, what is the most abrasive, caustic, abusive but perfectly legal and correct C++ you've ever seen ship out the door?</p>
<p>This question isn't meant to be a C++ bashing session, but a humorous introspection into the world of C++ we allow ourselves (or others) to get away with.</p>
http://stackoverflow.com/questions/319371/what-interesting-programming-bugs-have-you-seen13What interesting programming bugs have you seen?MrValdez2008-11-26T00:33:50Z2009-11-07T07:08:04Z
<p>Finding bugs is part of a programmer's lifestyle. But there are some bugs that are just plain weird and the solution to them are unintuitive.</p>
<p>Post stories that has happened to you or someone else that involves these types of bugs. If you want, you can post links to great programming bug stories.</p>
<p>One bug story per post but you can post as many war stories as you want.</p>
http://stackoverflow.com/questions/718582/whats-the-funniest-user-request-youve-ever-had17What's the funniest user request you've ever had?Shaul2009-04-05T08:28:10Z2009-11-06T15:14:36Z
<p>Users sometimes come up with the most amusing, weird and wonderful requirements for programmers to design and implement.</p>
<p>Today I read a memo from my boss that we need the "ability to import any excel or access data, irrespective of size, easily and quickly."</p>
<p>From the same memo, we have a requirement to "know if anyone unauthorized accessed the system" - as if a hacker is going to leave his calling card wedged between an index and a foreign key somewhere.</p>
<p>I think my boss has been watching too much "Star Trek"... :)</p>
<p>What's the funniest user request you've ever had?</p>
http://stackoverflow.com/questions/1685779/most-annoying-colleague-behavior-and-how-to-deal-with-it3Most annoying colleague behavior (and how to deal with it) ? [closed]Stefano Borini2009-11-06T06:23:46Z2009-11-06T14:27:48Z
<p>Ok, nice community wiki question for something that has not being asked yet (apparently).</p>
<p>I am currently sitting in an openspace with a guy who likes to beat the <code>Enter</code> key like it stole his wallet and kicked his cat. Believe me, I've never heard so much cruelty on a poor key. This is his normal behavior, it's not like he is in a bad mood today.</p>
<p>Other (previous) example I had: chain smoker and hoarder (that office was literally packed with garbage).</p>
<p>So I was wondering other annoying behaviors from colleagues, and how you dealt with them.
In particular, being part of conflict management at the social level, as a manager do you watch out for behaviors and symptoms of the occurrence of annoyances ?</p>
<p><em>edit</em>: please, I want to stress out my original question clearly states "how you dealt with them". I don't want to know only what is the annoyance, I'd like to know also how the conflict was solved (or non solved). I will write out my solutions later.</p>
http://stackoverflow.com/questions/65116/whats-your-favorite-harmless-computer-practical-joke110What's Your Favorite Harmless Computer Practical Joke? [closed]Ben Griswold2008-09-15T17:52:58Z2009-11-06T03:54:33Z
<p>A couple of months ago, I returned from lunch to find that typing any key launched a random application. As I always lock my machine before walking away from it, my first thought was that a co-worker was playing a practical joke on me. As it turned out, the cause was random computer wonkiness. But just in case there's a need :), what's your favorite harmless computer practical joke? For example, would you alter host file entries to direct google.com to a random site or would you put tape over the optical sensor of a co-worker’s mouse?</p>
http://stackoverflow.com/questions/1631962/totally-unhelpful-error-messages0Totally Unhelpful Error Messages [closed]Mark B2009-10-27T16:16:51Z2009-10-27T16:18:31Z
<blockquote>
<p><strong>Possible Duplicates:</strong><br />
<a href="http://stackoverflow.com/questions/238079/the-funniest-weirdest-error-message-youve-got-from-a-development-environment-app">The funniest/weirdest error message you’ve got from a development environment/application</a><br />
<a href="http://stackoverflow.com/questions/599745/most-daunting-error-message">Most daunting error message?</a> </p>
</blockquote>
<p>Just for laughs: who's seen the most spectacularly unhelpful error/exception/debugging message? As an example, the Microsoft ASP.NET/GDI exception message always really helps me get to the root of the problem:</p>
<blockquote>
<p>"A generic error has occurred in GDI+."</p>
</blockquote>
<p>Translated: </p>
<blockquote>
<p>"Something's wrong. Somewhere. It could
be to do with your image manipulation
routine. Or it could be a permissions
issue. Or a file may not exist,
somewhere. It may be a memory issue.
Or, the moon may be entering it's
third phase, throwing the universe
(and your server) slightly out of
alignment. Anyway, good luck with
that."</p>
</blockquote>
<p>I also just saw a JavaScript error telling me there was a syntax error on a line number that didn't exist (I know this is fairly common, but still makes me chuckle - or throw things, depending on my mood).</p>
<p>Anyone got any good ones?</p>
http://stackoverflow.com/questions/1617958/what-is-the-absolute-dumbest-thing-youve-ever-heard-related-to-programming-in-ge-1What is the absolute dumbest thing you've ever heard related to programming in general? [closed]Papuccino12009-10-24T13:02:52Z2009-10-24T13:10:16Z
<p>In my classroom:</p>
<p>Professor: "OK, now let's start creating out database."
student: "Um... how do we connect to a database again?"
Professor: "Just figure out your connection string and use that."
Studen: "But it's not working in Firefox. Do we <strong>have</strong> to use Internet Explorer?"</p>
<p>The whole classroom ROFLD. xD</p>
http://stackoverflow.com/questions/131729/best-it-programming-technology-related-acronym16Best IT/Programming/Technology related AcronymJon P2008-09-25T06:32:35Z2009-10-21T22:08:20Z
<p>OK I know this could get some votes down, but as a time waster, who has some good Acronyms.</p>
<p>My Favourite:<br />
<strong>TWaIN</strong>: Technology Without an Interesting Name</p>
http://stackoverflow.com/questions/75529/what-are-the-best-anti-code-sites6What are the best anti-code sites?ARKBAN2008-09-16T18:36:18Z2009-10-14T19:47:31Z
<p>What are the best anti-code sites that people have found? What I mean by "anti-code" is websites, books, blogs, etc. that describe or explain bad code with the tongue-in-cheek goal of showing us what we should not do. (I made up the phase anti-code for lack of a better term.)</p>
<p>These are the sites I'm familiar with:</p>
<ul>
<li><a href="http://mindprod.com/jgloss/unmain.html" rel="nofollow">How to write unmaintainable code</a></li>
<li><a href="http://www.waterfall2006.com/gorman.html" rel="nofollow">Refuctoring</a></li>
<li><a href="http://www.antipatterns.com/" rel="nofollow">Anti-patterns</a></li>
<li><a href="http://thedailywtf.com/" rel="nofollow">The Daily WTF</a></li>
</ul>
<p>I'm sure there are others? I'm not asking just to get laughs; I often find that seeing "just how far down the rabbit hole goes" is a better instructor and stronger argument for good development.</p>
http://stackoverflow.com/questions/1320221/whats-on-your-desk1What's on your desk? [closed]Stevoni2009-08-24T02:27:18Z2009-10-03T16:27:13Z
<p>My employer frowns on having personal items at the cubicle, but I see that there's a industry for odd items people can have at their desk (like <a href="http://www.thinkgeek.com/geektoys/cubegoodies/" rel="nofollow">ThinkGeek.com</a>), so I'm curious:</p>
<p><strong>What do you have on your desk?</strong> <em>(Other than keyboard and mouse)</em></p>
<p>For me, my employer frowns on having more items than we can carry out in two hands, so I don't have anything other than a Kleenex box. </p>
http://stackoverflow.com/questions/20448/what-is-the-most-brilliant-regex-youve-ever-used12What is the most brilliant regex you've ever used?travis2008-08-21T16:29:24Z2009-09-30T11:06:33Z
<p>I'm constantly amazed by the power of the regex. What I'm looking for here is: </p>
<ul>
<li>Regexs that are more <em>cleverly</em> badass than <em>ridiculously</em> badass</li>
<li>Regex replacements are acceptable as well if you've had some cool usage of them</li>
<li>Refactored code to use a regex and make it more efficient</li>
<li>Refactored a large regex with a smaller one</li>
<li>Humorous regexs, especially if they have been used in production</li>
</ul>
<p>I think that the most badass regex that I've ever used was that <a href="http://ex-parrot.com/~pdw/Mail-RFC822-Address.html" rel="nofollow"><em>absoludicrous</em> RFC822 email validation regex</a> that I converted to C# and compiled for some form validation (it worked beautifully). It was an example of ridiculousness more than cleverness though.</p>
<p>(since this question is very subjective, after a week, I'll mark the highest rated answer as accepted, is that fair?)</p>
http://stackoverflow.com/questions/1437609/what-emoticons-can-you-put-into-class-names-in-your-language1What emoticons can you put into class names in your language?Chris Gill2009-09-17T09:00:09Z2009-09-29T08:59:08Z
<p>I've just had a "discussion" with a developer about naming classes in C#. My final throw away line was - "Let's not put any emoticons in our class names"</p>
<p>I can't think of a way you could put emoticons in C# class names, but I haven't thought too hard about it - any one got any ideas?</p>
<p>Does any programming language allow it? For the win, what would be the best/worst language to be able to perform this in?</p>
<p><hr /></p>
<p>The Scheme answer bests answers my question. It was a quick idea after a quick discussion so I'm going to accept after a short amount of time and then move on with my life. Thanks for the responses</p>
http://stackoverflow.com/questions/1467739/what-is-the-worst-funniest-error-message-you-have-ever-seen0What is the worst/funniest error message you have ever seen? [closed]WilliamKF2009-09-23T18:18:40Z2009-09-23T18:24:09Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br />
<a href="http://stackoverflow.com/questions/238079/the-funniest-weirdest-error-message-youve-got-from-a-development-environment-app">The funniest/weirdest error message you’ve got from a development environment/application</a> </p>
</blockquote>
<p>Here is one from a product I am working on (note it is a warning not an error):</p>
<blockquote>
<p>Warning: Got unexpected '%s' exception '%s'. This is the last place to handle this exception but it can't be. The exception is ignored to avoid crashing the tool. The optimization result is incomplete and your data might be corrupted. Sorry.</p>
</blockquote>
http://stackoverflow.com/questions/1423008/funny-resume-goofs1Funny resume goofs [closed]Larsenal2009-09-14T17:57:39Z2009-09-14T18:01:05Z
<p>Post your snippets from resumes which made you laugh. Please omit names to protect the innocent.</p>
http://stackoverflow.com/questions/462219/xkcd-random-number18XKCD - Random NumberPreets2009-01-20T17:16:55Z2009-09-10T16:43:40Z
<p>Could someone explain if and why the following random number function <strong>works</strong>? </p>
<p>I have never quite been able to understand it. I ask the question on SO hoping to find a more "human" explanation that could be understood by me.</p>
<p><img src="http://imgs.xkcd.com/comics/random%5Fnumber.png" alt="alt text" /></p>