Slashdot Mirror


User: Beckman

Beckman's activity in the archive.

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

Comments · 65

  1. Re:But wait! There's more... on Why Microsoft Wants to Buy Google · · Score: 1

    As long as we're searching for communist...

    on MSN
    mom -- 315
    apple pie -- 57
    american flag -- 294

    on google
    mom -- 13,800,000
    apple pie -- 2,050,000
    american flag -- 3,490,000

    Hmmm, it's interesting to look at the ratios...

    mom/apple pie
    msn 5.526
    google 6.731

    apple pie/american flag
    msn 0.1938
    google 0.587

    american flag/mom
    msn 0.933
    google 0.2528

    So if MSN were searching different subspaces (randomly) of the net they'd have the same ratios, but different numbers. Rather they are selecting "hits" differently.

    But the important thing is that the ratios indicate a higher proportion of american flag hits on MSN as compared to mom and apple pie so even though google has more american flag links MSN is the more american engine.

  2. how long? on Microsoft Sends Takedown Notice To MSFreePC.com · · Score: 5, Funny
    The site is still up for now, but how long will it last?

    Until it's slashdotted out of existance...

  3. Re:Morons on X-Box Hackers Trying to Blackmail Microsoft? · · Score: 1
    You should call is extortion.

    "The X makes is sound cool." --Bender

  4. slashdot news on Should you Fear Google? · · Score: 0, Troll
    Well it looks like another slow news day at slashdot...

    With good fortune news.google.com wouldn't link to this one.

  5. Stuart Rojstaczer IS an Engineer... on Grade Inflation in Higher Education · · Score: 1
    Stuart Rojstaczer IS an Engineer... though the origianl poster would have you think otherwise.

    Prof. Rojstaczer's webpage can be found

  6. Re:Wait.. on Nicotine-Free Cigs, Genetically Engineered · · Score: 1

    Was I just Trolled....

  7. Re:Wait.. on Nicotine-Free Cigs, Genetically Engineered · · Score: 1
    What a load!

    The definition used for addiction by people in this country (USA) is so crazy. Where else could the psychological community convince people that there such a thing as food and sex addictions. Just because you like something doesn't mean you're addicted.

    Even if you like something to the point that you'd sacrifice other events that some consider more meaningful doesn't mean you're addicted. In example....

    I spend more time reading than visiting with friends and family. I'm not addicted, I just prefer reading.

    I like red meat. I'd be healthier and live longer if I didn't eat red meat every day, but I don't. This doesn't mean that I'm addicted, I just prefer red meat to a long life.

  8. Re:Not too far off on Nicotine-Free Cigs, Genetically Engineered · · Score: 1

    non-smokers light up after a few so that they don't fall asleep from the depressant that's being absorbed through their stomach lining. Nicotine is important.

  9. Re:Wait.. on Nicotine-Free Cigs, Genetically Engineered · · Score: 1
    People who want the social habit of smoking, without the nicotine or the physical addiction... those are real reasons.


    Yeah, you really can't beat standing out side in 50 degree weather... welcome to California.

  10. Re:Hmm. on Science Project Quadruples Surfing Speed - Reportedly · · Score: 1
    Exactly!

    Everyone here seems to think that 1500 line per day means 1500 lines of good code. If you took a nice application src and replaced the objects, structures, and functions with god-awful spagetti code that is copy and pasted you could "write" 1500 lines per day.


    My finest C project involved taking someone elses 30 page monster and paring down to a 5 page program. It was tricky, but beautiful.

  11. mixing on Linux-Based Bar-Monkey · · Score: 1

    So how do the mix and chill the mixed drink? Does each user have to have their own cocktail shaker and ice?

  12. Re:An obvious question from the /. crowd on Questions for a Lecture on Microsoft's Palladium? · · Score: 1
    MS doesn't have a problem with "Open" software, they have a problem with "GNU" software.

    For those here who think that Stallman is a kook for his opposition to "Open" software you must consider why MS's attack has centered on the GPL. It's because the power of the "Open" movement has is really the freedom generated by the GPL, not the openness.

  13. Re:outperform "c" on Is FORTRAN Still Kicking? · · Score: 1
    1) Language differences: when you use pointers in c it is always difficult and sometimes impossible for a compiler to know in advance what you are doing, and thus can't necessarily optimize it. Fortran also has constructs which are easily vectorized and parallelized, taking better advantage of the hardware.

    This is exactly correct. This is especially important in RISC based systems. The post-RISC, if my understanding is correct, improves CPU's ability to predict commands, although I'm not certain how much better it is.

  14. Re:One significant disadvantage to FORTRAN on Is FORTRAN Still Kicking? · · Score: 1
    overwhelming simplicity to FORTRAN leads to simple-minded implementations

    Consider two identical algorythms written in F77 and C++...

    Case in point: Check out the sorting chapter of Numerical Recipes

    NR writes for both FORTRAN and C. The shortcomming isn't the language.

    issues are addressed in FORTRAN 90

    FORTRAN 90 does increase the users ability to create complex structures, but this comes at the cost of speed. FORTRAN exists for solving numerical problems such as finite difference problems. When you move to a system that requires complex data structures, and there's no other way, then you had might as well switch to C.

  15. tom's on Death to the 3.5" Floppy? · · Score: 1

    Tom's root and boot disk on a single floppy has been extreemly useful during hardware failures.

  16. Re:People *are* getting more stupid on Science a Mystery to U.S. Citizens · · Score: 1
    You fail to distinguish between "stupid" and "ignorant".

    These people are ignorant and gullible, but not necessarily stupid.


    Of course they may also be stupid, but we don't have evidence...

  17. Re:Not so. on Science a Mystery to U.S. Citizens · · Score: 5, Insightful
    Perhaps the issue isn't about the science, rather the general trust in scientists.

    At one point in history a scientist was a respected professional. Now that the public has seen that scientists can be bought to testify to almost anything (smoking does not cause cancer) the trust has been broken.

    When people talk of professional ethics its not just to maintain the good of those in the field, but also to maintain a status in the general public.

  18. star office conflicts on New OpenOffice.org-Based Office Suite · · Score: 1

    Hey, has anyone else found that the SOT office conflicts with the staroffice 5.2 that you already have installed (under Linux)

  19. missing the meaning of science on R.I.P for D.I.Y Or Long Live Open Source? · · Score: 1
    I think that many people here, and in general, are missing the point to science. Science isn't about building equipment at home. It is about understanding the body of knowledge and the many flaws in the current explanation for how the world works. If you're creative and capable, you then postulate a correction to the current theory, and look for an experiment that will demonstrate that you're correction offers some benefit.

    We can build automated systems to search for comets, but we can't (yet :-) ) build a machine to replace the human creative element.

    The real limit for the amateur is the ever growing body of knowledge and the complexity of the theories. At the present, to really understand how a semiconducting circuit works requires significant understanding of both physics and mathematics. Biology and astronomy are both taking a more mathematical bend now as well. I'm not saying that it's impossible for the home amateur to participate and contribute, but it's becoming more formidable.

    On the positive side, the ease of access to journal articles has improved significantly (I think) so building a background in the literature not impossible.

  20. Re: on Google Ad-words Poetry Project · · Score: 1

    Ah!

  21. too bad, no access on Google Ad-words Poetry Project · · Score: 2
    Too bad the main site *requires* winxx or mac


    http://www.iterature.com/sorry.php

  22. Re:MSnbc on Time Warner Finds AOL Email Inadequate · · Score: 1

    Ah! you're right. It's not on the front page like at MSNBC, but if you search for WSJ for AOL it's there.

  23. Re:MSnbc on Time Warner Finds AOL Email Inadequate · · Score: 1
    It's not aimed specifically at Microsoft, but at corporate media bias.

    Is it really news that AOL mail is insufficient? No, and this is why nobody but MSNBC and Slashdot covered this topic.

    For the same reason I consider news of the Microsoft trial covered by CNN and Time to be worthless at the best.

    Perhaps you need to be less sensitive.

  24. MSnbc on Time Warner Finds AOL Email Inadequate · · Score: 1, Redundant

    Anyone suprised this is on MSnbc.com?

  25. Re:So, wait a second... on Lindows Reviewed · · Score: 1
    Assuming that you ment "stable as Lindows" I'd agree with you. Although I do think that R. has made an attempt to develope new technology, much of the business plan is based on 1. the public's general dislike of windows and 2. the public believe that linux is had to use.

    With regards to 1 if he can get 10% of the windows users to pay $90 he's bound to win economically. With regards to 2 the linux community has really dropped the ball in projecting them selves as an intellegent alternative to MS -- not the popularity of "XYZ for dummies" texts.