- 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
The Comcast one looks like a report generated on 31st of each month... so Feb, Apr, Jun, Sep, Nov get postponed to the start of the following month. I guess...
Edit Admin
Well, Stewart's problem is that he didn't say which kind of dollars he wanted to translate to, so Google just made something up. (It gave me the same result when I tried it, although spelling out the names "pounds" and "dollars" got an answer, although it didn't realise that I meant to convert from Egyptian pounds to Kiribati dollars...)
Edit Admin
I'm wondering if the pound symbol did something funky with how Google read the search query? As it's not in the 7-bit ASCII table, there is a chance something somewhere caused it to be seen as something else. I know we're all supposed to be using some form of Unicode, but maybe a code page was used that mapped the pound symbol to something that's not a pound symbol when Google finally saw it.
Admin
The story explicitly gave the text for the dialog box, and that text included "click here". The dialog box doesn't support hyperlinks, but the developer didn't (or couldn't) push back on the requirements, so they made it make as much sense as they could.
Edit Admin
And the
$
?Admin
send them when you can. I'm happy to exchange them for inches
Edit Admin
This comment is set to Unpublished.
Edit Admin
jQuery
Edit Admin
Maybe all the WTF's on the Internet means there are templates in the AI training data.
Admin
Easy: Google removes all the "special characters", and then explains that the remaining "15 in" are 15 inches…
Also, I'd almost bet that the visibility levels in BBB are configurable, and just set up like that by the German education institution the submitter works for…
Edit Admin
"Click here" with an "here" button is the kind of facetious joke I'd pull just to see if QA/UX is paying any attention.
And obviously they shipped that so... Kudos to whoever did that!
Admin
That Google one is odd. It'll give the correct answer for £10, £20, £40 and £50 - but not for £30 or seemingly any other value. Baffled as to how you'd code something so wrong. AI I suspect to blame, or it's Google continuing on its path to be the most useless search engine.
Edit Admin
Yeah, like "give me the month name of the 31st day of month N". I can easily see that happening in JavaScript. Dates are hard. :)