Directly inspired by the classic C coding competition, the IOCCC, the IOPCC is now accepting submissions. This is my first time running a competition, so there will likely be some issues in this first year. Tentative plan for submissions end-date is outlined on https://pyobfusc.com/#submit.
As far as I know, the requirement of the IOCCC has always just been to submit any obfuscated C program. A submitted program can do something interesting, or something ordinary in an interesting way, but there's no specific constraint on what it does.
You might be confusing the IOCCC with the Underhanded C Contest, in which the goal was to do some particular task, but also subvert it in a non-obvious way: http://www.underhanded-c.org/
Thanks! I'm very excited to see it. You can submit any Python program as long as it produces an output of some kind without human intervention. More details are here: https://pyobfusc.com/#rules
Brilliant, I'd love to participate. A few questions:
1. Are underhanded entries welcome, where the code looks straightforward but does something completely unexpected? For C it's a separate contest[1], but I find a big overlap in the spirit.
2. Are there any tricks that are considered poor taste, like unicode fuckery, light pranks (think "opening the CD tray", not "forkbomb"), or embedding code in other languages?
3. Max length limits? And do I get bonus points for extra short entries?
4. Is optional human input ok, like a game that by default plays itself?
5. Not really a question, but the website is very broken on wide screens[2].
1. Yes! Underhanded entries are welcome. The obfuscation doesn't only apply to the code, but also the purpose of that code.
2. No tricks are in poor taste! The only limit is that we asked for submissions that don't re-use the common types listed by the IOCCC: https://www.ioccc.org/faq.html
3. No max length limits, and yes if you are able to create a very short program that will help. If you submit a longer program it would help the judges to provide a de-obfuscated version as well.
4. Yes, as long as it doesn't require any human intervention to produce output. There can be an alternate mode that allows human intervention, but the main goal is just to reduce confusion from potentially incorrect inputs.
Happens on both Firefox and Chrome on Windows, at 125% scale. After the left and right body margins grow beyond 300px each, the header starts moving into the main text.
Weirdly enough, I can only replicate that behavior when I go to scale=80% and below, but it also varies based on the exact zoom. Perhaps if you zoom in one level below or above 125% it will resolve? I am admittedly not really good at CSS or HTML.
Sorry, I meant 125% screen scaling from the OS, not browser zoom. But I just tested and it also happens with no scaling. As I resize the window the header links slowly move down, until they overlap the text.
I hope this doesn't come out as whining, but could you add an RSS feed so we can keep track of every contest? The IOCCC wasn't held every year, and the feed was very helpful to keep tabs on it.
That is a good point. The plan right now is to re-use the mailing list to send out submission information for each contest, so subscribing to that mailing list should give you some of the functionality. I will have to investigate setting up a real RSS feed.