Slashdot Mirror


User: Ann+Elk

Ann+Elk's activity in the archive.

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

Comments · 317

  1. Re:Pedant time... on Java 1.5.0 Now Officially Java 5.0 · · Score: 1

    FYI: The first release of Windows NT was version 3.1, then 3.5, 3.51, 4.0, and then 2000.

  2. Re:Wait, what part of this should be surprising? on Auto Manufacturers Running Out Of Unique IDs · · Score: 2, Funny

    Sounds like everything's going according to plan.

    It's too bad the plan sucks.

  3. It must be said on Nigeria Detains 500 419 Fraudsters · · Score: 4, Funny

    They just need a way to get the $500 million out of the country. They heard from a mutual friend that you are a trustworthy person...

  4. Re:Ahhh... on DoJ - Making Data Public Would 'Crash System' · · Score: 1

    Reminds me of an old joke about writing:

    Thinking of the right words is not too difficult, but getting them in the right order is damn hard.

  5. Re:Gah! on New IE Malware Captures Passwords Ahead Of SSL · · Score: 1

    "s/ly used all over the place//"

    Sorry if I'm being dense, but I don't understand that comment.

    That's VI's substition command, changing your sentence:

    The IE rendering engine is stupidly used all over the place, so the app still needs to be secured.

    To the more accurate (in my opinion):

    The IE rendering engine is stupid, so the app still needs to be secured.

    Just a joke.

  6. Re:Gah! on New IE Malware Captures Passwords Ahead Of SSL · · Score: 1

    There are still sites that IE renders properly that Opera/Firefox do not.

    What is your definition of "properly"? Firefox is far more standards compliant than IE. It's true that some sites look better in IE, but that's because they are coded around IE's deficiencies.

    The IE rendering engine is stupidly used all over the place, so the app still needs to be secured.

    s/ly used all over the place//

  7. Re:P-O-T-A-T-O-E...potato. on Disney Launches Fireworks With Compressed Air · · Score: 1

    Just because it's a potato gun, doesn't mean it it can't be lethal...

  8. Re:Sound familiar? on U.S. Supreme Court: Public Anonymity No Right · · Score: 1

    Soviet Union had its problems, but police brutality was never one of them.

    You obviously never lived under Soviet totalitarianism. My Polish language teacher did. She told me a story about the police coming to her home one night and taking her father away. He ran a small print shop, and was accused of printing subversive material. They never found any evidence, but that didn't keep them from "detaining" him for 7 years. When he finally returned home, he was a broken man. They stole his freedom, his health, and his future.

  9. File This One... on Decaffeinated, Real Coffee · · Score: 4, Funny

    ...under "Products Least Likely To Be Sold By Think Geek...

  10. Re:Show me the code! (er, documentation) on Minix from Scratch Project Established · · Score: 3, Funny

    Slashdot should stop promoting projects that have nothing more than a Web page.

    Does this mean Slashdot should stop promoting itself?

  11. Re:Amateurs on SpaceShipOne Flight Not as Perfect as it Seemed · · Score: 1

    You don't perhaps think that FL 600 means 600,000 feet (or meters, or whatever), do you? It is 60,000 feet.

    Yes, I know. (Private pilot, ASEL, instrument airplane, Cessna 182 owner)

  12. Re:Amateurs on SpaceShipOne Flight Not as Perfect as it Seemed · · Score: 1

    ...the pilot requested clearance to take his "Learjet" to a flight level of 600.

    It would be even better to hear a "Learjet" request permission to descend to FL600...

  13. Re:What about the promise of the World Wide Web? on Cory Doctorow on Digital Rights Management · · Score: 2, Insightful

    He does propose a solution: Microsoft should a) grow a pair of balls, and b) tell the RIAA to fuck off. Building a "record player that can play anything" (his phrase) is the first step.

    The problem is Microsoft sees DRM not just as a way to protect music and video; it's a way to protect Microsoft software. This is Microsoft's real motivation and, unfortunately, the reason this won't just go away soon.

  14. Bah! Humbug! on Microsoft Word 5.1: The Apex of Word Processing · · Score: 1

    Word? Ack! Pfft!! Gimme Scripsit on a TRS-80.

  15. Microsoft Connection on The Technology Behind Formula One · · Score: 1

    FWIW, Neil Konzen (one of the original authors of Windows 1.0) retired from Microsoft several years ago. He was a big Ferrari fan. The last I heard, he was working for Ferrari writing control firmware for their F1 engines.

  16. Re:Tree SSA article at LWN on GCC Gets Its Own News Site · · Score: 1

    Thanks! That is exactly the level of detail I've been looking for.

  17. I apologize if this is a stupid question, but... on GCC Gets Its Own News Site · · Score: 1

    ...what are SSA trees? A little googling reveals they are:

    • A popular subject on the GCC mailing lists, where everyone seems to already know what they are.
    • Good, somehow implying that !SSA == bad.

    I'm not a compiler writer (duh), I'm just curious.

  18. Re:jup on 486 Turns 15 Years Old · · Score: 1

    Plus those 'old' computers are a lot more durable than ones made today.

    No shit. My development machine back in 1990 was a Compaq Deskpro (386/20, IIRC). The case must have been carved from a solid ingot of depleted uranium. What a tank.

  19. TeraScale SneakerNet on Providing Access to Info in Developing Countries · · Score: 4, Informative

    Jim Gray (Microsoft researcher, grand Poo Bah of transactions, etc) cowrote an interesting paper 2 years ago entitled TeraScale SneakerNet: Using Inexpensive Disks for Backup, Archiving, and Data Exchange. (Word .DOC file) which analyzes the economics of transferring huge amounts of data by shipping hardware.

    (Insert obligatory "never understimate the bandwidth of a station wagon full of 9-track tapes" reference here.)

  20. Re:Debugging on Why Learning Assembly Language Is Still Good · · Score: 4, Insightful

    Just because you have access to source code does not mean you can do source-level debugging. Under Windows at least, the target binary must be built correctly, the correct symbols must be available, the source used to actually build the target must be available, etc.

    While I was at Microsoft, most of my debugging was done using the console-based debuggers: i386kd/alphakd/etc for kernel-mode, and cdb/ntsd for user-mode. For many years, these debuggers were incapable of any form of source-level debugging, so we did without.

    Knowing how to read disassembled code in the debugger and match it up with source code is a vital skill, far more important than the ability to write assembly language from scratch.

  21. Debugging on Why Learning Assembly Language Is Still Good · · Score: 5, Insightful

    Another reason: Sooner or later, you'll need to debug something without a source-level debugger. Knowing how to debug raw assembly language has saved my ass many times.

  22. BLFS on First Experiences with X.org's X11 Server? · · Score: 2, Informative

    Beyond Linux From Scratch has step-by-step instructions for installing many packages from source, including the latest Xorg.

  23. Re:The Ken Brown-ism that Kills me on Tanenbaum Rebuts Ken Brown · · Score: 1

    No.

    "Hybrid Source" is a pejorative term coined by the Tacoville weenies in order to taint Open Source's image.

    The BSD license, on the other hand, explicitly enables incorporation of source code into proprietary products.

  24. Re:Better way to settle this on Tanenbaum Rebuts Ken Brown · · Score: 3, Funny

    Better yet -- just lock Brown in a room. Done.

  25. Not just P2P on Passwords Can Sit on Hard Disks for Years · · Score: 1