vote up 759 vote down
star
697

Personally I like this one:

alt text

P.S. Do not hotlink the cartoon without the site's permission please.

flag
151 
It's unfortunate that it prints it out without line breaks. – PintSizedCat Sep 17 at 15:35
6 
*rolleyes* main() in C has to return an int, and returning 0 indicate sucessful termination. – KTC Oct 15 at 10:19
6 
It's perfectly legal C. What would be incorrect would be "void main(void)". – Joe Pineda Oct 29 at 20:37
6 
If everything was fair game the site would be a digg/forum clone. But since it's a programming question and answer site, some discipline has to be exerted over articles that have a lot of views. Naked pictures with programming code on it, would get a lot of views, but what does that really say? – m4bwav Feb 6 at 22:02
4 
"The entire point of voting is to avoid these debates" I guess you don't use stack overflow much – m4bwav Mar 4 at 22:43
add / show 36 more comments

207 Answers

1 2 3 4 5 7 next
vote up 1091 vote down
check

Another one from xkcd

(Her daughter is named Help I'm trapped in a driver's license factory.)

link|flag
7 
I have half the mind to give my sone the same middle name. ;) – Haacked Sep 17 at 16:04
37 
My last name has an apostrophe in it. I feel like lil bobby tables half the time since 50% of what's written out there breaks on apostrophes. – William OConnor - csevb10 Sep 18 at 0:19
40 
We ran across a Mary Null once that reeked havoc on a legacy system of ours.... Too many LastName != 'Null' conditions... – Bloodhound Sep 18 at 12:26
24 
William, your comment is particularly ironic given how your name shows up here. – A. Rex Sep 23 at 0:54
5 
I was thinking to call my future kid 'Null Pointer Exception'. My girlfriend isn't too hot on the idea though. – christian studer Feb 4 at 9:02
add / show 22 more comments
vote up 816 vote down

link|flag
5 
Does anyone know who's the author? – Tamer Salama Oct 4 at 18:31
2 
I don't think it has a single author. I have seen a version with only 4 frames in about 1992. – Eggs McLaren Oct 24 at 6:24
2 
I actually found this printed on a t-shirt back in the '70s. It was only 4 in the series back then, but I bought the one with the two ropes on either side of the trunk (no cutout). ;-) -R – Huntrods Nov 6 at 0:12
1 
projectcartoon.com/ – Zack Peterson Jun 26 at 16:40
add / show 21 more comments
vote up 595 vote down

I like this one: http://xkcd.com/149/

alt text

(Proper User Policy apparently means Simon Says.)

link|flag
2 
this is a sysadmin cartoon :-) – Cristian Ciupitu Sep 18 at 8:37
9 
To explain the humor, its easy to forget you do not normally have the privilege to do things like mount a new drive or use a package manager to install new programs. My console sessions always look like "mount somedrive" "[You must be a superuser to do that]" "sudo mount somedrive" "[done]" – Jimmy Nov 20 at 22:32
4 
I didn't understand it, untill I used Ubuntu for two weeks. – Eibx Mar 13 at 15:00
add / show 9 more comments
vote up 438 vote down

alt text

link|flag
18 
It's funny because it's true. So, very, true. "Why can't we hide this field by default?" > "Because it's mandatory." > "Why is it mandatory?" > "Because the customer might need it later if they buy this other module we have." > *eye-stab* – Joeri Sebrechts Sep 27 at 11:43
14 
hmmm... who gave you permission to use our company's screenshot ?? – Newtopian Apr 14 at 2:30
add / show 7 more comments
vote up 434 vote down

The only valid measurement of code quality: WTFs/minute

link|flag
2 
Didn't Joel actually tell a story about Bill gates and his 'fuck count'? – Treb Oct 8 at 12:32
3 
I have actually used WTF/M as a metric when looking over a legacy system designed by a less than talented developer – Neil Aitken Jan 13 at 13:20
add / show 6 more comments
vote up 422 vote down

I wrote a production website that has the path /dev/random/ return 4 because of this comic.

int get_rand_number(){ return 4;}

