| « Prev | Page 1 | Page 2 | Next » |
Re: I Don't Need No Grammar Checker
2007-07-05 12:41
•
by
dotnetguy591
(unregistered)
|
|
Context?
Is this MS code or a custom wrapper? |
|
Yay, go Microsof!
|
|
Thout be a style checker, not spell checker
|
|
Now *that's* funny!
-- Seejay |
Re: I Don't Need No Grammar Checker
2007-07-05 13:01
•
by
Top Cod3r
(unregistered)
|
|
Hmm, seems more like an ironic typo than a WTF.
|
|
I don't think it's funny at all to have something misspelled *before* you have the spell checker installed. :P
|
|
It occurs to me that this might not be a spelling error per se, but an off-by-one bug in an internal string length calculation. The programmer might have forgotten to count final NULL, or counted final NULL when he shouldn't have, or something of the sort.
|
|
If every spell-check installer is spell checked by the previous spell checker, how was the first spell checker spell checked?
|
|
I'll bet "Bob", MS programming consultant from India, spell checked that dialogue himself. ;)
|
|
I'd bet that this isn't even real..... my money is on a simple Photoshop to make a slightly funny image.
|
|
Could be that the text box used to display the status message isn't long enough for that text.
|
|
obviously spell checker hasn't been installed yet, so how was it supposed to correct itself when it wasn't even already installed on itself to correct itself with the proper wordlist to be spelled correctly to check itself?
|
Re: I Don't Need No Grammar Checker
2007-07-05 13:29
•
by
Don Imus
(unregistered)
|
|
amen brother
|
Re: I Don't Need No Grammar Checker
2007-07-05 13:31
•
by
Novus
|
Badly. |
|
this reminds me of a funny Fox Trot comic from over 10 years ago.
"Mary hat hey lid tell lam its fleas was wide as know" if you want to feel superior to a computer |
Re: I Don't Need No Grammar Checker
2007-07-05 14:00
•
by
Pilothaz
|
Vrey Deep. |
Re: I Don't Need No Grammar Checker
2007-07-05 14:06
•
by
webhamster
|
I'm with you. I'm calling shenanigans on this. Hell you don't even need Photoshop, you could cut out that extra l with Paint. |
Re: I Don't Need No Grammar Checker
2007-07-05 14:12
•
by
Phat Wednesday
(unregistered)
|
ding! |
|
I believe it's real.
I once had a message from auto updates that said "Your updates have been installed succesfully. To complete installation you must restart your computer." It then asked if I wanted to restart: Yes or Yes? |
|
Huh. Odd.
I submitted that same EXACT screenshot weeks ago. I'll assume that there's a huge backlog of screenies and "Marty" submitted even before that. |
Re: I Don't Need No Grammar Checker
2007-07-05 14:33
•
by
unklegwar
|
|
It's real. I submitted it too.
I still have the capture in My Documents |
|
It seems to me that there was a portion of NT, and therefore XP, that was taken from, or built similarly to, VMS.
Anybody remember a program called VMSINSTAL? Well, here is its reincarnation. |
Re: I Don't Need No Grammar Checker
2007-07-05 14:42
•
by
Bobbo
(unregistered)
|
Don't you mean "captcha"? Remember where you are! |
Re: I Don't Need No Grammar Checker
2007-07-05 14:58
•
by
AdT
(unregistered)
|
That depends on how much wood the woodchuck would chuck if the woodchuck could chuck wood. Captcha: prates (oops, tpyo!) |
|
I could imagine creating a fun (but totally pointless) installation dialog that started out full of misspellings and then gradually corrected them as the spell checker installation progressed.
|
|
I just checked my dictionary and found that instal is a valid alternate spelling. Is there something else I should be looking for?
|
Re: I Don't Need No Grammar Checker
2007-07-05 17:20
•
by
CornedBee
(unregistered)
|
|
There a jurisimprudence law that states:
"Whenever someone in a debate corrects another poster's spelling or grammar, he/she will make a spelling or grammar error doing so." I guess that's just the extension of the same to machines. |
|
I saw this right after having a conversation with my wife (over IM) about typos and mistakes. We're both Unix geeks and grammar nazis, so we use ed/sed/perl notation to note corerctions in previous comments: eg s/rerc/rrec/.
Anyway, it was well timed. So, would an instaler load an older version of a program over the latest and roll your data back by 10 years? |
Re: I Don't Need No Grammar Checker
2007-07-05 17:25
•
by
phaedrus
|
Huh. Merriam-Webster lists it as a "chiefly British variant of INSTALL" and as we all know, they can't even spell 'color' right over there. (And, OMG am I so @!#$ing kidding...) |
Re: I Don't Need No Grammar Checker
2007-07-05 18:56
•
by
Control_Alt_Kaboom
|
I do that! BTW: s/corerctions/corrections/ |
Re: I Don't Need No Grammar Checker
2007-07-05 19:25
•
by
Grayswandir
(unregistered)
|
|
This has been doctored. There are no artifacts beside the final L, and coincidentally, that is by far the easiest letter to write over. Not a real error.
|
|
It's either fake or the text got cut off, e.g. if the text was put in a label that wasn't wide enough. You can see an extra cleartype line next to the final L.
|
Re: I Don't Need No Grammar Checker
2007-07-05 21:37
•
by
Daniel Beardsmore
|
*shrug* Installers in my experience frequently screw up progress text like that. Who said anyhing about a missing final letter? Maybe it's meant to say "Preparing to install Spelling and Grammar/Style Checker". How about this one?
There's room for 9,999,999,999 seconds in the time readout and I am tickled to see the installer fitting me out with bonus hard drive space. For good measure, since bairy brought up stupid buttons:
From Arne Johannessen, this one gives you a choice of Cancel and Cancel when you get an error reading drive E. Though neither button did anything anyway. |
|
a) complaining about grammar when it's actually spelling
b) complaining about spelling when it's actually a typo c) the real wtf |
|
This reminds me of some programs which size GUI elements (checkboxes and labels mostly) just enough to fit the text... while forgetting that the font used is USER DEFINABLE. Plus it CHANGES from Windows version to Windows version. When switching from XP's Tahoma to Vista's Segoe UI or any other font, the text overruns the control boundries and gets wrapped and cut off so you can't read it all. Very annoying. RivaTuner is the latest example of this I've come across. Easy fix is to just stretch your checkboxes to fit the available space instead of making them juuuust big enough to fit the text. If you have 100px of horizontal space for your checkbox and text, make it 100px wide. No reason not to.
.NET 2 has a nice feature where it'll dynamically resize checkboxes on runtime so all the text is displayed in whatever font is being used, so you never need to worry about its size. That's even better most of the time. |
Re: I Don't Need No Grammar Checker
2007-07-06 01:42
•
by
Can't be bothered to log in
(unregistered)
|
I'm quoting this because apparently nobody has noticed the original yet. The real WTF is that anybody would write and publish an article making fun of somebody's spelling without even checking that there is really a mistake. install |ɪnˌstɔːl| ( Brit. also instal) |
Re: I Don't Need No Grammar Checker
2007-07-06 04:03
•
by
Kiss me I'm Polish
|
Very clever, young man, but there are spell checkers one on top of another to the very bottom. |
Re: I Don't Need No Grammar Checker
2007-07-06 04:13
•
by
dkf
(unregistered)
|
You mean they've finally decided to do what some other more-professional toolkits have been doing for 15 years or more? About time... |
Re: I Don't Need No Grammar Checker
2007-07-06 05:36
•
by
kanenas.net
(unregistered)
|
|
Smells like Photoshop to me !
|
|
I have a screenshot of a HP download manager somewhere (downloading the updated OS for my pocket pc iirc) saying "Download Progress: 105%" with the progress bar going off the end of its box.
Good job it was only downloading the new OS, not updating my pocket pc with it, or I'd probably have a nice shiny brick now. |
Re: I Don't Need No Grammar Checker
2007-07-06 08:28
•
by
Grobbendonk
(unregistered)
|
|
[quote user="Phat Wednesday"][quote user="eh?"]I'd bet that this isn't even real..... my money is on a simple Photoshop to make a slightly funny image.[/quote]
Nah, I had an install to do today, so I kept a close eye on it - definitely a real slepping mistake. |
Re: I Don't Need No Grammar Checker
2007-07-06 09:33
•
by
Sgt. Preston
(unregistered)
|
It wasn't. It was the unspell-checked spell-checker that began all spell-checking six thousand years ago and needed no spell checking. And if you deny it, you're a heretic and you will spend eternity forced to read bad spelling. |
Re: I Don't Need No Grammar Checker
2007-07-06 10:04
•
by
Somer Himpson
(unregistered)
|
AMNE |
Re: I Don't Need No Grammar Checker
2007-07-06 10:41
•
by
Jim
(unregistered)
|
As a proud Briton I can honestly say that I've never seen that alternate spelling ever used. The real WTF is that you'd think of looking up the spelling for such a simple 7 letter word just to check if there's any obscure or obsolete spellings that would support your argument. |
Re: I Don't Need No Grammar Checker
2007-07-06 11:35
•
by
bramster
(unregistered)
|
|
The "real" WTF is that there are so many "real WTFs".
Almost like religions. . . captcha. . . tesla I recoil |
Re: I Don't Need No Grammar Checker
2007-07-06 11:46
•
by
AdT
(unregistered)
|
BTW: Whooosh!
That makes no sense whatsoever. Artifacts are introduced by JPEG compression. No matter what the original format was, if you removed the second l and saved the image as JPEG, then you have no control over where artifacts appear and where they don't appear. Let's say the screenshot was taken as raw RGB directly into GIMP (well, that's the tool I would use), then the l was removed, and then the file was saved as JPEG. Now whether there are artifacts next to the remaining l or not is sheer coincidence. |
Re: I Don't Need No Grammar Checker
2007-07-06 11:55
•
by
NotAnEnglishMajor
(unregistered)
|
Would that be _the_ Microsoft Bob? |
|
Reminds me of this photo I took.
|
Re: I Don't Need No Grammar Checker
2007-07-06 13:29
•
by
AdT
(unregistered)
|
Which in turn reminds me of people who write things like "health ensurance". |
Re: I Don't Need No Grammar Checker
2007-07-06 16:19
•
by
EvanED
|
Ha, beautiful. I wish I were half that clever. I don't get the "paint your house" photo... |
| « Prev | Page 1 | Page 2 | Next » |