Ask HN: Why should programmers/developers should blog?
I was having a talk with one of my good buddies and he was adamant that if you (aka myself) plan on having any part in tech (I'm studying CS) that you should blog, use Twitter and it seemed like he mentioned ever other social networking device.
My Questions: -Is doing so a definite must? and why -If so what social "channels" are "best"
Thanks!
9 comments
[ 5.2 ms ] story [ 31.3 ms ] threadYou need to decide what your goals are. Are you striving to optimize your career for followers/notoriety? Than yeah, having a blogging/twitter/social media presence is a must. If you're striving to optimize your life for maximum profits and earnings, than having an online presence can help, but is probably not a must. If you're striving to become a great developer/programmer and are doing it for the love of the craft, then spending time blogging/twittering/etc will probably get in your way.
- Explaining things forces me to understand them better.
- Wanting to share what I've done motivates me to finish it.
- Comments from others teach me things I didn't know to look for myself.
It's very easy to show someone an XSLT script that recursively generates primes as an example of why I believe XSL transforms are very close to Functional Programming.
Thinking about things isn't enough. Putting ideas into words lets you develop new ideas. Making something and writing about tells others about your new ideas. There is also another reason: you get to define yourself online. Nature might "abhor a vacuum" but google doesn't care. [0] It will associate something to a search term against your name. Better it be something you have written.
[0] Idomatic use of the phrase "horror vacui" described by aristotle ~ http://en.wikipedia.org/wiki/History_of_thermodynamics
I think if you want to be a really great developer you should write code.
If you only read books, then don't blog.
If you ever saved time or got a tip or some code from a blog, then you owe the rest of the programmer community.
I think that's the right spirit.