Slashdot Mirror


User: Orthanc_duo

Orthanc_duo's activity in the archive.

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

Comments · 89

  1. Re:The point you're missing is... on How to Build a Time Machine · · Score: 1

    Read the article. WIth the help of a worm hole travel to the past is theoretically possible.

    I'm going to travel back in time and steal somones post to get
    *pinky to mouth... evil laugh*
    1 million karma

  2. Re:OO is for wankers on What's wrong with HelloWorld.Java · · Score: 1

    I don't think there is a simple rule to say when you should use OO, or procedural (or functional programming for that matter). Often it is simply a matter of preferance. However for many situations OOP just seems to fit. There are of course situations where using OO is a really bad idea (acursed JSP's for example).

    OO has been around for a while but it only caught on relativly recently. This goes a long way to explaining the lack of consistancy.

    But you are violating the Wesly-Demeter Principle blah blah
    Sounds more like a professor than a programmer.

    Orthanc

  3. Re:just out of curiosity on How Should You Interview a Programmer? · · Score: 1

    University education is useful. However it must be combined with actuall experience. That is why most Engineering degrees have a work experience requirement.

    Orthanc

  4. Re:OO is for wankers on What's wrong with HelloWorld.Java · · Score: 1

    Agreed. Though like all programming tools/consepts/languages OO is a good choice is some situations (most in my opinion). A lot of the crap OO is generated by people using OO where it's not appropriate or by using it badly (eg bad abstrations).

    "A place for everything and everthing in it's place"

    Orthanc

  5. Re:Introduce JUnit as a means of grading on What's wrong with HelloWorld.Java · · Score: 2, Informative

    JUnit could be used to create a test harn...

    I'm currently at Uni and we've had several large projects with automated test as part of the assesment (some using JUnit).

    Last time I checked no-one writes completly bug free code, we had problems with bugs in the tests. I believe this will happen to some extent with any automated tests being used to mark an assignment.
    Anyway to use something like JUnit to define tests you also need to define all the class's and public methods for the students. This may work fine for comsci101 but at any higher level assignments need to have some design flexibility.

    Orthanc

  6. Re:This just in... on Fax-Spammers fax.com Sued For 2.2 Trillion · · Score: 1

    INAL but I believe that after going bankrupt you're not able to own a business for something like 5 years.

    Orthanc

  7. Re:Using a Virus to Destroy Bacteria? on Scientists Find New Way To Destroy Anthrax · · Score: 1

    NB: I'm a programmer not a biologist.

    Phage's are not a new means of treatment. They have been used against anti-biotic resistant bacteria in Georgia (the country.. not that place in the US) for some time. The phages cannot survive in humans thats why they are using an enzyme extracted from the phage in this case.
    I understand the actual phage can only kill bacteria at the surface.

    Orthanc

  8. Re:Flying and Algebra on Algebra As A Gateway Subject · · Score: 1

    While true there is too much to rember you must know the basics so as to keep the "experts" honest. Anyway, do you really want to create another group of people like layers??

  9. Re:Algebra and Music / no, arithmetic. on Algebra As A Gateway Subject · · Score: 1

    I have a ten minute time slot to play these pieces.. how fast do I have to play??

    Algebra

  10. Re:Algebra is taught wrong. on Algebra As A Gateway Subject · · Score: 2, Insightful

    Unfortunatly the beauty is something that cannot be taught except to those who already know it. It also does not appeal to the masses...

  11. Re:People really use HyperCard these days? on Wherefore Art Thou, HyperCard? · · Score: 1

    Simplicity in itself...

    The hypercard scripting langugae (Hypertalk if memory serves) remains the only language I've used, where without a manual you could make a guess at what sounded logical and have valid syntax 90% of the time...

    Orthanc

  12. Re:new found use! on Wardriving From 1500ft Up · · Score: 1

    "In the event of low flying planes, shoot them down on the off chance the may be a teroist or hacker" -- potential FBI statement

    Orthanc

  13. Re:What damages are they claiming? on Intel, OEMs Face Lawsuit For Megahertz Marketing · · Score: 1

    Most people here know that MHz is not a measure of computing power. However many people don't and still fall into the trap. If only for their benifit I hope that the plaintifs wins and Intel is forced to advertise with proper benchmarks.

    And now the debate on how to do a proper benchmark begins......

    Orthanc

  14. Re:This idea has been around for a long time... on Flywheel UPS · · Score: 1

    Consider your standard car engine. Uses a fly wheel to even out power spikes from the pistons firing. I know this isn't electricity but smae principle applies.