Slashdot Mirror


User: nautae

nautae's activity in the archive.

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

Comments · 5

  1. Doesn't work for most internal software developmen on Hiring Good Programmers Matters · · Score: 1

    For a couple of reasons:

    1) At the beginning of some new programming project desired by somebody on the business side, the programmer will frequently not have sufficient domain knowledge to assist in coming up with complete specifications. For example, I used to work for a company that maintained demographic and and circulation fullfillment databases for B2B pubs (everything from Information Week to Concrete Construction.) With the more complicated reports that business side people asked for, I couldn't foresee the ambiguities in the specifications until I began implementing them, since I had no particular prior experience in the domain. And the business side people didn't necessarily understand the notion of "precise specification."

    2) Speed matters. Even a couple of weeks can make the difference between a rousing success and so-so release in some instances. This is certainly true in the trading industry, where I work now.

  2. Re:Why China, and not India? on USA to Pass Science Crown to China · · Score: 1

    Why fear of China ? The country is run by a communist dictatorship. The fear is rational, to a point.

    Why anger at India? In a word: outsourcing. THis is anger driven by fear. (This fear is largely irrational, IMO.)

  3. Re:Bill Gates on US Education on USA to Pass Science Crown to China · · Score: 1

    The US continues to be able to attract talent in industries where we're still in the lead. From my own experience, I can't help but think of people working for/applying at a certain NY investment bank I used to work for. Lots of high-end technical talent from all over, attracted not by land, but $$.

  4. Re:Pie in the sky on Can a Bayesian Spam Filter Play Chess? · · Score: 1

    Nature doesn't waste resources

    Ah, but many of the features of human intelligence (e.g., symbolic reasoning) are relatively new features, and haven't been fully optimized yet.

  5. Re:Features I want... on Stroustrup on the Future of C++ · · Score: 1

    Speaking of stuff that'd be nice, it'd sure be convenient to have anonymous functions and anonymous classes. Boosts lambda library is really cool, but it shouldn't be needed !