Slashdot Mirror


User: product+byproduct

product+byproduct's activity in the archive.

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

Comments · 159

  1. The real question on Apple Explains How to Run X11 on Mac OS X · · Score: 5, Funny

    Do they pronounce it 10-11?

  2. She? on Nmap Author Receives FBI Subpoenas · · Score: 3, Funny

    Are we talking about Trinity?

  3. And to avoid damaging the galaxies on Scientists Define Murphy's Law · · Score: 5, Insightful

    Better avoid a frequency of exactly 5*Pi.

  4. How to predict all earthquakes on NASA Quakesim Predicts 15 Out of 16 CA Quakes · · Score: 4, Funny

    #include <stdio.h>

    int main()
    {
    int lat, lon;

    for (lat = -90; lat <= 90; lat++)
    for (lon = -180; lon <= 179; lon++)
    printf("prediction: lat=%d +/- 0.5, lon=%d +/- 0.5\n", lat, lon);
    }

  5. Re:No protection on Businessweek Recommends License Switch for Linux · · Score: 5, Funny

    It's businessweek. Business people like to force a useless migration to something different every once in a while.

  6. Want a simple proof? on New Largest Prime Found: Over 7 Million Digits · · Score: 5, Insightful

    2^(odd number)+1
    = (-1)^(odd number)+1 [mod 3]
    = -1 + 1 [mod 3]
    = 0 [mod 3]

  7. Last digit is a 7 on New Largest Prime Found: Over 7 Million Digits · · Score: 4, Interesting

    Actually the last 9 digits are 733969407, as this simple C program will show you:

    #include <stdio.h>

    int main()
    {
    int i;
    int p = 1;
    int m = 1000000000;
    for (i = 0; i < 24036583; i++)
    p = p*2 % m;
    p = (p+m-1) % m; // minus 1
    printf("%d\n", p);
    }

  8. Actually a 3-company partnership on Cisco, IBM Announce New Partnership, Network Device · · Score: 4, Funny

    The companies introduced a combined solution that integrates Cisco switches and IBM blade servers into one unit.

    Cisco, IBM... and Crazy Glue to make the two parts hold together.

  9. Re:The new math? on Happy Spamiversary! · · Score: 5, Funny

    A pair of Arizona attorneys sent the spam 10 years ago each, for a total of 20 years ago.

  10. Opportunity for profit on Neal Stephenson's The Confusion Released · · Score: 5, Funny

    Easy way to make cash if you're Cowboy Neal:

    - Write a book titled "Stephenson".
    - The book cover should say in big letters:

    Cowboy
    Neal
    Stephenson

    - Cash in on people who think this is "Cowboy" from Neal Stephenson.

  11. Long term plan on Google's Next Steps · · Score: 5, Funny

    Today Google is an operating system layer.
    Tomorrow they're a utility, like gas and electricity.
    Next week they're a small government.
    Next month they take over the world.
    Maybe also the galaxy.

  12. 800 millihertz? on FCC to Reorganize 800mhz Band? · · Score: 2, Funny

    0.8 cycles/sec? Never heard of that frequency band before.

  13. But how was it discovered? on Sake Used to Make Wooden Speakers · · Score: 3, Funny

    20 years of effort and it's still not working. Time to get drunk. [after a few bottles] heeey woooody, you wanty some sake tooooo?

  14. Re:whats the problem? on Speculating About Gmail · · Score: 2

    It's not a problem, it's information.

    If Slashdot ran an article about possibly exploding Athlon processors, would you say "what's the problem, no one's forcing your to buy an Athlon. If you don't trust it, don't use it"?

    Without 3rd party reviews, how can we easily know whether to trust something in the first place? (I don't consider it easy to read 50 pages of fine print, or to lab-test the processors that I buy.)

  15. Re:For all those thinking "the Andromeda Strain".. on A Completely Separate Ecosystem on Earth · · Score: 1

    Imagine viral agents/bacteria that evolved to be nanobots with titanium drills. How is your immune system going to protect you from that?

  16. Maybe that's why headline said QUASI-moon on Earth Acquires a Quasi-Moon · · Score: 2, Insightful

    Here's your report card:

    (X) confrontational attitude
    (X) can recognize something neat
    ( ) reading skills
    (X) enjoys cool applets

  17. One SCO deal was statistically expected on EV1Servers.Net's CEO Regrets SCO Deal · · Score: 2, Insightful

    If SCO asks 5000 companies to make a deal, and each has a 1/1000 probability of accepting (because they rush their decisions or don't know much), you still expect a handful to accept.

    EV1Servers.net's CEO should have wondered why all the 4999 other companies aren't making a deal. I guess there's a 1/1000 chance this questioning wouldn't occur to them.

  18. Re:Just can't win. on Adobe Kills FrameMaker for Mac · · Score: 1

    Are you new here? Slashdot is pro-free-software, anti-proprietary-software. So this is quite the opposite: "actually can win" is the right subject for your post.

  19. If you do a wooden case mod... on Wooden Computer Accessories · · Score: 1

    ...send me your old beige cases. As a tech-loving geek, I want to build a house with them. Sweet looking, in a selection of different brands.

  20. Basic math on Worlds Largest Scale Model Solar System? · · Score: 3, Informative

    Would have been great if they had included probes such as Voyager 1.

    A 1:15million scale model of the ~4m-wide Voyager 1 probe would measure ~250 nanometers.

    Also the BBC says:
    The scale of 1 to 15 million reduces the distance between the Earth and the Sun to about 16km (10 miles).

    150,000,000 km / 15,000,000 = 10 km, not 16 km.

  21. Line numbers? grep is your friend on Judge Orders SCO, IBM To Produce Disputed Code · · Score: 3, Funny

    grep -n "int i;" *.c

  22. Re:San Andreas on Rockstar Announces GTA San Andreas · · Score: 5, Funny

    That would be:

    Grand Theft Speeder: Mos Esley

  23. Too much time on his hands on Metal Gear Solid's Rex & Ray in Lego Blocks · · Score: 4, Funny

    Is there some kind of hand soap you can use when this happens?

  24. Spotting a natural diamond is possible on Diamond Age Coming Soon · · Score: 1

    They have *more* defects than the artificial ones.

  25. upload/download vs send/receive on BitTorrent's Creator Bram Cohen Interviewed · · Score: 2, Funny

    they immediately start uploading that piece to other users

    Hmm, that would be "immediately start sending that piece to other users". "upload/download" are terms reserved for an asymmetric situation. How can the NYT get this wrong?