Slashdot Mirror


User: Interrupting+Cow

Interrupting+Cow's activity in the archive.

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

Comments · 16

  1. Re:My Experience on More Than 500,000 High Tech Jobs Lost in 2002 · · Score: 1
    5 minutes with C++ including building and testing. E.g.,
    #include <iostream>
    #include <string>

    int main(int args, char** argv) {
    std::string str;
    std::cin >> str;
    int size = str.size();
    if (size >= 5) std::cout << str.substr(size-5) << std::endl;
    else std::cout << str << std::endl;

    return 0;
    }
  2. Re:Care to give us the official scale of compariso on Ian Clarke, Ernie Miller On Free Speech, Privacy · · Score: 1

    I was going to criticize you for an ad hominem attack, but you're probably too stupid to get it.

  3. Re:Deploying license-free wireless wide-area netwo on Deploying License-Free Wireless Wide-Area Networks · · Score: 1

    Mensa must have lowered it's standards.

  4. Re:ACLU targets the wrong issues on False Information A-Okay in Primary FBI Database · · Score: 1

    Pot, kettle, black.

  5. Re:Are you kidding? on Improving Company Morale? · · Score: 1

    No kidding. I remember one time I was working on a project for provisioning wireless telecom switches. My part of the project was something very much like MQSeries. I stressed to my manager that we should prototype the parts that we had never done before. All went well until she went to a meeting with some other managers at the company. They belittled her in front of our VP for allowing the developers to "waste time" like that. She came back from the meeting literally shaking with rage. I was nearly fired on the spot. Never mind that we were ahead of schedule at the time.

  6. Re:You are right... on C++ Templates: The Complete Guide · · Score: 1

    Are you a troll or just a moron?

  7. Re:REAL explanation of the singularity on The Metamorphosis of Prime Intellect · · Score: 1, Insightful

    If the rate of progress is really accelerating at an "exponential rate", why haven't people gone farther than the moon in the last thirty years or so?

    How do you explain the dark ages?

  8. Another Loomis ? on Tuxedo Park · · Score: 0
    The Loomis Laboratory of Physics at the University of Illinois is named after an F.W. Loomis. They have a nice bio there. He also went to an ivy-league school, also worked for the Army Ordanance Dept in WW1, and also worked for the MIT Radiation Laboratory in WW2. Wierd. I wonder if they were related?

  9. Re:lint is horrible on Using Redundancies to Find Errors · · Score: 0
    Yeah I got that from other replies you made. But you do want the check return values from most things, even the standard library functions. The return value is usually zero on success and some int code for an error otherwise. If there's a non-zero result you usually want to call perror or something to log it.

    It's just the difference between quality code and the rest. You still might want to ignore the return value, but it should be a conscious decision. Lint-like tools just help that.

  10. Re:lint is horrible on Using Redundancies to Find Errors · · Score: 0
    Wow. I don't know where to start. Do you have any idea what you're talking about? Before you start let me answer, "No".


    castind [sic] the return of every void function

    Um, void functions don't return anything. A simple return will suffice.

    Am i really going to have to step through tens of thousands of lines of code

    Yes, if you have crap that is returning something in void functions.

    If you want to know some of the things lint can look for that are perfectly legal code constructs look at this list.

    Compiling is not the same as error analysis.

  11. Re:More details / PostScript version on Using Redundancies to Find Errors · · Score: 0, Offtopic

    Reminding people about karma whoring is karma whoring ;-)

  12. Re:A lot different, unless RoboCop roams your stre on Turning a Blind Eye to Big Brother · · Score: 1

    Your information is wrong about the north tower tape. That tape was shown about 3 to 4 hours later after the towers had collapsed (shortly after noon). I spent most of that day watching TV and I do remember it.

    I also remember exactly what I was doing when the Challenger went up. I had my back to the TV (with the sound off for some reason) while I was working on my fluid dynamics homework. I missed the whole thing.

  13. Re:Free viewers for most M$ products on Microsoft and the U.S. School System · · Score: 1

    Do those free viewers work on a free OS?

  14. Re:Misuse of Copyright on Microsoft "Bans" Use Of GPL Code · · Score: 1
    No it's not.

    When you use a GPL library all you have to do is list their (it is theirs, you don't own it) copywrite, provide a copy of the library source code (or a valid URL), and promote any changes you make to the library back to the owners.

    You don't have to tell anybody a damn thing about your code if you don't want to.

  15. Re:freebies on Baseball Fans Must Pay To Listen Online · · Score: 1

    Are you stupid enough to think that was funny? Most trolls at least pretend to be intelligent.

  16. Re:I Object on Direct3D Applications And Wine · · Score: 1

    What a classic troll. The only people that really recognize it probably agree with him :-).