Slashdot Mirror


User: DreamCoder

DreamCoder's activity in the archive.

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

Comments · 37

  1. Re:Gotta love RTP (Research Triangle) on Where the Highest Paying Tech Jobs Are · · Score: 1

    Hmm... I would have thought Los Alamos would have them both beat by a longshot.

  2. Re:I live in Fort Collins on Where the Highest Paying Tech Jobs Are · · Score: 1

    Yep, Fort Collins rocks. I'd move there if Boulder wasn't so much better ;-).

  3. Re:Slashdot rejected my ask slashdot submission on Why Have Movies Been So Bad Lately? · · Score: 1

    "... it's a no-smoking sign, on your cigaratte break..."

    This isn't ironic? Could have fooled me... guess I need a new dictionary.

  4. Re:Freedom of speech comes with responsibility. on Blog Faces Lawsuit Over Reader Comments · · Score: 1

    What you've said is true, but if you RTFA the negative comments in question were posted by a blogger who apparently (according to him) gets about 100,000 hits per months. He's not Bill O'Reilly (after all, who is?) but that's not exactly a dark corner of the internet, either.

  5. Re:Airports and Baggage on Denver Airport Automated Baggage System Abandoned · · Score: 1

    Are the bags getting there slower, or are you just getting there faster? It seems to me the trains that run from the concourses to the terminal run quite a bit more frequently than they used to. You might have just traded time waiting for the train for time waiting for the bags.

  6. Re:Had to switch from Java to .NET on Comparison of Java and .NET security · · Score: 1

    I really hate to agree with the parent, but he's right. I loathe Windows, and all the horrendously bad API's that come with it. But VS blows away every other IDE I've ever used (including Eclipse).

  7. And while we're at it... on Shareholders Squeeze Cisco on Human Rights · · Score: 1

    Yeah, tech companies really need to get more involved with enforcing moral and ethical behavior. Hey, maybe we could get Dell to stop selling PC's to all those theiving college students that will only use them to download music w/o paying for it. Oh, wait...

  8. Wait wait wait, back up... on Shareholders Squeeze Cisco on Human Rights · · Score: 1
    I think alot of the posts on this article are suffering from a Serious Contradiction of Principles. On the one hand is human rights, we all think everyone should be free and clearly the Chineese government is not with the program. But, on the other hand, we hate it when big companies start telling customers what they can and can't do with technology. Software and technology should also be free, right?

    Suppose it wasn't Cisco, suppose the Chineese government was using Linux to build their Great Firewall. Would you then be then advocating that we prevent them from using it (as if you could)? No, more likely we'd all be hailing them as geniuses for recognizing the fabulousness of Open Source.

    Seriously folks, do you really think the answer here is for tech companies to become even more controlling of technology?

  9. Re:Sure, until they try to shut down second life.. on Second Life Virtual Property Boom · · Score: 1

    Er... how is this any different from your favorite bank or investment firm having it's servers and backups getting wiped out by same natural disaster? This is why god created off-site backup warehousing.

  10. Re:Another indian posing as a 'westerner' on U.S. Programmers An Endangered Species? · · Score: 1
    Hmmm... I'm sure there's lots of airlines with offices in Seattle, but how many have "factories"?

    Not sure I want to fly on an airline that builds it's own planes...

  11. Re:C/C++, not java on How Much Java in the Linux World? · · Score: 1

    This is a good start, but since C is technically a complete language, the first operand of the expression would always evaluate to 1, thereby prohibiting C++ from ever even being evaluated. :-p

  12. Why not try a REAL WORLD comparison? on Java Faster Than C++? · · Score: 1

    It doesn't make much sense to do line-for-line comparisons between Java and C++ and then argue over the results. A more productive approach would be to define a set of requirements for a real-world application, and then set off to develop a version of this application in each of the two languages. Each implementation may take advantage of whatever features its language has to offer, including it's own standard library.

    The results of this activity should be measured objectively based on speed, memory usage, correctness, stability, and the amount of time required to implement it.

    As a follow on, it would be interesting to add additional requirements in order to evaluate how well the implementation can be extended and/or modified.

    This would make for an interesting competition, and would be alot more fruitful than this discussion.