Slashdot Mirror


User: hazah

hazah's activity in the archive.

Stories
0
Comments
1,590
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,590

  1. Re:nylon fumes on Student Creates World's Fastest Shoe With a Printer · · Score: 1

    Yeeeeeeeeeeeeeeeeah.. I'm gonna go ahead and ... *grabs stapler* take that.

  2. Re:Obviously, the police are doing something wrong on NY Couple On "Wanted" Poster For Filming Police · · Score: 1

    Projecting a little?

  3. Re:fp on Objective-C Overtakes C++, But C Is Number One · · Score: 1

    You are hitting on different aspects of programming here. For instance, memory management techniques aren't the same as say drawing a line on the screen.

  4. Re:fp on Objective-C Overtakes C++, But C Is Number One · · Score: 1

    Try Bruce Eckel's "Thinking in C++". I found it absolutely invaluable. Also, the online version is free on his own site.

  5. Re:We need a new language on Objective-C Overtakes C++, But C Is Number One · · Score: 1

    Probably type safety.

  6. Re:C Programming Language on Objective-C Overtakes C++, But C Is Number One · · Score: 1

    That isn't different for natural languages. The abstractions are simply living outside of the computer for those types.

  7. Re:Yes, you do on Ask Slashdot: What Defines Good Developer Culture? · · Score: 1

    Never been in management. Ever. I write code.

  8. Re:One good reason... on What's To Love About C? · · Score: 1

    Then you're a shitty programmer. Any other strawmen?

  9. Re:Yes, you do on Ask Slashdot: What Defines Good Developer Culture? · · Score: 1

    Everything but the last sentence absolutely disgusts me.

  10. Re:Missing the forest for the trees on The PHP Singularity · · Score: 1

    Probably the best comment on the subject thus far. I'm about a 1/4 of the way on your path, but the comparison to real languages had been ringing true for quite some time now. Expressive power of a language is great... if one has something to express to begin with.

  11. Re:Good things about PHP on The PHP Singularity · · Score: 1

    That lives on the server.

  12. Re:Really? on The PHP Singularity · · Score: 1

    So many 'a' s. I think I'll stop now.

  13. Re:So from here on out ... on Supreme Court: Affordable Care Act Is Constitutional · · Score: 1

    Yes, cause that's when you're most capable, right? Healthcare as a business is simply disfunctional. Hence, most of the civilized world does it this way. Welcome to the 21st century, America, we've been expecting you.

  14. Re:So from here on out ... on Supreme Court: Affordable Care Act Is Constitutional · · Score: 1

    The point was that it's not a tax on 'inaction' as you put it. If anything it's a tax on a fact of life. A costly fact of life.

  15. Re:Talking to imaginery voices... on Sergey Brin Shows Project Glass Glasses to Journalists (Video) · · Score: 1

    While you can ignore them, they don't really shut up, they are generally produced by the speach centre of the brain, not the auditory censory.

  16. Re:So from here on out ... on Supreme Court: Affordable Care Act Is Constitutional · · Score: 1

    You never get sick?

  17. Re:So from here on out ... on Supreme Court: Affordable Care Act Is Constitutional · · Score: 1

    Ok. So we are free to not give you care? (I'm not part of this particular 'we', but I think the logic stands on its own).

  18. Re:Linux users on On Orbitz, Mac Users Offered Pricier Hotels First · · Score: 1

    Not really. They just don't work for free.

  19. Re:You mean he actually bought the European Court? on EU Commissioner Reveals He Will Ignore Any Rejection of ACTA · · Score: 1

    Interesting if true.

  20. Re:As an American... on EU Commissioner Reveals He Will Ignore Any Rejection of ACTA · · Score: 1

    So this is business as usual then?

  21. Re:Linux users on On Orbitz, Mac Users Offered Pricier Hotels First · · Score: 1

    To be fair... gentoo comes with the construction crew too.

  22. Re:What about allowing a '&int' as a declarati on A New C Standard Is On the Way · · Score: 1

    typedef int* intptr; done :).

  23. Re:A question on A New C Standard Is On the Way · · Score: 1

    Learn what you will use.

  24. Re:I don't get it... on A New C Standard Is On the Way · · Score: 1

    What does this do?

  25. Re: on A New C Standard Is On the Way · · Score: 2

    Because it costs extra cycles, and you can't make the assumption that it's neglegable every single time? Because of C's promise that you don't pay for what you don't use? Because it's a logic error to begin with and you should fix your logic errors, program your intent, and not rely on the compiler to figure out what you meant? Because you want to control the binary output?

    Take your pick.