link|flag
11 
wow. compromising production applications in the name of humor... .. i like it! – stephenbayer Sep 20 at 15:51
3 
It hardly "compromised" the system. It was a Ruby on Rails application so I just created an additional route and an action in frontpage controller. :) – epochwolf Sep 23 at 15:55
1 
This was because of Debian's early 2008 bug :P – igorgue Dec 4 at 16:43
add / show 6 more comments
vote up 394 vote down

I've always found this one rather obligatory 8^D:

link|flag
add / show 5 more comments
vote up 381 vote down

XKCD Comic 303 - "Compiling"

('Are you stealing those LCDs?' 'Yeah, but I'm doing it while my code compiles')

I have this one pinned to the wall facing the entrance to our office :)

link|flag
7 
The only reason NOT to use dynamic languages! – abyx Feb 9 at 11:28
add / show 16 more comments
vote up 322 vote down

link|flag
43 
Worth noting that the spike appears between 1.2 and 1.4, closer to 1.4. Specifically, the spike is at .1337 :D – Asmor Sep 19 at 13:28
6 
Randall Munroe, the creator of xkcd, discusses how he actually tested this theory during a talk at Google: youtube.com/watch?v=zJOS0sV2a24 -- start at 8:26 or so. The talk is also exciting because Donald Knuth asks the first question! – A. Rex Sep 23 at 1:07
2 
printing, and leaving on the boss's desk as we speak. – GordonB Feb 26 at 8:31
add / show 4 more comments
vote up 318 vote down

alt text

link|flag
1 
Man, I wish I could save the day with Perl. – Dave Sep 23 at 21:32
41 
I wore this shirt to work one day, and someone asks me, staring at their screen and apparently not having noticed my wardrobe, "DOES ANYBODY KNOW REGULAR EXPRESSIONS!?" It was a heroic moment. – Robert Elwell Oct 8 at 15:11
3 
After reading this I actually learnt regular expressions, just so I could use that line. – Neil Aitken Jan 13 at 13:26
1 
An Algorithms and Data Structures teacher once rephrased this as the "fun roommate" problem: what do you do the night your roommate removes all the punctuation and spaces from your senior thesis to be "funny"? – Myer Nore Mar 30 at 4:09
3 
@Myer - I'd just get the latest version back out of SVN... – balabaster Apr 16 at 19:19
add / show 5 more comments
vote up 308 vote down

My favourite Dilbert of all time.

I think mauve has the most RAM.

link|flag
3 
Perhaps I should ask SO which color has the most RAM... – Jon Smock Nov 9 at 3:32
add / show 5 more comments
vote up 305 vote down

link|flag
6 
Because random raptor attacks are something everyone should worry about. – Keithius Oct 1 at 21:03
1 
+1. I found a GOTO in some C# code just last week! Where do we find these contractors??? – rally25rs Jan 12 at 23:30
add / show 8 more comments
vote up 304 vote down

About Agile Programming, Makes me laff every time.

link|flag
add / show 6 more comments
vote up 274 vote down

Not a cartoon per se, but still good:

Yuval =8-)

link|flag
9 
Bugs have 6 legs - but maybe it's a bug... – sdfx Feb 6 at 19:38
4 
In early versions of Minesweeper, you could pause the game by hitting Esc - the window would minimize and the clock pause. In Windows 2000 the clock would stop but the window would remain, so you could play out the game and your time would be whatever the clock said right now. It was obviously a bug but Microsoft documented it as if it was a feature. – Hugh Allen May 15 at 2:26
add / show 9 more comments
vote up 267 vote down

link|flag
9 
have to say I've done that. – WalterJ89 Feb 23 at 8:54
add / show 4 more comments
vote up 260 vote down

Religious debates are always fun!

link|flag
9 
The original XKCD alt text for this comic is: "Real programmers set the universal constants at the start such that the universe evolves to contain a disk with the data they want." – Pat Notz Sep 20 at 10:28
add / show 2 more comments
vote up 258 vote down

link|flag
1 
This one was pure GOLD. – Gishu Sep 17 at 19:29
add / show 2 more comments
vote up 257 vote down

