Slashdot Mirror


User: //-izer

//-izer's activity in the archive.

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

Comments · 8

  1. Re:Aka the golden mean on The Logic Behind Metric Paper Sizes · · Score: 1

    Bzzt, try again.

    Sqrt(2) is the silver mean for all the reasons outlined in the article.

    But note that the diagonal of an A* page is sqrt(5) in proportion to the base, and phi is (sqrt(5) +/- 1)/2, so you can use silver-mean paper for nice modular origami with golden-ratio-related shapes such as the dodecahedron and icosahedron.

  2. Re:And this, dear reader on Linux Kernel Back-Door Hack Attempt Discovered · · Score: 1

    Better yet, program in fortran 77 and the screw-up would never happen:


    IF ( VRBL .EQ. CNST ) THEN
    ! ...
    END IF
    ;-)

  3. In X Windows, try GRPN on Recommendations for RPN Calculators? · · Score: 1

    GRPN
    is a very nice rpn calculator for X -- it allows you to do almost everything from the keyboard.

  4. Re:My solution on Keyboarding Love Or Keyboarding Pain · · Score: 1

    I use xwrits too. But it isn't necessary to get a splinting device like "smart gloves". Handeze gloves have been around for years (see google) and can be found at many chain pharmacies in the ace bandage section. When combined with frequent breaks and stretching, it holds the RSI at bay.

  5. Fortran don't get no respect on Fortran 2000 Committee Draft · · Score: 1

    Obviously nobody really reads the spec.

    I help support a code that was started in 1962
    and has been updated regularly ever since. It
    isn't pretty, but it is probably no more difficult
    to read than 40 year old C++ code (can you imagine? Shudder!).

    It (both the code and the language) works on most major platforms.

    It (both this code and the language) helped design your car, airplane, even your washing machine.

    Even if you yourself don't know or never use
    Fortran (the lower case was adopted shortly after
    the F77 standard was finalized, so it's older
    than most responders here), you or your compiler
    probably use fortran libraries.

    The new standard makes C-interoperability much
    easier. So it is likely that any major scientific
    work you do will continue to use Fortran libraries
    for many years into the future.

    OO is in there because users asked for it.

    Why to use Fortran rather than C/C++/Java: if you
    ever needed a fast multidimensional array, don't
    bother trying to implement your own in those
    languages. I know several C++ experts who tried
    developing their own matrix/tensor packages and
    gave up -- the compilers were too slow and it
    was too hard to program.

    Fortran cares about precision. Fortran cares
    about arrays. It handles type conversions
    automatically. Lots and lots of intrinsics are
    generic over your standard data types, and
    automatically handle arrays of up-to-7 dimensions.
    For scientific programming, these and other
    capabilities allow you to Just Do It.

    You can't really argue with the CS types who hang
    out on /. They've taken classes from biased CS
    professors who checked out of Fortran in the late
    70's, before F77 was even standardized and the
    compilers got fast. It is classic sophistry --
    rather than look seriously at the reasons why a
    methodology might be of true value to many people,
    they reduce it to an absurd absolute and poke
    fun at it.

    Besides, how many CS people actually know how to
    invert a matrix? (Hint -- you don't compute the inverse).

  6. Re:Tera not a new company, just a dogged one on Tera Completes Acquistion of Cray · · Score: 1

    Thanks for the elucidation! Just a couple of comments: 1) Morale is excellent. 2) First multiprocessor (2P) machine was placed at SDSC in April of 1998, not last year. Last July was when the 8 processor machine was accepted. The 4P had already been there for 6 months.

  7. Re:SGI not selling all of Cray on Tera Will Buy Cray Research · · Score: 1

    Wrong. Don't believe everything you read in trade journals. The deal does include the T3E line as well as the installed base. There may be restrictions on further development, though, I'm not privy to such info. See http://www.tera.com/news/acquisition.html for more info.

  8. Re:Tera => Cray? on Tera Will Buy Cray Research · · Score: 1

    Hi Durinia, welcome to Tera^H^H^H^HCray Inc. ;-) What would you have done? I think the idea was to carve a distinct new identity and maybe imply that we would be doing development as well as research. We're pretty proud of our own research too ;-). Welcome to the team!