IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 1 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Are you REALLY that dense (or do they pay for stupidity?)
Technically, [leaving IE's reusable components on the disk] serves no purpose."


So all the things I mentioned before - the desktop, the file manager, the help system, the administration console, etc. - do not rely on IE's reusable components? Riiight.


Riiiight! They do not. That functionality these "components" need that is in no way related to browsing the World Wide Web is interleaved with the DLLs (note the plural) that are used by Insecure Exposer serves no technical purpose. To do it this way serves only one purpose: Marketing.

Remember, a web browser is uset to...browse the web! (surprise!) Not to perform a dir command...

I see. So deep code reuse resulting in greater efficiency and consistency is "proper engineering" only when it's done by someone other than Microsoft. When Microsoft does it, it's baaad.


To paraphrase:
I knew deep code reuse resulting in greater efficiency and consistency. Deep code reuse resulting in greater efficiency and consistency a friend of mine. Micros~1, you're no deep code reuse resulting in greater efficiency and consistency.

There's no efficiency in welding components that have nothing to do with browsing the web to a web browser. Get it?

By the way, great work coming up with super catchy phrases like "Insecure Exposer" and "Micros~1"! Perhaps you should consider letting other people use them in other forums to really drive those points home.

Thanks! Of course anyone else in these fora can use them. In fact, I hereby grant non-exclusive license to any registered member of the IWETHEY family to use the phrases "Insecure Exposer\ufffd\ufffd\ufffd" and "Micros~1\ufffd\ufffd\ufffd" in any way they see fit, on as many machines as is humanly or cybernetically possible, so long as the use of such phrases does not in any way praise, agrandize or otherwise compliment the products of Microsoft Corporation, its subsidiaries, franchises or agents; nor in any way make said products appear to be viable, reasonable, competent, or suited to any purpose whatsoever, without the express written permission of the Commissioner of Baseball, is prohibited.

Ooh, have you ever thought about an alternate spelling for "Windows"?

Workin' on it... Stay tuned!
jb4
(Resistance is not futile...)
New There you go again with the trick questions.
That functionality these "components" need that is in no way related to browsing the World Wide Web

That's funny, I see them all as being nearly the same thing. It's all about viewing structured information\ufffd- Web pages, documentation, administration settings, directory hierarchies, etc. The only thing that's different is the mechanism by which the information is retrieved. Once the raw data is in, the process of rendering and browsing it is pretty much the same for all the things I've mentioned, the differences being supeficial UI tweaks. Perhaps you're simply not very familiar with the way IE's functionality is partitioned and reused? Come on now, admit it.

Remember, a web browser is used to... browse the web! [...] There's no efficiency in welding components that have nothing to do with browsing the web to a web browser. Get it?

Think, man. The thing that makes that web browser different from a help viewer is the built-in HTTP client, which amounts to about 20K of code. The rest of it is just begging to be reused in about a zillion other places. Web browsers, help viewers, file managers, etc. all turn out to be special cases of a completely generic and reusable set of services for rendering and browsing information. Are you sure you're not just pissed off that Microsoft realized this first, and that now the Navigator, KDE, and GNOME teams are playing catch-up?
New NTFS != HTML
Web browsers, help viewers, file managers, etc. all turn out to be special cases of a completely generic and reusable set of services for rendering and browsing information.

So here's your fallacy: You think that under the hood, all of Windows is a web page! That's a stitch.

Now for today's lession. Micros~1's stated reason for bundling IE into the operating system (aside from the bullshit marketspeak about "convenience for the customer") is to centralize HTML rendering (or, more accurately, their specific, non-standard flavor of HTML rendering) into a single place so that their ISVs can have HTML rendering as a system service; sorta like reading a directory or getting the system time.

(We pause while the rest of you regain your composure...)

Now, I don't need HTML rendering (which is also about 20K of code) integrated into my file manager, or my file system, or into timer services, or into any one of the rediculous number of things that Micros~1 has "integrated" HTML rendering into. And I certainly don't need HTTP protocol handling, or FTP, or E-mail, or ActiveX activation, or viral back-doors, in any of those things.

Now, if Micros~1 were, in truth, a tech company, they'd have created several small, replaceable DLLs, each of which would have contained a single, tightly integrated, loosely coupled, function set that did a single job (e.g. a Micros~1-flavor HTML renderer (Ghod knows we wouldn't want an IETF-compliant HTML renderer available on Windows!), an HTTP protocol handler, an FTP protocol handler, etc.) In fact, If you read the trial stuff, Micros~1's own engineers (you know, the guys who actually know something) complained on the record that piling all the crap into a single DLL was making their life more difficult, and causing yet another of Micros~1 constant, interminable schedule slips. But NOOOOOooooo... Engineering was overruled by Marketing, and the result, as they say, is history (and, of course, illegal).
jb4
(Resistance is not futile...)
New Re: NTFS != HTML
You think that under the hood, all of Windows is a web page!

