<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KVET.CH &#187; organization</title>
	<atom:link href="http://kvet.ch/category/organization/feed/" rel="self" type="application/rss+xml" />
	<link>http://kvet.ch</link>
	<description>You know me, I don&#039;t like to complain</description>
	<lastBuildDate>Tue, 06 Jul 2010 19:48:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Move Your SVN Repository to rsync.net!</title>
		<link>http://kvet.ch/2007/05/move-your-svn-repository-to-rsync-net/</link>
		<comments>http://kvet.ch/2007/05/move-your-svn-repository-to-rsync-net/#comments</comments>
		<pubDate>Mon, 28 May 2007 18:19:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gtd]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[organization]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;ve been keeping my Documents directory in Subversion (SVN) for a while now, and have found the ability to roll-back changes and view document history on any document I have to be a huge benefit to my workflow. Additionally, being able to keep different workstations in sync by using the SVN service has been a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been keeping my Documents directory in <a href="http://subversion.tigris.org/">Subversion</a> (SVN) for a while now, and have found the ability to roll-back changes and view document history on any document I have to be a huge benefit to my workflow.  Additionally, being able to keep different workstations in sync by using the <span class="caps">SVN</span> service has been a huge lifesaver.</p>
<p>Not only can I tell you what I worked on, and on what days, I can tell you when things were added/moved/archived and give myself a nice timeline of events that I can use to see what exactly I&#8217;ve accomplished over the last week/month/year.</p>
<p>So I&#8217;ve been re-organizing my bits lately, and am pulling an <span class="caps">OS X</span> Server fileserver out of &#8220;production&#8221; and have replaced it with an <a href="http://infrant.com/">Infrant ReadyNAS NV+</a> with 2TB of storage online.  I&#8217;m using their expandable <span class="caps">RAID</span>-X service, so I can bump this unit out past 3TB when I need to.  This means I was going to lose my always-on multi-purpose server, however, so I was thinking about moving my <span class="caps">SVN</span> setup to my colo (that is currently serving you this webpage), but <a href="http://rsync.net">rsync.net</a> (whom I <strong>love</strong> and recommend whole-heartedly for offsite backup/fileservice) have recently started supporting <span class="caps">SVN</span> (via ssh(1)) making it a real no-brainer.</p>
<p>This isn&#8217;t a dispatch solely to extoll the virtues of rsync.net&#8212;I&#8217;ll do that another time though, because they seriously are some of the most amazing people I&#8217;ve ever done business with.  They happen to be the best in the industry as far as I&#8217;m concerned, and since I like the best of things, I use &#8216;em.  And this new service they&#8217;re offering makes them even more attractive and reinforces my belief that I was wise to start using them.</p>
<p>Now, onward to the meat and potatoes.  I did some testing and verified this works in my environment, and one of the excellent techs at rsync.net (seriously, you can&#8217;t beat these guys in any way for service provided, ethics, and support) validated my work and got me all squared away.</p>
<p>It turns out that all you need to do is move your existing repository (the actual directory of the repository on the filesystem) to your rsync.net home directory (or wherever you want to put it there&#8212;I called mine <span class="caps">SVN</span>-REWL on rsync.net &#8216;cuz that&#8217;s what I called it locally) and then aim your <span class="caps">SVN</span> commands yonder instead of the old one.  It&#8217;ll Just Work provided you&#8217;re using the right version of <span class="caps">SVN</span>, I had an older repository I tested and it wouldn&#8217;t work due to db incompatibilities and some other harsh language.</p>
<p>Some people use local filesystem repositories even on their local machine just to have the version control and revision history on documents they work on.  So if you&#8217;re one of those people, you can likewise just copy over the repository to your rsync.net account, and you&#8217;ll be ready to move on as well.  This is pretty easy though I had never done it before, so I was a bit pensive and skittish.</p>
<p>When you&#8217;re in your <span class="caps">SVN</span> working copy, which is the local &#8220;live&#8221; version you work out of, be it documents, audio files, source code, headers, and all the other crap you can throw into <span class="caps">SVN</span>, you can open up a Terminal and do</p>
<p><code><br />
svn info</code></p>
<p>&#8230;which will tell you all about your working copy, where you got it from, what the revision is, the <span class="caps">URL</span> and repository root, and other information.</p>
<p>In my case, it looked a lot like this:</p>
<blockquote><p>
<tt><br />
.<del class="~/Documents/@TRUNK">&#8212;</del>-<del>&#8212;</del>-<del>&#8212;</del>-<del>&#8212;</del>-<del>&#8212;</del>-<del>&#8212;</del>-<del>&#8212;</del>-<del>&#8212;</del>-<del>&#8212;</del>-<del>(rewl@cosmo)</del><br />
`&#8212;&gt; svn info<br />
Path: .<br />
<span class="caps">URL</span>: svn+ssh://cosmo/Volumes/projects/SVN-REWL<br />
Repository Root: svn+ssh://cosmo/Volumes/projects/SVN-REWL<br />
Repository <span class="caps">UUID</span>: 6cc96013-d40f-0410-a444-e0d3ce12975d<br />
Revision: 179<br />
Node Kind: directory<br />
Schedule: normal<br />
Last Changed Author: rewl<br />
Last Changed Rev: 179<br />
Last Changed Date: 2007-05-22 15:59:45 -0400 (Tue, 22 May 2007)<br />
</tt>
</p></blockquote>
<p>I fired up Fugu and copied over my <span class="caps">SVN</span>-REWL filesystem off cosmo (the household fileserver) to my rsync.net account via sftp, which took around an hour to do on my craptastic cable modem.  Maybe two hours.  I don&#8217;t really remember, I was busy catching up on email and feeds.  Once it was there, I fired up <a href="http://www.macupdate.com/info.php/id/15527">svnX</a> and set it up to browse my new copy of my repository.</p>
<p><span class="caps">FYI</span>, this is the syntax you&#8217;ll want to use, if you&#8217;re on usw-s001 like I am:</p>
<p><tt><br />
<blockquote>
svn+ssh://(userid)@usw-s001.rsync.net/(userid)/SVN-REWL<br />
</tt>
</p></blockquote>
<p>I told svnX that my username was 1096, which should be superfluous since you&#8217;re specifying one.  I use ssh-agent and ssh keys, so I don&#8217;t need to give it a password, and I could instantly browse my newly-copied remote <span class="caps">SVN</span> repository.  I browsed, reloaded, looked at old revisions, until I was satisfied.</p>
<p>But now what?  Do I want to check out the entire thing again just to sync my local working copy against it?  That sounds a bit counter-productive, don&#8217;t you think?</p>
<p>Of course <span class="caps">SVN</span> has a way to deal with just such an eventuality.</p>
<p>Go to your working copy and type in something like this (you&#8217;ll see what to do):</p>
<blockquote><p>
<tt><br />
svn switch&#8212;relocate svn+ssh://cosmo/Volumes/projects/SVN-REWL \<br />
svn+ssh://(userid)@usw-s001.rsync.net/(userid)/SVN-REWL<br />
</tt>
</p></blockquote>
<p>And svn&#8217;ll grind away for a while and make that change happen for you.  Future update/stat/commit operations are successfully done against the rsync.net repository, and as expected, my output from svn info looks like this now:</p>
<blockquote><p>
<tt><br />
.<del class="~/Documents/@TRUNK">&#8212;</del>-<del>&#8212;</del>-<del>&#8212;</del>-<del>&#8212;</del>-<del>&#8212;</del>-<del>&#8212;</del>-<del>&#8212;</del>-<del>&#8212;</del>-(emory@daydreamer)-<br />
`&#8212;&gt; svn info<br />
Path: .<br />
<span class="caps">URL</span>: svn+ssh://1096@usw-s001.rsync.net/1096/SVN-REWL<br />
Repository Root: svn+ssh://1096@usw-s001.rsync.net/1096/SVN-REWL<br />
Repository <span class="caps">UUID</span>: 6cc96013-d40f-0410-a444-e0d3ce12975d<br />
Revision: 179<br />
Node Kind: directory<br />
Schedule: normal<br />
Last Changed Author: rewl<br />
Last Changed Rev: 179<br />
Last Changed Date: 2007-05-22 15:59:45 -0400 (Tue, 22 May 2007) rewlLast Changed Rev: 179Last Changed Date: 2007-05-22 15:59:45 -0400 (Tue, 22 May 2007)<br />
</tt>
</p></blockquote>
<p>So there you have it.  Moving an <span class="caps">SVN</span> repository to rsync.net really is painless.</p>
<p>Right now rsync.net is perfect for people who keep projects or documents in <span class="caps">SVN</span> like I do, but they don&#8217;t yet have the facility in place to allow other users to access your repository, only you.  I think they&#8217;re going to be adding basic auth soon, which would allow workgroups to use rsync.net for svn and remote storage, which makes rsync.net once again more attractive than the others out there.</p>
<p>Thank you to the support tech that answered my questions on a Sunday afternoon 15 minutes after I sent an email.  On a holiday weekend.  You made my day.</p>
]]></content:encoded>
			<wfw:commentRss>http://kvet.ch/2007/05/move-your-svn-repository-to-rsync-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lazyweb Request: WTB: Free/Busy Exporter for iCal</title>
		<link>http://kvet.ch/2007/04/lazyweb-request-wtb-freebusy-exporter-for-ical/</link>
		<comments>http://kvet.ch/2007/04/lazyweb-request-wtb-freebusy-exporter-for-ical/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 15:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gtd]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[organization]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I want an Applescript or something similar to look at my shit in iCal, and export a subscrib-able calendar of my availability. I don&#8217;t want details of my appointments in the exported calendar. I just want someone to look at this and know when I&#8217;m free, or when I&#8217;m busy. Help! UPDATED: Yes, I have [...]]]></description>
			<content:encoded><![CDATA[<p>I want an Applescript or something similar to look at my shit in iCal, and export a subscrib-able calendar of my availability.  I don&#8217;t want details of my appointments in the exported calendar.</p>
<p>I just want someone to look at this and know when I&#8217;m free, or when I&#8217;m busy.</p>
<p>Help!</p>
<p><span class="caps">UPDATED</span>:</p>
<p>Yes, I have like 10 calendars in iCal.  I want them <strong>all</strong> combined into a unified free/busy calendar that has no details on my appointments.</p>
<p>Sorry for the ambiguity.</p>
]]></content:encoded>
			<wfw:commentRss>http://kvet.ch/2007/04/lazyweb-request-wtb-freebusy-exporter-for-ical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Mail Timbits to Canadian Expats</title>
		<link>http://kvet.ch/2007/02/howto-mail-timbits-to-canadian-expats/</link>
		<comments>http://kvet.ch/2007/02/howto-mail-timbits-to-canadian-expats/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 23:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[organization]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A few weeks ago I had a reason to send something edible across the United States. This is something my grandmothers routinely do with cookies, so I was relatively certain that this was something I could pull off. Not that my grandmothers are simple ladies&#8212;oh no. They&#8217;re the smartest people in my entire strangely organized [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I had a reason to send something edible across the United States.  This is something my grandmothers routinely do with cookies, so I was relatively certain that this was something I could pull off.  Not that my grandmothers are simple ladies&#8212;oh no.  They&#8217;re the smartest people in my entire strangely organized family.</p>
