Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
It's funny.  Laugh.

Linux Kernel Code Humor 502

An anonymous reader writes "This article points to some pretty funny comments and code in the Linux kernel. From colorful metaphors, to burning printers, to happy meals... A recursive search through the entire code base reveals some interesting language. Is all code like this?"
This discussion has been archived. No new comments can be posted.

Linux Kernel Code Humor

Comments Filter:
  • by EnderWiggnz ( 39214 ) on Saturday January 04, 2003 @02:13PM (#5014730)
    Yes.

    Haven't been working long in the real world, eh?
    • by Ponty ( 15710 )
      If yours is, you won't either. I've heard of a few people who've gotten burned by sexist/offensive comments in their code.
      • Funny you should mention this... I remember some (i.e. many) years ago when I was working as a sysprog on a Sperry site, I wrote and implemented a transaction surveillance program called BIG_BROTHER. The CEO got wind of it somehow, and I got carpeted, so I renamed the prog to LARGE_SIBLING. That was OK, for some reason :-)
    • by kbrannen ( 581293 ) on Saturday January 04, 2003 @02:58PM (#5014988)
      More than you'd initially suspect. :-) I used to work for a Wall Street firm that had the policy that if you worked more than 10 hours a day, they'd buy you dinner. We were on a tight schedule so this was very common for our small team. We rotated the "order dinner" duty around. Anyway, one day several months after the crunch, I was working on some code written by another guy and found something like this in the code. /* thu's order 2 canoli 1 raviloli 1 pepperoni pizza 3 salads 2 chocolate cakes 1 carrot cake 1 bread sticks 3 cokes 1 diet coke */ Looking back thru CVS, I found it had been there a good long while. After a good laugh, I deleted it.
    • by rootmonkey ( 457887 ) on Saturday January 04, 2003 @05:36PM (#5015709)
      I typically listen to music while coding and lyrics find there way into my source code. I used to put weird ramblings in my source just to freak out the other developers. /* Its getting dark on the outer rim,insanity is startint to set in .... */. I've stopped doing that but many programmers put the personal touch on their code via comments.
    • by FireballFreddy ( 472710 ) on Saturday January 04, 2003 @06:30PM (#5015936)
      Hehe, but code/comments like this can bite you in the ass too. I remember a developer who was told to add a big red button into a game for kids. For some reason, I believe as a joke, he put in a *huge* red button labeled "BIG FUCKING RED BUTTON".

      Well, the file got propogated to other trees before he could "correct" the button, and during pre-release testing a volunteer was playing the game and lo! the button pops up. :) Too bad it was an adult testing and not a little kid, because that would have been really funny.

      -FF
  • Yes. (Score:5, Funny)

    by pb ( 1020 ) on Saturday January 04, 2003 @02:15PM (#5014742)
    The best code comment I heard about (in a discussion about code commenting, I believe) was something like this: /*** DRUNK -- FIX LATER! ***/
    • Re:Yes. (Score:5, Funny)

      by danamania ( 540950 ) on Saturday January 04, 2003 @02:26PM (#5014825)
      I'm just compiling KDE 3.1 - in the middle of part of the code (for KATE the editor I think) is

      warning: why does this work?

      a grrl & her server [danamania.com]
      • by coyote-san ( 38515 ) on Saturday January 04, 2003 @04:15PM (#5015352)
        While this comment is humorous, it's also very deep. It shows that the coder understood what he was doing well enough to know that the behavior wasn't as expected... and anyone else touching the same code should expect problems.

        It's rare, thankfully, but it is possible for code to trigger obscure compiler or even CPU bugs. These can be virtually impossible to track down, esp. if your boss is (justifiably) skeptical of your claim that the problem has to be in the compiler. In these cases the best you can do is flag the code as something that's very flaky.

        (BTW, I have some personal experience with such code. I just hit one with a PNG decoder - one mode had a rare decoder error that would flip one pixel, but the mode meant that the error was propagated across multiple scan lines. A very careful review of the code showed no error, and when I tested the code on different hardware (a PC, not an embedded device) it worked perfectly on the same images. Therefore it has to be the cross-compiler or hardware, and all I could do was document the problem.)
      • Re:Yes. (Score:5, Funny)

        by inode_buddha ( 576844 ) on Saturday January 04, 2003 @04:45PM (#5015473) Journal
        If you've ever compiled Enlightenment, you'll notice that it checks for Ale in libFridge (before invoking gcc proper), then it flames you for not having any Ale in Fridge...
    • Re:Yes. (Score:3, Funny)

      by Ryan Amos ( 16972 )
      Heh, I do that. Worst part was turning it in with my assignment not remembering that I had left the comment in there.. Code worked fine, it just had a big

      // Note to self, this code written while really fucked up.. go back and check it later

      I'm sure my TA found it rather humorous...

  • by Anonymous Coward on Saturday January 04, 2003 @02:15PM (#5014743)
    Something forms itself from the silent void of the empty mailing lists and the noisy chaos of the crowded mailing lists. It shapes and protects us, it entertains and challenges us, it aids us in our journey through the ether world of software. It is mysterious; it is at once source code and yet object code. I do not know the name, thus I will call it the Tao of Linux.

    If the Tao is great, then the box is stable. If the box is stable, then the server is secure. If the server is secure, then the data is safe. If the data is safe, then the users are happy.

    In the beginning there was chaos in Unix.

    Tanenbaum gave birth to MINIX. MINIX did not have the Tao.
    MINIX gave birth to Linux 0.1 and it had promise.
    Linux gave birth to v1.3 and it was good.
    v1.3 gave birth to v2.0 and it was better.

    Linux has evolved greatly from its distant cousins of the old. Linux is embodied by the Tao.

    The wise user is told about the Tao and contributes to it. The average user is told about the Tao and compiles it. The foolish user is told about the Tao and laughs and asks who needs it.
    If it were not for laughter, there would be no Tao.
    Wisdom leads to good code, but experience leads to good use of that code.

    The master Cox once dreamed that he was a Kernel. When he awoke he exclaimed: "I don't know whether I am Cox dreaming that I am a Kernel, or a Kernel dreaming that I am Cox!"
    The master Linus then said: "The Tao envelopes you. You shall create great code for Linux."
    "On the contrary," said Cox, "The Tao has already created the code, I will only have to find it and write it down."

    A master was explaining the nature of the Tao to one of his students:
    "Is the Tao in the VM subsystem?" he asked. "Yes," replied the master.
    "Is the Tao in the scheduler?" he queried again. "The Tao is in the scheduler."
    "Is the Tao even in the modules?". "It is even in the modules," said the master.
    "Is the Tao in the Low-Latency Patch?"
    The master frowned and was silent for much time.
    "You fail to understand the Tao. Go away."

    The Tao is the yin and the yang. It is the good and the evil, it is everything and yet it is nothing, it is the beginning and the end.

    The Tao was there at the kernel compile, and it will be there when the kernel panics.

    A novice user once asked a master: "Why compile in C when C++ is more popular?"
    "Why a monolythic kernel when Mach is more popular?"
    "And why use ReiserFS when ext2 is more popular?"

    The master sighed and replied: "Why run Unix when NT is more popular?"
    The user was enlightened.

    A frustrated user once asked a master: "My kernel has panicked, should I post to lkml?"
    "No," replied the master, "You will only bother the Tao."
    "Should I rm -rf?"
    "No, you will have wasted the Tao's time."
    "Well should I search the web?"
    "You will search for all eternity," said the master.
    "Perhaps I should try FreeBSD?"
    "Then you will have disgraced the Tao."
    "I suppose I could try gdb," said the user.
    The master smiled and replied: "Then you will have made the Tao stronger."

    A stubborn user once told a master: "I run version 2.2. I always have, and I always will."
    The master replied: "You are foolish and do not understand the Tao. The Tao is dynamic and ever changing. Linux strives for the perfection that is the Tao. It flows from version to version with peace."

    "So my Linux does not have the Tao, so what?" said the foolish user. "Oh your Linux is of the Tao," said the master. "However, the Tao of Linux follows the Tao of the C library. One day the C library will change, and your Linux will be left behind." The user was silent.

    An angry user once yelled at a master:

    "My Linux has panicked! What lousy software it is, I hate it so!"
    "You are insulting the Tao," said the master. "The Tao is everywhere bringing order to hundreds of networks, aiding thousands of users, and fighting that of which we call the 'lame.' Do not disrespect the Tao; however, the Tao will forgive you."

    "I apologize," said the user, "And I will be more forgiving the next time the Tao fails me."

    "The Tao has not failed you, it is you that has failed the Tao," said the master. "The Tao is perfect."
    The Tao decides if a kernel shall compile, or if it shall abort.
    The Tao decides if a kernel shall boot, or if it shall freeze.
    The Tao decides if a kernel shall run, or if it shall panic.
    But, the Tao does not decide if a box will have no hardware failures. That is a mystery to everyone.

    A young master once approached an old master: "I have a LUG for Linux help. But, I fail to answer my students' problems; they are above me."
    The master replied: "Have you taught them of the Tao?" he asked. "How it brings together man and software, yet how it distances them apart; how if flows throughout Linux and transcends its essence?"
    "No," exclaimed the apprentice, "These people cannot even get the source untarred."
    "Oh, said the master, "In that case, tell them to RTFM."

    A master watched as an ambitious user reconstructed his Linux.

    "I shall make every bit encrypted," the user said. "I shall use 2048 bit keys, three different algorithms, and make multiple passes."
    The master replied: "I think it is unwise."
    "Why?" asked the user. "Will my encryption harm the mighty Tao, which gives Linux life and creates the balance between kernel and processes? The mighty Tao, which is the thread that binds the modules and links them with the core? The mighty Tao, which safely guides the TCP/IP packets to and from the network card?"
    "No," said the master, "It will hog too much cpu."

    The core is like the part of the mind that is static. It is programmed at a child's creation and cannot be changed unless a new child is made; unless a new kernel is compiled.
    The modules are like the part of the mind that is dynamic. It is reprogrammed every time one learns new knowledge; every time one learns better code.
    One is yin, the other yang. Each is nothing without the other.

    A novice came to lkml and inquired to all the masters there: "I wish to become a master. Must I memorize the Linux header files?"
    "No," replied a master.
    "Must I submit code to Bitkeeper?"
    "No," replied the master.
    "Must I meditate daily and dedicate my life to Linux?"
    "No," replied the master again.
    "Must I go on a quest to ponder the meaning of the Tao?"
    "No. A master is nothing more than a student who knows something of which he can teach to other students."
    The novice understood.
    And thus said the master:
    "It is the way of the Tao."

    A user came to a master who had great status in lkml. The user asked the master: "Which is easier: implementing new features to the kernel or documenting them?"
    "Implementing new features," replied the master.
    The confused user then exclaimed:
    "Surely it is easier to write a few sentences in the man page than it is to write pages of code without error?"
    "Not so," said the master. "When coding, the Tao of Linux opens my eyes wide and allows me to see beyond the code, to let the source flow from my fingers, to implement without flaw. When documenting, however, all I have to work with is a C in high school English."

    He who compiles from the stable tree is stubborn
    and unwilling to change, but is guaranteed reliability.
    He who compiles from the current tree is wise but perhaps too conformist, but is guaranteed steadiness.
    He who compiles from the unstable tree is adventurous and is guaranteed new innovations: some good, some bad.
    He who compiles straight from Bitkeeper is brave but guaranteed turbulence.
    They are all of the Tao. One shall respect the old, and debug the new; none shall argue over which is greatest.

    There once was a user who scripted in Perl: "Look at what I have to work with here," he said to a master of core, "My code is interpreted dynamically, the syntax is unique and simple, I have sockets, strings, arrays, and everything I could ever need. Why don't you stop meddling in C and come join me?"
    The C programmer described his reasoning to the scripter: "Script is to C as ebonics is to Latin. If the scripter does not grow beyond that of which he scripts, he will surely [die]. Besides, without C, how can there be script?"
    The scripter was enlightened, and the two became close friends.
  • by Gaxx ( 76064 ) on Saturday January 04, 2003 @02:17PM (#5014759)
    In the days when I was a die-harder coder (unlike the current easy life as a part time manager and part time developer) I used to keep my diary and calendar in code comments - those were, of course, the days without funky handhelds with funkier PIM systems :-) *sigh* The good old days....
  • Google Cache (Score:5, Informative)

    by Anonymous Coward on Saturday January 04, 2003 @02:19PM (#5014769)
    Linked off of article here [google.com].

    Easier to read too.
  • In the netcat source code, Hobbit had a comment in the Linux define section that was pretty funny. It went something like:

    "Linux, which is trying so hard to be posixly correct, I think I'm gonna hurl"

    -sirket
  • Linus (Score:3, Funny)

    by DaBj ( 168491 ) <(ten.jbad) (ta) (jbad)> on Saturday January 04, 2003 @02:20PM (#5014775) Homepage Journal
    Is it true that there somewhere in the kernelcode is a comment by Linus saying:

    "//I wonder why this works"?
    • Re:Linus (Score:3, Informative)

      by kasperd ( 592156 )
      "//I wonder why this works"?

      I couldn't find exactly that comment. This is as close as I can get:

      grep -ir 'wonder.*work' linux
      linux/net/ipv4/arp.c: I wonder why people believe that they work.
      linux/drivers/acorn/block/fd1772.c: * code - I wonder if it will still work... No :-)
      linux/drivers/nubus/nubus.c: * I wonder how the CRC is meant to work -
  • Bolixed. (Score:5, Funny)

    by danamania ( 540950 ) on Saturday January 04, 2003 @02:21PM (#5014787)
    Around the middle of July last year the drive in my web server (a 10 year old 250mb SCSI) died. The first I knew about it was an error along the lines of "device is bolixed".

    It's about the most accurate error message I've seen yet - within half an hour it just wouldn't spin :)

    a grrl & her server [danamania.com]
  • by Anonymous Coward on Saturday January 04, 2003 @02:22PM (#5014797)
    A couple years ago the company I'm working for had sold the source to one of their business commerce systems to another company. The comments were sprinkled with some superlatives such as 'fuck' and 'son of a bitch' not to mention that there were a few other not-so-nice comments about other products like 'since this fucking windows bug' or what not heh. This other company was NOT very happy at all. It resulted in one person being let go when there were some small "budget" problems even though they just sold some software for over a million and this company wasn't very large (under 20). After he was let go they hired 3 new people. Lukly I just started about a week before this happened so I never got in trouble. Anyway, now the management scans the comments periodically to look for colorful words.
    • by coyote-san ( 38515 ) on Saturday January 04, 2003 @04:25PM (#5015393)
      The saddest thing is that the managers will never understand that they're responsible for their own problems. There are a lot of valid reasons for easing somebody out of the door, but the style of comments acceptable at the company before the merger is not one of them.

      N.B., I am not defending comments that are abusive to coworkers, slanderous, etc. That type of language has no place in an office.

      But the tone of a comment is a valuable indication of how much effort was put into fixing it. If I see a comment like // workaround, some_library_call() isn't working like advertised

      it tells me that they RTFM but found a workaround. Maybe a future version of the library (or the FM) will get it right. I probably don't need to talk to the author before touching the code myself. In contrast, a comment like // fucking windows refuses to allow us to keep both widgets visible at the same time, so we'll do this instead...

      tells me that they put a lot of effort into finding a solution to the problem, but every attempt failed. If I have an idea, I should talk to the author to see if he's already tried it. (Better yet would be a pointer to some internal document detailing everything they tried.)

      This isn't absolute - many people will never let their comments contain any emotional tone, and others will swear at the slightest problem. But it's a valuable tool when it's used properly.

      (Speaking of bugs, why does slashcode insist on merging paragraphs?)

    • idSoftware had a little util called "unfuck" that they would apply to their source before sending it off to the latest licensee. Gee, I wonder why? :)

      Somewhere in one of the Paradox 3.5 for DOS executables, someone left a brief rant on upper management (it's readable text in the executable). Betcha that was some interesting source...

  • by kfg ( 145172 ) on Saturday January 04, 2003 @02:25PM (#5014818)
    Only the best code written by the coolest people in a great working enviroment is like that.

    I think that's the real reason MS won't release code. It isn't that the code sucks and they'd be emabrassed ( because that cat is already out of the bag), it's that it would reveal what a dull lot the lot of them were and make it hard to recruit.

    I bet you won't find *one* "Fuck Clippy" comment in the whole code base, and you know they *want* to say it.

    Damned marketroids won't let people have *any* fun.

    KFG
    • I actually think there's probably plenty of "Fuck Clippy" messages in Microsoft code, and they won't release it because it would show how much they hate themselves.

      The developers in Microsoft can be quite at odds at the organization itself, like in any company...
  • by mdechene ( 607874 ) on Saturday January 04, 2003 @02:31PM (#5014853)
    My personal favorite is the "Hardware On Drugs" message.

    cd /usr/src/linux
    grep -r drugs *

    linux-2.4.19/drivers/net/wan/dscc4.c:
    printk(KERN_INFO) "%s: hardware on drugs!\n", dev->name);
  • by flynn_nrg ( 266463 ) <mmendez@gma i l .com> on Saturday January 04, 2003 @02:32PM (#5014856) Homepage Journal

    Bill Paul, the guy who coded the Realtek 8139 driver put a very funny comment:

    /*
    * The RealTek 8139 PCI NIC redefines the meaning of 'low end.' This is
    * probably the worst PCI ethernet controller ever made, with the possible
    * exception of the FEAST chip made by SMC. The 8139 supports bus-master
    * DMA, but it has a terrible interface that nullifies any performance
    * gains that bus-master DMA usually offers.
    *

  • at my last job (Score:3, Interesting)

    by pizza_milkshake ( 580452 ) on Saturday January 04, 2003 @02:33PM (#5014859)
    i was reprimanded for extensive offensive language in my code. how else to keep it interesting?
  • by Anonymous Coward on Saturday January 04, 2003 @02:36PM (#5014876)
    In the VM subsystem for the Sun-3 kernel, about late 1986 I think, there appeared the following:

    panic("Shannon and Bill say this can't happen");

    One of the first mass market Unix boxes was sold through the now-defunct line of Tandy computer stores and contained a 68000 and a Z-80 as an I/O processor. They apparently had problems with the Z-80 going insane periodically. This would be noticed by the 68000 which would then...

    panic("Beam us up Scotty, she's sucking mud again");

    Of course the most famous of all is the comment in the task switching code of the original v6 Unix (Lyons commentary era) which said ... /* You are not expected to understand this */

    • Of course the most famous of all is the comment in the task switching code of the original v6 Unix (Lyons commentary era) which said ... /* You are not expected to understand this */

      And, of course, it means something like "this won't be on the exam". See Odd Comments and Strange Doings in Unix [bell-labs.com] for more of this kind of fun.

      • by taniwha ( 70410 ) on Saturday January 04, 2003 @06:51PM (#5016028) Homepage Journal
        but the funny thing was that it made lots of sense .... I did a V6 port (a long time ago and to the Vax no less) and worried about that line over and over again ..... I'd keep coming back to it and puzzle and worry over it .... one day I got there and it made absolute sense .... I'd won! .....

        Basicly what was going on was that fork() internally was a routine [newproc()] that returned 1 or 0 depending on whether you were the parent or the child .... and one of two things happened ... either you had enough memory, allocated it, copied the parent, and fudged up a return stack in the child to get back to return 0 (or 1 I forget which). But if you didn't have enough ram you'd swap out the parent and dummy up the swapped out image as the child, and set this bit in the process state saying you needed to return from newproc() somewhere in the swapper - which is why this comment was there - suddenly in the middle of a routine that returns no value it would test a flag, fudge the stack and return '1'.

  • by RebelTycoon ( 584591 ) on Saturday January 04, 2003 @02:39PM (#5014887) Homepage
    One can be very colorful with variable names too.

    I remember my high school computer teacher made us make a pixel drawing program. Part of the specs was to be able to toggle between draw and move mode.

    The natural variable names were...

    PenIsUp and PenIsDown ...
  • by corebreech ( 469871 ) on Saturday January 04, 2003 @02:42PM (#5014898) Journal
    One function gets a +1, Insightful.

    Another gets a -1, Redundant.

    I moderate API calls too. For instance, Win32's WaitForMultipleObjects gets a -64, Retarded. MacOS's HiWord trapcall gets a 0xFFFF0000, Utterly Pointless.

    Unlike /. posts, I think it's OK to moderate down API calls. How are these people ever going to learn otherwise?
    • by Chester K ( 145560 ) on Saturday January 04, 2003 @03:59PM (#5015298) Homepage
      For instance, Win32's WaitForMultipleObjects gets a -64, Retarded.

      My favorite is WaitForMultipleObjectSex. Though my coworkers insist on capitalizing it differently for some reason....
  • by dagg ( 153577 ) on Saturday January 04, 2003 @02:43PM (#5014910) Journal
    This guy was looking for something that was:

    I was looking for something terribly complicated and looking awesome to the eye...

    ... to put on a T-shirt. Most all his replies consisted of expletives and weird crap found in the kernel. Expletives are just more interesting than elegant code, I guess.

  • by cca93014 ( 466820 ) on Saturday January 04, 2003 @02:43PM (#5014911) Homepage
    while working on a large (more than 3 million Sterling worth) financial risk system I found a comment that read:
    /* The following code demonstrates a complete and utter lack of professionalism. */
    The contractator that wrote it was long gone by the time anyone noticed it...

  • by DarkKnightRadick ( 268025 ) <the_spoon.geo@yahoo.com> on Saturday January 04, 2003 @02:44PM (#5014912) Homepage Journal
    I was compiling Perl 5.8 when I found these funny little tidbits:

    From Perl 5.8.0's ./Configure:
    "Checking to see how your cpp does stuff like catenate tokens...
    Oh! Smells like ANSI's been here.
    We can catify or stringify, separately or together!"
    "You have POSIX termios.h... good!"

    Gimp 1.2.3 was no less immune:

    checking for intelligent life... not found

    Both were found during the ./configure stages of compiling the source.
  • by Etyenne ( 4915 ) on Saturday January 04, 2003 @02:48PM (#5014932)

    And colleague and I where working a client E450 when we saw some funny ASCII art in /var/log/messages. At first, we believed that the machine got owned and the cracker was making fun of us. A little grepping later we found it in arch/sparc64/kernel/traps.c die_if_kernel() (around line 1450 for 2.4.18). I'd like to post the snippet, but the lameness filter refuse to let me do so. Go see for yourself.

    BTW, kerneltrap.org comment posting system seem borked ... it ate my post !

  • by dmorin ( 25609 ) <dmorin@@@gmail...com> on Saturday January 04, 2003 @02:50PM (#5014942) Homepage Journal
    Ya know, I'll take goofy comments over no comments anyday. As long as somebody can come along later and understand what you meant, it's fine. If having fun with it causes you to write a small explanatory paragraph rather than just writing things like "Added new feature", everybody wins.

    Compare this to the boss I had that told me I wasn't allowed to call a variable "temp" (for temperature), because other programmers on the team might misunderstand and think that's a temporary variable.

    • char *dummy = ... ; ... free(dummy); // Because hey, free dummy.
    • History: Took out previous feature. I have no idea what I was smoking. I'm really very, very sorry.
    • And Lo, there came forth a Great Renaming, wherein the Lord did provide a mighty shellscript, and it did crunch upon the code for forty megs and forty bytes, and on the last day, all occurences of the expression "oldCompanyName" had become "newCompanyName", forever and ever, amen.
  • grep fuck (Score:2, Funny)

    by romkey ( 145460 )
    Yes, I think most all code has a lot of cursing in it.

    Someone in the group I used to be in at MIT's Lab for Computer Science used to grep out all the fucks and shits before she'd do a release of our TCP for V6 UNIX.
  • by ColonelPanic ( 138077 ) on Saturday January 04, 2003 @02:52PM (#5014957)
    While working for a loony British midget at Cray Computer Corporation, I put the declaration "short volatile *VP;" into the compiler's optimization phase.
  • by ElOttoGrande ( 183478 ) on Saturday January 04, 2003 @02:53PM (#5014960)
    Once was compiling xscreensaver and for some reason didnt have bc library installed...

    configure: error: Your system doesn't have "bc", which has been a standard
    part of Unix since the 1970s. Come back when your vendor
    has grown a clue.

    and one from the slackware adduser script..

    ~# adduser

    Login name for new user []:
    Come on, man, you can't leave the login field empty...

    i also remember a good one in the enlightenment configure script though i dont have it saved .. something about searching the -lfridge for lager ;)

  • Not all, but a lot (Score:2, Interesting)

    by Syphonius ( 11602 )
    At my company, yes, there are interesting comments all through the code. They aren't as colorful as the Linux kernel though (those kind of comments would probably get you in trouble in a business setting).

    I like to think that having interesting comments (non abusive comments mind you) in the code shows the developers are enjoying themselves and working on something they like and with a team they like. Our code is sprinkled with numerous quips and questions and many comments are part of a running joke involving one of our team members and his (humourous, not real) abusive drinking.

    You do have to be careful though. In one previous version of our product some Javascript code (i.e. viewable in the browser) went out with a comment along these lines: "How could this have ever worked? No one must have tested this part at all." It was removed shortly after a customer called to complain about it. :)
  • shutdown.c (Score:3, Funny)

    by almeida ( 98786 ) on Saturday January 04, 2003 @02:59PM (#5014993)
    While neither in Linux nor in the the kernel, there is some humor in shutdown.c (/usr/src/sbin/shutdown) in both FreeBSD and OpenBSD. The function die_you_gravy_sucking_pig_dog gave me a good laugh when I saw it the first time.
  • Dutch code! (Score:5, Funny)

    by desaster ( 125558 ) on Saturday January 04, 2003 @03:01PM (#5015008)
    Here's my favourite part of the Blender source:

    #ifdef WIN32
    static int is_a_really_crappy_nvidia_card(void) {
    static int well_is_it= -1; /* Do you understand the implication? Do you? */
    if (well_is_it==-1)
    well_is_it= (strcmp((char*) glGetString(GL_VENDOR), "NVIDIA Corporation") == 0);

    return well_is_it;
    }
    #endif
  • by e1en0r ( 529063 ) on Saturday January 04, 2003 @03:06PM (#5015033) Homepage
    from my old job at a dot com I was instructed to make the website "self-maintaining". I was laid off on a friday but was told I had to spend the next week doing this. I remember one of the last scripts I worked on had something like this:

    if ( $get_out_while_you_can == $or_they_will_fuck_you ) {
    $with_a_cold_aluminum_baseball_bat = 1;
    }

    and

    if ( $this_company_is_run_by_morons == $i_hate_them_all ) {
    die();
    }
    • Companies which lay people off, then let them code for the remaining 2 weeks are pretty naive. The last thing you want in your system is a pissed off coder.

      I'd rather have a hacker in my system than an angry coder any day. They should get a clue.
  • Also the ammount of 'shit' and 'fuck' words totally blew me off :) either this guy meant to write "totally blew me AWAY" or he really needs a girlfriend
  • by VZ ( 143926 ) on Saturday January 04, 2003 @03:10PM (#5015049)
    I wonder why nobody has mentioned this:

    % sed -n 2,5p ./net/core/netfilter.c
    * Heavily influenced by the old firewall.c by David Bonn and Alan Cox.
    *
    * Thanks to Rob `CmdrTaco' Malda for not influencing this code in any
    * way.
  • MFC is the worst toolkit I've ever used and it has so many wierd quirks and odd behavior that I've got tired of commenting each of them. So I now just comment everything as: // FMFC

    I'm sure we can all figure that much out since my company has a problem with explicatives in code comments.
  • Strangely enough ... (Score:4, Interesting)

    by Aceticon ( 140883 ) on Saturday January 04, 2003 @03:12PM (#5015063)
    ... (or maybe not) i usually find more funny comments in code from people who actually like coding (and are good at it) than from code monkeys .
  • Some true gems (Score:2, Informative)

    by jongus ( 214492 )
    I found this [everything2.com] while browsing E2 [everything2.com].

    Just just gotta love this one:
    include/asm-mips/mmu_context.h: /* Fuck. The f-word is here so you can grep for it :-) */

  • Not so much on the comments, but I have error messages like this:

    "If you see this, I've done fucked up"

    "You did something really dumb."
  • by QuasiEvil ( 74356 ) on Saturday January 04, 2003 @03:21PM (#5015114)
    Several years ago, there were three of us, all working (well, "working") for our university's solar car team. Most of the telemetry code was written by one of the other guys (whose basement I'm now writing this from), and somewhere mid-project his girlfriend royally screwed him over. As we now tell people, it wasn't that she was a raving bitch, it was just that she really, really liked guys. All of them, everywhere, personally and intimately. :)

    Anyway, getting on with the story, after that event, he cranked out phenominal amounts of microcontroller code - all very intricate, clever, and good (from an engineer's point of view, not necessarily from a comp-sci view). However, written in assembly, he was forced to regularly come up with line labels for jumps in the code. These rapidly devolved from useful things like :CRC16UpperCalc before the girlfriend disaster to things like :LivsABitchDieDieDie afterwards. Made for some very funny looks back at the old code, but rather frustrating for anybody to debug. After all, how was I supposed to know the difference between the functionality of one with three "die"s and one with four "die"s. And yes, there was a difference, and yes, he knew exactly what each did.

    Lousy maintainability, but it was microcontroller code that nobody would ever again touch. Or, based on what we know of the teams after us, even understand. :)

  • by ucblockhead ( 63650 ) on Saturday January 04, 2003 @03:22PM (#5015120) Homepage Journal
    #ifdef THOSE_BASTARDS_CHANGE_THE_SPEC_BACK_AGAIN
    // lots of code
    #endif

    This text is here because the above code triggers the lame filter. You know, that thing they put in the slash code to force crapflooders to be creative.

  • by John Ineson ( 538704 ) on Saturday January 04, 2003 @03:23PM (#5015126) Homepage
    arch/i386/kernel/dmi_scan.c
    [...]
    /*
    * Check for clue free BIOS implementations who use
    * the following QA technique
    *
    * [ Write BIOS Code ]<------
    * | ^
    * < Does it Compile >----N--
    * |Y ^
    * < Does it Boot Win98 >-N--
    * |Y
    * [Ship It]
    *
  • by shortscruffydave ( 638529 ) on Saturday January 04, 2003 @03:30PM (#5015167)
    I work in a professional software house, and a while back I write a utility to trawl through some source code for an application and extract the comments. The ratio of 'practical' comments to frustration-venting, sideswiping and humour ran at about 50:50.

    One member of the team has a reputation for doing useful but wacky things, and most of examples of his code were prefixed with /* Trust me...I know what I'm doing */

    At some point a bug-fix had been applied by a junior programmer, prefixed by /* don't trust me...I may not know what he was doing */
  • by sheetsda ( 230887 ) <<doug.sheets> <at> <gmail.com>> on Saturday January 04, 2003 @03:43PM (#5015231)
    See here [thewavelength.net] and my sig.
  • by bahwi ( 43111 ) on Saturday January 04, 2003 @04:26PM (#5015399)
    Not too much in FreeBSD running the same tests. (Yes, I have nothing better to do today, thank you). (Results white-space edited)

    Under /usr/src/sys/
    $ egrep -ir "( fuck)|( shit)" *
    alpha/tc/esp.c: * Things are seriously fucked up.

    dev/sym/sym_hipd.c: * brain-deaded stuff that makes shit.

    i386/i386/math_emu.h: * structure to 12 bytes which breaks things in math_emulate.c. Shit. I

    Doing it outside the /usr/src/sys/ tree has many more results, but alot of them come out of the fortune files. No funny stories I could find, but I'm sure someone else can. =)
  • by hdparm ( 575302 ) on Saturday January 04, 2003 @04:52PM (#5015513) Homepage
    ...is indeed amusing, especially when you just woke up, drinking first coffee. Few favourites (comments):

    fs/reiserfs/inode.c: /* crap, we are writing to a hole */

    drivers/usb/uhci.c: * is just crap, written by a committee.

    net/ipv4/tcp_input.c: /* Old crap is replaced with new one.

    drivers/sbus/audio/cs4231.c: * how this crap gets set.

    drivers/net/3c501.c: Do not purchase this card, even as a joke. It's performance is horrible

    net/ipv4/ip_sockglue.c: I have no idea, how it will masquearde or NAT them (it is joke, joke :-))

    net/ipv4/tcp_input.c: * Funny. This algorithm seems to be very broken.

  • Burning Printers (Score:3, Informative)

    by Alien54 ( 180860 ) on Saturday January 04, 2003 @05:58PM (#5015804) Journal
    The full story on Burning Printers can be seen here [theaimsgroup.com]

    And apparently, originally it was a very legitimate error message.

    Another bit of lore and trivia for the mad scientist to know

    ;-)

  • ASCII Art comments (Score:3, Interesting)

    by Drakonian ( 518722 ) on Saturday January 04, 2003 @06:16PM (#5015871) Homepage
    This is ironic. Yesterday, I was enraged at the embedded system compiler I was using and put in a very large ASCII art warning against doing something that you SHOULD be allowed to do that took 30 hours to debug.

    If you ever need ASCII art comments, head here:
    ASCII Generator [network-science.de]. It can use many different "fonts". Great utility.

  • by sheriff_p ( 138609 ) on Saturday January 04, 2003 @07:06PM (#5016077)
    Not in the kernel, but ... (and this was in Perl code, so, make your own inferences):

    # SUB-PEN.
    # Of post-Soviet-Russian variety, with Chechens and a whole bunch of
    # paintable action figures so you can recreate your very own news
    # broadcast! Parents, dare you deny your children this fabulous
    # opportunity of becoming journalists? Too much caffine has been had.

  • by cant_get_a_good_nick ( 172131 ) on Saturday January 04, 2003 @09:09PM (#5016705)
    I remember reading this as part of a warning really. There was a mainframe app, and there was a constant, and it was called BDOLVB. Some maintenance programmers inherited the system, and saw the obove constant, and didn't know what the hell it was. They tried to look it up, figure out what the meaning was, and they couldn't figure it out. They could see what it was set to, 1770 Octal, but didnt know what it meant. They put looking into it on the back-burner - the system worked but they were stil curious about the meaning. Eventually, after months, they found oout what it meant.
    1770 = BirthDate Of Lidwig Van Beethoven
    Since they spun their wheels for a few days tracking this down, they weren't smiling all that much at the cleverness of this.

    The thing to remember is that code is harder to read than to write. The author has context, information that the reader doesn't have and has to guess at. If you want to be funny, do so, but don't interfere with the ultimate goal of source, to make it easy for people to see and change your code.

Scientists will study your brain to learn more about your distant cousin, Man.

Working...