Umm, no I don't, but I have to admit, that's a nice strawman!

Now for today's lession.

Oh, for the love of... What kind of a smug posturing shithead talks like that?

Now, I don't need HTML rendering (which is also about 20K of code)

You really think HTML layout and rendering\ufffd- including CSS, tables, DOM, JavaScript, etc.\ufffd- is that simple? I wonder why it's taking the Mozilla team so long.

integrated into my file manager, or my file system, or into timer services, or into any one of the rediculous number of things that Micros~1 has "integrated" HTML rendering into.

Huh? Microsoft hasn't integrated HTML layout and rendering into any of that except the file manager, where they use it for... layout and rendering. What's wrong with that?

And I certainly don't need HTTP protocol handling, or FTP, or E-mail, or ActiveX activation [...] in any of those things.

Why not? Don't you think it's useful for an application to be able to download files by calling a simple API instead of implementing network protocols? Don't you think it's useful for an application to be able to integrate third-party components with ease? Why do you think open-source people are working so feverishly on things like KParts, Bonobo, Mono, etc.?

Now, if Micros~1 were, in truth, a tech company, they'd have created several small, replaceable DLLs, each of which would have contained a single, tightly integrated, loosely coupled, function set that did a single job.

But that's exactly what they did! Are you sure it isn't time to admit that you just don't know what you're talking about here?

Micros~1's own engineers [..] complained on the record that piling all the crap into a single DLL was making their life more difficult, and causing yet another of Micros~1 constant, interminable schedule slips.

I'd like you to show me where they mentioned a single DLL approach. They certainly didn't end up taking it, and I bet they never even considered it, given the stupidity of such a strategy. As far as I can tell, the engineers complained only about the schedule, not about the direction they were taking with the integration.

the result, as they say, is history (and, of course, illegal).

Then why was the tying claim remanded?
New Don't bogart tht joint, my friend...
Now, if Micros~1 were, in truth, a tech company, they'd have created several small, replaceable DLLs, each of which would have contained a single, tightly integrated, loosely coupled, function set that did a single job.

But that's exactly what they did! Are you sure it isn't time to admit that you just don't know what you're talking about here?

