Slashdot Mirror


User: statusbar

statusbar's activity in the archive.

Stories
0
Comments
1,227
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,227

  1. Re:Blatant Example of Microsoft Monopoly on Annual Cost of Microsoft Monopoly: $10 Billion · · Score: 1

    Everyone else here is wrong! It proves that Windows XP has a NEGATIVE value!

    We've actually always known this.

    --jeff++

  2. Saving state on Public Domain from Outer Space · · Score: 1

    If your disks are used for swap space, all that is needed is to commit the memory of all the processes to the swap space before powering down.

    --jeff++

  3. Re:Huge binaries? on AMD Alleges Intel Compilers Create Slower AMD Code · · Score: 1

    This is incorrect. As explained above, the check is in the generated code. The grandparent is correct, it creates bloated code.

    --jeff++

  4. Re:Should check out Penn & Teller on DOJ Wants ISPs to Retain All Customer Records · · Score: 1
    As my sibling poster said,

    We at Showtime Online express our apologies; however, these pages are intended for access only from within the United States.

    I'm in canada. The irony abounds. Oh well, I gues I'll just view it via a proxy!

    --jeff++

  5. Re:HP-UX on an Itanium2-based Mac? on HP Introduces Final Processor in PA-RISC Family · · Score: 1

    haha! oops, yes.

    thanks, my fault.

    jeff

  6. Re:HP-UX on an Itanium2-based Mac? on HP Introduces Final Processor in PA-RISC Family · · Score: 1
    The press release doesn't matter. The development tools do.

    Read the documentation: HERE as well as the linked pdf.

    "The term x86 is a generic term used throughout this book to refer to the class of microprocessors manufactured by Intel. This book uses the term x86 as a synonym for IA-32 (Intel Architecture 32-bit)."
    ""x86 Equivalent Instructions for AltiVec Instructions" lists C intrinsic routines that are equivalent between the two architectures."

    It is feasible that apple can update to x86-64 but that is very very different than Itanium2!

    --jeff++

  7. Re:Quad cores == quad compile speed on AMD Quad Cores, Oh My · · Score: 1

    It is called: make -j 4

    jeff

  8. Re:HP-UX on an Itanium2-based Mac? on HP Introduces Final Processor in PA-RISC Family · · Score: 1

    How come so many people in this thread don't know the difference between IA64 and Itanium2 ????

    --jeff++

  9. Re:HP-UX on an Itanium2-based Mac? on HP Introduces Final Processor in PA-RISC Family · · Score: 1

    I'm sure apple will ultimately include x86-64 in their lineup. But it would make no sense for them to utilize itanium2.

    --jeff++

  10. Re:HP-UX on an Itanium2-based Mac? on HP Introduces Final Processor in PA-RISC Family · · Score: 2, Informative

    Absolutely not. The new macs are x86, and only x86 not itanium. Read the info from apple.

    jeff

  11. Re:*sigh* on Linux For Cell Processor Workstation · · Score: 1

    That is very very mistaken. Apple IS embracing x86. With the new xcode 2.1 from Apple:

    gcc -arch i686 -arch ppc hello.c

    686, ppc, ppc64 are the only options for the new compiler.

    --jeff

  12. Re:But WAIT!!! on Apple Releases WebKit · · Score: 1

    Yes, good step in the right direction.

    But don't worry, the KHTML guys will complain about Objective C++ and the Qt replacement next.

    --jeff

  13. Re:Any more news on GPL violating? on Konqueror Passes the Acid2 Test Too · · Score: 2, Insightful

    There were never any gpl violation wrt khtml.

    Konqueror guys didn't like the patches from apple.

    Looks like they could handle these patches, though! good for them.

    jeff

  14. Re:Call it by name on Bush Wants Right to ISP Customer Data · · Score: 1

    Good points, but I have a question.... isn't the term 'fascist Nazis' incorrect? The term 'fascist' means a member of the fascist party, not the Nazi Party, which although allied, were quite different.

    Saying 'fascist Nazi' is kind of like saying 'Libertarian Communist' or 'Conservative Liberal'.

    Isn't it?

    --jeff++

  15. Re:Donation please... on Winelib Hobbled by Exception-Handling Patent · · Score: 1

    But Borland IS a user of WINE in their Kylix product....
    --jeff++

  16. Re:Another question on Safari vs. KHTML · · Score: 1

    I guess my info was a bit incorrect. The correct info about the css modifications are here
    --jeff++

  17. Re:Another question on Safari vs. KHTML · · Score: 1

    Objective C++ is Objective C that supports C++ as well. files with the suffix '.mm' are Objective C++.

    Also, the phrase 'c++ ISA objective language' is controversial. C++ is a multi-paradigm language. Object oriented programming is one of the areas it is poor in.

    Anyways, remember that the CSS stress test fix that was recently done by apple was a modification of khtml, not WebCore.

    KDE should change their license if the patches from apple are a problem for them to understand or manage. Perhaps they could write into the license something like "Any changes to the khtml source code must be limited to patches no longer than X lines of code with accompanying hand-holding documentation."

    --jeff++

  18. Re:One word reason "Support" on Microsoft 'under attack' On All Fronts · · Score: 1

    What did these same people do when Microsoft Office or Outlook screwed up? Did Microsoft fix the problem in a short period of time? Or did they say 'This problem might be fixed in next year's version'?

    --jeff++

  19. Re:Microsoft's Customers on Gates on Google · · Score: 1
    Although in a new twist the FSF is being sued civilly for it.

    Really? Can you point me to info on this?

    --jeff++

  20. Re:stupid virus on Microsoft Messenger Virus Hits Reuters IM · · Score: 1

    In the case of standalone powerpoint 'executables', it is true...

    The whole system is broken, not just IM.

    jeff

  21. Re:They still don't get it on Trek Producers Will Provide World A Break · · Score: 1

    One thing I realized... Did every single trek series have episodes about space-nazi's?

    --jeff

  22. Re:Oh, the possibilities... on Trent Reznor Challenges Music Norms · · Score: 4, Funny

    There already has been made a red-neck hillbilly banjo version of NiN's "Closer", (the "I Wanna F*** you like and animal" song). It changes the meaning completely!
    --jeff++

  23. Re:True standards qualify both ways on Naturally Occurring Standards · · Score: 1

    Which version of word is standard?

    I own a copy of Word 6!

    jeff

  24. Re:CVS? on Linus Drops BitKeeper · · Score: 1

    The thing that burns me about cvs is the lack of proper handling of branches & dates at the same time for cvs updates and diffs:
    Here is more info
    That alone is good enough for me to switch to subversion, but I've found the switch to subversion (pre ffs) really problematic and so s-l-o-w (almost unusable) via the apache module.
    --jeff++

  25. Re:Let the market take care of it. on FCC Rules Telcos Need Not Provide Naked DSL · · Score: 4, Insightful

    Is there ANYWHERE in North America that has a true free market for broadband internet service? Aren't most places government mandated monopolies?

    You can't be saying that the "free market works extraordinarily well" when there IS NO free market, and no real competition for broadband!

    --jeff++