MS Office v.X Gets Service Release 74
techwolf writes "Microsoft put out a patch to Office v.X that touts more than 1000 performance improvements. In other words, 1000 ways they could have written the code better the first time."
"I have not the slightest confidence in 'spiritual manifestations.'" -- Robert G. Ingersoll
Re:another triumph of open source (Score:2)
Re:another triumph of open source (Score:2)
Re:size (Score:1)
A Little Unfair (Score:5, Insightful)
Come on, this is totally unfair. Office v.X is widely considered to be a better office suite than its Windows counterpart (it really is excellent work), there's no forced registration with Microsoft, and without an office suite, OS X would have had very, very little going for it for a long time. It was rushed out the door so Microsoft could showcase the new Office X for OS X, show that it wasn't a monopoly by providing products and compatibility across platforms, and to help launch OS X.
That being said, who gets everything right on the first try? The Linux kernel? Slashcode? Apache? XFree?
Yes, it could have been written better the first time, but no one gets it right the first time. They had the benefit of real-world profiling, of testing on OS X, X.1, and probably X.2 at this point, they can see where things can be improved, they can see real-world issues with OS X, or new features/code/libraries that can be used and abused, and they released a patch. This sounds exactly like what any other software company would do, except other software companies don't have this much code behind them.
I'm all about bashing MS, but come on people, don't be unfair about it.
--Dan
Re:A Little Unfair (Score:1)
Re:A Little Unfair (Score:1)
And, yes, there are features on Microsoft's Macintosh software that haven't yet made it to the Windows version. Not just in Office, but also in Internet Explorer. I can't list them off the top of my head, because I don't use the Windows version. I also can't hazard a guess as to which features exist on the Windows versions that haven't made it to the Macintosh.
Many people believe that Microsoft's Macintosh Business Unit is one of the more innovative units at the company.
Re:A Little Unfair (Score:2)
I decided today that even if I could afford Office, I wouldn't. Disabling working software because the numbers don't match up is some lowdown dirty shit.
Fuck you, bill gates: I'm excercising my power as a consumer by going out of my way to use your software without paying. It's difficult, but it's worth it knowing that you won't get a penny of my money.
DON'T INSTALL THE UPDATE... (Score:2)
(sorry, missed the title in the previous post)
Re:A Little Unfair (Score:2)
If you want something more concrete, how about IE 4 for Mac being more standards compliant than any other browser at the time? Or how about Outlook letting you disable rendering HTML mail, which MS has refused to do on Windows for years.
--Dan
But not entirely undeserved (Score:1)
What does it mean? Do you list every thing that could possibly "improve" things and count that as a performance improvement? Most companies wouldn't use this line. Its a meaningless marketing statement that deserves a bit of slamming.
What this means to me is they didn't have anything they could point out as an improvement on a bulletted list.
The new 2003 Honda Accord, with 2000 performace improvements over the 2002 model.
Re:But not entirely undeserved (Score:1)
Re:A Little Unfair (Score:5, Insightful)
A programmer didn't write that comment. No one in a technical field wrote that comment. Probably only a ditch-digger could write that comment--I take it back, sometimes ditch diggers have to make changes, too. No, only a person who has never attempted anything of any complexity could have written such an insipid comment such as that.
I like Office for X, the first version of Office for a Unix system. The biggest complaint I have is MS still cannot connect directly to Exchange with Entourage so that Mac OS Xer's can manage group calendars, etc. That's the rub in my opinion. I wonder if it's really an engineering problem or a marketing one....
Re:A Little Unfair (Score:3)
So predictable, it hurts.
Re:A Little Unfair (Score:2)
Yeah, as predictable as superfluous MS bashing...
Re:A Little Unfair (Score:2)
> little comment by the authors so damn
> seriously?
Only if you want your legitimate complaints to be taken seriously. Microsoft does a lot of sleazy things, but needlessly trolling them only increases the chances that one's complaints will be dismissed out of hand.
Re:A Little Unfair (Score:2)
On the Internet, an incendiary comment meant to evoke obvious, knee-jerk responses is called a troll. Seeing trolls on the font page of *.slashdot is depressing.
Re:A Little Unfair (Score:1, Troll)
rOD.
Re:A Little Unfair (Score:1, Offtopic)
Yes, it's trivial. Just add the line "127.0.0.1 slashdot.org" to your
Linux (Score:1)
goes without saying, but.... (Score:2, Funny)
Crap, why am I defending MS?
writing code better the first time (Score:3, Insightful)
better the first time.
Oh come on, are you complaining because MS had bugs in their program? All programs have bugs.
How many bugs were fixed on the way to Gnome 2.0 or Mozilla 1.0 ? Thousands! Are you accusing the developers of those products for not doing it right the first time?
Re:writing code better the first time (Score:1)
I have no problem with service packs, but when the program in question is based on an existing product that has been in development since the mid-eighties, when the product is expensive, and when the product has this many serious errors in it, I question the viability of an early release, no matter how badly Apple "needed" it. Had Apple spent some time on adding two key features to AppleWorks, (Spellcheck as you type and widow/orphan protection) there would be little need for Microsoft to develop an Office app for X.
As a guy who used Word v.X often (and finds that it's full of bugs and is the most likely to "unexpectedly quit") the news that there is a service pack is way, way, overdue. An Appleworks 7.0 announcement, however, or completion of the OpenOffice.org port to MacOSX would be much more welcome.
Yes, no one writes code perfectly the first time - no one but Microsoft would have the audacity to charge for it.
Will all those... (Score:5, Insightful)
(counts hands)
Ok, will all those whose perfect code consists of a 'Hello World' application please put their hands down?
Why, look. No more hands up.
Re:Will all those... (Score:1)
#include
#include
#include
void join(char * dest, char * with, char * source[], int start)
{
int i;
for (i = start; source[i] != NULL; i++)
{
(i) ? strcat(dest, with) : strcpy(dest, "");
strcat(dest, source[i]);
}
}
int main(int argc, char *argv[])
{
char * something = (char *)malloc(sizeof(char *));
join(something, "", argv, 1);
printf("%s\n", something);
}
[localhost:~] chris% cc join.c -o join
[localhost:~] chris%
[localhost:~] chris% helloworld!
Re:Will all those... (Score:1)
Re:Will all those... (Score:1)
Re:Will all those... (Score:1)
Honestly? (Score:2)
What happened to release early, release often?
Re:Honestly? (Score:2)
I am always shocked when this happens, and usually dislocate my shoulder patting myself on the back when it does happen.
So, what exactly are the odds that something that is at least a million lines of code will work right the first time?
Re:Honestly? (Score:2)
And it was 1000 performance improvements. Who the hell writes 100% perfect, fully optimized and all features present on the first release code? Not even God managed that, it's called evolution!
such hypocrites (Score:1)
Kind of like the difference between Mac OS X and 10.1? Before you Mac users slam something, be reminded of your humble beginings as well.
Yes, but where's the LIST of SPECIFICS? (Score:3, Interesting)
Blah, blah... generic... It's new! improved! New package, same great taste!
What did we think? As a result of the fixes, Office would be slower, crash more and be less efficient?
OK, the announcement is not TOTALLY content-free, but one of the things I detest about Microsoft is the absence of any well-structured bug lists that would enable you to tell whether the specific issue that affects you has been fixed. "Previously, there were problems typing accented characters in certain fonts while the Formatting Palette was displayed. These problems have been fixed." What problems WERE they?
Where's the numbered list of 1000?
How do we know it's really 1,000 and not just some marketer's hyperbole for "lots and lots?"
And another thing I hate is Microsoft's continuing pigheaded refusal to call them "bugs."
OK, I feel better now.
Microsoft? Release an inferior update? Never! (Score:1)
You weren't a Mac user in the mid-90s were you?
Word 6:
Slower? Yep!
Crashed more often? Oh yeah!
Less efficient? The media took up space in the dumpster no more or less efficiently than anything else in there. The boxes and manuals had glossy stock covers which meant they had to be thrown away in "mix recyclables" instead of "white paper". So I would say, "Yes, slightly less efficient."
Actually, I agree with all the real points of your post. And it's unfair to the current Mac team at Microsoft to give them too much flack for the marketing droids and the sins of their (hopefully sacked) coding elders. It's just that... well Word 6 was REALLY bad.
Re:Microsoft? Release an inferior update? Never! (Score:2)
I used Word 1.x (good), Word 3.x (totally different from 1.x but good) (yes, the marketroids were already in full swing, there wasn't any version 2... well, I forget what the stupid reason was), Word 4.x (lackluster tweak to 3), Word 5.x (pretty good). I skipped 6 altogether. I've found and continue to find Office 98 very frustrating, though not as bad as 6. One of my frustrations is that the main thing that would tempt me to upgrade to the new Office would be a solid bug list that would convince me that the worst annoyances in 98 have actually been fixed...
Re:Microsoft? Release an inferior update? Never! (Score:1)
Re:New version of MSN Messenger, too. (Score:1)
http://www.trillian.cc [trillian.cc]
Re:New version of MSN Messenger, too. (Score:1)
Re:New version of MSN Messenger, too. (Score:2)
Proteus (Score:1)
Proteus [indigofield.com] is what you're after. I'd say it's even sweeter than Trillian, and runs on OS X.
Re:Proteus (Score:1)
BTW, do you have any clue where the developer disappeared to? He hasn't been heard from in ages...
Microsoft Killing Pirates? (Score:3, Informative)
A key look to 10.1.5 comming REAL soon.. (Score:1, Informative)
Seems like the new version update is finally around the corner.
Re:A key look to 10.1.5 comming REAL soon.. (Score:3, Informative)
Re:A key look to 10.1.5 comming REAL soon.. (Score:1)
BAH! (Score:4, Funny)
Damn straight.
In my day, we wrote programs to include everything we would ever need. Before we needed it.
Why, I even finished a program before I started it and it wasn't buggy.
And the code conformed to standards, before the standards were written. And I say programmers are sissies these days. I don't care what "Intel" or "IBM" says, I'm using the instruction set I had 25 years ago, nothing more, nothing less. Vector processing, I spit in your face. ptoo!
For those who wonder if the SR works... (Score:1)
My beefs with Office X (Score:1)
1. Text entry in Word doesn't support the normal Mac OS X way of entering characters in other character sets. (This may be tied to the fact that the Mac and Windows versions use a common file format; I don't know. That still doesn't make it good behaviour.)
2. The interface for text entry, etc. follows the Windows conventions, not the Mac OS ones. What I mean by this is such things as how the keys behave when you're scrolling through text on the keyboard, and what happens when you click the mouse below the last line of text - small annoyances, but frustrating to a long-time Mac user. (Whether the Mac conventions are better or not isn't so much the issue; the issue is that, if you're going to develop a Mac OS X app, follow the Mac OS X interface conventions, not the Windows ones!)