Slashdot Mirror


User: maxwell+demon

maxwell+demon's activity in the archive.

Stories
0
Comments
12,279
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 12,279

  1. Re:Predictions on European Research Network GÉANT Turns Spacecraft Data Into Music · · Score: 1

    OK, so what have science and technology ever done for us? :-)

  2. Re:What Could Go Wrong? on ShapeShifter: Beatable, But We'll Hear More About It · · Score: 1

    That indeed was the first thing which came to my mind when reading the summary.

  3. Re:Consider your Audience when writing code on Code Is Not Literature · · Score: 1

    Consider that another human is your audience. Choose identifiers such that a comment is unnecessary. Comments should not say what is obvious. (This assigns foo to x.) Comments should say what is not obvious and cannot be made obvious by the code itself.

    That's one of my peeves. When I see a comment like that, I scream (usually silently) that I know you're assigning foo to x. I want to know WHY you're assigning foo to x!

    x = foo; // assign foo to x in order to make x equal to foo.

    Happy now? ;-)

  4. Re:Other people's code? I can't even figure out mi on Code Is Not Literature · · Score: 1

    (I'm sure it's obvious enough, [...])

    For anyone sufficiently familiar with the (American?) grading system, possibly. All others are left puzzling until they get to the end of that parenthetical remark.

  5. Re:I don't see how any programmer would think that on Code Is Not Literature · · Score: 1

    I don't see how any programmer would think code was literature, except perhaps highly technical literature.

    Maybe because he does literate programming.

    You read novels from beginning to end.

    Novels are by far not the only type of literature. I don't know about you, but I rarely read a textbook from beginning to end.

  6. Re:As a Literature Major/Programmmer ... on Code Is Not Literature · · Score: 1

    Wikipedia disagrees:
    Literature is commonly classified as having two major forms—fiction and non-fiction—and two major techniques—poetry and prose.

  7. Re:tool, not primarily communication on Code Is Not Literature · · Score: 1

    Meaningful names are like labels on buttons. You'd certainly prefer a TV remote where the buttons have text or symbols telling you (or at least giving a hint about) what functionality they provide to a remote where the buttons are labelled with letters from A to Z, and a documentation that (hopefully) tells you that button X increases the volume.

  8. Re:CLA? on Linus Torvalds: Any CLA Is Fundamentally Broken · · Score: 1

    Canonical's Linux Attitude?

  9. Re:On the fly? on New Object Recognition Algorithm Learns On the Fly · · Score: 1

    No, they are making very small devices you'll not notice on the fly. And they'll add circuits to control the fly. The result will be a biological espionage drone which nobody will suspect.

    However people will try to kill it anyway.

  10. Re:I could be wrong... on New Object Recognition Algorithm Learns On the Fly · · Score: 1

    Perhaps the news is that someone from Utah accepts the principles of evolution?

    He taught them to machines because he didn't manage to teach them to the people around him.

  11. Re:I could be wrong... on New Object Recognition Algorithm Learns On the Fly · · Score: 1

    But how is that different from current AI?

    Current AI would call it "object 0x2f26b".

  12. Re: News at 11. Google is evil. on Actually, It's Google That's Eating the World · · Score: 2

    Using the internet at all is opt-in.

    Want to try again?

    It is as opt-in as making phone calls. If you don't do either, most probably the NSA doesn't intercept your communications. Therefore according to your logic, NSA is opt-in as well.

  13. Re: Killing its search ad business on Actually, It's Google That's Eating the World · · Score: 1

    Amazing how all the hating posts today are AC. Working for Microsoft perhaps?

    Who is leading this campaign today?

    Seeing how your post is a hating post, and that you're posting anonymously, you might have a point. ;-)

  14. Re:Get a warrant on Translating President Obama's NSA Reform Promises Into Plain English · · Score: 1

    I will also add that in cases of immediate threats it would ok to do

    No.

    He actually added it, so yes, his statement that he will add it was clearly true.

  15. Re:Great plan for "businessmen" on Nobel Prize Winning Economist: Legalize Sale of Human Organs · · Score: 1

    slash code just ate the < SARCASM > around "dump the human trash where it belongs"....

    Slashdot never was good at dealing with sarcasm. ;-)

  16. Re:Make organ donars have priority access to organ on Nobel Prize Winning Economist: Legalize Sale of Human Organs · · Score: 1

    Oh, that's funny. I was thinking about live donors of kidneys.

    How dare you think a Slashdot discussion is about the topic of the article! ;-)

  17. Re:Make organ donars have priority access to organ on Nobel Prize Winning Economist: Legalize Sale of Human Organs · · Score: 1

    Well, why not take a lesson from the Islamic terrorists and tell people that they'll get dozens of virgins in heaven if they donate organs? Heck, there's evidence they'll even agree to life-ending donations that way! ;-)

  18. Re:Make organ donars have priority access to organ on Nobel Prize Winning Economist: Legalize Sale of Human Organs · · Score: 1

    You mean, by not wearing a helmet, they opt-in to organ donor? :-)

  19. Re:Make organ donars have priority access to organ on Nobel Prize Winning Economist: Legalize Sale of Human Organs · · Score: 1

    On the other hand, giving (resp. selling) an organ while you're alive is exactly what the article is about.

  20. Re:Yes. on Nobel Prize Winning Economist: Legalize Sale of Human Organs · · Score: 1

    Sarcasm? You mean crime should be legal? :-)

    He probably recognizes that being illegal is exactly what makes it a crime. So the obvious way to reduce crime is to legalize it. ;-)

  21. Re:Yes. on Nobel Prize Winning Economist: Legalize Sale of Human Organs · · Score: 1

    The jobs those people tend to do don't require much training.

  22. Re:Yes. on Nobel Prize Winning Economist: Legalize Sale of Human Organs · · Score: 1

    Yes, the number two being that even honest doctors might be more inclined (without even being aware of it) to interpret ambiguous results as "dead" rather than "alive".

  23. Re:False equivalence much? on Nobel Prize Winning Economist: Legalize Sale of Human Organs · · Score: 1

    Imagine the great investment opportunities as soon as organ derivative markets appear ... I'm not sure they will increase the availability of kidneys, though.

  24. Re:Very nice on Valve Working on GNU/Linux Native Open Source OpenGL Debugger · · Score: 1

    Yeah, sure, of course you can manipulate this. See also http://tinfoilhat.slashdot.org/story/14/01/18/052203/most-urls-are-honest

  25. Re:Mainframe exit on Ask Slashdot: What's the Most Often-Run Piece of Code -- Ever? · · Score: 1

    That looks very much like assembly language to me. Which was explicitly excluded in the question.