Slashdot Mirror


The 20th IOCCC Winners Announced

An anonymous reader writes "The 20th International Obfuscated C Code Contest ended on February 5th, 2012, and the list of winners has been announced. According to the page, the source code for all the winning entries 'has not been released yet.' It will be available alongside code from previous years 'in late-February to mid-March.'"

23 of 34 comments (clear)

  1. I feel like... by garrettg84 · · Score: 1

    I feel like winning this could put you on the no fly list or some of the other terrorism related lists.....or get you a job....

    --
    -g
    1. Re:I feel like... by Anonymous Coward · · Score: 1

      Two things that no-life people don't do, so if you end up on that list you're fairly sure of that not happening.

    2. Re:I feel like... by 91degrees · · Score: 4, Funny

      .or get you a job....

      Well, pretty certain I've worked with the winner of this.

  2. IOCCC... by Okomokochoko · · Score: 5, Funny

    Promoting only the finest in unreadable code since 1984.

    1. Re:IOCCC... by betterunixthanunix · · Score: 1

      Now now, I think the empty string program was highly readable: it did exactly what it said it did.

      --
      Palm trees and 8
    2. Re:IOCCC... by Anonymous Coward · · Score: 5, Funny

      Only the period 1984-1987. Then Larry Wall took over.

    3. Re:IOCCC... by Anonymous Coward · · Score: 1

      It took me a good while to figure out your joke. After all, Larry Wall only won twice, and those were in 1986 and 1987.

  3. I love love love this! by Anonymous Coward · · Score: 1

    I could stare at and examine winning entries for days on end. I really love this competition.

  4. A pity the entries are not available yet by youn · · Score: 1

    still love ioccc! glad it is back

    --
    Never antropomorphize computers, they do not like that :p
  5. It's all obfuscated if you're doing it right by Anonymous Coward · · Score: 1, Interesting

    Programming used to be fun! Now everything is objects and bloated runtime systems.

  6. Perl by needs2bfree · · Score: 1

    I wonder what obfuscated perl would look like...

    1. Re:Perl by Anonymous Coward · · Score: 5, Funny

      As it turns out, it's actually more readable than non-obfuscated perl.

      This is coming from a perl lover :)

    2. Re:Perl by Abreu · · Score: 3, Funny

      I wonder what obfuscated perl would look like...

      Slashcode? [ducks!]

      --
      No sig for the moment.
    3. Re:Perl by DMUTPeregrine · · Score: 1

      It would look like "Enterprise" anything.

      --
      Not a sentence!
    4. Re:Perl by c++0xFF · · Score: 1

      /dev/urandom

    5. Re:Perl by ledow · · Score: 1

      Perl.

  7. Re:What's the point?.... by semi-extrinsic · · Score: 4, Insightful

    What's the point of NASCAR? If you drive like that in traffic, you'll be pulled over in a heartbeat.
    (This is my first car analogy on /. Yay!)

    --
    for i in `facebook friends "=bday" 2>/dev/null | cut -d " " -f 3-`; do facebook wallpost $i "Happy birthday!"; done
  8. real obfuscation by lucm · · Score: 4, Insightful

    The best way to get real code obfuscation is to outsource VB.Net development to a third-world country. Seeing indexed property calls and casting in lambda expressions in VB.Net is already unsettling, but when the variable names are in a foreign language (or event better: foreign language in all uppercase) it is a treat, especially with random patches of On-Error-Gotos and line numbering.

    --
    lucm, indeed.
    1. Re:real obfuscation by cerberusss · · Score: 1

      The best way to get real code obfuscation is to outsource VB.Net development to a third-world country. Seeing indexed property calls and casting in lambda expressions in VB.Net is already unsettling, but when the variable names are in a foreign language (or event better: foreign language in all uppercase) it is a treat, especially with random patches of On-Error-Gotos and line numbering.

      Add some random copy/pasting, plenty of unused, undocumented variables, and best of all: a home-brew database structure that is further from normalized than most women.

      --
      8 of 13 people found this answer helpful. Did you?
  9. Re:They could make the contest title more musical. by trum4n · · Score: 1

    That would obfuscate the mission and message of the competition, and that is clearly not the goal here.

  10. Re:What's the point?.... by Daniel+Dvorkin · · Score: 4, Insightful

    Other than flexing your geek.

    Deliberately writing obfuscated code can make you a better coder; you can look at the tricks you're using to make it hard to read and think "I have to make sure never to do anything like that in production code." One of the most valuable programming exercises I ever did, suggested as an "on your own time" project by one of my CS professors, was to write some short but moderately functional program (I think I did a scheduling simulator) without comments and with one-letter variable names, and then look at it again a few months later to see if it made sense. The answer: no, it didn't, and I considered the couple of hours I put into it to be time well-spent.

    If you are writing code that looks anything like this in a team environment you'll be fired in a week.

    Ah, idealism! Such a beautiful thing. Hold onto that for as long as you can, before the cruel world shatters your illusions.

    --
    The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
  11. No entries after 2006? by Nimey · · Score: 1

    I know I've seen yearly blurbs for IOCCC here on Slashdot. Why haven't they published source for winners from after 2006?

    --
    Hail Eris, full of mischief...

    E pluribus sanguinem
    1. Re:No entries after 2006? by machine321 · · Score: 4, Informative

      This was the 20th IOCCC. The 19th was in 2006.