-
Archives
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- January 2010
- December 2009
- November 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- June 2005
-
Meta
Monthly Archives: March 2009
New media same as the old when it comes to getting facts wrong
Once again “new” media reporters on blogs has proven no better at getting facts right than “old” media reporters. Mike Arrington over at TechCrunch gets a cheap laugh at a proposal to “ban black cars” by the California Air Resources … Continue reading
Posted in environment, political, random silliness, rants
Leave a comment
Cry me a river
[Crossposted from my comments over on Fred Wilson's blog] Sorry Fred — “Financial McCarthyism” ? McCarthyism was tarring the innocent with innuendo to ruin the accused lives. What is happening now is anything but. AIG, Merrill Lynch, Bank Of America, … Continue reading
Posted in political, rants
Leave a comment
Code Review #8: When to comment
The last ? in a series of posts about commenting. See “the why”. See “not commenting is career threatening”. And the comment that started this off! This post should have really been the second one I wrote. The first post … Continue reading
Posted in code review, management
1 Comment
Why and when to wrap external library classes
At some point, every developer starts using an external library. They then have to decide if that external library should be wrapped in their own custom interfaces and classes. If the external library would be pervasively imported in throughout the … Continue reading
Posted in code review, hibernate, technical
Leave a comment
Interfaces vs. abstract classes
Sigh … some people just don’t get it…. Interfaces rock! Below is my comment from stackoverflow.com, a question about how to handle the “interfaces v. abstract classes” interview question in an interview. First, the “only one super class” answer is … Continue reading
Posted in code review, technical
Leave a comment
Third person in the room
Passion is a wonderful thing. When someone is “wrong” about a subject that you care passionately about, it is natural to argue with them and try to “prove” to them that they are wrong. Don’t. Mentally step back. Look around. … Continue reading
Posted in how to, management, marketing, political, starting a company
Leave a comment
Code Review #7 – Comment the “why” not the “what”
[This post continues the response to Mike.] Clean “good” code is good but not enough. Code needs comments — but the right kind of comments. “What” comments are useless and the most quickly out-dated. An example of a what comment … Continue reading
Posted in code review, management, technical
6 Comments
Not commenting code is dangerous to your career
There is this myth that code can be self-documenting and that comments are not necessary in good code. Michael recently comment on an earlier blog post advocating the idea of self-documenting code. “Self-documenting” code is a career-damaging concept, because: Your … Continue reading
Posted in code review, management
3 Comments
Grow your own rockstar
I have interviewed hundreds of people, technical and otherwise. I have managed a few as well. Most interviewers do not realize that there is no “best” candidate on an absolute scale. The rockstar at Google may absolutely fail to fit … Continue reading
Posted in career, management, starting a company
2 Comments