{
  "attachments": [],
  "title": "Blogging Like a Blogger",
  "author": "lmorchard",
  "excerpt": "So, I read about Blogging Like a Hacker a few years ago. It sounded like a neat idea. Finally, after much procrastination, I switched to Jekyll and Disqus for blogging and comments a little over a year ago. Well, guess what? Though the process was novel, I didn't blog with any more frequency than I have over the past couple of years.",
  "layout": "post",
  "permalink": "/2012/06/16/blogging-like-a-blogger",
  "dsq_thread_id": [
    1107338550
  ],
  "categories": [
    "Uncategorized"
  ],
  "tags": [
    "git",
    "hacking",
    "jekyll",
    "metablogging",
    "wordpress",
    "writing"
  ],
  "year": "2012",
  "month": "06",
  "day": "16",
  "isDir": false,
  "slug": "blogging-like-a-blogger",
  "type": "entry",
  "date": "2012-06-16T19:00:00.000Z",
  "postName": "2012-06-16-blogging-like-a-blogger",
  "html": "<p>So, I read about <a href=\"http://tom.preston-werner.com/2008/11/17/blogging-like-a-hacker.html\">Blogging Like a Hacker</a> a few years ago. It sounded like a neat idea. A little over a year ago, after much procrastination, I <a href=\"http://decafbad.com/blog/2011/06/08/moved-to-jekyll\">switched to Jekyll and Disqus</a> for blogging and comments.</p>\n<p>Well, guess what? Though the process was novel, I didn’t blog with any more frequency than I have over the past couple of years. I think I’ve discovered this about myself: I like <a href=\"https://github.com/lmorchard/\">hacking like a hacker</a>, and I might even like writing a book like a hacker using <a href=\"http://www.methods.co.nz/asciidoc/\">AsciiDoc</a> and <a href=\"https://github.com/schacon/git-scribe\">git-scribe</a>. But, those are things which tend to demand deliberation and attention to detail.</p>\n<p>But for blogging? Forget all that fuss. At least, not the way I want to blog. I usually want to spew things that are longer than a <a href=\"http://twitter.com/lmorchard\">tweet</a>, but shorter than a formal essay. I might iterate by reviewing &amp; revising a few times, because I can’t resist. But, then, I’ll move on.</p>\n<p>And, for that kind of writing, the process of using git &amp; jekyll just throws too much friction into my brain:</p>\n<ul>\n<li>I have to create a text file with a filename of proper form,</li>\n<li>edit the text with whatever’s floating in my brain stew,</li>\n<li>start up jekyll for a preview, wait, <code>Ctrl-C</code> after a few minutes,</li>\n<li>make sure I don’t have my other 1001 posts in the way because generating things takes <em>ffoorreevveerr</em>. (Tools like <a href=\"http://markedapp.com/\">Marked</a> help here, quite a lot.) </li>\n<li>start up jekyll again and load the new post in a browser</li>\n<li>repeat a few times</li>\n</ul>\n<p>Oh, and then once I’m happy with the post, I get to:</p>\n<ul>\n<li>compose a commit message, </li>\n<li>push to my web server and github for good measure</li>\n<li>wander off while a post-receive hook regenerates my site on my server</li>\n</ul>\n<p>And then, very recently, I decided to check out WordPress again. I almost forgot how stupidly quick &amp; simple it was to set up. Things like that make me want to hack PHP again.</p>\n<p>In WordPress, my process is this:</p>\n<ul>\n<li>visit my blog in my browser, create a new post; </li>\n<li>go tappy-tappy like a monkey writing Shakespeare, watch the preview pane;</li>\n<li>hit publish</li>\n</ul>\n<p>If I’m feeling frisky, I can update a few more times and also hit some buttons to light up Facebook and Twitter with my new brain vomit.</p>\n<p>In my brain, this process makes it feel like so much less of a pain, lame as that might sound. And it’s still self-hosted. And I can still do weird things, if I even care about that anymore. Which I don’t, at least not <a href=\"http://www.decafbad.com/blog/2002/02/14/ooooab\">as much as I did back in 2002</a>.</p>\n<p>As it turns out, a pile of static <a target=\"_blank\" title=\"HTML\" href=\"https://developer.mozilla.org/docs/Web/HTML?utm_source=wordpress%20blog&amp;utm_medium=content%20link&amp;utm_campaign=promote%20mdn\">HTML</a> generated from text files kept in git is a great way to archive &amp; mothball a site. And, I’ve been wanting to do more things on <a href=\"http://lmorchard.com\">http://lmorchard.com</a> — because <a href=\"http://decafbad.com\">http://decafbad.com</a> isn’t my name, and there are surprisingly many decafbad’s on the net.</p>\n<p>So, now’s as good a time as any. End of an era, and all that.</p>\n<p>Oh, and also: WordPress is really easy to update, once I set up an FTP server. It scared me a little to try it the first time, but it just worked. And then it worked again. I never had to ssh into my server, just click buttons in my browser. And that’s about my speed when I’m in a lazy blogging state of mind.</p>\n<p>Whew. This was a long post, given all I just said up there. So, I think it’s time to hit the publish button.</p>\n",
  "body": "So, I read about [Blogging Like a Hacker][1] a few years ago. It sounded like a neat idea. A little over a year ago, after much procrastination, I [switched to Jekyll and Disqus][2] for blogging and comments.\r\n\r\nWell, guess what? Though the process was novel, I didn&#8217;t blog with any more frequency than I have over the past couple of years. I think I&#8217;ve discovered this about myself: I like [hacking like a hacker][3], and I might even like writing a book like a hacker using [AsciiDoc][4] and [git-scribe][5]. But, those are things which tend to demand deliberation and attention to detail.\r\n\r\nBut for blogging? Forget all that fuss. At least, not the way I want to blog. I usually want to spew things that are longer than a [tweet][6], but shorter than a formal essay. I might iterate by reviewing & revising a few times, because I can&#8217;t resist. But, then, I&#8217;ll move on.\r\n\r\nAnd, for that kind of writing, the process of using git & jekyll just throws too much friction into my brain:\r\n\r\n*   I have to create a text file with a filename of proper form,\r\n*   edit the text with whatever&#8217;s floating in my brain stew,\r\n*   start up jekyll for a preview, wait, `Ctrl-C` after a few minutes,\r\n*   make sure I don&#8217;t have my other 1001 posts in the way because generating things takes *ffoorreevveerr*. (Tools like [Marked][7] help here, quite a lot.) \r\n*   start up jekyll again and load the new post in a browser\r\n*   repeat a few times\r\n\r\nOh, and then once I&#8217;m happy with the post, I get to:\r\n\r\n*   compose a commit message, \r\n*   push to my web server and github for good measure\r\n*   wander off while a post-receive hook regenerates my site on my server\r\n\r\nAnd then, very recently, I decided to check out WordPress again. I almost forgot how stupidly quick & simple it was to set up. Things like that make me want to hack PHP again.\r\n\r\nIn WordPress, my process is this:\r\n\r\n*   visit my blog in my browser, create a new post; \r\n*   go tappy-tappy like a monkey writing Shakespeare, watch the preview pane;\r\n*   hit publish\r\n\r\nIf I&#8217;m feeling frisky, I can update a few more times and also hit some buttons to light up Facebook and Twitter with my new brain vomit.\r\n\r\nIn my brain, this process makes it feel like so much less of a pain, lame as that might sound. And it&#8217;s still self-hosted. And I can still do weird things, if I even care about that anymore. Which I don&#8217;t, at least not [as much as I did back in 2002][8].\r\n\r\nAs it turns out, a pile of static <a target=\"_blank\" title=\"HTML\" href=\"https://developer.mozilla.org/docs/Web/HTML?utm_source=wordpress%20blog&utm_medium=content%20link&utm_campaign=promote%20mdn\">HTML</a> generated from text files kept in git is a great way to archive & mothball a site. And, I&#8217;ve been wanting to do more things on <http://lmorchard.com> &#8212; because <http://decafbad.com> isn&#8217;t my name, and there are surprisingly many decafbad&#8217;s on the net.\r\n\r\nSo, now&#8217;s as good a time as any. End of an era, and all that.\r\n\r\nOh, and also: WordPress is really easy to update, once I set up an FTP server. It scared me a little to try it the first time, but it just worked. And then it worked again. I never had to ssh into my server, just click buttons in my browser. And that&#8217;s about my speed when I&#8217;m in a lazy blogging state of mind.\r\n\r\nWhew. This was a long post, given all I just said up there. So, I think it&#8217;s time to hit the publish button.\r\n\r\n [1]: http://tom.preston-werner.com/2008/11/17/blogging-like-a-hacker.html\r\n [2]: http://decafbad.com/blog/2011/06/08/moved-to-jekyll\r\n [3]: https://github.com/lmorchard/\r\n [4]: http://www.methods.co.nz/asciidoc/\r\n [5]: https://github.com/schacon/git-scribe\r\n [6]: http://twitter.com/lmorchard\r\n [7]: http://markedapp.com/\r\n [8]: http://www.decafbad.com/blog/2002/02/14/ooooab",
  "parentPath": "./content/posts/archives/2012",
  "path": "2012/06/16/blogging-like-a-blogger",
  "needsBuild": true,
  "prevPostPath": "2012/06/15/303-see-other",
  "prevPostTitle": "303 See Other",
  "nextPostPath": "2012/06/16/and-just-to-make-my-more-than-twitter",
  "nextPostTitle": "And just to make my more than twitter&#8230;"
}