thanks to 3nhanced.com
After nearly a month away from my site, it told me to update to Wordpress 2.6. I figured, why the hell not (I like living on the edge). I went through the very easy update-process and thought it all went well.
Unfortunately, it didn’t. At first I thought everything had broken, all my single pages gave a 404, even the non-blog ones, and all my links to tags and archives stopped working as well! Panic!

Luckily, I found out pretty quickly that I only needed to fill in the ‘tags’ and ‘category’ field in the Permalinks section, which solved most of my problems instantly.

The last problem, the archives that didn’t work, took pretty long to figure out. I googled trying to find if anyone also had their monthly archive links throw them back to the main page I set the Permalinks to the ugly default, and that didn’t work.
By now I started to worry and considered rolling back to 2.5.1 just to get the monthly archives links to work again. Before I did, I did an install in a different directory as a test and that one had working monthly archive links. As the new install did not have any but the default plugins, I started disabling plugins in my default installation until I found the culprit: the robots meta plugin. Once I figured that one out, it didn’t take long to find a notice of the creator of the plugin, stating that the update revealed a bug and ladida, problem fixed, just update the plugin and set all your settings again. Which I did.

The plugin has a ‘disable date archives’ option that got checked. In fact, everything got checked. I unchecked unwanted things, saved, and my monthly archive links work as they should again.

mail facebook google identi.ca stumble tumblr twitter print

And there I did it. I switched from Movable Type to Wordpress to manage my site.

It actually went really smooth and I actually like Wordpress so far. No unnecessary complications. Movable Type started acting up on me, not letting me edit post titles. I upgraded and then it wouldn’t let me edit post entries anymore. Or post anything new…
So I decided to give Wordpress a shot. So far, I like it. :)

mail facebook google identi.ca stumble tumblr twitter print

My blogging-life became a lot easier with Markdown, which in turn became easy to use with TextMate. I don’t really like the inline linking style, I much more prefer the reference linking style. To keep myself sane I would ofcourse need some nifty TextMate magic to do so. It only took a little bit of googling to find the solution.
Dr. Drang explains it clearly at his blog. Make sure to check both this and this link to create your own macro in TextMate. The second link has some additions to the first one, making the reference numbers automatic.

After that, check out the third follow-up to create a macro that lets you select a word and create a reference link (cause no doubt, you sometimes read back and think ‘Damn, I should link that!’).

So, you get the idea, and you want more! Checkout the next follow-up on how to create a reference link by selecting a word and letting your little macro do a ‘I feel lucky!’ google-lookup.

I love computers.

mail facebook google identi.ca stumble tumblr twitter print

I blogged about TextMate before but I neglected to mention how much I’ve used it to actual blog (not that I blog that much). I’ve also used it to edit templates and CSS for my blog, working mostly with Cyberduck cause I just like my GUI. I do on occasion simply scp, but I really miss the visual tree I do get in Cyberduck (and other gui-ftp-tools).
With the help of the GTDalt bundle and SVK (and the bundle in TextMate) I also get more things done and have managed to organise my files better. Though I do still spend a lot of time tweaking and geeking about :)
The next item on my list: dejunk my closet. Which I shall do right now!

(if I feel like it I might post the amount of junk I removed from it later on)

mail facebook google identi.ca stumble tumblr twitter print

After playing around with the lovely todo.sh I decided to make the switch to hiveminder. This web-based application now has command line support. In fact, it’ll take my old todo.txt and convert it to hiveminder-tasks. This didn’t go extremely smoothly, my tags ended up in the task description, all in all, it worked.

Hiveminder.com has also started to support repeating tasks which I very much appreciate. I hadn’t figured out a good way to do that on my command-line and now I can never forget to take my pills on Monday, woohoo.

What I appreciate a lot (maybe even most) about hiveminder : the ability to make tasks dependant on each-other and the fact that the depending task does not appear unless you’ve done the main task. I will not see ‘fold laundry’ before I have actually checked off ‘wash clothes’. Yaay for that!

mail facebook google identi.ca stumble tumblr twitter print

So, I heard that hiveminder will support todo.sh

mail facebook google identi.ca stumble tumblr twitter print

After fiddling around with the todo.sh script some more I got the idea to create a digital tickler-system.

I have not used a digital or non-digital tickler system before (I tried the mail.app IMAP version, but it just didn’t stick).

First, you need to add the following line to .todo:
TICKLER_DIR="/Users/yourname/GTD/Tickler"

or whichever folder you’d like to use.

Continue Reading »

mail facebook google identi.ca stumble tumblr twitter print

Version 1.7 of todo.sh came out so I uploaded another .diff.

mail facebook google identi.ca stumble tumblr twitter print

As mentioned in a previous post about todo.sh / manager I wanted to remove colours for done items. For me it seems a bit pointless to have colours in items that don’t need any more attention. It took me some fondling but I managed to get it done, yaay!
Uploaded a .diff for the original todo.sh and changed the manager-diff to include these changes. To apply the patch, download the .diff to the directory that contains ‘todo.sh’ and type:
`patch todo.sh < todocolours.diff`

Continue Reading »


Recently I discovered Texmate, after searching for a nice text-editor for my mac. As I planned to save most of my personal files as plain text, I wanted something that could handle my needs and wants.
I love a well implemented drawer and even though Textmate doesn’t show a drawer by default, it does give me one with my Projects (aaah Projects! such a wonderful feature!).

I very much like the perl-bundle and the other programming bundles. Those make the cake.
The icing, however, consists of the blogging bundle, the fact that while typing an e-mail I can press ^⌘E and the entire text goes into textmate where I can edit it, the fact that I can use snippets to easily create replies to e-mails without having to type the same paragraphs over and over (yes, I know about mailtemplate, it just doesn’t do it for me), and that I can learn about handy little macros on other blogs.

Now, only mission left for today, making manager/todo.sh not display colours for done items.

mail facebook google identi.ca stumble tumblr twitter print