Miklb's Mindless Ramblings

chronicling life in a digital world

Note Taking Nirvana?

notebook collectionLike most, I’ve struggled with note taking and mind dumping solutions. I’m easily caught up in chasing the productivity pr0n, looking for the perfect system (hell, I gues by writing this post, I’m still doing that). At first glance however, with the discovery of my most recent set of tools, I believe I’ve found the most streamlined, cohesive solution yet.

My most recent excursion in a single note taking solution was EverNote. Certainly versatile, perhaps too so, and it never felt like the right fit. It was just too something. I wanted a no frills solution that I could easily access my notes from my desktop, laptop and on the go (currently using an iPhone). Certainly EverNote fits that bill, but again, too cumbersome and too busy.

A little while ago, I stumbled on a Habari plugin, SimplyNoted, which interfaced with an iPhone app SimpleNote. Quite an elegant little app/plugin, I could take notes on my phone and be able to pull them up in a Habari Silo, and turn them into a blog post, etc. Nice, but my iPhone isn’t the only place I take notes or want to do a brain dump. So it’s lingered on the second page of my phone, starring at me, taunting me to use it. Then the other day, the always with a great idea Merlin Mann, resurrecting his invaluable 43folders website, posted a screenshot and short post about his workflow.

Wait, did I just read about something syncing with SimpleNote? Sure enough, Merlin was espousing the virtues of an app he’d been using, and how it now syncs with SimpleNote. Notational Velocity is a no frills, desktop application (is there a mobile, I didn’t look) that snycs with SimpleNote, quietly saving behind the scenes,with plenty of keyboard shortcuts but no fluff. It gets out of the way and makes it easy to just jot notes, brain dump, or I’m sure in the hands of someone like Merlin, far, far more. But for this simple guy, it was the missing link to being able to have an app on my Macs that did all the things that SimpleNote could do.

So far in two days of using it, it’s been more usable than any other system I’ve tried. I was able to bang out some thoughts before bed on my laptop, both gather links for this post as well as some outlined thoughts (yeah, this was actually thought out), as well as some ideas for some work I had to do today. I was able to grab those notes when I hit the desktop this morning without doing anything, add to them, and then pick them back up on the laptop later in the day to finish up the writing I needed to do for my new job. After dinner, I was able to then login to the admin of the blog, start a new post, open the SimplyNoted silo, and bang, all of my links and notes were there to write a post. I can’t count how many events I’ve been to the past year that I took notes at either in EverNote or with TiddlyWiki, but never got around to copying them over to writing a post. I look forward to this being the missing link between thinking about blogging, and blogging. Time will tell.

Mzingi Ported

I was pleasantly surprised this afternoon by a comment left here on the site that my first Habari theme, Mzingi, had been ported to another CMS, WolfCMS. Though I’ve since passed Mzingi off to the official Habari project, and is now owned by the community and part of the official download, it’s a bit rewarding to see it deemed worthy of porting. You can see a demo of it in action as a WolfCMS theme.

It’s also nice they gave attribution on the official site. I’d not heard of the project before, seems like a young project that is a fork of another CMS project, but their site describes the project as something akin to Habari.

Happy 2010

resolution
Perhaps I’m just a sucker for a reason to say things are going to change, but this little flash site to create your 2010 resolution spun one my way that dove tails into the last post I made on this site.

Speaking of the site, to ring in the new year I finally updated Habari, as it was oh, 300+ revisions behind latest commit. Aside from having to upgrade a bunch of plugins from before the XML file as added and the info function removed, it went off without a hitch. I also had to swap out a little code in the tweet template, but otherwise, for a script running off of trunk that hadn’t been svn upped since May, it was pretty damn painless, and a testimony to how stable it really is.

I do have some ideas for my cooking site, inspired by Christian and his 365 days of photos in ‘09. Congrats again for seeing it all the way through!

Perhaps not a dish a day, but maybe one new thing from scratch a week with a post would be a good and realistic goal.

Anyway, may MMX be a shining path of peace and enlightenment paved with prosperity a…I mean, may it fucking suck less than 2009 did, and hopefully we’ll get through it a little less scarred than the last.

Special thanks to Mike Lietz for talking me down from the ledge I was on after I started the upgrade, and especially for showing me the handy svn wildcard command. Most of the plugins I had were already trunk version from the Habari-Extra’s repository, but I thought I was going to have to cd into each one and svn up, he showed me I could do

svn up user/plugins/*

and it would step through the directories and svn them up. Handy!

I’d also like to take a second to thank Rick Cockrum for keeping the ball moving this past summer/fall on the development side of things, I’m really looking forward to digging into the new taxonomy system, especially as I build out the cooking site.

Clean Home Theme for Habari

It’s always great to see new themes released for Habari, even if they are ports. Florian has ported the WordPress theme Clean Home to Habari. The theme’s name aptly describes the design, a clean, black and white two column design with contrasting red headings. The theme seems to be coded for trunk, that is, using the areas feature. One thing I noticed is that the theme still has some cruft from WP, calling for a dynamic sidebar (widgets) with some text that also references a text widget and and admin options. I of all people can understand though of wanting to get something out before working out all the kinks, so I’m sure he’ll update it as soon as the areas/blocks feature is fleshed out a bit more. I also don’t speak German, so it’s quite possible he references that in the post announcing the release.

URL Shorteners, HTTP Referers and 301 Redirects

I’ll start by saying I don’t know much about the subject, but am posting this in the hopes that someone who does can elucidate the issue. My basic dilemma is that I have a short bit of code on my single page templates that checks to see if a visitor is from Twitter, and if so, show a little message. (Not an original idea, I think I saw it on a post at Smashing Magazine). The code they used didn’t work, but with the help of BigJibby in the Habari IRC channel, I was able to get it working with Habari.

I more or less forgot about it, until a few people noticed it and asked if it was a plugin. When I replied it wasn’t, they asked if I could make it into one. So it went into a to-do list I keep of Habari related ideas. This evening I began working on it, and while troubleshooting how to actually output something to the entry single template (that’s a whole other can of worms), I discovered the code snippet wasn’t working. With the help of Michael, we discovered the problem wasn’t with the code snippet, rather it was with the URL shorteners. Twitter recently started defaulting to Bit.ly, and I recently began experimenting with Tr.im, both of which weren’t sending twitter.com as the referrer. Rather, due to their 301 redirect they return NULL. Which in a nut shell sucks.

Somehow Google Analytics is able to track referrals from Twitter, as last week when I had a huge upsurge in traffic from the popularity of the Infinite Summer Bookmarks, I’m seeing 50 visitors from Twitter the first day (of the 785, by far a record for this little weblog).

At this point, finishing the plugin seems moot, as the only way to be sure that visitors will actually see the message would be to use a URL shortener that doesn’t return NULL, of which, the only one we found that to not be the case was Owen’s Pastoid. I didn’t test Tinyurl, nor was I interested in looking for others. The disappointment had already set in. Besides that, if you are auto posting to Twitter with a plugin, you wouldn’t have the option to use a different shortener.

So kind readers/stumble-uponers, if anyone has a solution to this problem, please enlighten me. Meanwhile, I’ll work out the issue with Habari and my desire to output content on a single entry template within the content output, not above the body tag.

For anyone interested in the snippet of code I am using:

if ( parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST) == 'twitter.com' ) { echo "<h2 class='twittervisit'>Welcome, Twitter visitor! If this post is useful, don't hesitate to retweet!</h2>";

Miklb's Last.fm profile