<p>The recipient of the Timbits had recalled them fondly on more than a few occasions after having gone back deep into the jungles of Canada to help their friends and loved ones create fire and find potable water for the entire village.  This no doubt also entailed an epic tale of mankind versus the wilderness, bear attacks, and an angry $diety that lives deep in the bowels of an active volcano.</p>
<p>For those who are curious about what the hell a Timbit is, and don&#8217;t know where they drop, you may think of them as a donut-hole as sold by inferior donut chains.  They are Bind on Equip and quite a delicacy.  (Yes, the drop and bind on equip jokes are extra-nerdy Warcraft shit.)</p>
<p>I wanted to do something Extra Nice for this person so I decided that this tasty Canadian delicacy was an appropriate route to take.  But how to get my mitts on these tasty Timbits?  Once again my favorite vendor in the information security arena comes to the rescue.  One of the jedis they have working in their support team is, in fact, from Ontario and asked me if I had any Tim Hortons locations near me.  I was surprised to learn that they were opening them up and down the Eastern seaboard.  There were like three of them within five miles of my house.</p>
<p>This is where I sent an email to the customer service people at Tim Hortons.  The next morning I hadn&#8217;t heard anything other than a confirmation.  And to prove that all Americans are impatient nitwits, I called Tim Hortons to ask them if they were to ship donuts cross country to an expat, how would they do it?</p>
<p>I spoke with <a href="http://www.timhortons.com/">Tim Hortons</a> crack team of customer service representatives, who found the entire conversation hysterical and worth of gathering what had to be a small audience of Tim Hortinintes.  The verdict was that they were not sure how to best ship such things, because their product was far superior to everything else on the planet, and much more susceptible to becoming casualties of shipping and American postal service shenanigans.</p>
<p>That was not the best thing I had heard all day.  My curiosity took over instead, and my epic creativity went into motion.  Surely there was a way to pull this off, deliciously and perfectly.</p>
<p>What I wound up acquiring:</p>
<ul>
<li><a href="http://www.glad.com/plasticwrap/pressnseal.php/english/">Glad Press and Seal Wrap</a> (Which everyone should have anyway)</li>
<li>Re-usable plastic container with air-locking lid.  Either made from Glad or some other company.  They&#8217;re cheap and you probably have a few for taking snacks around or a sandwich into work.</li>
<li>Foam padding.  (Bubble Wrap will do)</li>
<li>Small box.</li>
<li>Box of Timbits (Original and Apple, which sounded the best)</li>
</ul>
<p>I removed the Timbits and wrapped them in Press and Seal wrap, forming an ad-hoc plastic cavity for them to safely mingle.  I put these nestlings into the plastic container, drew a picture on top of it with a Sharpie and put it into the small box with the protective foam on either side of it to keep it from bouncing around too much.</p>
<p>I folded up the box the Timbits came in, and put that in as well.  I figure, what&#8217;s the fun of having Timbits if you can&#8217;t carry them around in a small paper box.  With handles!  <span class="caps">HANDLES</span>!</p>
<p>I tossed in a 3&#215;5 card full of hopes and dreams of my Timbits reaching their destination tasty and delicious, and went to the post office.  I taped up my box and dutifully filled out the sheet containing all the usual information you provide when shipping something, and opted for next-day delivery.</p>
<p>The US Postal Service ships things cross country, next day, cheap.  <span class="caps">CHEAP</span>.  I couldn&#8217;t believe it.  It is very inexpensive.</p>
<p>I went to the counter and made sure I had the right papers for my Timbits.  Nothing would suck worse than them being stopped at Customs entering California and questioned for hours before being deported back to Rhode Island or the Canadian hinterlands from which they came.</p>
<p>When the Postal Employee asked me about the package in front of me they asked me if my box contained a number of objectionable things.  When they said food I said no, because they also mentioned food after a long list of things like pipe bombs and gasoline and vodka.  I can&#8217;t imagine my grandmothers have been lying to Postal Employees for all these years so it is possible I can in fact tell them that I&#8217;m shipping food.</p>
<p>But I didn&#8217;t want to risk it.  So I lied.  I&#8217;ll call the Postal Service and find out what their official stance is, if this article hasn&#8217;t put me on some Postal Service Terrorist Watch-list yet.</p>
<p>I notified my recipient that there was an incoming delivery of something that may require signature (I forgot to ask) because it was being Next-Day&#8217;ed.  They left a note on their door telling the letter carrier that the package they were holding contained a kitten and that it was very important that the box was left regardless of signature status so that it could be fed as soon as possible.</p>
<p>Oddly enough this didn&#8217;t result in their subsequent arrest.  I was certain a <span class="caps">SWAT</span> team and the <span class="caps">ASPCA</span> were there with tiny little box-cutters trying to safely free a kitten before it died.</p>
<p>The Timbits made it safely and perfectly tasty.  The recipient of the Timbits was very appreciative and I felt like I did a very good deed.  I was quite satisfied with myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://kvet.ch/2007/02/howto-mail-timbits-to-canadian-expats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my desk @work, annotated</title>
		<link>http://kvet.ch/2007/01/my-desk-work-annotated/</link>
		<comments>http://kvet.ch/2007/01/my-desk-work-annotated/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 17:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gtd]]></category>
		<category><![CDATA[organization]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i need to straighten up my desk something awful. but it has been worse.]]></description>
			<content:encoded><![CDATA[<p>i need to straighten up my desk something awful.</p>
<p>but it has been worse.</p>
<p><a href="http://www.flickr.com/photos/sempai/366007918/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/176/366007918_b47e3ad31e_m.jpg" width="240" height="180" alt="01222007324" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://kvet.ch/2007/01/my-desk-work-annotated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To: Print DIY Planner Hipster PDA Cards Direct to 3&#215;5</title>
		<link>http://kvet.ch/2006/12/how-to-print-diy-planner-hipster-pda-cards-direct-to-3x5/</link>
		<comments>http://kvet.ch/2006/12/how-to-print-diy-planner-hipster-pda-cards-direct-to-3x5/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 05:26:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gtd]]></category>
		<category><![CDATA[hipsterpda]]></category>
		<category><![CDATA[organization]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[So I know some of you were wondering what my latest flickr pool was all about but clicking around you probably figure it out fast. I spent a lot of time and a lot of brain power on getting an HP C5180 all-in-one scanner, copier, printer, photo printer, hipsterpda authoring tool. It wasn&#8217;t pleasant. In [...]]]></description>
			<content:encoded><![CDATA[<p>So I know some of you were wondering what my latest <a href="http://flickr.com/photos/sempai/sets/72157594397481855/">flickr pool</a> was all about but clicking around you probably figure it out fast.</p>
<p>I spent a lot of time and a lot of brain power on getting an <span class="caps">HP C5180</span> all-in-one scanner, copier, printer, photo printer, hipsterpda authoring tool.  It wasn&#8217;t pleasant.  In fact, it was pretty horrifying considering that the latest drivers and software on the HP website are <a href="http://kvet.ch/articles/2006/11/28/dear-hp-your-software-for-the-c5180-all-in-one-sucks">badly broken</a>.</p>
<p>Also, I know I&#8217;ve been busy lately.  I assure you this is more related to work and family than a terrible fixation on <a href="http://flickr.com/photos/sempai/314624470/in/photostream/">a certain gnome</a>, though I&#8217;m starting to get teased a little by my friends for such things.  So onward and upward.</p>
<p>This guide is designed to help the owner of an HP All-in-One model printer (or any other HP printer and perhaps any printer that will feed 3&#215;5 cards) print cards using Mac <span class="caps">OS X</span>.</p>
<h1>Assumptions:</h1>
<p>You&#8217;re an awesome hipster and have a <a href="http://www.diyplanner.com/templates/official/hpda">deck of cards</a> in <span class="caps">PDF</span> format, 1-up, to prove it.</p>
<p>You have a printer similar enough to the <a href="http://www.shopping.hp.com/webapp/shopping/product_detail.do?product_code=Q8220A%23ABA&#38;aoid=26243">HP Photosmart <span class="caps">C5180</span></a> that you can fake having one or have already cleared off room for your own.  (It is worth looking at&#8212;Epson doesn&#8217;t have a printer of this capability in the same price range at the moment and my <span class="caps">RX500</span> died because I used stupid third-party inks that blew out my heads.  It also prints photos very well though the scanner software sucks and HP has issues with QA of their software apparently.)</p>
<p>You have yourself a nice place to put all those cards, such as a <a href="http://flickr.com/photos/sempai/sets/72057594080925444/">Levenger Shirt Pocket Briefcase</a>, or a <a href="http://flickr.com/photos/sempai/sets/72057594091944594/">Levenger Rope Case</a>.</p>
<p>You have a Mac running <span class="caps">OS X 10</span>.4+.  I only say that because I&#8217;m not sure if the UI elements look the same in Panther.  Its been a while.  Maybe you should upgrade.</p>
<p>You have a stack of index cards.  I get mine at a local office supply store (Morrison Office Supply on Thayer Street, Providence Rhode Island, US) because I just love the owner and his shop.  You can probably get them just about anywhere though.  I like plain ones.  I go for a nice weight that isn&#8217;t too stiff and isn&#8217;t so flimsy that they&#8217;re going to easily tear.  The HP lets you put them in the main tray.  Don&#8217;t try using the photo paper tray.  It doesn&#8217;t work.  They&#8217;re too small for that, but the big huge tray lets you accommodate smaller sizes.  Go figure.</p>
<p>When you load the cards, you can&#8217;t even see them anymore.  It makes it hard to know how many you have left.  I&#8217;m usually only printing 10-20 cards at a time though, so it isn&#8217;t like I&#8217;m raking the leaves while my printer sits waiting for cards.</p>
<h1>Preview.app</h1>
<p>Preview.app is the preferred way for me to open the hipsterpda DIYplanner templates.  It is a great <span class="caps">PDF</span> viewer all-around anyway.  First things first, open the document.</p>
<h2>File &raquo; Page Setup</h2>
<p>Make a custom page size.  I self-assigned 0.00 inch margins.  This is roughly similar to 0.00 centimeter margins.</p>
<p>I called mine &#8220;Hipsta&#8221; and set the page size to width 3 inches by height 5 inches.</p>
<p><a href="http://www.flickr.com/photos/sempai/309485739/" title="Photo Sharing"><img src="http://static.flickr.com/105/309485739_6ba90d09f0_m.jpg" width="240" height="172" alt="Picture 1.png" /></a></p>
<p>Easy.</p>
<p>You&#8217;re going to want to set your Paper Size to that custom Hipsta selection you just made.</p>
<p><a href="http://www.flickr.com/photos/sempai/314641516/" title="Photo Sharing"><img src="http://static.flickr.com/117/314641516_fa54b0eeb6_m.jpg" width="240" height="192" alt="Picture 2.png" /></a></p>
<p>You&#8217;re also going to want to change the scale a bit.  I got the best results at 95% but I&#8217;ve had great luck with 96% as well.  100% is too big, and your cards will get the edges cut off by the margins, even though they&#8217;re at 0.00.  Ping me if you get a better result than this.  I&#8217;m happy with the results I&#8217;m getting, but would probably prefer getting a larger print onto 3&#215;5.</p>
<p>So yeah, I set mine to 96%.</p>
<p>Punch the big OK button.</p>
<p><a href="http://www.flickr.com/photos/sempai/314641507/" title="Photo Sharing"><img src="http://static.flickr.com/110/314641507_018d360182_m.jpg" width="240" height="190" alt="Picture 1.png" /></a></p>
<h2>File &raquo; Print</h2>
<p>Here we go.</p>
<h3>Name your preset.</h3>
<p>Create a new preset.  Call it &#8220;HP Trying&#8221; or whatever you want to call it.  Something like &#8220;I hope this works!&#8221; is fine, too.  Don&#8217;t get cocky with your naming of this preset, I think it interprets assertiveness as a threat.</p>
<p>Save your preset.</p>
<p>You&#8217;re going to save your preset after every change we make, so get used to it.</p>
<h3>Go to Layout</h3>
<p>Select the drop-down menu below Presets.</p>
<p>Pick Layout, and make it look like this:</p>
<p><a href="http://www.flickr.com/photos/sempai/309485749/" title="Photo Sharing"><img src="http://static.flickr.com/104/309485749_e825851dd1_m.jpg" width="240" height="163" alt="Picture 2.png" /></a></p>
<p>Save your preset.</p>
<h3>Paper Handling</h3>
<p>Select the drop-down menu below Presets and select Paper Handling.</p>
<p>Leave everything as-is, but change &#8220;Scale to fit paper size:&#8221; and change that to Hipsta.</p>
<p><a href="http://www.flickr.com/photos/sempai/309485760/" title="Photo Sharing"><img src="http://static.flickr.com/104/309485760_e0115ab727_m.jpg" width="240" height="171" alt="Picture 3.png" /></a></p>
<p>Save your preset.</p>
<h3>Paper Type/Quality</h3>
<p>Select the drop-down menu below Presets and select Paper Type/Quality.</p>
<p>I like to use Plain paper.  I leave quality on Automatic.  I use sRGB even though the cards are all grayscale now.  I think they used to have some with little faint splashes of color.  Or my Epson was so cracked out that it was injecting some color where none should be.  That doesn&#8217;t seem all that unlikely.  I really screwed that printer up.  That&#8217;ll learn me.</p>
<p><a href="http://www.flickr.com/photos/sempai/309485784/" title="Photo Sharing"><img src="http://static.flickr.com/118/309485784_bef5046fc4_m.jpg" width="240" height="204" alt="Picture 5.png" /></a></p>
<p>Do you see Paper | Color Options | Ink?</p>
<p>Click on Ink.</p>
<p>The middle setting bleeds too much.  I nudge it down a peg.  Your mileage may vary.</p>
<p>Save your preset.</p>
<h3>Copies &#38; Pages</h3>
<p>Select the drop-down menu below Presets and select Copies &#38; Pages.  Set the number of copies you want, and what page-range you want.  It will probably be 10-20 copies of Page X.</p>
<p>Don&#8217;t forget to do this because if you don&#8217;t, you&#8217;ll hurt yourself scrambling to launch Printer Setup Utility to stop the print job you just kicked off lest you get showered with 84 index cards.</p>
<p>This printer cranks them out fast.  Like little ninja throwing stars they&#8217;ll spray at you.  Heads-up.</p>
<h2>Now what?</h2>
<p>That&#8217;s it, slacker.  Now that you have a saved preset you can dig through your 1-up <span class="caps">PDF</span> hipsterpda templates and find the one you want, hit Print, change to your hipster-pda printing Preset you created (Please Work, HP Trying, or Tickle Me Merlin) and assign how many copies you want of that card.</p>
<p>If you come back and print more later after having closed the document, you have to pick Page Setup again to tell Preview.app you&#8217;re printing to Hipsta again.  It will not remember that on a document-by-document basis, which would be nice.  I submitted a feature request to Apple for that.</p>
<h2>Wrap-up</h2>
<p>So that is that.  You can crank out cards really fast on this printer, and they turn out really well.  Honestly I think my Epson controlled ink output better, but the HP does pretty awesome and also lets me load cards directly, instead of cutting my own, which is very error-prone because I have the patience of a 3-year-old.</p>
<h2>Shout-outs</h2>
<p>To my peeps on the <a href="http://board.43folders.com/">43 folders block</a>, merlin, berko, pookster, keep it real.  Real organized.</p>
<p>The fine folks at <a href="http://www.diyplanner.com/"><span class="caps">DIY</span> Planner</a> who slave night and day to make your life easier.</p>
<p>I&#8217;d like to <a href="http://kvet.ch/articles/2006/11/28/dear-hp-your-software-for-the-c5180-all-in-one-sucks">give the finger to HP</a> for putting borked software on their downloads site.  You guys should try installing your software once and attempting to use it before putting it on the download site.  I bet that may solve your problem of putting broken software online.  Unless you did test your software and decided that it was good enough in spite of not working.</p>
]]></content:encoded>
			<wfw:commentRss>http://kvet.ch/2006/12/how-to-print-diy-planner-hipster-pda-cards-direct-to-3x5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tricks with Tracks</title>
		<link>http://kvet.ch/2006/08/tricks-with-tracks/</link>
		<comments>http://kvet.ch/2006/08/tricks-with-tracks/#comments</comments>
		<pubDate>Mon, 14 Aug 2006 12:50:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gtd]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[organization]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[After getting my Nokia 770 I started experimenting with my task and project management a bit. Now that I had a mobile device that was conversational (not fluent) with web2.0 applications, it broadened my horizon considerably. Tracks lets you view your projects and nextactions in the form of feeds as well as live on the [...]]]></description>
			<content:encoded><![CDATA[<p>After getting my Nokia 770 I started experimenting with my task and project management a bit.  Now that I had a mobile device that was conversational (not fluent) with web2.0 applications, it broadened my horizon considerably.</p>
<p><a href="http://www.rousette.org.uk/projects/">Tracks</a> lets you view your projects and nextactions in the form of feeds as well as live on the webserver.  You can get an iCal feed (with vtask information of course) and an <span class="caps">RSS</span> feed (which is very nice and easily subscribed to on the 770&#8217;s desktop <span class="caps">RSS</span> reader!) and a raw text feed.</p>
<p>So that raw text feed is nice for making a big list of all the stuff you&#8217;re working on.</p>
<p>It is also wicked to have your tasks populate on your desktop!</p>
<p><a href="http://flickr.com/photos/sempai/sets/72157594234145644/" title="Photo Sharing"><img src="http://static.flickr.com/93/213301161_9ef3526974_m.jpg" width="240" height="186" alt="cosmo-tracks-geektool-closeup" /></a></p>
<p>My desktop in the home office is dual-headed and I put all of my tasks on the left monitor and my &#8220;due tasks&#8221; on the right.  I use <a href="https://sourceforge.net/projects/geektool">geektool</a>  and just tell it to execute &#8220;curl [url]&#8221; every 15 minutes.  I&#8217;m able to use my Expos&#233; corners to vanish everything and only show my desktop with the flick of my wrist, making my nextactions instantly visible.</p>
<p>Tracks is coming along well.  There is a lot of development going on with it, though I don&#8217;t know when my request to have a &#8220;Hipster <span class="caps">PDA</span> Composer&#8221; will be implemented.  I&#8217;ve been experimenting with keeping all of my projects and materials in Tracks, and using Tracks with my Shirt Pocket Briefcase as a capture device.</p>
<p>So far so good.  The perpetual hacking continues.</p>
]]></content:encoded>
			<wfw:commentRss>http://kvet.ch/2006/08/tricks-with-tracks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OmniPlan Coming Soon!</title>
		<link>http://kvet.ch/2006/07/omniplan-coming-soon/</link>
		<comments>http://kvet.ch/2006/07/omniplan-coming-soon/#comments</comments>
		<pubDate>Sun, 23 Jul 2006 16:38:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gtd]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[organization]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[OmniPlan Coming Soon!: This promises to be a very interesting application.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.omnigroup.com/omniplan/">OmniPlan Coming Soon!</a>:<br />
<br />
This promises to be a very interesting application.<br /></p>
]]></content:encoded>
			<wfw:commentRss>http://kvet.ch/2006/07/omniplan-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crumpler Horseman Review</title>
		<link>http://kvet.ch/2006/07/crumpler-horseman-review/</link>
		<comments>http://kvet.ch/2006/07/crumpler-horseman-review/#comments</comments>
		<pubDate>Sat, 08 Jul 2006 19:22:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bag]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[organization]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[My main bag that I travel and work with is a Boblbee Megalopolis backpack. It is the bag I always come back to, but sometimes I don&#8217;t want to carry a backpack. So I was looking into other types of bags, and was almost ready to order a messenger bag from Chrome when I saw [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/sempai/184932494/" title="Photo Sharing"><img src="http://static.flickr.com/71/184932494_f131850368_m.jpg" width="240" height="159" align=left alt="DSCN4709.JPG" /></a></p>
<p>My main bag that I travel and work with is a Boblbee Megalopolis backpack.  It is the bag I always come back to, but sometimes I don&#8217;t want to carry a backpack.  So I was looking into other types of bags, and was almost ready to order a messenger bag from Chrome when I saw this one.</p>
<p>This bag is designed to accommodate 15&#8221; and 17&#8221; laptops, and I&#8217;m usually carrying either a 12&#8221; PowerBook or a 15&#8221; ThinkPad.  But I&#8217;m also usually slinging around notebooks, index cards, a book or two, my iPod and/or a Sony <span class="caps">PSP</span>, a Wacom tablet (much easier to manipulate OmniGraffle or Visio documents when you&#8217;re not using a mouse!) and other assorted bits.  Usually some sort of camera is included, so being able to carry one of those as well is critical.</p>
<p>Its quite easy to stuff this thing to gills, but even fully-loaded it is quite manageable.  I should point out that this is the second-to-largest laptop bag in this series from Crumpler, and that I am 6&#8217;3&#8221; tall.</p>
<p>I love bags.  Let us get started.</p>
<p><a href="http://www.flickr.com/photos/sempai/184930979/" title="Photo Sharing"><img src="http://static.flickr.com/61/184930979_c975be74f2_m.jpg" width="240" height="159" alt="DSCN4699.JPG" /></a></p>
<p>As you can see, the Horseman carries a lot of stuff.  Clicking-through will take you to an annotated photo on Flickr, so you&#8217;ll be able to more easily judge what your needs are.</p>
<p>One of the problems with Messenger bags, in my opinion, is that they&#8217;re big empty pits of crap.  There is no organization or division for most of them, and they have minimal pockets.  This is great when you&#8217;re trucking blueprints and documents across town on two-wheels, but it kind of sucks when you carry index cards, pens and pencils, gadgets, gizmos, and other assorted nonsense that I find somehow necessary or at least comforting.</p>
<p>I could carry more in the Horseman, but I wouldn&#8217;t recommend it.  I&#8217;ll probably move to a MacBook Pro in 15&#8221; or 17&#8221; flavor.  If you carry a lot of camera gear, get one of Crumpler&#8217;s camera bags or get a divider set for one of their Messenger bags.  They look like a very versatile option.</p>
<p>One thing I find odd is that pocket in the flap.</p>
<p><a href="http://www.flickr.com/photos/sempai/184931273/" title="Photo Sharing"><img src="http://static.flickr.com/44/184931273_7503db7094_m.jpg" width="240" height="159" alt="DSCN4700.JPG" /></a></p>
<p>I use it for checkbooks and Big Wallet.  My pocket wallet is a Jimi.  I don&#8217;t know what else to put in there aside from magazines or something.</p>
<p><a href="http://www.flickr.com/photos/sempai/184931738/" title="Photo Sharing"><img src="http://static.flickr.com/51/184931738_52931dbc7c_m.jpg" width="240" height="159" alt="DSCN4705.JPG" /></a></p>
<p>The inside of the bag is huge, and well padded.  It is very well made in my opinion, and the strap is quite comfortable.  But the interior storage areas are huge.  The back section holds your notebook or tablet computer, and the center storage area can hold plenty as well.  There are also pockets inside these sub-sections and the zipper-handles are quite large making it easy to navigate and get what you need.</p>
<p><a href="http://www.flickr.com/photos/sempai/184932132/" title="Photo Sharing"><img src="http://static.flickr.com/64/184932132_93d0a33fbc_m.jpg" width="240" height="159" alt="DSCN4707.JPG" /></a></p>
<p>Front pocket has writing instrument &#8220;tubes&#8221; like many bags, and I bought a &#8220;Thirsty Al&#8221; to slip onto the side strap, that&#8217;s the red pouch on the side of the bag.  It holds my Nokia <span class="caps">N90</span> but can also hold a full-size iPod or slim-model BlackBerry and Treo devices.</p>
<p>Keep in mind that front pocket can be completely zipped shut.</p>
<p><a href="http://www.flickr.com/photos/sempai/184932191/" title="Photo Sharing"><img src="http://static.flickr.com/69/184932191_122e76b8f9_m.jpg" width="240" height="159" alt="DSCN4708.JPG" /></a></p>
<p>I haven&#8217;t quite figured out the optimal position and placement for things inside this bag.  Sure, its obvious where the laptop and file-folders go, but other bits and pieces end up in various places while I experiment with what should go where.</p>
<p>Its pretty clear that if you&#8217;re carrying a larger camera that it needs to go in the main compartment.  The internal compartment has two tall pockets that can be velcro&#8217;ed closed.  I haven&#8217;t figured out what they&#8217;re best suited for but hold most paperbacks fine but my pencil case hangs out the top and it annoys me.</p>
<p><a href="http://www.flickr.com/photos/sempai/184932762/" title="Photo Sharing"><img src="http://static.flickr.com/66/184932762_a0a228de94_m.jpg" width="165" height="240" align=left alt="DSCN4722.JPG" /></a><br />
</p>
<p><img src="http://static.flickr.com/70/184932694_f7ef9e9f0e_m.jpg"><br />
</p>
<p>I didn&#8217;t have the flap down all the way, it has velcro and buckles, but I left it unbuckled.  It has a knack for being pretty comfortable even stuffed full like this.  There is an auxiliary stray to help displace some strain when you&#8217;ve really got a lot of cargo.</p>
<p>Yes, I need a shave.  Yes I look frumpy.  Its Saturday.  Leave me alone.</p>
<p>I&#8217;ll probably have more thoughts on this bag in the near future the more I use it, but so far I find it a welcome change from the Boblbee without screwing me on cargo capacity or organization ability.  It doesn&#8217;t feel as balanced as the Boblbee of course, but it also isn&#8217;t quite so ostentatious, either.  My only issue is that I end up with a lot of slack in the strap, and I&#8217;m not sure how to best deal with it.  There isn&#8217;t really a &#8220;user manual&#8221; for this thing, and I&#8217;m not suggesting that there needs to be one, but I&#8217;m kind of at a loss as to why the main strap is so frickin&#8217; long.</p>
<p><a href="http://www.crumplerbags.com/">Crumpler Bags <span class="caps">USA</span></a> for this and more baggage from the folks of Crumpler.  If you want to know more about the Horseman, <a href="http://www.crumplerbags.com/Cart/index.php?prodId=199&#38;catId=5&#38;optId=10058">check it out</a> and click on Technical Details for all the digits.</p>
<p>Keep in mind the green bag doesn&#8217;t look all that green in photographs, but more of an olive.  I assure you, it is green.  I was kind of bummed out about that since I was hoping it was more of an olive green.  But I&#8217;m not anti-green by any stretch, so it wound up not breaking my spirit.</p>
]]></content:encoded>
			<wfw:commentRss>http://kvet.ch/2006/07/crumpler-horseman-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review of Levenger Circa Junior Notebook</title>
		<link>http://kvet.ch/2006/05/review-of-levenger-circa-junior-notebook/</link>
		<comments>http://kvet.ch/2006/05/review-of-levenger-circa-junior-notebook/#comments</comments>
		<pubDate>Fri, 05 May 2006 00:35:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gtd]]></category>
		<category><![CDATA[levenger]]></category>
		<category><![CDATA[organization]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[As promised, here is my review of the Circa Junior notebook from Levenger. Summary: This is a very versatile notebook with enough flair and cachet to squelch my Moleskine love affair. Heavy journal-writers and notebook-capture types will want to also order a set of bigger rings. Also: make sure you buy the dividers. Oh how [...]]]></description>
			<content:encoded><![CDATA[<p>As promised, here is my review of the <a href="http://www.levenger.com/PAGETEMPLATES/PRODUCT/Product.asp?Params=Category=326-339%7CPageID=2796%7CLevel=2-3">Circa Junior notebook</a> from Levenger.</p>
<p>Summary: This is a very versatile notebook with enough flair and cachet to squelch my Moleskine love affair.  Heavy journal-writers and notebook-capture types will want to also order a set of bigger rings.  Also: make sure you buy the dividers.</p>
<p>Oh how I love Levenger.</p>
<p>A couple of years ago I fell in love with goofy but loveable notebooks called the Moleskine.  Everybody has seen them and I don&#8217;t think anyone doesn&#8217;t love them.  They have great paper, a clever design and a probably-more-than-slightly-exagerated-history that I find endearing.  The only problem is that I can&#8217;t remove pages from a notebook.  I hate tearing, and I don&#8217;t like the smaller Moleskines with perforated pages.  Its a sickness, I know.</p>
<p>The other problem is that sometimes I want grid paper and sometimes I want ruled.  I don&#8217;t like having several different notebooks that I have to label, since the Moleskine binding isn&#8217;t exactly sturdy and moves around a lot and my labels are difficult to keep in place because of the texture of the cover.</p>
<p>Lately I&#8217;ve really been enjoying my Rope Case, Shirt Pocket Briefcase, and other assorted niceties from the people at Levenger, so I decided I would give the Circa notebooks a try.</p>
<p>They come from Levenger in a nice gift box which opens up into a cloth bag containing a quite striking notebook with a luxurious leather cover.  I got the Junior size, but they also make an 8.5&#215;11 flavor.  That seems like an awful lot of notebook.</p>
<p>The leather is lovely, the rings are solid, and the stitching seems quite solid with only one exception&#8212;the pen-loop.</p>
<p><a href="http://www.flickr.com/photos/sempai/140554773/" title="Photo Sharing"><img src="http://static.flickr.com/56/140554773_0277f0a7f4_t.jpg" width="100" height="67" alt="Circa 1" /></a></p>
<p>As you can see, the pen loop can hover on the outside of the notebook.  I don&#8217;t know if that is how it is intended to be used, because there is an adhesive near the stitching underneath, and it doesn&#8217;t seem very tight.  But if you have the pen inside the notebook it stays open, which is even worse.  So I&#8217;m crossing my fingers, gritting my teeth, and hoping that I&#8217;m using the pen loop properly and that my observations about the stitching and adhesive are incorrect and that it will last for years.</p>
<p>If you&#8217;ve been reading the <a href="http://board.43folders.com/">43Folders Board</a> lately, you&#8217;ll notice that I am, in fact, using a Lamy Safari fountain pen and so far love it.  Everyone seems to think they&#8217;re a solid pen and I think it is quite nice.</p>
<p>The Circa Junior is only a little bit larger than the standard Moleskine notebook.</p>
<p><a href="http://www.flickr.com/photos/sempai/140555075/" title="Photo Sharing"><img src="http://static.flickr.com/47/140555075_d9d8af2d67_t.jpg" width="67" height="100" alt="Circa vs Moleskine" /></a></p>
<p>The upside is that instead of carrying two or three Moleskines, I can mix up my paper types and carry one Circa Junior.  I thought the binding was an open ring, but they&#8217;re closed.  You can of course find a lot of places that sell &#8220;rollabind&#8221; rings, but I am not entirely sure what size would work best for me yet.  The small rings the Junior comes with can accommodate around 80 pages plus dividers and clear cover &#8220;sheets&#8221; that I tape photographs to.  I thought about getting a set of &#8220;antique silver&#8221; looking rings but they only seem to come in small or large.  I think medium is more my speed.  It will keep the notebook manageable and still have plenty of room for a lot of writing, brainstorming, mind-mapping, network diagrams, journal entries, note-taking, and more.</p>
<p>I am really impressed with Levenger&#8217;s paper.</p>
<p><a href="http://www.flickr.com/photos/sempai/140555195/" title="Photo Sharing"><img src="http://static.flickr.com/47/140555195_035399b75a_t.jpg" width="100" height="67" alt="Circa Paper" /></a></p>
<p>It feels great, looks great, and their ruled paper has an awesome little margin carved out for little diagrams, navigation notes and other analog meta-data, and the title of the page can be easily surfed because of a nice pre-defined area that you can use for subject, topic, and date and time.  Pretty clever.</p>
<p>Since I do <span class="caps">GTD</span> via the 3&#215;5 bus, I have seen Levenger&#8217;s index cards and found them really lovely, just a little too heavily branded for my taste and not as functional as printing my own using the <span class="caps">DIY</span> Planner templates.  I have never used a Levenger notepad or anything else, so I didn&#8217;t know what to expect with this paper.  It is really excellent.</p>
<p>Only a tiny bit of bleed-through in a couple of spots from a fountain pen, and the feel is great.  I suspect my little dabs of bleeding are from my novice fountain penmanship and not a poor choice in paper type by Levenger.  Rollerball and ballpoint, and of course pencil, are completely clean.</p>
<p>Since the paper is rolla-bound, you can easily tug a sheet out or put one in, and they also stay secure in the notebook.  I was surprised that the notebook feels so sturdy seeing as how they&#8217;re just bound in place by little rings, but it really does work well.  Plus, it is easy to flip through, organize, and manage note-taking standing up by whipping the front cover all the way around to the back giving you a nice writing surface.</p>
<p>One of the nicest things about the Moleskine is that goofy little pocket in the back.  Everyone loves the pocket.  It is simple, clean, and useful.  Levenger thought of that too, of course, so alongside the pen loop are three pockets.</p>
<p><a href="http://www.flickr.com/photos/sempai/140555231/" title="Photo Sharing"><img src="http://static.flickr.com/52/140555231_acf09190bb_t.jpg" width="67" height="100" alt="Circa Back Pocket" /></a></p>
<p>You can stuff a few business cards in there, some money, or of course, 3&#215;5 cards into the pockets of the Circa Junior.  I&#8217;m always nervous I&#8217;m going to stretch out a pocket though, so I&#8217;ll be trying hard to keep it very light back there.  I am using mine to hold 3 buisness cards, 4 index cards, a couple of bills and there appears to be no stretching.  Perhaps I&#8217;m being too kind to it, since it will be hurled into bags, hauled out and used hard.</p>
<p>This is a great notebook.  It feels great in your hands, it can be easily organized and changed-up as your needs change, and you can easily archive past rollabind pages in binders sold all over the web.  I looked around and didn&#8217;t see anything from Levenger that does that, but the market already has several options there.</p>
<p>If you&#8217;re going to separate your pages by subject or type of paper, you will need to get those cool colored tab dividers.  They&#8217;re nice, and labelmaker friendly.  I&#8217;d also recommend the clear front and back covers to further protect your pages and give you a nice little canvas to tape things to, or to affix a couple of post-it 3&#215;5&#8217;s or index tabs to flag individual pages.</p>
<p>It is likely that I&#8217;ll end up &#8220;modding&#8221; this notebook a bit with some swanky rings if I can find some that look nice.  Honestly I don&#8217;t know if those metallic ones are really tacky from looking online, but I have a suspicion that they are.  I will probably order a bigger set of plastic ones instead if I decide I need to hold more pages at one time.</p>
<p>Time will tell if the pen loop is perfectly fine or a disaster.  I wish they had more colors to choose from, mainly because I love the orange leather of my rope case and a ballistic nylon version would probably sell very well.  I don&#8217;t think I would have gotten leather if there was a ballistic option.</p>
]]></content:encoded>
			<wfw:commentRss>http://kvet.ch/2006/05/review-of-levenger-circa-junior-notebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soon: Circa Notebook Junior Review</title>
		<link>http://kvet.ch/2006/05/soon-circa-notebook-junior-review/</link>
		<comments>http://kvet.ch/2006/05/soon-circa-notebook-junior-review/#comments</comments>
		<pubDate>Wed, 03 May 2006 14:58:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gtd]]></category>
		<category><![CDATA[levenger]]></category>
		<category><![CDATA[organization]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;ve gotten tired of dragging two Moleskines everywhere I go. One grid, one ruled. Time to see if Levenger&#8217;s Circa Junior is a better fit. I ordered it on Monday and it should get in soon and then I can do a sexy photo-shoot and write it up.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten tired of dragging two Moleskines everywhere I go.  One grid, one ruled.  Time to see if Levenger&#8217;s Circa Junior is a better fit.  I ordered it on Monday and it should get in soon and then I can do a sexy photo-shoot and write it up.</p>
]]></content:encoded>
			<wfw:commentRss>http://kvet.ch/2006/05/soon-circa-notebook-junior-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
