Slashdot Mirror


User: Perldivr

Perldivr's activity in the archive.

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

Comments · 5

  1. Easy answer on What's Wrong With American Ninja Warrior? · · Score: 5, Insightful

    The Japanese version does not insult the viewers intelligence. The American version does.

  2. So, what's the big deal on Build Your Own Computer · · Score: 1

    Jeri Ellsworth is building C1 (formerly the CommodoreOne) with no formal background in electrical engineering. It currently has a small, customized 6502 processor running inside a FPGA and it provides VGA output via a framebuffer also implemented in a FPGA.

  3. Sure -- What about FEM codes on Can OO Programming Solve Engineering Problems? · · Score: 1

    For my Master's Thesis (in ME) I created a FEM applet written in Java. OOP works well for this application since elements can be treated as objects. In theory, you can add new element types to your code by creating a new object with an appropriate interface.

    OOP also helps with mathematical entities. Java lacked a suitable Matrix class for Force and Stiffness matrices. Luckily, OOP made it practically trivial to create new classes to not only hold the numbers, but to also encapsulate matrix algebra. Want to multiply a matrix by another? You can easily do something like this:

    myForceMatrix=myStiffnessMatrix.multiply(myDispl ac ementMatrix);

    In short, I found OOP concepts very helpful for my Java finite element applet.

    - Perldivr

  4. If this is Bin Laden on U.S. Attack -- More Updates · · Score: 1


    then, I think it's time to open a 55 gallon drum of whoop-ass all over Afghanistan.

    - Perldivr

  5. Remember when on Sklyarov, Elcomsoft Plead Not Guilty · · Score: 1

    Remember when the Russians were the bad guys because they lived in a tolitarian society where the government could arrest you at any time if you did or said something they didn't like.

    Hmmm. It seems that we have become what we feared the most about them.

    - Perldivr