Tip 1: Lecture as post
A favorite gripe of junior professors is that teaching is a waste of their time.
Excellence in teaching buys no credit for tenure at many universities.
(Of course, putrid teaching can derail a tenure case.)
Teaching is an opportunity to convert lecture notes into blog posts and external evangelism. The conversion usually polishes a lecture too.
It's hard to teach a class without creating lecture notes.
Why not write those lecture notes as a blog post?
Examples
- First-class macros in meta-circular evaluators.
- A lambda-calculus interpreter in C++ templates.
- Compiling Scheme to C.
- Compiling Scheme to Java.
Tip 2: "Reply to public" as post
Many of the academics that "don't have time to blog" seem to have plenty of time to write detailed, well-structured replies and flames over email.
Before pressing send, ask yourself, should this answer be, "Reply," "Reply to all," or "Reply to public"?
If you put effort into the reply, don't waste it on a lucky few. Share it.
Of course, "reply to public" is not limited to email. A few of my recent posts started on Quora. If I still used Usenet, I bet the same would be true there.
Examples
- This post.
- 3 qualities of successful Ph.D. students.
- Greasemonkey scripts for Apply Yourself.
- Why guaranteed file compression is impossible.
Tip 3: Advice as post
I hear some questions with alarming repetition. To name a few:
- What is grad school like?
- How many years does a Ph.D. take?
- How can I get into grad school?
- How should I structure a thesis proposal?
Any question asked more than once is a candidate for a blog post.
Examples
- The illustrated guide to a Ph.D.
- HOWTO: Get into grad school.
- A thesis proposal is a contract.
- Productivity tips for academics.
Tip 4: Vented steam as post
My colleague, Suresh Venkatasubramanian, claims that the need to vent steam is his preferred reason for posting.
Blogs are a way to safely let it out, assuming appropriate diplomacy.
Examples
- The CRAPL: An academic-strength open-source license.
- American Airlines sucks.
- Why peer reviewers should use Tor.
Tip 5: Blog as code repository
I used to be great at starting coding projects, but terrible at finishing them.
That changed when I started posting code on my blog.
Posting my code on my blog forces me to do three things:
- It makes me refactor my code into a clean design.
- It makes me comment my code sufficiently.
- It makes me search for the most concise solution.
I've stopped rewriting code, because I reuse the code I post on my blog.
At the same time, I've picked up months-old projects and continued them.
Now when I write code, I look for ways to turn parts of it into a blog post.
Examples
- Matching regular expressions with derivatives.
- A nonblocking lexing toolkit based on derivatives.
- A pipelined nonblocking webserver in Scala.
- A reference implementation of k-CFA.
Tip 6: Blog as long-term memory
There are lots of things I used to know, but forgot.
When I find myself relearning something for the second time, I write a blog post on it, so that I won't have to relearn it again.
I often write these up as a HOWTO.
Examples
- HOWTO: Create native iPhone apps in JavaScript.
- HOWTO: Make cat 5 network cables.
- HOWTO: Rip a DVD.
- HOWTO: Create an online book catalog.
- HOWTO: Fix mold and allergy problems.
A few more tips
I have a few miscellaneous tips for busy academic bloggers:
- Don't blog before a deadline.
- Don't post too frequently.
- Don't feel pressure to post with regularity. Twitter and RSS can alert your readers.
- Don't spend too much time on a post. It doesn't have to be as polished as something you submit for peer review. I don't even spell-check.
- Do store up posts if you have free time. Release when you're busy.
- Don't submit your own work to social news sites. If you write well enough, others will do it for you.
- Don't feel the need to have comments. I get plenty of constructive, meaningful interaction with my readers over twitter and email.
Academic blogs I like
- Dave Herman's The Little Calculist. I point this out to my students as a great example of grad student blogging as note-taking. (Dave recently finished his Ph.D., but he's given this blog to himself and to the community forever.)
- John Regehr's Embedded in Academia. John's posts are much more polished than mine, and they're entertaining, educational and thorough as a result. His posts are great outreach and service to the field. He nails the post-tenure associate professor blog perfectly.
- Suresh Venkatasubramanian's geomblog. Suresh's blog is a great mixture of field-specialist and pan-academic writing. There's something worth knowing in every post.
- Daniel Lemire's blog hits topics ranging from his own research interests to broader academic concerns. He thoughtfully compresses many of his posts into small, bite-sized form.
- Dick Lipton's blog does a major service to theory of computation, because he spends time writing engaging, thoughtful and accessible articles. Dick does the esteemed yet friendly full professor blog well.
Translations
This post is also available in Portuguese.