Slashdot Mirror


User: benedict

benedict's activity in the archive.

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

Comments · 705

  1. Re:Sounds interesting, but I'm annoyed by the US c on Ash: A Secret History · · Score: 1

    One half of the American population is below *median* intelligence. Quite a few more of us are below *average* intelligence. I've forgotten most of my high school math, but knowing the difference between median and mean is important.

    --

  2. Re:Original policy null + void? on Amazon's Privacy Policy Now Allows Sale of User Info · · Score: 1

    > A marketing company could not afford sending junk mail to an "old" address.

    Nah, the size of their list is usually the selling point, so they have little motivation to keep it current or correct.

    --

  3. Re:$1 Million to Fund New IPO on Judge Tells Microsoft To Pay Up In Bristol Case · · Score: 1

    Considering that the cost of an employee to a company is generally something like twice their salary, one megabuck will not support a dozen tech employees for a year in Connecticut. Maybe in New Delhi ...

    --

  4. Re:kind of like a runner's high on Coffee's Caffeine-Producing Gene Isolated · · Score: 2

    Endorphins aren't similar to caffeine, they're similar to opiates.

    --

  5. Re:x86? on Mac OS X Beta To Come Out Sept. 13 · · Score: 1

    Somewhere in their vaults they should also have a (possibly out of date) version for Solaris, I think.

    --

  6. Re:x86? on Mac OS X Beta To Come Out Sept. 13 · · Score: 1

    Darwin runs on x86. So I can't see how porting MacOS X to x86 could require more than a recompile, since everything above Darwin presumably uses Darwin-exported abstractions rather than fiddling with hardware directly.

    --

  7. Re:Development on Mac OS X Beta To Come Out Sept. 13 · · Score: 1

    You're missing quite a bit of the picture. Mach is a microkernel, it only provides a few simple services. Most Mach implementations use BSD code with some modifications to provide a POSIXish interface.

    --

  8. Re:Development on Mac OS X Beta To Come Out Sept. 13 · · Score: 1

    > I think OS X still uses Display PostScript, which is just as cool as regular Postscript.

    I believe it actually uses something akin to PDF (in the same way that DPS is akin to PS).

    --

  9. Re:x86? on Mac OS X Beta To Come Out Sept. 13 · · Score: 1

    Methinks OS X/x86 will happen only when Apple has some reason to think it won't instigate the cancellation of MS Office for Macintosh.

    --

  10. Re:OSX an "early 2001" release on Mac OS X Beta To Come Out Sept. 13 · · Score: 1

    ... with a little Paul Rand "NeXT" logo on it.

    --

  11. Re:micron for my next upgrade! (OT) on Micron sues Rambus for antitrust violations · · Score: 1

    I have a complete system that I purchased from Micron, and I have only good things to say about it.

    --

  12. Re:This is long overdue. on Micron sues Rambus for antitrust violations · · Score: 2

    Following up to my own post: Here's a story on CNET. And one on Yahoo.
    --

  13. This is long overdue. on Micron sues Rambus for antitrust violations · · Score: 1

    Does anyone know any real details?

    --

  14. Re:As another Mac user... on Has Linux Lapped Apple As Competition For Redmond? · · Score: 1

    MacOS X Server only runs MacOS applications in the so-called Blue Box, that is, under emulation. Therefore, they run relatively slowly, and they don't get the benefits of preemptive multitasking, protected memory, etc.

    One of the components that has delayed MacOS X for so long is the "Carbon" module, which will allow slightly modified and recompiled MacOS software to run as first-class citizens, if you will, able to take advantage of the modern features of OS X and not running under emulation.

    I hope this explains what you wanted to know.

    --

  15. Re:Close, but wrong on a couple of key points on PGP Vulnerability Discovered · · Score: 1

    Is the existence or non-existence of the ADK protected by the cryptographic hash? In other words, if you create your certificate with a non-vulnerable PGP program, no ADK can be added? That's implied by your post, but I want to be sure I understand correctly.

    --

  16. Re:Close, but wrong on a couple of key points on PGP Vulnerability Discovered · · Score: 1

    So the original certificate has to contain a (possibly empty) ADK packet for the exploit to work? And thus it has to have been generated by a version of PGP that supports ADKs and that buggily[0] includes the ADK packet in the unsigned portion of the certificate?

    Sorry for posting misinformation on those *cough* key points.

    [0] I say it's a word, so there.

    --

  17. Re:A *bit* biased? on KDE Strikes Back · · Score: 1

    Doesn't a shared library implement a form of encapsulation? I don't think your analysis is correct -- while explicit support for an OO principle in a language makes things easier, you can use OO techniques in any language. Certainly there are examples of encapsulation all over modern unix kernels.

    --

  18. Re:ADK? Disturbing. on PGP Vulnerability Discovered · · Score: 5

    You misread. PGP is not generating an ADK. PGP is *accepting* ADKs that are attached to public key certificates but not signed by the issuer of the certificate.

    Here is the exploit sequence: you issue a PGP certificate, containing your public key. You may be not be running a version of PGP with the bug, it doesn't matter. Joe Evil attaches another public key to your certificate as an ADK, and passes it around. Someone who is running the vulnerable PGP uses your certificate to encrypt a message to you. However, they *also* make a copy encrypted with Joe Evil's public key! And they won't even know it unless they examined your certificate manually. Now Joe can read their message.

    So the problem here isn't that PGP is attaching an ADK, but rather that someone could later attach an ADK and the tampering would be not detected by someone using the certificate to communicate with its issuer.

    --

  19. Re:Inline ASM == bad on Sybase to Open Souce Watcom C/C++ & Fortran Compiler · · Score: 1

    Inline assembler is bad except when it isn't. If you use Linux or FreeBSD, try looking at the output of "locate -i .s | grep src" for some examples of the latter case.

    Naturally, apps programmers who use inline assembler should usually be shot, but there are parts of libc that would be slower without it, and for certain "glue" areas it can't be avoided.

    --

  20. Re:How about 8 IDE devices? on A Look At the Fastest IDE Drive Yet · · Score: 1

    Ah, I see. What is the functional difference between a primary and a secondary IDE controller? I wasn't aware of such a distinction.

    My confusion here shows that I've spent more time working with DNS (where master/save are the new terms for what used to be called primary/secondary) than with IDE. ;-)

    --

  21. Re:How about 8 IDE devices? on A Look At the Fastest IDE Drive Yet · · Score: 1

    Er, I think you put in an extra power of two.

    Two controllers, each controlling one master and one slave, makes a total of four.

    --

  22. Re:Behaviour and recruitment tactics on Non Disclosure Agreements in Interviews? · · Score: 1

    This is a cute scenario, but does it have any basis in reality?

    I was quite concerned the first time I had an NDA/non-compete shoved at me. I asked my father about it, because he's a lawyer, and he said they're rarely enforced. I don't know how current his information on that is, though, as that area of law is not his specialty.

    Any actual corporate lawyers around here, or is that too much to hope for?

    --

  23. Re:Appeal coming on line on DVD/DeCSS: MPAA Wins In New York · · Score: 1

    Ok, I read the article. I didn't see anything of substance in it -- it was just a bunch of Limbaugh-esque ranting, apparently because the Supremes made some decisions the authors didn't like.

    --

  24. Re:Maybe it's like singing... on English Language And Its Effect On Programming? · · Score: 1

    No ... I was listening to some Tropicalia last night, Brazilian music from the late '60s, and you can't tell me you can't rock in Portuguese.

    --

  25. Re:Yes, poster was confused on @Home Stops Allowing VPNs · · Score: 1

    No, IP masquerading is really just a gratuitous terminology change -- I can do any of that stuff with natd or libalias-based software on FreeBSD.

    --