Slashdot Mirror


User: babble123

babble123's activity in the archive.

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

Comments · 53

  1. Re:Rephrase on Court: Borders Web Ops Must Remit CA Sales Taxes · · Score: 1

    All this does not apply to taxes paid while people are in a different country (I.E., even though I'm from the US I still pay VAT in Europe, and anyone from Europe would pay sales tax in the US.)

    If you're visiting Quebec from abroad, you don't have to pay sales tax. If you keep track of your receipts, you can apply to be reimbursed for any sales tax you have paid on your purchases. I assume this is similar in other provinces, and it might apply to the federal sales as well (can't remember offhand)

  2. Re:well at least he seems to understand the proble on SW Weenies: Ready for CMT? · · Score: 2, Informative
    Can I use OpenMP? I

    void AccumulateLoopCount(int N) {
    int accumulator = 0;
    #pragma openmp parallel for reduction(+:accumulator)
    for (int i = 1; i < N; ++i) {
    accumulator += i;
    }
    return accumulator;
    }
    (I'm not actually an OpenMP programmer, so this syntax might be wrong...)
  3. Re:Time to use that stationery you got for christm on Canada To Introduce Copyright Law Next Week · · Score: 1

    Damn! Mine is Marlene Caterall (Liberal and Martin's lapdog). A hopeless git.

    You misspelled "grit".

  4. Re:What is considered an addition to the text? on Secret Codes Protect Ancient Torahs · · Score: 3, Informative

    You don't get around religious doctrine on a technicality.

    You realize that this is Judaism we're talking about, right? The religion that gave us the eruv and the kosher for Passover rolls?
  5. Re:However on Secret Codes Protect Ancient Torahs · · Score: 1

    No jews don't believe in hell, sorry. They speak of death in idioms but there are other places in the old testament that make clear they know people are dead in the scientific sense.

    Uhh... except when, say, your spirit is called up from the grave by a medium .

  6. Re:I didn't have high hopes about this but... on Review: Star Wars Episode III · · Score: 1

    Chewie and Yoda were apparently aquaintances and yet the Wookie never mentioned this to Han, or if he did, despite the trust between the two of them, Han didn't consider it to be a reason to believe in the Force.

    To borrow a quote from Seinfeld: "Ah, it's probably like Smith over there."

  7. Re:Niche marketing vs. Broadcasting on Futurama May Strike Back (on DVD) · · Score: 1

    On the other hand, the syndication value of reality shows is pretty much zero. You can't even show re-runs.

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

    It's interesting to note that there are several re-implementation of Python, at various levels of maturity (Jython,stackless Python,PyPy, and IronPython)

  9. Re:Great... on Nuclear Battery That Runs 10 Years · · Score: 1

    Zionism was/is never the answer and now we see the results. Why did Osama send his henchmen? Blaming 9/11 on U.S. policies towards Israel makes about as much sense as blaming 9/11 on Iraq. Bin Laden's beef was with the rulers of Saudia Arabia, not the plight of the Palestinians under Israeli occupation.

  10. Re:It's not GPL'ed either! on OpenOffice 2.0 Criticized on Use of Java · · Score: 1
    Let me know once the Linux kernel can be built with something other than GCC.

    By that argument, hello Gnu/FreeBSD and Gnu/MacOSX!

  11. Re:What Science Really is... on Kansas Challenges Definition of Science · · Score: 1

    "Theory" is used by scientists to mean "any mechanism or idea that lots of people have tried to disprove and failed, and seems to work pretty well."

    I don't think that's true: there are some things that are called theories that have yet to even be actually tested: e.g. string theory. Heck, I've read physicists talk about a TOE ("theory of everything") that doesn't even exist yet! That's a pretty low bar for the term "theory"

    .
  12. Re:What Science Really is... on Kansas Challenges Definition of Science · · Score: 1

    Science has nothing to say about moral issues.

    I dunno... Michael Shermer might disagree. If you believe that human morality serves some sort of evolutionary function, then you can science to try and understand why we think certain things are "right" and "wrong". So science can have a lot to say about moral issues: it might even be able to explain them!

  13. Re:What Science Really is... on Kansas Challenges Definition of Science · · Score: 1

    On a personal note, I am an engineer, but I would never call myself a scientist. I consider myself a super-applied physicist. Engineers, and Computer Scientists for that matter, are concerned about applying theoretical advances to real world (or not so real world) problems. An excellent book on how engineering is different than science is What engineers know and how they know it. Engineers and scientists both use "the scientific method", in some sense, but there are differences. Scientists want models that given them some insight into the nature of reality. Engineers want models that are useful.

  14. Re:'do for Fortran what Java did for C.' on Fortress: The Successor to Fortran? · · Score: 1
    You want high performance code that runs natively on just about any supercomputer, use HPF (Fortran).

    Except that (in the United States) HPF has not really been successful. If HPF really did the job, then DARPA wouldn't be paying Sun money to develop this new language. The computational scientsits are still mostly programming supercomputers with MPI (in C or Fortran). Nobody likes MPI, but nothing else can really get you good performance today when you're dealing with hundreds or thousands of processors.

    HPF is not a general-purpose supercomputing language: It only supports certain kinds of data distribution, which means you can't use it on irregular problems. Also, I think tht HPF suffered because it took too long for the compiler support to mature. A good language is useless if the compilers don't support it well.

  15. Re:Matlab on Fortress: The Successor to Fortran? · · Score: 1

    Indeed, there have been several incarnations of parallel Matlab. One of them is (Star-P) is almost at the level of commercialization.

  16. Sun has competition on Fortress: The Successor to Fortran? · · Score: 3, Informative

    Sun's not the only one working on a language to better support HPC (i.e. massively parallel) programming. IBM's working on a language called X10, and Cray is working on one called Chapel. All three companies are being funded by the DARPA High Productivity Computing Systems project.

    Will any of these replace the dreaded MPI+(C/Fortran)? Only time will tell...

  17. Re:Why not APL++? on Fortress: The Successor to Fortran? · · Score: 1

    You might want to look at ZPL.

  18. Re:he's being quite modest about it on RMS Weighs in on BitKeeper Debacle · · Score: 1

    Uh.... not quite. Eugenics was a surprisingly popular movement until the Nazis came along and showed the world just how horrible an idea it was.

  19. Re:he's being quite modest about it on RMS Weighs in on BitKeeper Debacle · · Score: 1

    Instead of inventing an ethical principle out of his head (something theoretical and Utopian like, say, Marxism), he grounded it in the common practice around him.

    I think this statement is truer than you intended. I believe this was the norm at the MIT lab where Stallman was originally developing software. There was no concept of proprietary software in his environment.

  20. Re:Oh come on... on Mac OS X Tiger Accidentally Shipped Early · · Score: 1

    Out of curiosity, what was the effect of this on your credit rating?

  21. Original article is publically available on Fat Geeks Healthier Than You Thought · · Score: 1

    The JAMA article that describes this study is publically available. Linky, linky!

  22. Re:Firefox on Havoc Pennington on GNOME 3's Future · · Score: 1

    Don't forget the gcc/egcs fork, similar story.

  23. Re:I know an Ultaportable App on Ultaportable Apps: Take Your Thumbware Anywhere · · Score: 2, Informative

    Given that the spelling error was made by a Canadian, the French origin of the word should be no excuse!

  24. Re:Boeing technology on Internet Access 10 Kilometers High Up In The Air · · Score: 1

    I've got three words for you: "third party payer". I wonder how many people flying first class are actually paying out of their own pocket, rather than having somebody else pay for their travel.

  25. Re:Three Letters: on Best Degree to Pair w/ a B.Sc. in Computer Science? · · Score: 1

    The better MBA programs will not even let you into their programs unless you've had a couple of years of management experience.