Slashdot Mirror


User: p3d0

p3d0's activity in the archive.

Stories
0
Comments
3,023
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,023

  1. Re:Like school in the summer time on Prothon - A New Prototype-based Language · · Score: 1
    "return ."??? Yeah, that's intuitive.

    Next...

  2. Re:Bondage on Prothon - A New Prototype-based Language · · Score: 1

    I have no idea what you just said. Are you complaining about a weakness in your editor?

  3. Re:Bondage on Prothon - A New Prototype-based Language · · Score: 1
    Well, at risk of starting a flame war, I think tabs are the right choice. With tabs, people can set the tab size in their editor to be whatever they are comfortable with. Also, because spaces are disallowed, whatever they choose will look right. Thus, all the classic indentation problems vanish.

    What is the downside of using tabs exclusively?

  4. Re:Bondage on Prothon - A New Prototype-based Language · · Score: 1
    Mixed spaces and tabs in a Python file may look identical in your editor, yet have different meanings.

    I think this is an improvement. It will prevent subtle bugs.

  5. Re:This is a wonderful idea... yeah right. on In-Depth Look At LinuxBIOS · · Score: 1

    Are you serious? Welcome back to the 1970s, folks.

  6. Re:Does it allow console access via serial port? on In-Depth Look At LinuxBIOS · · Score: 1

    If only there were some way to answer that question by going to some kind of "web site" or something.

  7. Re:This is a wonderful idea... yeah right. on In-Depth Look At LinuxBIOS · · Score: 1
    I bet you're the first person ever to think of that.

    By the way, what do you do when hardware changes? Someone pops in a new network card; how does your quick-boot scheme deal with it?

  8. Re:Aerogels? on Another Form of Carbon: Magnetic Nanofoam · · Score: 1

    Yes. I mean, no.

  9. Re:What about shuttle insulation? on Another Form of Carbon: Magnetic Nanofoam · · Score: 1

    Like other forms of carbon, it's probably flammable.

  10. Great idea! on Record Industry Sues 532 More U.S. File-Sharers · · Score: 1

    Let's start RIAA lawsuit insurance!

  11. Re:Pitting 64bit, vs 32bit on Intel's Pentium 4 3.4GHz Processors Reviewed · · Score: 1

    You're right, though not because of the 64-bit thing. Going 64 bit actually has a small performance penalty. But in 64-bit mode, Athlon64 has twice as many registers, and registers are the fastest storage there is (kind of like an L0 cache), so doubling that more than makes up for the 64-bit penalty.

  12. Re:Soon will be gone forever the glory days of old on Why Programming Still Stinks · · Score: 1
    I disagree. There will still be long-haired super cool geniuses. It's just that they will have to be geniuses at code quality, not quantity. They will be the ones with a sixth sense that tells them "if you write your code this way, even if it's correct now, it will cause problems later". They'll be the ones that know how to recognize the significance of each bug, and not just fix it, but prevent that entire class of bugs from ever happening again.

    These kinds of skills are not left-brain logical skills. They require an intuitive sense of human psychology in order to know how future programmers will interact with the code. I think this is (currently) a rare skill indeed. Once customers start demanding quality from their software, this skill will be in demand.

  13. Re:Why programming stinks in general: on Why Programming Still Stinks · · Score: 1
    You've got it, exactly. Basically, customers don't demand quality from their software, and the software industry is happy not to oblige.

    Incidentally, the expression goes "the proof of the pudding is in the eating".

  14. Old news on Sub-atomic Particles Used To Map Pyramid · · Score: 1, Funny

    Napoleon examined the pyramids with subatomic "photon" particles back in 1799.

  15. Re:Trying to remember Chem I... on City Officials Almost Ban Foam Cups · · Score: 1

    That depends on your definition of "donating". I never said anything about ionic compounds. You say "share", I say "donate", let's call the whole thing off.

  16. Re:Trying to remember Chem I... on City Officials Almost Ban Foam Cups · · Score: 3, Informative

    I think the naming depends on which radical donates the electron, but I'm not a chemist.

  17. Re:Two wrongs don't make a right on Hollywood's Foundations Rest on Piracy · · Score: 1

    True. It's right for totally unrelated reasons.

  18. Re:What's wrong with that? Nothing on Hollywood's Foundations Rest on Piracy · · Score: 1

    Uh, that's the point, chief.

  19. Re:Exhilarating and Depressing on Hubble's Deepest Pictures Yet · · Score: 1

    Farther galaxies are not younger than nearer ones. They just look younger because the light from them has been travelling for so long.

  20. Re:Hold on a second... on Tumbleweed Rover for Marathon Martian Journeys · · Score: 2, Funny

    Shit, they probably never thought of that.

  21. Re:Versions? on Star Wars DVD Cover Art Leaked · · Score: 4, Funny
    I wish I had created something, anything, that I could sell over and over, and people would just keep buying and buying.
    You're not the only one who wants to be Bill Gates.
  22. Uh, on Science of the coin-toss: Bias in Heads-or-Tails · · Score: 1
    Just have someone else call it in the air who did not see what side it started on.

    Strictly speaking, you don't even need to flip it if you use this technique.

  23. Re:Okay, WTF. on NASA Mars Press Briefing & "Significant Findings" · · Score: 1

    Right. Because the caliber of /. moderators used to be soooo much higher.

  24. No, it's totally different on Linus on Intel's 64 bit Extensions · · Score: 2, Funny

    The two are totally different. In IA-32e, the new 8-bit registers are called r8l through r15l. In AMD64, they were called r8b through r15b. Clearly, Intel is ushering in a new and exciting wave of computing technology.

  25. Re:Linux support on AMD Could Profit from Buffer-Overflow Protection · · Score: 1

    It's already there.