Slashdot Mirror


User: addaon

addaon's activity in the archive.

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

Comments · 1,067

  1. Re:what's the point of emulation? on Doom 3 - Linux, Multi-Monitor, DirectX 8 Solutions · · Score: 1

    Or "implementing the Windows API's as a layer on top of the Linux kernel, exactly like (for example) OS X implements the BSD API's as a layer on top of the Mach kernel."

  2. Re:what's the point of emulation? on Doom 3 - Linux, Multi-Monitor, DirectX 8 Solutions · · Score: 1

    But why are you assuming that open() has to be called? I agree this is the current method for many functions, though not all, and that it is 'emulation', but I disagree that it is an inherent aspect of the WINE project.

  3. Re:what's the point of emulation? on Doom 3 - Linux, Multi-Monitor, DirectX 8 Solutions · · Score: 1

    Why would there have to be any more layers of function calls? You're assuming a layer of translation - emulation - that's simply not required.

  4. Re:Build your own... on High Performance Gaming Laptops On A Budget? · · Score: 2, Informative

    While that may result in a machine with great specs, it's unlikely to be a LAPTOP. Reading the summary is hard, I know, but do try the title next time.

  5. Re:Sager on High Performance Gaming Laptops On A Budget? · · Score: 2, Funny

    wtf? read the summary much?

  6. Re:No on Linux Apps On Solaris · · Score: 2, Insightful

    Unless your software is one of those 'modern languages and libraries and toolkits'.

  7. Re:Heat? Naw. Here's some better problems. on Sun Working to Eliminate Circuit Boards · · Score: 1

    Mod parent up. It's an interesting, and probably accurate, idea.

  8. Re:The megaHURTz myth on Intel Delays Release of 4Ghz Chips · · Score: 1

    Clock speed is the best first-order approximation of a chip's performance.

    Why do you say that? There's lots of first-order approximations that have less error... how about price in dollars squared times year of release?

  9. Re:Doesn't have to be lose/lose on Dial-Up Friendly Websites? · · Score: 1

    The first two can be done just be going through a decent proxy, though... i assume most people on slashdot have a shell account somewhere with a fast pipe, so there's really no excuse for not running your own proxy if your isp doesn't supply one.

  10. Re:Hans Reiser's vision of the future on The Linux Filesystem Challenge · · Score: 2, Informative

    What Tiger offers more to application developers is an API to add metadata to documents, something that was limited until now

    What Tiger offers is a way for application developers to DECLARE metadata in their document formats... most formats have metadata of some kind already (in an mp3, id3 tags; in a image, resolution etc.; in a source file, dependencies and exported symbols); what Tiger lets application developers do is tell spotlight how to find the information that's already there.

    Now, this may lead to future formats that have more comprehensive metadata, since there's now more power to that metadata... but that's not the direct idea.

  11. Yuck on Free Book on FreeBSD System Programming · · Score: 3, Informative

    Okay, I've only read the Basic and Advanced I/O chapters here, but it doesn't look like there's any material that's not straight from the man pages... certainly no discussion of best practice, or performance ramifications, or any of the other good systems stuff I had hoped to see...

  12. Re:sept 11th on Google Loses Domain Fight Over Froogles.com · · Score: 1

    Not in New York.

  13. Re:perhaps not as ambitious, but. . . on Traffic Control of the Future · · Score: 1

    All yellows on city streets in NY are three second yellows. 35MPH speed limit.

    Be less aggressive when you're being wrong, 'kay?

  14. Re:I believe that GPL is pretty clear on this on Is Sveasoft Violating the GPL? · · Score: 1

    I'm surprised more companies haven't tried to skirt the spirit of the GPL... the GPL explicitly allows you to charge a reasonable fee for distribution. Imagine how much it would impede actual source downloads to require a three cent micropayment to defer the cost of bandwidth...

  15. Re:question for the author on Office 2003 Pro as an XML Authoring Application? · · Score: 1

    s/XMP/XML/. Doh! Shoulda used preview.

  16. Re:question for the author on Office 2003 Pro as an XML Authoring Application? · · Score: 1

    XMP, as far as I can see, is overhyped. I'll take plain old ASCII when I need flat storage, or sexprs when I need a tree structure.

  17. Re:Set up on The New Nvidia 6800 Ultra DDL Graphics Card · · Score: 1

    Out of curiousity, where did everyone get this idea? Is it just because of how SJ phrased the description during the keynote?

  18. Re:Mac user's number 1 hardware question on The New Nvidia 6800 Ultra DDL Graphics Card · · Score: 3, Informative

    PCI and AGP are both specified to be little endian regardless of platform.

  19. Re:where are the IPv6 native ISPs? on IPv6 is Here · · Score: 1

    Do dorms count as homes? /perpetual student //with ipv6

  20. Re:actual source? on Microsoft Expands Access to Windows Source Code · · Score: 1

    Being able to compile and link it with Microsoft tools isn't enough, of course... and it's doubtful that Windows will compile with a non-microsoft compiler anymore than linux will compile with a non-gnu one.

  21. Re:Ever hear of the WTO? on HP Memo Predicts MS Patent Attacks on Open Source · · Score: 1

    Right. So who's for opening an open source developer enclave and server farm in Namibia?

  22. Re:What? on LANL, Sandia Report Losing Classified Data · · Score: 1, Informative

    Who ever said the data couldn't be used to threaten national security? There are other ways to threaten security other than just weapons data; infrastructure information, intelligence reports, and even science that nobody is quite sure what to make of at this point.

    From the summary: "lab officials said they don't believe it contains any weapons information or any other information that could harm national security"

  23. What? on LANL, Sandia Report Losing Classified Data · · Score: 3, Interesting

    If it doesn't contain any data that can be used to endanger national security, WHY is it classified? Classification is a way for the government to get around its responsibilities for disclosure in the few cases where disclosure presents a real danger... we all know that the government has been abusing this ability for ages, but this is just blatantly wrong, no?

  24. Re:The main problem with GLSL on OpenGL Shading Language · · Score: 1

    Why?

  25. Re:Don't you mean "Goodbye PHP"? on PHP 5 Released; PHP Compiler, Too · · Score: 1

    How would making interfaces into classes avoid any of the problems of multiple inheritance?