Oh! There can be only one:

It's sooo funny, because it's true :)

link|flag
1 
I sent this one to a couple of friends to ... uhm... hilight their compulsive correcting tendencies. Guess what? Didn't work. haha. – slothbear Feb 8 at 2:21
13 
not programming related – apphacker Feb 22 at 11:42
add / show 8 more comments
vote up 238 vote down

This has actually happened to me. A boss mistook my resourcefulness in scripting for laziness. link

alt text

UPDATE: link to original. Sorry about that.

link|flag
3 
A common problem when working with non technical managers.... – Mitchel Sellers Sep 17 at 15:48
4 
Any task that can be automated in a timely fashion ought to be automated! – Jon Ball Sep 18 at 1:43
22 
Laziness is one of a programmer's greatest virtues :) – Thomas Sep 18 at 3:27
8 
i had a boss that used to say that "google is for lazy people".. – VP Oct 13 at 18:55
6 
i literally got fired for doing this lol – Nick Bolton Mar 19 at 17:46
add / show 6 more comments
vote up 232 vote down

Dilbert's random number generator.

link|flag
5 
I think that particular RNG was featured in a Beatles song. – joshperry May 27 at 23:21
add comment
vote up 212 vote down

This one from 1995, still one of best.

Computer holy wars

link|flag
2 
awesome. awesome to the max. – jakemcgraw Sep 18 at 12:52
add / show 9 more comments
vote up 199 vote down

link|flag
3 
This is the ideal world where devs are looking for bugs. Test should be out there holding the mouse by the tail while dev is in the corner building something with tinker-toys. – Aaron Sep 18 at 16:17
add / show 5 more comments
vote up 188 vote down

alt text

link|flag
10 
it's so sad this chart is true... – ya23 Nov 6 at 0:54
2 
Not so true. It seems old. – alexmeia Nov 21 at 21:55
25 
In my environment, I still need to support Internet Explorer 6. I think the "Swearing" part needs to be extended. By about 800%. – Michael Stum Nov 25 at 21:37
2 
This one maked me lol alot, before i realised that I indeed have spend the last 2 days trying to get a site working in IE6. – Pim Jager Dec 16 at 22:47
2 
I saw this what seems like ages ago. I wasn't sure whether to laugh or cry when I realized it's still true today, Here's hoping IE8 is better. – danswain Feb 4 at 23:34
add / show 11 more comments
vote up 179 vote down

Of course, xkcd!

353

link|flag
13 
This has found it's way into Python's source code: svn.python.org/view/python/… – rossp Nov 11 at 6:00
4 
Well, as of Python 3, it's `print("Hello, world!")`. – Cristián Romo Jan 1 at 5:33
add / show 1 more comment
vote up 170 vote down

alt text

link|flag
1 
Love the double reference! – unclerojelio Jan 22 at 18:03
add / show 2 more comments
vote up 162 vote down

alt text

http://www.sciencecartoonsplus.com/images/miracle3.gif

link|flag
6 
I got 7 / 10 on a proof in undergrad discrete mathematics using this technique... – Ian McLaird Feb 16 at 15:18
add / show 7 more comments
vote up 152 vote down

I knew it was true. XKCD #224

"We lost the documentation on quantum mechanics. You'll have to decode the regexes yourself."

link|flag
2 
"We lost the documentation on quantum mechanics. You'll have to decode the regexes yourself." – JK Sep 17 at 16:56
1 
I especially like the last sentence. – Brad Gilbert Sep 22 at 19:58
add / show 2 more comments
vote up 140 vote down

Agile Programming Methods:

link|flag
add / show 2 more comments
vote up 139 vote down

(I hear this is an option in the latest Ubuntu release.)

link|flag
1 
xkcd.com/416/ "I hear this is an option in the latest Ubuntu release." – Douglas Leeder Sep 18 at 15:40
2 
I actually added most of this to my Wifi auto-config scripts. – Unkwntech Oct 4 at 5:34
add / show 5 more comments
1 2 3 4 5 7 next

Your Answer

Get an OpenID
or

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