Slashdot Mirror


User: p2sam

p2sam's activity in the archive.

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

Comments · 242

  1. Re:One-Man LotR on One-Man Star Wars Trilogy Returns to Chicago · · Score: 0, Offtopic

    I'd bet there are more Americans booing W than Canadians.

  2. Re:War on China on China Bans Game Recognizing Taiwan Independence · · Score: 1

    Unlike Iraq, China actually DOES possess WMD. :) Why they hell would Bush wanna fight China?

  3. Re:Nothing on What Do People in the IT Field Do for Side Jobs? · · Score: 1

    I believe that so-called "signature" doesn't need to be a written rederring of your legal name. You can write "foobar", and it could still be a legally bind agreement. It just needs to be "marked" by you.

  4. Re:Why this is good for Christians on The Eye: Evolution versus Creationism · · Score: 1

    There are folks in the world who pick and choose what they want to believe in religious text like the Bible and the Quran. They are fundamentalists.

  5. God does not deceive. on The Eye: Evolution versus Creationism · · Score: 1

    The standard argument against "God created the world in 7 days in 4004 BC, along with fossils and other evidence that the world was actually 15 billion years old", is that it is not God's nature to deceive.

  6. Re:Well on Humans Are Superorganisms · · Score: 1

    That and astronomy... whenever an object evolving around the Sun is discovered, we have the media trying to define whether it's an astroid, planet, death star, etc.

  7. Re:You're going to name it what?! on Java 1.5 vs C# · · Score: 3, Insightful

    I would had prefer Java 2000 over Java 2. The first one is clearly meant to be used for marketing purposes ( I think you Sun guys call it branding ). The later is ambiguous. I can't tell if it's a marketing name or an engineering version name.

  8. Re:flamebait on Java 1.5 vs C# · · Score: 1

    Yeah! The Java naming conventions are almost as bad as Solaris/SunOS ... Sun should fire their marketing department!!

    But here's how I see it:

    Marketing names maps to Version names:

    Java (1.0-1.1.x)
    Java2 (1.2 - 1.4)
    Java5 (1.5 - ??)

    *sigh* they suck.

  9. Re:Too much fuss over gmail on Gmail Adds Features · · Score: 1

    Agree with all points except spam filtering. As far as I know, none of the major free web mail services offer personalized email filtering. That is they do not allow for bayes learning on a personal level. (yahoo provides that feature only if you pay them).

  10. Re:Always let them haul YOU into court. on Suing Open Source Startups - A New Scam? · · Score: 2, Interesting

    it's a popular mis-conception that "innocent until proven guilty" applies universally in all legal arena. The burden of proof is on the side of the accused in criminal cases. But for civil matters (contract/IP/etc.), the evidence speaks for itself, and if the evidence is not favourable to the plantiff, then plantiff has burden of proof of no wrong doing.

    IANAL, of course.

  11. Re:I disagree on The Google News Dilemma · · Score: 4, Interesting

    It actually comforts me to find what I consider to be propaganda on news.google.com. If you only wish to find journalism which wholely agrees with your world view, then by all means stay away from news.google.com. When it comes to news, multiple contrasting sources will better approximate reality than a monolithic pool.

  12. Re:Hilarioius on Metaprogramming GPUs with Sh · · Score: 1

    yeah I had him for cs251 as well... That guy may be an amzing graphics guy ... but he can't teach himself out of a paper bag.

  13. Gundam? on Inflatable Spaceship Ready for Test · · Score: 1

    Hey, that's the way they implement heat shields for the Gundam mecha's as well. kewl!! I never thought someone would take it seriously.

  14. Re:Bad choice of hook on Mozilla.org Relaunched · · Score: 1

    Yeah, RMS dropped the ball on this one. Perhaps he could have used the term Liberal Software, or Liberty Software, or even Community Software, or Communal Software. Although Communist Software would not work in the US :)

  15. Re:Disallowed for .se use for a while on NIST Proposes Abandoning DES · · Score: 1

    DES is designed for non-military, non-classified, "sensitive" information. So give DES a break, would ya? :)

    The business world (banks) has VAST amount of infrastructure and capital invested in DES and 3DES, and it will not go away anytime soon.

  16. Re:Efficiency. on History of the Automatic Teller · · Score: 1

    yeah well.. 5 pounds is like a gazillion american dollar, ok?

  17. Re:Here's what you do. on Pro Photographers that Will Sell the Copyright? · · Score: 1

    fine in theory, but unlike Habeas, most people don't have an army of lawyers to enforce copyright laws.

  18. Re:AES, buzzword of the moment on Security evaluation of 802.11i · · Score: 1

    How is this insightful? It offers no insight. Most people already know this.

    Maybe if the OP offers a critique of how AES was implemented in 802.11i, then it's insightful...

  19. Re:Why switch? on Linux Distros for a Windows Software Developer? · · Score: 1

    That's a waste of time. That correct thing to do is to install Cygwin, then you can use all the, albeit gnu style, unix utilities you want.

    If you hate gnu utilities, you can pay mks a bunch of money for their port of posix compliant unix utilities.

  20. Re:Screen? on Jumping From Computer To Computer · · Score: 1

    yeah, I know what you mean. It's almost one of those things, where it's hard to understand the usefullness until you try it.

  21. Re:Invasion on Spamassassin Beats CRM-114 In Anti-Spam Shootout · · Score: 1

    The point of automated mail sorting isn't about having 0 false negatives. It's about having a lower false negative than if YOU were to sit down and sort the hundreds of spam yourself.

  22. Re:Biased on Searching for the Best Scripting Language · · Score: 1

    not quite ... if you want the main() function to execute when you invoke "java", main() must have the following signature:

    public static void main( String[] args )

  23. Re:Biased on Searching for the Best Scripting Language · · Score: 2, Funny

    psam@einstein ~ $ java qwer
    public keyword is not needed for execution
    psam@einstein ~ $ cat qwer.java
    class qwer {
    public static void main( String[] args ) {
    System.out.println( "public keyword is not needed for execution" );
    }
    }

  24. Re:Biased on Searching for the Best Scripting Language · · Score: 2, Insightful

    for sure! Notice he put in the "public" keyword when declaring the class. That keyword was TOTALLY unnecessary in an allegged quick and dirty script that he claims he was testing.

  25. Re:Writing an OS isn't hard. on Tanenbaum Rebuts Ken Brown · · Score: 1

    That's true. After taking CS246 with Cowan, and CS342 with PK... I did claim to know OOP and C++, and put those keywords on my resume.

    But my point is that taking a couple of undergrad courses* does not make you a "real programmer". At least no more than getting an BMath make you a "real mathematician"

    * Well... taking realtime/compilers/graphics sure does give you some practice though :)