Slashdot Mirror


User: Nerds

Nerds's activity in the archive.

Stories
0
Comments
184
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 184

  1. Re:boring!! on TIE-Tanic Movie · · Score: 1

    Yeah, I get where you're coming from, but at least they only showed the good part of Titanic. You have to admit that they really did a good job on that whole sinking thing. Now if only it had a plot, who knows what they could have accomplished...

  2. Check the guestbook... on TIE-Tanic Movie · · Score: 1

    Looks like Howard Stern was there...

  3. Re:Rob - Chill Out! on Hole in GNU GPL? · · Score: 1

    Yeah, for real, you guys have posted hundreds of bad stories.

  4. Re:useful? nahhhh on Virtual Newscaster · · Score: 1

    You don't have to read.

  5. Re:Skins? on Virtual Newscaster · · Score: 2

    Quick, someone register AnanovaAccessories.com so we have somewhere to get her Christmas present.

  6. Re:unspecified partner on Transmeta set to Introduce Crusoe Processor · · Score: 1

    I wonder if this question would have been marked up if the moderator had read the article which explicitly stated that IBM will be making the processors for Transmeta...

  7. Re:@Home should sue sites not carrying its news tr on @Home Gets the Usenet Death Penalty · · Score: 1

    It will affect @Home when they get hundreds of calls from their pissed off users.

  8. Re:Source code size on Mozilla M12 Released · · Score: 2

    IE is not "just a COM component", it is a compilation of many COM components which can be reused very easily (that's why the executable is so small for such a large program). Anyone can incorporate a fully featured HTML viewer in their application, and, they can use that same component from several different languagues. This binary reusability is important, because it means a VB developer can use the spell checking from Word or the HTML viewer from IE, both of which are most likely written in C++. Now, the VB developer can do what they do best (drag little boxes around on pretty forms) and the C++ programmers can do the heavy work.

    I'm not saying that Mozilla isn't reusable or anything like that, but you do have to give Microsoft credit for COM, which is really a very nice solution to a difficult problem (OLE and cross language component building).

  9. Re:On the contrary... on Wired on Amazon.com Boycott · · Score: 1

    My favorite part is that 5,999,938 is actually called "System and method for creating a new data structure in memory populated with data from an existing data structure". Wow, they dynamically created a new data structure, there's some innovation. Maybe I should start going through my C++ books and applying for patents based on chapter title. I should probably call Microsoft for permission before I write another copy constructor.