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:Pragmatism can be dangerous on Are Engineers Natural Libertarians Or Technocrats? · · Score: 1

    This does not speak about pragmatism. This speaks more to some darker aspects of human nature that has nothing to do with pragmatism. A pragmatist would also have enough insight to at least consider the consequence of their own actions. Not the case.

  2. Re:We'll be whatever you want... on Are Engineers Natural Libertarians Or Technocrats? · · Score: 1

    I'm curious, now, as it strikes me reading your comment, what other world object exists out there that defines its own purpose to you? It seems that this is all that its about. What you have on your lap isn't telling you what to do with it. It obviously would have been nice if the person you got the object from would have told you... be it documentation, word of mouth, comments or whatever, but the rub is, in real life, that's not exactly a given. Software or otherwise.

  3. Re:Good Luck on Ask Slashdot: Re-Entering the Job Market As a Software Engineer? · · Score: 1

    Be on the same level as someone who has nothing to offer? Is this the lowest bar? Or is there an option to go even lower?

  4. Re:Used to feel the same way on Ask Slashdot: Re-Entering the Job Market As a Software Engineer? · · Score: 1

    As a 28 yearold developer, I can say that from my limited experience is that documentation is hardly ever sought after. In retrospect, I do wish this was not the case. I would have been a better programmer.

  5. Re:You had your turn, buddy on Ask Slashdot: Re-Entering the Job Market As a Software Engineer? · · Score: 1

    It's a pernicious and ageist myth that middle aged and older people cannot learn new skills and cannot blossom in new endeavors.

    One rebutted as recently as last month when discussing the structural changes of the brain that London cabbies undergo during their training. It's natural. We (as apes) always foam at the mouth (look down) whenever something rubs us just right.

  6. Re:Crazy vs. Evil on New Study Confirms Safety of GM Crops · · Score: 2

    See Penn & Teller's "Bullshit". Most people, in a blind test, find non-organic foods taste better. Hmm.

  7. Re:Good move on Coders Develop Ways To Defeat SOPA Censorship · · Score: 1

    Calculon, say its not so!

  8. Re:monopoly on free service... on Senators Recommend FTC Perform Antitrust Investigation Of Google · · Score: 1

    Repeat yourself much? You sound like an arrogant child at this point.

  9. Re:monopoly on free service... on Senators Recommend FTC Perform Antitrust Investigation Of Google · · Score: 1

    I think it has more to do with "barrier to entry" than anything else.

  10. Re:You are incorrect on Senators Recommend FTC Perform Antitrust Investigation Of Google · · Score: 2

    So they should be penalized for doing it right? where are you going with this?

  11. Re:And none will ever need on IBM's Five Predictions For the Next Five Years · · Score: 2

    So is a lady doing calculations with pen and paper. Somehow I don't think whoever made that prediction had those in mind.

    I believe those are called "calculators"!.

  12. Re:It's a big deal on North Korean Dictator Kim Jong Il Dead at 70 · · Score: 1

    this does not make any sense either way you turn it.

  13. Re:Yikes! on Book Review: The Economics of Software Quality · · Score: 1

    The problem stems from the fact that past all abstractions, code is data.

  14. Re:Great a new boom. on The Rise of Developeronomics · · Score: 1

    Don't forget, that pointy haired boss may not be all that honest. Going down in flames for someone else's decisions is only deserved if you had knowledge and a say.

  15. Re:Save the planet? on Kyoto Protocol Renewal Efforts Struggling · · Score: 1

    Augh.

  16. Re:This is not a problem on US Senator Proposes Bill To Eliminate Overtime For IT Workers · · Score: 1

    The smart phone ringing prompted it.

  17. Re:Needs Revision. on Reading, Writing, Ruby? · · Score: 1

    I guess I asked because when I tried to get "formal" education, I was extremely disappointed. Perhaps it was due to the lack of money that I ended up in the school that I did. And so it became my experience that to learn much of anything, I'm on my own.

  18. Re:using words hard speaking more easy on Europe's Largest IT Company To Ban Internal Email · · Score: 1

    And where are the parents at?

  19. Re:Useless people prefer to talk. on Europe's Largest IT Company To Ban Internal Email · · Score: 1

    As far as I can tell, "everything is a priority" in most cases. Maybe I haven't been out from under the rock long enough though.

  20. Re:I've noticed this too on Europe's Largest IT Company To Ban Internal Email · · Score: 1

    We need to educate people

    And because of this tidbit, it will remain as it is. I have yet to see an 'educate the people' campaign that isn't dead on arrival.

  21. Re:Up to them on Muslim Medical Students Boycott Darwin Lectures · · Score: 1

    You're right, I was not quoting you. I was quoting cb88... the parent post. It shows up under the correct thread for me. Maybe something's up with the site? Here is what he said:

    There is a difference between "taking time to understand it" and having it shoved down my throat and ridiculed if I believe anything different which is what is experienced in universities and I would even expect in many high schools. I would argue that I know rather a bit more about evolution than most and probably on par with most /.ers ... I wasn't contending that students should brush it aside but as in my cause I shall take it with a grain of salt.

  22. Re:No doctor for you on Muslim Medical Students Boycott Darwin Lectures · · Score: 1

    What they also don't grasp is the downward spiral that will surely ensue after the layoffs. Not understanding the abstraction means you will not comprehend the consequences thereof. This is why we have such a huge problem with inefficient software. As per your example of sorting in a single line of code, at the very least, you need to understand the concept of identity. The one liner you write to sort a collection could delegate to a bubble sort. Great if that's what you need, but how do you decide on that if you don't know the theory? The 2 liner you provided for the print statement... again, different IO methods have different consequences, though in essence the program is complete, understand that your trivial example does not do anything useful. It isn't the useless, trivial examples that require understanding. Its the examples that require one to think through complicated criteria and constraints. The point is that you can only make brain dead programs if you cannot imbue the theory into your code. Garbage in -> garbage out.

  23. Re:Information Science is Science on Reading, Writing, Ruby? · · Score: 1

    "but then, using C++ makes me somewhat archaic" It doesn't make your archaic. Your personal attitude is another matter though. I have yet to see a language as powerful and as diverse as C++. From the simplicity of the C constructs all the way up to meta-programming magic. Most people gripe about the syntax, but notation is a very small part of it, and is the way it is for pragmatic reasons. Its what it makes your mind do that's so fascinating.

  24. Re:Information Science is Science on Reading, Writing, Ruby? · · Score: 1

    The numerals are arbitrary, the values are not. The system relies on the values, not how you'd write them down.

  25. Re:Needs Revision. on Reading, Writing, Ruby? · · Score: 1

    Have you ever met a (real) dev that was not self taught? Just curious. I haven't.