- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
int getRandomNumber() { return 4; // chosen by fair dice roll. // guarenteed to be random. }
Admin
Where do I download the programs? Most of the links on omg.worsethanfailure.com are broken.
Admin
Mr. 156.34.232.142 seems to be a dynamic IP. It resolves to sydnns0114w-156034232142.dhcp-dynamic.FibreOp.ns.bellaliant.net Maybe it's a school or some kind of institute or a company that's a big fan of TDWTF? You haven't said that this IP voted for all the same story....
Admin
Contest is heavy skewed in favor of people who are coding in c++. Also java is not possible to have so much wtf.
Admin
If I'd had time to develop one of these things, it would have started by crawling the Start menu looking for アクセサリ and 電卓. It would work on Windows, but it wouldn't work on the Windows language version used by the judges, so they would have rejected it for doing too good a job of proving its WTFness. On the other hand, it would remain far inferior to the creativity shown in the winning WTFs.
Someone said the links are broken. I downloaded zip files and might still be able to find them if they've been <wtf>404'ed on thedailywtf's site</wtf>.
Admin
Sadly, we didn't host all the code ourselves, and many of the links have died. We won't be making that mistake in OMGWTF2.
Admin
A company I worked for from about 2002-07 had most of their web services hosted on Hurricane's downstream. Most insecure, unreliable provider I've ever dealt with. Sounds like someone took advantage of that.
Admin
Admin
About the zip files that I downloaded after the first contest, it will probably be July before I can look for them. Actually they were probably tgz, because I recall some unzipper for Windows warning that there were duplicated filenames but actually they would be distinct in a case sensitive file system.
Admin
You must sign up and run the New Relic client at least once from a machine you control. You do not have to use New Relic's tool in your actual contest entry. NR was nice enough to sponsor this contest, and the only thing they asked for was that people try their software once.
Admin
Makes sense. Since writing my comment, I spotted the earlier TDWTF article which explains this in more depth. The problem was that this explanation is absent from omg2.thedailywtf.com, and that was the first thing I saw after I followed the link in "Classic WTF: Top Entries of OMGWTF Part 1".
Admin
The download link of the Buggy 4-Function Calculator source code is broken! Don't tease us with mighty promises of full source code archives only to crush our hopes with sad 404:s.
Admin
Hi guys! I'm the author of OMG!OCRCAL. Sad to see that the code has been lost. But do not despair! I happened to have a backup. It's not the exact code I submitted, it includes some minor tweaks made after the deadline. Anyhow, you may grab it from github:
https://github.com/imil/OMGOCRCAL
However, there's nothing of particular interest in the source code. Other finalists wrote much crazier programs; I have put all the craziness in the UI, but the code is quite dull. I hope the other finalists, especially the winner, preserved their code as well.
Admin
Oh yeah, I've remembered the most significant change made after submission. The submitted version had hardcoded inc() and dec() functions which were the building blocks for actual arithmetic operations. First, I left only one basic operation: inc(). dec() just calls inc() in a loop. Second, and more interesting, change: I've removed the hardcoded number sequence. "definition.txt" contains the lines:
Some hardcoding was left in the code that displays the numpad. But if you edit "definitions.txt" and leave only "Zero" and "One", you'll get binary arithmetics! I checked, 1111 / 101 = 11 and 111 / 11 = 10.010101..... it may even be the correct answer, for all I know. Leaving all 10 digits, but swapping their order, is also possible. As for extending the numbers to hex or changing the shape definitions, sorry guys. The "ocr" code was test-driven and partially hardcoded: if there were no numbers shaped like "A", it definitely will not recognize the definition. Passing the ML class and making the program into an evil sentient AI is left as exercise to the reader.
Admin
Site's coding is broken.
If you read the home page in full article view, it wants the article link in each header to be white. Since article headers use H2 tags, it simply styles all links inside H2 tags.
But unfortunately the article itself also uses H2 tags, so the links inside those tags become white too.
Admin
Found them. It's a zip file after all.
[akismet]http colon slash slash www.geocities.jp/hitotsubishi/omgwtf.zip[/akismet]