A few weeks ago, I started a blog at www.badgerhound.com for my tech musings. Lately, my interests seem more focused around startups and the state of tech in general, than hard-core sysadmin topics like building RPMs. For now, I’m enjoying having a separate place to vet those ideas. I don’t know if that means I won’t blog about anything technical over here, or if this will become the personal plus sysadmin blog. But, if you’re interested in my other musings, check out the other blog as well.
posting to Tumblr from emacs
I’m now using Tumble, the emacs mode for posting to Tumblr. This post is mostly for me to test it out further, but I’m very impressed with it thus far.
Now, I just need to remember that the default syntax is markdown and we’ll get along great.
Installation was easy. I just installed the ELPA package and added somthing like this to my emacs config:
;; tumble - emacs tumblr mode
(require 'tumble)
(setq tumble-email "my@email.com")
(setq tumble-password "p-a-s-s-w-o-r-d")
(setq tumble-url "my.tumblr.com")
if my post is short, does it make it to twitter?