iceberg | 9 years ago | on: Why Won't You Answer My Question?
iceberg's comments
iceberg | 9 years ago | on: Getting Fired Can Be Worse Than Divorce
iceberg | 9 years ago | on: Getting Fired Can Be Worse Than Divorce
iceberg | 11 years ago | on: I Hate Puzzles: Am I Still a Programmer? (2011)
I really don't think so: I think it all comes down to how you think - intuition versus logic. And I think people don't fall neatly into either category - it's a spectrum. Too much emphasis is placed in interviews on solving mechnicaly problems and less on problems that can be solved more suitably by itutition: design, feature improvements, re-factoring and some people (including me) I've found have to internalise the problem and can't just simply solve a problem as qucikly as those who are very mechanically minded.
And besides technically ability is part of being a professional(!) programmer working with others. The following should also carry significant weight: an ability to work with others, take criticism, lead others, be resourceful, get stuff done on time, write clean and readable code (not just solve the problem technically) and so on are from my(!!) experience not given enough weight!
Just me two cents.
iceberg | 14 years ago | on: Stop Taking Yourself So Seriously
Yes, going to the gym with no set plan and allowing this plan to evolve will encourage you to go more often if you are the type of person who sets unrealistic goals and gets dejected by not meeting them. But this, I think is NOT the best way to go about achieving your goals, it's a slower path, asking advice from experts will shorten your path.
And taking Arnold Schwarzenegger as a role model is not a fair motivator for ones efforts. Trying to emulate the efforts of someone who's already long into their career without knowing all the "tricks of the trade" namely anabolic steroids is unfair to you. For me a better role model would be someone who's just a bit ahead of me who's already taken on advice from experts!
iceberg | 14 years ago | on: Say No to Ireland's SOPA
iceberg | 14 years ago | on: An lsof Primer
iceberg | 15 years ago | on: Comparing Compiler Optimizations
Instead of searching the Internet I started really get to know the API and libraries of the languages I used and I got good books on the topics of software I develop. I slowly moved away from searching the Internet for a solution to using the books and delved into the language API. I now feel I've a deeper knowledge of the languages I work with and the techniques used to solve problems in my field.
Now when time is against me and I need a quick answer to a problem I search the Internet for an existing answer.