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:MS doesn't understand unix on Windows to Have Better CLI · · Score: 1

    I disagree. You're still thinking of the commands as individual processes. If you think of the commands as objects, all (potentially) acting in the same process, then there's no marshalling of data required.

  2. Re:Those who do not understand UNIX.... on Windows to Have Better CLI · · Score: 1
    I don't think so. I did some Googling, and it seems that this scheme differs from unix pipelines. Unix pipelines are processes that pass each other streams of data. MSH seems to contruct pipelines of objects that pass each other objects.

    Sounds interesting to me. Having a command instantiate an object instead of a process seems inherently more efficient, as does communicating with objects instead of text. (With text, you need to convert your information to textual form, and the next command in the pipeline has to parse it.)

  3. Re:efficacy on Monks See Through Optical Illusion Games · · Score: 1

    What are you talking about?

  4. 150 "sheets" per minute on World's Fastest Inkjet Printer? · · Score: 1

    A "sheet" in this case is an A6 sheet, which is 1/4 the area of a letter-sized piece of paper. It's roughly the size of a 4x6 photo: a little under 4.2" x 5.9" (105mm x 148mm).

  5. Re:ignorance of the law on Closed Source -> Charges Dismissed? · · Score: 1

    Agreed completely. It should be a social contract between the rulers and the ruled: I'll make the rules understandable, and you can't claim you don't understand them.

  6. Re:Weak on Closed Source -> Charges Dismissed? · · Score: 4, Insightful
    This should be filed under 'ignorance of the law, and by extension ignorance of the tools used in law enforcement, is no excuse'.
    Absolutely wrong. The corollary to "ignorance of the law is no excuse" is that citizens have the responsibility to educate themselves about the law. For the state to make that impossible, and then require citizens to do it anyway, is truly Orwellian.
  7. Re:Additional Discussion on Mars Rover Breaks Free · · Score: 1

    Then you haven't used Java.

  8. Re:Additional Discussion on Mars Rover Breaks Free · · Score: 1

    Nonsense. It's called information hiding, and it works on any programming system invented since the 1960s. Show me a programming environment where it's not practical to confine knowledge of number-of-digits-in-a-sol-number to a small, contiguous portion of the program, and I'll show you an environment that does not deserve to be in use on modern software projects.

  9. Re:Additional Discussion on Mars Rover Breaks Free · · Score: 1
    Sorry for the troll (which this is), but how fucking stupid do you have to be to hard-code the number of digits in a date these days? Didn't we just go though this?

    Hint, guys: "#define NUM_DIGITS_IN_SOL_NUMBER 3".

  10. Re:Wow, they did something right! on New .XXX Top Level Domain · · Score: 1

    I guess it just means you can have your site show up in Google searches with site:xxx.

  11. Re:Bollocks on Coming Soon, The Google Translator · · Score: 1

    Touche.

  12. Bollocks on Coming Soon, The Google Translator · · Score: 1

    I bet you understood that word in isolation.

  13. Re:Show us more on Star Trek XI In Two To Three Years. · · Score: 1
    there's no timeline anyhow, it's just an ever-changing present
    Einstein would disagree with you.
  14. Re:A subtle distinction... on Scientific Research That Could Have Been Avoided · · Score: 2, Informative
    Eratosthenes (284-192 B.C.) , the librarian of Alexandria, was able to determine the circumference of the Earth to an accuracy of 0.1-0.5% . . . Eratosthenes measured it to be 40,000 km (24,855 miles), and the current accepted figure is 40,032 km (24,875 miles).
    Close. Eratosthenes lived from 276-194 BC, which is 2000 years before the invention of the kilometer, so he definitely didn't measure it to be 40,000 km. Instead he used a unit called the stadion, whose length is no longer known precisely. He measured the circumference as 252,000 stadia, and (according to Wikipedia) "it is generally believed that Eratosthenes' value corresponds to between 39,690 km and 46,620 km".

    Also, he was measuring the polar circumference of the Earth, not the equatorial circumference. The mean polar circumference is 40,008 km.

  15. Re:We are so primitive on Titan Moon's Bright Hot Spot · · Score: 1

    That's called the Fermi Paradox.

  16. Re:The particles slow down... on Voyager 1 Crosses The Termination Shock · · Score: 1

    What the hell are you talking about?

  17. Re:when engineers go stupid... on Cockroach-Controlled Robot · · Score: 1

    Please see this.

  18. -1: RTFA on Cockroach-Controlled Robot · · Score: 1

    If there were such a moderation, I would have just used it.

  19. Re:PETA on Cockroach-Controlled Robot · · Score: 1
    The life of an ant and that of my child should be granted equal consideration.
    This guy is full of shit. If someone gunned down his child and said "well, he was about to step on an ant hill", what do you think Mr. Fox's response would be?
  20. Interesting technology on First Commercial Space Tourism Company · · Score: 1
    It's a two-stage rocket. The first stage is reusable, which is nice, since it should keep costs down.

    What worries me is that the second stage is propelled by four solid-fuel rockets. Suppose one of these babies doesn't work for some reason. The other three will fire, giving asymmetrical thrust, causing the second stage to spin. Being solid rockets, they can't be stopped once they are lit, so you'll just keep spinning faster and faster until the fuel runs out, at which point (aside from having passed out from the g-forces) you'll be in no position to try to land because you'll have nowhere near the necessary attitude.

    However, I'm speaking as a rank amateur. Does anyone who actually knows what they are talking about have any insight into this?

  21. Re:Please get over it. on MPAA Blames BitTorrent for Star Wars Distribution · · Score: 1

    You are naive in the extreme if you don't think the word "theft" is carefully-chosen propaganda.

  22. I have a new favourite phrase on Trackerless BitTorrent Beta Posted · · Score: 1

    "almost near-broadcast economics"

  23. Note to mods... on Google Might Disappear in Five Years · · Score: 0

    Repeating something that was said in the Slashdot blurb itself, and then embellishing with fairly typical Slashdot remarks about "Microsoft FUD", is not insightful, even if you agree with it (which I do).

  24. Re:Getting back to basics... on Low-Cost Space Shuttle Replacement Proposed · · Score: 1

    Sorry, I don't know what I was smoking when I wrote that.

  25. Re:"blessing" doesn't matter on Open source Java? · · Score: 1

    FYI, IBM has a cleanroom J2ME implementation, complete with JCL. IBM also has a cleanroom J2SE VM and JIT compiler.