- 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
My guess is that he ran his source through a spellchecker and 'html' turned into 'hotmail' ?!?!
CAPTCHA=mustache?!
Admin
Nah, I'm pretty sure it's a boob.
Admin
Hypotheticals.org - funny, unfortunately not real. Belongs to one Tyler Cruz, a self proclaimed internet entrepreneur from BC www.tylercruz.com. Must be an inside joke. The <hotmail> tag was great though.
update: looks like someone else got that conclusion while i was still laughing at it
Admin
Hmmm .. it's hosted at 69.93.63.130, which using a reverse DNS lookup brings you to movie-vault.com ... hosted by the same tool. Slightly better design.
Admin
I and my 14 year old daughter named Paula come on stage. She sits down on a wooden table and I take a picture of her. My dog named File Not Found takes the picture and scans it into a computer and sends the email to the hotel reservations system. Then my wife comes out and attempts a SQL injection attack on a an enterpisey site using nothing but XML.
Admin
And its not a anti-Sourcestealing script ... its a anti-rightclick script.
So he calls the cop, when the user uses right click ... and ms calls the cops, when the user doubleclicks, because of their patent, amazon even on a "single click", because its patented, too.
Admin
Admin
<font size="5">H</font>e must have read Alex’s blog on MS Paint. Link at top right of this page.
Admin
Assuming you don't have one of those IBM Model M keyboards:
Open keyboard with screwdriver.
Remove all electronics.
Put rest of keyboard in dishwasher with 1/4 of normal amount liquid and on shortest cycle time.
Air dry. Shake dry.
Reassemble keyboard.
You might yellow a white keyboard slightly; don't use this on a pricey keyboard
Admin
Do you mean Coca-Cola, or Cocaine? Normally, one would snort Coke off of a hooker's tits and not a keyboard... but geeks will be geeks.
Admin
That website doesn't even validate ...
Admin
His 'Who are you?' popup appears to come from this site. It looks like a big how to cut and paste your way to easy money site.
I think I could throw my keyboard down the stairs and generate better, more standard, html, than the hypathecticals.org (not a typo, but a really lame pun) site.
Admin
Admin
Nonono, in 1-bit two's complement, 02 is zero, and 12 is -0!
Admin
Admin
Admin
Thank you for your inconvenience!
Admin
I got it...
[image]
Admin
Not to mention I had to switch to IE rendering to see the alert popup.
Admin
Actually... it's a skiff with a trolling motor. We're looking at the aft end.
Admin
Yep, it's a schooner, right? :-)
Admin
To obtain ( in trade ) a COKE(tm) for the keyboard....
Open/Eject the CD drive to reveal the cup holder, then jam a dollar bill into the floppy drive slot. You gatta pay for it first. ( this is America ). Then type "COKE" ( all uppercase ) on the keyboard. Call IT support. Wait... keep waiting. Odds are, eventually someone (Probably IT) will put a COKE(tm) on the cup holder.
To "clean" the keyboard of soft-drink residue...
PLAN A)
rinse ( flush ) the keyboard (sans cables) in the dishwasher, no soap, rinse only. non-heat dry. This will clense the keyboard. note: Some keys may not work as expected after treatment.
PLAN B)
Wait until after 5pm... swap keyboards with a co-worker. Don't forget to swap all passwords taped to the underside of the keyboard.
Admin
Shee-it. My eyes need fixing. All I see is a rabbit.
Admin
Admin
<font face="Verdana"><font color="#000000">I love the Microsoft MSDN one. It's actually repeatable, try it!</font>
</font>
Admin
argh, sorry...
just check the source - very first line.
Admin
The real WTF is searching for "Norton's new software that TD has announced".
Admin
It's a little bit more complicated than that. English has an insane amount of words that mean pretty much the same thing like "zero", "nil", "null" and "void", which is useful if you have lots of similar concepts that need names. Many other languages (e.g. Swedish and Finnish, both of which I speak fluently) have a smaller vocabulary, which makes it a pain to create adequate terminology; this is compounded by having a smaller community that uses this terminology, making it hard to standardise as everyone is reading mostly English anyway.
This means that you're essentially left with four options if you want to say, for example, "null pointer" in Swedish:
- Use the closest equivalent in Swedish ("nollpekare") and suffer the consequences of confusing zero and null (acceptable in many cases: e.g. in C, <font face="Courier New">NULL<font face="Arial"> is merely <font face="Courier New">0<font face="Arial"> (although the cast may convert this to a different representation in memory). About 80 hits on Google.</font></font></font></font>
- Pretend that "null" is Swedish ("nullpekare"). Less ambiguous, may offend purists. About 90 hits.
- Treat it as language syntax ("<font face="Courier New">NULL</font>-pekare" or similar). About 300 hits.
- Give up and use English.
This, in my opinion, is a good example of the sorry state of computing terminology in smaller languages. That's the real WTF.It's even worse in German: "null" simply means "zero".
Admin
Doesn't work in Safari. :-( MacLemon
Admin
Admin
Ah, a vote for the return of <joke> tags...
Admin
I personally like the <hotmail> tag.
Admin
Experts in adsense? As in, they know how to sign up for an account and copy/paste the provided code? That site is less professional than many geocities sites built by people's pets!
Admin
Ten dollars, same as in town.
Admin
> (((494,707 * 24) + 23) * 60 + 16) * 60 = 4,294,768,560 seconds. That looks awfully close to
> 2^32 = 4,294,967,295.
I'm pretty sure 2^32 does not end in 5.
Admin
So why has no one asked what happened to foosball girl??? Beanbag girl's taken over or something.
Admin
<HTML>
<ROOF>T</ROOF>
<HAT>A</HAT>
<HEAD>G</HEAD>
<BODY>S</BODY>
<FOOT>-R-</FOOT>
<SHOE>U</SHOE>
<FLOOR>S</FLOOR>
</HTML>
It's a subset of ATML ( Any Tag Markup Language )
Admin
(as someone else already said, 2^32 does not end in 5. what you're comparing to is 2^32-1.)
This is a fairly common bug on AIM - I've observed it both in the official client, before I stopped using it, and in gAIM for win32. It seems to happen randomly whenever one of the AIM servers trips on itself (also fairly common), especially if a lot of people get disconnected and then reconnect very quickly. I think it's overloading their servers' gettime() (or equivalent) syscall and making it return -1 as an error, but their code doesn't error check it and so everyone ends up with 49700+ day online times.
It's similar to the bug the air traffic control system used to have (before they moved to the 64 bit milliseconds-since-boot syscall that win32 provides now - GetTickCount64) - all the servers were set to automatically reboot before 49.7 days rolled around, because the GetTickCount function returns milliseconds since last reboot, which overflows at 49.7 days... bet you feel safe flying now, knowing that the US air traffic control system runs on windows servers that (until recently) had to be rebooted periodically to avoid a catastrophic failure.
Admin
Not that anyone really wants to be flying right now anyway. I certainly won't, since there is gel in my shoes....
Admin
2^32 is 4,294,967,296 but 4,294,967,295 is the biggest number a 32 bit integer can hold.
It's obviously a bug in Gaim's FutureTalk™ feature. It should have been -198,736 seconds (55 hours, 12 minutes and 16 seconds). It's the time before the user logs in. Gaim simply let you talk with the person in the future. 4,294,768,560 is of course -198,736 as unsigned 32 bit.
Admin
What makes this particularly brillant is that it only works if you search from the us msdn pages. Click "choose a different language" and select United Kingdom...
Admin
Although Tyler says that hypotheticals.org is a joke and PublisherForums.com is his "Real" site, the fact that PF.com has 78 validation errors itself doesn't inspire a lot of confidence in the "Intelligent Discussion". Back to Web school for you and your vBulletin forum software, Tyler...
(Naturally here on TDWTF we can't complain too loudly about other people's forum software, but I thought I should say something anyway!)
Admin
or.... try using firefox.... lol...
Admin
Google seems to change almost anything td to God. For kicks, I tried:
new Death Ray that td has anounced, and got a similar 'Do you mean..'
--Jim
Admin
I think I actually know there wherewithall behind this particular oddity, if the person is using the Lotus Sametime plugin for Gaim.
There's a 32bit unsigned value in the protocol itself that is supposed to indicate the time since last change in status. In the event that the status is idle or away, this can be used to determine a to display for idle time. Most clients didn't report this value, but the Gaim plugin does, using using time since epoch in seconds (aka, unix time!).
Then along comes a new beta of the Lotus Sametime client. For a while, a bunch of users started showing up with huge negative idle times, which would eventually switch to huge positive idle times and back again. It took my a while to figure out what was up, but it's definitely WTF-worthy. It seems that the new beta of the official client was using System.currentTimeMillis to populate that value. That unsigned, 32bit value. Once I discovered the deal, I sent in feedback to try and get them to stop sending garbage over the wire. Their only reply indicated that they thought it was correct to truncate the millisecond value, but that they were investigating because they were worried about time-zone issues. For real. (For those wondering, unix time and System.currentTimeMillis are both UTC)
My suggested fix was for them to just divide by 1000 before setting the value. They thought the whole thing was just too complex and wanted to set it to zero for everyone.
Admin
You guys! The foosball chick is gone! SHE IS GONE! What are we going to do now?
Admin
OMG! What happened to foosball girl? Her dangling left breast was an institution on my browser.
Admin
I would like to know where Mike saw that spyware savings ad. Any way I can ask him myself?
Admin
cough
Admin
I can't believe how many times this CAPTCHA gets people.
For Christ's Sake!!! It is a picture of a SAILBOAT!