Slashdot Mirror


User: Zzz

Zzz's activity in the archive.

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

Comments · 15

  1. Re:about digital.. on HDMI Brands Don't Matter · · Score: 1

    IIRC, 21dB SNR giver a raw bit error rate of about 1 in 10E10. (that would in the order of magnitude be one flipped bit in 100 hours of cd quality audio playback). 1960's audio tape has already about 60 dB SNR, and keep in mind the log scale. Go figure.

  2. Re:do scientists actually call it Darwinism? on Darwinism Must Die So Evolution Can Live · · Score: 1

    We do actually speak of Newtonian mechanics, for what it's worth. Probably more than anyone in science actually speaks of Darwinian evolution. So we've sort of already done what this guy is asking for, it seems?

    Why Newtonian mechanics? Simple:

    If it is very small: use quantum mechanics
    If there are a lot of little things to describe: use statistical mechanics
    If it travels very fast: use relativistic mechanics
    And so on.

    The non-quantum, non-statistical, non-relativistic, etc... version was the first to be formally described. Calling it Newtonian is the simple way of distinguishing it from the more complex variants. Among physicists, you would refer to classical mechanics, which also refers to its historical status.

  3. Re:missing the point... on Smart Parking Spaces In San Francisco · · Score: 1

    In the city of Zadar (Croatia), paying for parking by phone is already common practice for several years. You send your license number by SMS, and extend it by the hour, as often as required. Zadar is a tourist town, so here is nicely fits the spot.

    (see e.g. http://www.inyourpocket.com/croatia/split/Arriving__and__Transport/category/65134-SMS_Parking.html).

  4. Quoting anyone? on Drawing uncovered of 'Nazi Nuke' · · Score: 0, Offtopic

    -sigh-

    When quoting the article, maybe you can mention you are doing so? Or maybe the 'editors' failed to nitice the quote?

  5. Re:Wait for the investigation... on A Car With A Mind Of Its Own · · Score: 1

    Not 'just before the toll booth', but 20 km before the booth. In Europe, that constitutes a non-trivial distance in some places.

  6. It's stored in qubits.... on DoJ - Making Data Public Would 'Crash System' · · Score: 1

    ... and it disappears when you look at it.

  7. Next time... on A Completely Separate Ecosystem on Earth · · Score: 4, Informative

    ... you copy a text verbatim from another site, you may want to mention that? It's not that difficult:" Credit & Copyright: Thomas Nylen & Andrew Fountain (PSU), NASA, NSF Russell Croman". There.

  8. Re:Odd: on Dutch Court Rules That Linking Is Legal In Scientology Case · · Score: 1

    Actually, it was in the Volkskrant (=national Dutch newspaper) last week, on page 5 or so. It was a small piece, 6 or 7 lines.

  9. Re:Beware of unilateral contracts on SCO NDA Online at LinuxJournal · · Score: 2, Interesting

    If SCO goes bankrupt, would that void the NDA?

  10. So what? on GRE Computer Science Exam Canceled For '02 · · Score: 2, Interesting

    My quantum mechanics teacher has a very good solution to this. He had a file with 100 problems. An exam was a random draw of 3 of those. You could get all problems, plus all completely elaboreated answers from him if you asked for it. If you could memorize the correct answers to those 100 questions, you knew what was required for the subject...

  11. Court of justice? on RIAA Wants Taxpayer-Funded IP Police · · Score: 1

    > I guess Rosen won't be happy until each and every
    > pirate is charged with crimes against humanity and
    > convicted by the International Court of Justice"

    The US has to accept the court's authority first... until then US citizens can't be sued.

  12. Re:Greenhouse Gasses on Larsen Ice Shelf Collapses · · Score: 1

    A modern windmill can get up to 2 MW. 30 windmills is not that much, really?

  13. Re:Not to mention bad bookkeeping. on MIT Media Lab Tightens Its Belt · · Score: 1

    Enron's accountants?

  14. Every tool has its ups and downs on Are GUI Dev Tools More Advanced than CLI Counterparts? · · Score: 2, Insightful

    Where I work, we make software that needs to run on both windows and unices. I have a win2k desktop with DevStudio, and a suse with (guess...) gcc. I develop on both, and both configurations sometimes bug me.

    - find in files (visual): of course, you can make a script that greps your source dirs, but having it one click away is really more convenient than having your own custom grep script

    - makefiles (nix) vs. projectfiles (visual): whoever designed the gui for the projectfile settings was a complete idiot. Any program of reasonable size uses libraries, or is divided in libraries itself. Why have only a 80(?)-character field in which to specify those libs? There's lots of such stupid things in that single window... Our makefiles handle linux{i386,ppc,alpha},{open,free}bsd,solaris,irix. .. and you never have to wonder whether they will live after cvs is done with them (projectfiles are really allergic for unix-returns)

    {flamebait}
    - editors: Once you use Emacs (or Vi, for that matter) for any appreciable amount of time, you feel _really_ handicapped when you have to edit in the Visual editor. Yes, you can plugin an editor of your choice in Visual. But Visual's default is pretty ascetic.
    {/flamebait}

    - debuggers: when you have to dig into dynamic libraries, Visual really kicks gdb-ass (shutup you ddd wimps!). And gprof doesn't really cut it if you can have Rational Quantify. AFAIK, Purify is slowly being phased out for unices, which is a shame. And edit-and-continue (Visual) is also really nice. The commands-command (gdb) is a life saver!

    And so on and so on. If you use both on a regular basis, and use them seriously, you run into the limits of the tools. Not a problem. I find myself switching back and forth, and using the strongpoints of whatever tool is needed at whatever moment. Use the right tool for the right job. Sometimes a gui is better. Sometimes a cli is better.

  15. 199 miles? on Asteroid Clips From NASA -- Updated · · Score: 1

    > Oops -- make that 119 million miles, not 199.
    > I'm always trying to help out NASA.

    Well, 119 miles times 1.6 km/mile is getting close to 199 km (+- 5 %). Lots of people make conversion error nowadays...