Slashdot Mirror


User: TheSunborn

TheSunborn's activity in the archive.

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

Comments · 991

  1. Re:Why WinApache on Netcraft Claims Apache Now Runs 2/3rds Of The Web · · Score: 1

    But it is missing the ability to run ASP code in most versions of Windows XP. (At least that was what one of my frinds told me. I don't do ony ASP myself).

    Martin

  2. Re:No more income from me then on Red Hat Linux Support To End · · Score: 1

    Got a link which explain for how LONG they want to provide updates if I install the current Fedora?

    Martin Tilsted

  3. Re:Crud. on Red Hat Linux Support To End · · Score: 1

    But ONLY if Fedora is supported longer then a year. I don't want to install a Linux, just to install a new one next year. Does anyone know how long a Fedora install is expected to be maintaned?

  4. Re:Ultimate Lock In on Windows Drivers Under Linux? · · Score: 1

    I don't know what kind of printer you got, but I really don't think that anyone would ever notice a performence hit on their printer driver. Ofacuse network card is an other case, and I really don't want the driver to my gigabit netcard to be written for windows.

  5. Re:Wait a second... on First Napster 2.0 Review · · Score: 1

    It did crash on both computers he tested it on. Maybe he should switch hardware.

  6. Re:I've said it before, and I'll say it again.... on Mono-culture And The .NETwork Effect · · Score: 1

    And that is different from now exactly how???

  7. Re:Invariant/struct discussions and binary compati on Interview With Bjarne Stroustrup · · Score: 1

    That is true but nobody should pass a struct to anything which can be considered third party.

    If you use your struct to pass data between methods widthin your program there is no problem with binary compability.

  8. Re:When's a Tflop not a Tflop? Dan does the math on More on Virginia Tech G5 Cluster: 17.6 Tflops · · Score: 1

    You did forgot a factor of 2. First you say

    Each processor can do 2 fpu instructions/clock. So each computer can do 4 fpu instructions/clock.

  9. Re:Can the results be trusted? on More on Virginia Tech G5 Cluster: 17.6 Tflops · · Score: 1

    They do? Then how come nobody ever sees it? My linux setup does newer crash. At at the university we got something like 100 indy/Octane/O2 workstations widtout ecc memmory and they all got a uptime which is equal to the last time someone cut the power. But we might just be luckey.

    Martin

  10. Re:Uhhh on The Next Path for Joy · · Score: 1

    The key here is for certain task. What do we do with all the other tasks we need to solve?

  11. Re:C moron on The Next Path for Joy · · Score: 2, Informative

    The problem with writing an im client in Java is
    that an im is something which always is runnig.
    There the heavy memmory requirement/usage of the java vm is a big problem, because you don't want 10-20MB memmory taken away by the im.

    This problem would not be so big if only sun would make a vm which allowed many programs running in the same vm thus sharing the memmory usage.

    Martin

  12. Re:Nice office... but who is going to pay for this on The Bionic Office · · Score: 3, Insightful

    But it's not that expensive. He write that the price per developer is 700$/Month. I don't know the price of a typical offices, but even if a normal offices only cost half that much, I think that the 350$/Month per developer is a good deal, which will pay back.

  13. Re:Please, enough of the hyperbole bullshit on Prevayler Quietly Reaches 2.0 Alpha, Bye RDBMS? · · Score: 1

    I begin to understand how they get to be much faster then MySQL and Oracel :-}

  14. Re:Yes on Athlon 64 Debuts · · Score: 1

    Intel have for a long time, allowed software to use 32GB of ram with a 32bit virtual address space by using a 36bit physical address space, and then allow applications to change how to map the from virtual to physical memmory. That way an application can change mapping, and thus switch between which part of the physical memmory that is visible to it. This hack is called PAE and currently supported by intels XEON processors.

    The G5 does support something similary with something they call bridge(See the register story). This allow photoshop to remain a 32bit application, while still beeing able to use more then 4GB of ram. But this is as much a hack as pae, and thus the questing remain: Can an application use a 64bit virtual address space.

    Martin

  15. Re:Please, enough of the hyperbole bullshit on Prevayler Quietly Reaches 2.0 Alpha, Bye RDBMS? · · Score: 2, Interesting

    Can they rollback? Their documentation is poor(Or I could just not find it) but based on the description i found on the site, they said that rollback was not posible.

  16. Re:Implementation or spec? on Athlon 64 Debuts · · Score: 1

    Are you sure that using segments to address more then 4GB would work? I seems to remember that all segments share the same global 4GB Address space. They just use different parts of it.

    Yeps, this sound wierd, but that was the way it was explained in the book about x86 I had.

  17. Re:Come on now on Athlon 64 Debuts · · Score: 1

    Are you sure it supports 42bit memmory space for applications?

    (And if you say yes, please provide some documentation :-}

    Martin

  18. Re:I'm all for it on ISPs Experiment With Broadband Download Capping · · Score: 1

    But how do you identify a p2p client. Where I live we also want to cap p2p but there is no good way to do it. Just doing it based on ports don't really work. (It hit to many other services such as games)

    Martin

  19. Re:Mac's faster? on Drooling Over VA Tech's 1100-Node G5 Cluster · · Score: 1

    Yes, but altivec can't make 128 bit integer math. Well, i don't even think it can make 64bit integer math. Afair it can only du 8,16 and 32bit math.

    Martin

  20. Re:Mac's faster? on Drooling Over VA Tech's 1100-Node G5 Cluster · · Score: 1

    But that is only usefull if they use 64bit integer math. My guess is that they need theese computers for their fpu power which always have been atleast 64bit, even on 32bit processors.

    ALmost all problems that require integer math, can be solved with 32bit integers, so doing 64bit integer math, will just shuffel 32 zeroes around.

  21. Re:Aiming for the Market on Half-Life 2 - A Linux User's Lament · · Score: 1

    Did they? Try to look at their sales numbers. If a port of a top game don't even sell 10.000 copies there are no way to survive for a company.

    Martin

  22. Re:Linux is VERY reliable. on Logging Unexpected Shutdowns/Crashes w/ Linux? · · Score: 1

    Remember that the drivers are part of the linux kernal. Linux does contain drivers of high quality, but it also contains drivers which sometimes crash and finding out which driver causes problems is quite a problem. So he might have a piece of hardware with a bad driver.

    Martin

  23. Re:Good news for KDE users... on Aethera 1.0 · · Score: 1

    It might be because MySQL got lousy locking

  24. Re:How about more standard C++ on What to Expect From Qt 4 · · Score: 1

    It is not, but why would you ever want a threadsafe string?

  25. Re:where's Nvidia? on VIA K8T800 Chipset Preview - Dual Opteron in Action · · Score: 1

    Except that no game has any kind of usefull dual processers support.