No, but it would be nice if you did. What they actually did was take those nice small DLLs, and cut their APIs into several, non-orthoganal parts, and pack them into a couple of system DLLs. This is not "several small, replaceable DLLs, each of which would have contained a single, tightly integrated, loosely coupled, function set that did a single job." (I assume you can read at the 6th grade level...if not, I'll dummy it down for you, if you'll promise you'll try to keep up....)
jb4
(Resistance is not futile...)
     Judge order MS to hand over source code - (JayMehaffey) - (149)
         Re: Judge order MS to hand over source code - (Yendor)
         What a precedent! - (Andrew Grygus) - (1)
             If it's true, CKK certainly has guts - (tonytib)
         Holy mother of pearl! - (Silverlock)
         Interesting (?) vote percentages - (Ashton) - (1)
             I'm wondering about the size of the fine - (Silverlock)
         How to test it? - (Brandioch) - (4)
             General idea - (JayMehaffey) - (3)
                 Obfuscation. - (static) - (2)
                     Re: Obfuscation (I guess you're against it...) - (jb4) - (1)
                         OT: I am getting *so* many comments about by my icon! :-) -NT - (static)
         Nuttiness - (Squidley) - (137)
             Semantics - (wharris2) - (136)
                 Re: Semantics - (Squidley) - (135)
                     But it's not modular. - (wharris2) - (122)
                         No? - (Squidley) - (121)
                             No. - (Another Scott) - (7)
                                 I Respectfully Disagree - (Squidley) - (6)
                                     Your questions are answered in news stories. - (Another Scott)
                                     If it >IS< "modular"............. - (Brandioch) - (4)
                                         Re: If it >IS< "modular"............. - (Squidley) - (3)
                                             Definitions vs. designs. - (Brandioch) - (2)
                                                 Re: Definitions vs. designs. - (Squidley) - (1)
                                                     So, now we look at history. - (Brandioch)
                             What? - (pwhysall) - (1)
                                 Oops, You're Right! - (Squidley)
                             Modules that cannot be replaced or removed - (imric) - (76)
                                 Re: Modules that cannot be replaced or removed - (Squidley) - (75)
                                     No. - (imric) - (74)
                                         APIs & Modularity - (Squidley) - (73)
                                             Re: APIs & Modularity - (drewk) - (71)
                                                 Re: APIs & Modularity - (Squidley) - (69)
                                                     This is really funny. - (Andrew Grygus) - (23)
                                                         Re: This is really funny. - (Squidley) - (22)
                                                             MS should control PC configuration? - (warmachine) - (6)
                                                                 Re: MS should control PC configuration? - (Squidley) - (5)
                                                                     you are absolutely right - (boxley)
                                                                     I haven't met one that wouldn't. - (Brandioch)
                                                                     A natural monopoly would be leverage into a free market. - (warmachine)
                                                                     How the monopoly works. - (bepatient)
                                                                     Homogenity over all. - (imric)
                                                             Re: This is really funny. - (Steven A S) - (2)
                                                                 Have to have a command processor? - (wharris2) - (1)
                                                                     On Win9X - (Steven A S)
                                                             Re: This is really funny. - (pwhysall) - (1)
                                                                 Architectures - (Squidley)
                                                             Re: This is really funny. - (pwhysall) - (9)
                                                                 Re: This is really funny. - (Squidley) - (8)
                                                                     And just exactly how long would it take . . - (Andrew Grygus) - (6)
                                                                         Thank you... - (bepatient)
                                                                         Besides which ... - (drewk)
                                                                         Re: And just exactly how long would it take . . - (Squidley)
                                                                         But would it work? - (ben_tilly) - (2)
                                                                             Kinda like coding around non-standard behaviour in IE? :) -NT - (Meerkat) - (1)
                                                                                 Oh shock non-standard IE behavior? (me quivers) - (wharris2)
                                                                     OK - (pwhysall)
                                                     You ARE Michel Le Moron! - (jb4) - (44)
                                                         Dont accuse - (boxley)
                                                         Naah, just went to the same . . . - (Andrew Grygus) - (41)
                                                             Re: Naah, just went to the same . . . - (Squidley) - (40)
                                                                 Cosmic-proportion delusions of grandeur from a bad $hilling - (CRConrad) - (39)
                                                                     Nah. - (imric) - (38)
                                                                         No, I'm fairly sure he's serious; he's $hilling for real. - (CRConrad) - (37)
                                                                             Squidley-Diddley; - (imric) - (36)
                                                                                 Yeah, but if you're stupid enough, why let that stop you? - (CRConrad) - (35)
                                                                                     I can't believe you didn't catch this - (Silverlock) - (6)
                                                                                         Yeah, I know - but how the heck could I... - (CRConrad)
                                                                                         I used my usual spell checker . . - (Andrew Grygus) - (4)
                                                                                             Just tried your spell checker - (Silverlock) - (2)
                                                                                                 Hmmm . . no such message from Google here . . - (Andrew Grygus) - (1)
                                                                                                     Those damn bats. They're everywhere. - (Silverlock)
                                                                                             So much for those right-wing "think tank" innaleckchuls, eh? -NT - (CRConrad)
                                                                                     I always have to laugh... - (admin) - (16)
                                                                                         Well if Squidley is not... - (ben_tilly) - (15)
                                                                                             Re: Well if Squidley is not... - (Squidley) - (14)
                                                                                                 And what makes you think you look any different here? -NT - (CRConrad) - (13)
                                                                                                     Why, your presence, of course! - (Squidley) - (12)
                                                                                                         I guess MSFT is expecting to lose, then... -NT - (jake123) - (11)
                                                                                                             Sure! Just like they always do :-) -NT - (Squidley) - (10)
                                                                                                                 It ain't over til Judge K-K sings. - (Ashton) - (4)
                                                                                                                     Re: It ain't over til Judge K-K sings. - (Squidley) - (3)
                                                                                                                         My what colorful intellekchul epithets you have - (Ashton)
                                                                                                                         Yes, but over at Petrele's VarLinux forum . . - (Andrew Grygus) - (1)
                                                                                                                             Re: Yes, but over at Petrele(y)'s VarLinux forum . . - (Ashton)
                                                                                                                 I think they're going to lose badly this time. - (jake123) - (4)
                                                                                                                     I think you're way optimistic - (wharris2) - (3)
                                                                                                                         I don't. - (jake123) - (2)
                                                                                                                             Gates, Ballmer scared? - (wharris2) - (1)
                                                                                                                                 Yeah... you're right. - (jake123)
                                                                                     Hey! - (imric) - (10)
                                                                                         *Snort* - (Silverlock)
                                                                                         "Training ground"? Dunno... Let's hope it's more like... - (CRConrad) - (8)
                                                                                             I noticed (possibly coincidence...possibly not) - (bepatient) - (7)
                                                                                                 Really.. - (Ashton) - (6)
                                                                                                     Karsten gave me the archives... - (bepatient) - (5)
                                                                                                         True - the roster was larger (and heavier?) - (Ashton) - (4)
                                                                                                             If you are nice - (imric) - (3)
                                                                                                                 Would have to be ftp... - (bepatient) - (2)
                                                                                                                     Legal - (kmself) - (1)
                                                                                                                         Thats essentially my thinking. - (bepatient)
                                                         You ARE too kind! - (Squidley)
                                                 Intent - (Andrew Grygus)
                                             No. - (imric)
                             Are you for real?!? - (jb4) - (33)
                                 Hey, is that a trick question? - (Squidley) - (32)
                                     No tricks, just treats - (jb4) - (30)
                                         No, gems! - (Squidley) - (29)
                                             Bwaaahaaahhaaaa!! - (Silverlock) - (1)
                                                 Re: Bwaaahaaahhaaaa!! - (Squidley)
                                             Are you REALLY that dense (or do they pay for stupidity?) - (jb4) - (4)
                                                 There you go again with the trick questions. - (Squidley) - (3)
                                                     NTFS != HTML - (jb4) - (2)
                                                         Re: NTFS != HTML - (Squidley) - (1)
                                                             Don't bogart tht joint, my friend... - (jb4)
                                             Why did you drop the other threads? - (Brandioch) - (6)
                                                 Need... some... WD-40... - (Squidley) - (5)
                                                     Ummm . . aren't you working overtime? - (Andrew Grygus) - (1)
                                                         I could shill 18/7..........if...........the price was right - (Brandioch)
                                                     A kinder, gentler, Microsoft at work... - (ben_tilly) - (2)
                                                         Be aware that this new policy . . - (Andrew Grygus) - (1)
                                                             I have a remedy, then: - (Ashton)
                                             Wow... - (bepatient) - (14)
                                                 Now, now... - (Squidley) - (13)
                                                     I could almost grant such a Pollyanna view of it all.. - (Ashton) - (10)
                                                         As I have been saying for years . . - (Andrew Grygus) - (7)
                                                             Do you mean that *recently* the CRM folks spilled their guts - (Ashton) - (6)
                                                                 Siebel is the main victim here. - (Andrew Grygus) - (5)
                                                                     Speaking of Accounting software . . - (Andrew Grygus) - (1)
                                                                         Scary.. 7 years to find all the important glitches - (Ashton)
                                                                     Andrew, care to update the current status? -NT - (drewk) - (2)
                                                                         Update - (Andrew Grygus) - (1)
                                                                             And Thank God for that. -NT - (folkert)
                                                         Quick question: - (jb4) - (1)
                                                             'a' as in the Sinclair Lewis book, "Babbitt" Still: :-\ufffd -NT - (Ashton)
                                                     *chuckle* - (bepatient) - (1)
                                                         Re: *chuckle* - (Squidley)
                                     I guess you didn't read the MS memos from the trial. - (Another Scott)
                     *sigh* Again? - (ben_tilly) - (9)
                         Re: *sigh* Again? - (Squidley) - (8)
                             But they don't have to be non-working. - (Brandioch) - (7)
                                 Re: But they don't have to be non-working. - (Squidley) - (6)
                                     Now that would be stupid. - (Brandioch) - (5)
                                         Re: Now that would be stupid. - (Squidley) - (4)
                                             Pick one - (drewk)
                                             Purpose - (Steve Lowe)
                                             Bzzzzzt! - (Brandioch)
                                             And another thing ... - (drewk)
                     I believe the anti-trust trial showed IE wasn't modular - (warmachine) - (1)
                         +5 Informative. - (static)

Barnaby Jones?
119 ms