Slashdot Mirror


User: Smoo_Master

Smoo_Master's activity in the archive.

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

Comments · 3

  1. Re:Scrapping the Shuttle? on Space Shuttle to re-launch in May · · Score: 2, Insightful

    I don't see those options as being mutually exclusive. Temprarily continuing the space shuttle program while a new vehicle is being developed seems to be a good idea. Otherwise, NASA might succumb to pressure to rush the design, and the effects of that seem far more disasterous in my opinion.

  2. The Shuttles are Being Phased Out on Space Shuttle to re-launch in May · · Score: 4, Informative
    From the Article:
    The shuttle program has 28 flights remaining on its books before the orbiters are scheduled to be mothballed toward the end of the decade. All are in support of the International Space Station, which remains under construction.
    The shuttles are back, but only temporarily. Work on their replacements is likely being done now.
  3. Re:Optimization First, Features Second on RC4 Code Achieves 319 MB/s On AMD64 Opteron · · Score: 2, Insightful

    I would tend to disagree with that. While one should weigh the performance against an overabundance of features, overzealous optimization can also result in problems. Remember that Knuth said "Premature optimization is the root of all evil."

    If someone took your idea to the extreme, you might get something like this:
    "What does it do?"
    "Nothing, but look how *fast* it does it?"

    I think the best solution is moderation in both ends.