22nd International Obfuscated C Code Contest Starts Thursday 1 Aug 2013 48
achowe writes "The 22nd International Obfuscated C Code Contest opens 2013-Aug-01 03:14:15 UTC through to 2013-Oct-03 09:26:53 UTC. The rules have been updated, in particular Rule 2 (size rule) has changed. The draft rules and guidelines are available online. In addition there is now an IOCCC Size Rule Tool to aid with counting the secondary size rule. Questions and comments for the Judges can be emailed to q.2013@ioccc.org and must include 'IOCCC 2013' in the subject. Or contact them via Twitter @IOCCC."
Anyone planning on entering?
Re: (Score:2)
Re: (Score:1)
It's plenty fast enough for all kinds of applications.
Re: (Score:2)
Seconded. I have written low level drivers in C#, and they keep up with the hardware just fine on old (Core 2 laptop processors are now old?!) machines, with numerous devices. In fact, the SQL throughput in .NET is pretty impressive. Admittedly, I miss pointer arithmetic, and the ability to read a byte array as (for example) an int32, but I don't miss the inevitable chaos that ensues from that... All in all, I think a good move for the software apart from the fact that I doubt it will be portable to mono..
Re: (Score:1)
My experience is that anything created by .NET crawls along like a dog
Don't blame the tools, blame the monkey using them. Bad code is bad, regardless of language/runtime.
Re: (Score:1)
Why would you not blame the tool if the tool itself is the problem? This whole "blame the user not the tool" meme is stupid as hell. There are plenty of tools that are made that are just plain bad and they deserve the blame they get.
Re: (Score:1)
Re: (Score:2)
Re: (Score:2)
Re: (Score:3)
since there are ways to write redable Perl ).
You mean like Perl code written on paper for an exam where mistakes are marked with a red pen?
Re:You want obfuscated code? (Score:5, Informative)
While I agree perl can be written readable, and I do try to do that whenever I am writting perl... it also has so much syntactic sugar and idiom that writing obfuscated perl is a bit too easy.
I used to give people a perl code test that included the line:
"split //;"
Where else can you operate on one variable, save your result in another, and specify neither? Never mind functions that operate differently depending on whether or not they are called in scalar context.
You mean C can be even more opaque? (Score:1, Funny)
I can't believe people try to make C even more unreadable and senseless.
Hell, their tutorials pretty much would win this competition.
Re: (Score:2)
Just code in VB.
So you didn't even looked at the contest site right? read some previous winners entries and come back then.
There is a reason that there is not a VB obfuscated contest.
Re: (Score:1)
7) The obfuscated C program must be an original work that you own.
You (the authors) must own the contents of your submission OR you must have permission from the owners to submit their content under the Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license (see rule 18).
I was going to enter the contest (Score:3)
But it was just way too confusing.
Absolutely! (Score:2)
Here's my submission: (Score:3)
10 GOTO 10;
Re: (Score:3)
10 GOTO 10;
Shouldn't that say:
10 GOTO 10
Without the semicolon?
Re: (Score:2)
I can't answer that until you sign this support contract. X_________
And this non-disclosure form. X_________
And this non-compete agreement. X_________
And this EULA. X_________
And initial here ____ and here___ aaannd
here____.
A contest to code poorly? (Score:2)
Next up: who can drive the poorest without killing anyone!
Re: (Score:2)
Re: A contest to code poorly? (Score:2)
NASCAR was born from the whiskey runs during prohibition. Think about THAT.
Re: (Score:2)
So... NASCAR evolved from driving drunk?
That explains some things...
Re: (Score:1)
Re: (Score:1)
Re: (Score:3, Interesting)
IOCCC 1991 Best Utility was a vi like editor in 1536 bytes; Debian went on to use the unobfuscated version "ae" as a small editor for the rescue floppy for many many years.
Re: (Score:1)
Re: (Score:2)
Accidents are no laughing matter, but some of those are just too funny!
Re: (Score:2)
Actually, if you take a look at the entries, it's not really poor code, just highly skilled code.
Of course, if you've been in software development for any time, you'll realize that it's not the poor coders that do the crappiest hardest to maintain code, it's the prima donna ones that use all sorts of strange tricks that make code unreadable. At least poor coders generally produce bad code, but there's an honest effort that goes into it (like using the wrong sort, or not using an API that would've made life
Obscure dates/times, too (Score:4, Interesting)
2013-Aug-01 03:14:15 UTC through to 2013-Oct-03 09:26:53
Umm, where'd those dates/times come from?
03:14:15 looks like pi truncated to 4 decimal places, but why Aug 1? And where'd the close date/time come from?
Re:Obscure dates/times, too (Score:5, Informative)
pi = 3.1415 92653 589...
That explains the close time anyway, I didn't look at the dates.
Re: (Score:3)
Retrospectively,
Aug. 1 is the birthday of Otto Toeplitz, German mathematician, author of The enjoyment of mathematics. Selections from mathematics for the amateur (with Hans Rademacher).
Oct. 3 is the day Edouard Lucas, French mathematician, known for his study of the Fibonacci sequence, died.
Good old days (Score:3)
At least one of the judges (^chongo^) was a contributor to this very site many moons ago, not sure if he's still here. (Had|Has) some fine prime number & math pages.
I strongly suggest taking time to look at just what previous entries have been able to do, including print musical notation, a working spreadsheet implementation, and a flight simulator. With obfuscation & size limits.
Ahhh memories. Never could enter myself though, can't even write normal C with any proficiency.
And this is for people who (Score:4, Funny)
think that C isn't obfuscated enough.
I've got one (Score:3)
Obfuscated Lisp (Score:2)
Obfuscated C is unreadable, obfuscated Perl is completely impenetrable, but what I want to see is obfuscated Lisp.
Re: (Score:1)
Obfuscated C is unreadable, obfuscated Perl is completely impenetrable, but what I want to see is obfuscated Lisp.
Then you clearly overlooked this Common Lisp entry:
http://www.ioccc.org/2005/mikeash/hint.text [ioccc.org]
Last year's winners also included some obfuscated lambda calculus programs, like a 167-bit prime number generator.
-John
I'm totally going to win with my (Score:2)
ROT26 encoded masterpiece.
Already entered, several times (Score:2)
It is telling there is obfuscated .. (Score:2)