<?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"
	>

<channel>
	<title>lemonad</title>
	<atom:link href="http://jonasnockert.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonasnockert.com</link>
	<description>Jonas Nockert's weblog</description>
	<pubDate>Sat, 25 Oct 2008 18:23:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6-bleeding2</generator>
	<language>en</language>
			<item>
		<title>Search words in Wordnik from Ubiquity</title>
		<link>http://jonasnockert.com/2008/10/ubiquity-wordnik/</link>
		<comments>http://jonasnockert.com/2008/10/ubiquity-wordnik/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 17:55:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[English]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[ubiquity]]></category>

		<category><![CDATA[wordnik]]></category>

		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://jonasnockert.com/?p=287</guid>
		<description><![CDATA[
For people who have installed Ubiquity from Mozilla Labs, here&#8217;s a user script that enables you to quickly search for words in Wordnik:
makeSearchCommand({
  name: "Wordnik",
  url: "http://wordnik.com/{QUERY}",
  icon: "http://wordnik.com/media/img/wordnik.ico",
  description: "Searches Wordnik for your words.",
  preview: function(pblock, directObject) {
    var searchTerm = directObject.text;
    var [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>For people who have installed Ubiquity from Mozilla Labs, here&#8217;s a user script that enables you to quickly search for words in Wordnik:</p>
<pre>makeSearchCommand({
  name: "Wordnik",
  url: "http://wordnik.com/{QUERY}",
  icon: "http://wordnik.com/media/img/wordnik.ico",
  description: "Searches Wordnik for your words.",
  preview: function(pblock, directObject) {
    var searchTerm = directObject.text;
    var pTemplate = "Searches Wordnik for &lt;b&gt;${query}&lt;/b&gt;";
    var pData = {query: searchTerm};
    pblock.innerHTML = CmdUtils.renderTemplate(pTemplate, pData);
  }
});</pre>
<p>I&#8217;ve added Ubiquity meta information to this page so that you should see a Firefox bar across the top of the page asking you whether or not to install/subscribe to this script.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://jonasnockert.com/2008/10/ubiquity-wordnik/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubiquity code for Jaiku search through Jaikungfu</title>
		<link>http://jonasnockert.com/2008/08/ubiquity-code-for-jaiku-search/</link>
		<comments>http://jonasnockert.com/2008/08/ubiquity-code-for-jaiku-search/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 16:51:30 +0000</pubDate>
		<dc:creator>Jonas Nockert</dc:creator>
		
		<category><![CDATA[English]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[jaiku]]></category>

		<category><![CDATA[jaikungfu]]></category>

		<category><![CDATA[mozilla]]></category>

		<category><![CDATA[Search]]></category>

		<category><![CDATA[ubiquity]]></category>

		<guid isPermaLink="false">http://jonasnockert.com/?p=247</guid>
		<description><![CDATA[For the Jaiku users who have installed Ubiquity from Mozilla Labs, here&#8217;s a user script that enables you to search Jaiku through Jaikungfu (please let me know if you have a suggestion for something shorter and easier to type!)

makeSearchCommand({
  name: "jaikungfu",
  url: "http://jaiku.lemonad.org/search?q={QUERY}",
  icon: "http://jaiku.lemonad.org/favicon.ico",
  description: "Jaikungfu search Jaiku.",
  preview: [...]]]></description>
			<content:encoded><![CDATA[<p>For the Jaiku users who have installed Ubiquity from Mozilla Labs, here&#8217;s a user script that enables you to search Jaiku through Jaikungfu (please let me know if you have a suggestion for something shorter and easier to type!)</p>
<pre>
makeSearchCommand({
  name: "jaikungfu",
  url: "http://jaiku.lemonad.org/search?q={QUERY}",
  icon: "http://jaiku.lemonad.org/favicon.ico",
  description: "Jaikungfu search Jaiku.",
  preview: function(pBlock, directObj) {
    if (directObj.text)
      pBlock.innerHtml = "Searches " +
      "&lt;a href=\"http://jaiku.com/\"&gt;Jaiku&lt;/a&gt; for " +
      directObj.text +
      " (&lt;a href=\"http://jaiku.lemonad.org/\"&gt;jaikungfu&lt;/a&gt;)";
    else
      pBlock.innerHTML = "Searches " +
      "&lt;a href=\"http://jaiku.com/\"&gt;Jaiku&lt;/a&gt; "+
      "for the given words " +
      "(&lt;a href=\"http://jaiku.lemonad.org/\"&gt;jaikungfu&lt;/a&gt;)";
  }
});
</pre>
<p>Thanks to <a href="http://www.hakank.org/webblogg/archives/001238.html">Håkan Kjellerstrand</a> for teaching me the basics!</p>
<p><strong>Update 2008-08-31</strong>: I&#8217;ve added Ubiquity meta information to this page so that you should see a Firefox bar across the top of the page asking you whether or not to install/subscribe to this script.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonasnockert.com/2008/08/ubiquity-code-for-jaiku-search/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Going backpacking in the north of Sweden</title>
		<link>http://jonasnockert.com/2008/07/going-backpacking-in-the-north-of-sweden/</link>
		<comments>http://jonasnockert.com/2008/07/going-backpacking-in-the-north-of-sweden/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 19:44:19 +0000</pubDate>
		<dc:creator>Jonas Nockert</dc:creator>
		
		<category><![CDATA[English]]></category>

		<category><![CDATA[2008]]></category>

		<category><![CDATA[backpacking]]></category>

		<category><![CDATA[fjällen]]></category>

		<category><![CDATA[hiking]]></category>

		<category><![CDATA[packlist]]></category>

		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://jonasnockert.com/?p=226</guid>
		<description><![CDATA[Hello! It&#8217;s been a while.
Karin and I are going backpacking in the north of Sweden. The tentative itinerary is to meet Jonathan and Jessie in Kiruna on the 23rd. They&#8217;ll arrive at the airport coming from the US via Stockholm. On the morning of the 24th we&#8217;ll start hiking from Abisko and follow Kungsleden for [...]]]></description>
			<content:encoded><![CDATA[<p>Hello! It&#8217;s been a while.</p>
<p>Karin and I are going backpacking in the north of Sweden. The tentative itinerary is to meet <a href="http://flickr.com/photos/capnjon21/">Jonathan and Jessie</a> in Kiruna on the 23rd. They&#8217;ll arrive at the airport coming from the US via Stockholm. On the morning of the 24th we&#8217;ll start hiking from Abisko and follow Kungsleden for a couple of days.</p>
<p>When we reach Sälkasstugorna we&#8217;ll head off on the &#8220;unmarked&#8221; trails up towards Nallostugan. Then follow the &#8220;unmarked&#8221; trails down to Vistasstugan and up again over the pass at Mårmastugan and back up towards Abisko. We&#8217;ll see how it goes ;)</p>
<p>Now, we&#8217;ve spent tons of nights in tents while biking but we&#8217;re relatively unexperienced hikers so the last couple of weeks we&#8217;ve been planning and purchasing stuff to bring. We thought we had most of it but, alas, the checkbook says <i>no, you really didn&#8217;t</i>.</p>
<p>Here&#8217;s what it boiled down to:</p>
<div class="flickr-frame"><a class="flickr" href="http://www.flickr.com/photos/lemonad/2682220991/" title="Backpacking (Flickr)"><img src="http://farm4.static.flickr.com/3138/2682220991_7bc235c454.jpg" width="500" height="341" alt="Backpacking" /></a>
<p class="flickr-caption">Backpack fodder</p>
</div>
<h4>Wearing:</h4>
<table>
<tr>
<th width="400px">Items</th>
<th>Weight (g)</th>
</tr>
<tr>
<td><a href="http://www.hanwag.de/hanwag/Products/product.asp?ItemId=69412&#038;SectionId=3095">Hanwag Tatra GTX boots</a></td>
<td>1700</td>
</tr>
<tr>
<td><a href="http://www.norrona.com/web/products.nsf/AppWPByDescriptionNO/007f15d866577ea1c12572460013f38c">Norrøna Nansen pants</a></td>
<td>380</td>
</tr>
<tr>
<td>Endura belt</td>
<td>22</td>
</tr>
<tr>
<td>Outdoor Research hat</td>
<td>74</td>
</tr>
<tr>
<td><a href="http://www.patagonia.com/web/eu/product/product_focus.jsp?OPTION=PRODUCT_FOCUS_DISPLAY_HANDLER&#038;catcode=MAIN_SP_EU.CLOTHING_GEAR.MENS.SHIRTS.ACTIVE/TECHNICAL&#038;style_color=44870-305&#038;ws=">Patagonia Capilene 2 T-shirt</a></td>
<td>112</td>
</tr>
<tr>
<td>Patagonia Wool 3 longsleeve shirt</td>
<td>248</td>
</tr>
<tr>
<td><a href="https://www.smartwool.com/#/Mens/Socks/PerformanceSocks/Outdoor/227/">Smartwool Hiking Medium Crew socks</a></td>
<td>80</td>
</tr>
<tr>
<td><a href="https://www.smartwool.com/#/Mens/Socks/PerformanceSocks/Outdoor/246/">Smartwool Hiking Liners</a></td>
<td>42</td>
</tr>
<tr>
<td><a href="https://www.smartwool.com/#/Mens/Apparel/Bottoms/_/2246/">Smartwool Underwear</a></td>
<td>90</td>
</tr>
</tr>
</table>
<p><br/></p>
<h4>Carrying:</h4>
<table>
<tr>
<th width="400px">Items</th>
<th>Weight (g)</th>
</tr>
<tr>
<td><a href="http://arcteryx.com/product.aspx?Bora-65">Arcteryx Bora 65 (72L) backpack</a></td>
<td>3100</td>
</tr>
<tr>
<td><a href="http://www.hilleberg.se/">Hilleberg Nammatj 2GT tent (w/o poles and pegs)</a></td>
<td>2500</td>
</tr>
<tr>
<td><a href="http://www.westernmountaineering.com/index.cfm?section=Products&#038;page=Sleeping%20Bags&#038;cat=ExtremeLite%20Series&#038;viewpost=2&#038;ContentId=17">Western Mountaineering Ultralite sleeping bag (incl. bag)</a></td>
<td>888</td>
</tr>
<tr>
<td><a href="http://thermarest.com/product_detail.aspx?pID=41&#038;cID=1">Thermarest Prolite 4 (incl. bag)</a></td>
<td>728</td>
</tr>
<tr>
<td><a href="http://newbalance.com/outdoor/water/SM920/">New Balance 920 shoes</a></td>
<td>708</td>
</tr>
<tr>
<td><a href="http://www.norrona.com/web/products.nsf/AppWPByDescriptionNO/90efd90172f36c53c12572460014014f#">Norrøna Falketind GTX Paclite jacket</a></td>
<td>384</td>
</tr>
<tr>
<td><a href="http://www.norrona.com/web/products.nsf/AppWPByDescriptionNO/a63f8fbe3c89cc26c125724600140233#">Norrøna Falketind GTX Paclite pants</a></td>
<td>306</td>
</tr>
<tr>
<td><a href="http://www.patagonia.com/web/eu/product/product_focus.jsp?OPTION=PRODUCT_FOCUS_DISPLAY_HANDLER&#038;style_color=40105-136&#038;ws=false&#038;patcatcode=SEARCH.SEARCH_TERM:R1.&#038;searchkeyrefferer=esearch.jsp&#038;encodedsearchkey=Ntt%3DR1%26psDrilldown%3Dtrue%26search.x%3D0%26OPTION%3DESEARCH_DD%26search.y%3D0%26N%3D0%26psPageNumber%3Dall">Patagonia R1 Flash Pullover</a></td>
<td>282</td>
</tr>
<tr>
<td><a href="http://www.norrona.com/web/products.nsf/AppWPByDescriptionNO/7a9890a4336162dac1257257003438f3#">Norrøna /29 Fleece Hood</a></td>
<td>286</td>
</tr>
<tr>
<td><a href="https://www.smartwool.com/#/Mens/Apparel/Bottoms/_/262/">Smartwool Midweight Bottoms</a></td>
<td>196</td>
</tr>
<tr>
<td><a href="https://www.smartwool.com/#/Mens/Socks/PerformanceSocks/Outdoor/218/">Smartwool Trekking Heavy Crew socks</a></td>
<td>98</td>
</tr>
<tr>
<td><a href="https://www.smartwool.com/#/Mens/Socks/PerformanceSocks/Outdoor/246/">Smartwool Hiking Liners (2 pairs)</a></td>
<td>84</td>
</tr>
<tr>
<td><a href="https://www.smartwool.com/#/Mens/Apparel/Bottoms/_/2246/">Smartwool Underwear</a></td>
<td>90				</p>
<tr>
<td>Craft Underwear</td>
<td>72</td>
</tr>
<tr>
<td><a href="http://www.houdinisportswear.com/se/products/product/?id=126594">Houdini Wrist Gaiters</a></td>
<td>26</td>
</tr>
<tr>
<td>Cannondale Headwear</td>
<td>32</td>
</tr>
<tr>
<td><a href="http://manzella.com/productfinder.aspx?marketsegment=outdoor">Manzella MAX-10D gloves</a></td>
<td>48</td>
</tr>
<tr>
<td>Manzella liners</td>
<td>32</td>
</tr>
<tr>
<td><a href="http://sealskinz.com/cgi-bin/psProdDet.cgi/KJ751||~@c~@b|0|user|1,0,0,1|26|">SealSkinz gloves</a></td>
<td>80</td>
</tr>
<tr>
<td><a href="http://arcteryx.com/product.aspx?Pack-Cover">Arcteryx Pack Cover (incl. stuffsack)</a></td>
<td>192</td>
</tr>
<tr>
<td>Sea to Summit Drysack ultra-sil 8L</td>
<td>32</td>
</tr>
<tr>
<td><a href="http://www.seatosummit.com/products/display/9">Sea to Summit Mosquito Head Net (incl. stuffsack)</a></td>
<td>28</td>
</tr>
<tr>
<td>Wettex cloth 7&#8243;x7&#8243;</td>
<td>6</td>
</tr>
<tr>
<td><a href="http://www.seatosummit.com/products/display/60">iPood Pocket Trovel</a></td>
<td>108</td>
</tr>
<tr>
<td><a href="http://www.inovalight.com/micro.html">Inova Microlight l.e.d. lamp (red beam)</a></td>
<td>10</td>
</tr>
<tr>
<td><a href="http://thermarest.com/product_detail.aspx?pID=95&#038;cID=4">Thermarest Stuff Sack Pillow (small)</a></td>
<td>50</td>
</tr>
<tr>
<td>Seat Pad</td>
<td>44</td>
</tr>
<tr>
<td>Therm-a-Rest PackTowl (small)</td>
<td>42</td>
</tr>
<tr>
<td><a href="http://optimus.se/index.php?option=com_content&#038;task=view&#038;id=13&#038;Itemid=32">Optimus Nova Stove</a></td>
<td>320</td>
</tr>
<tr>
<td><a href="http://optimus.se/index.php?option=com_content&#038;task=view&#038;id=19&#038;Itemid=42">Optimus Fuel Bottle (incl. bag)</a></td>
<td>382</td>
</tr>
<tr>
<td><a href="http://www.msrgear.com/cookware/blackclassicset.asp">MSR Pot Holder</a></td>
<td>47</td>
</tr>
<tr>
<td><a href="http://www.msrgear.com/cookware/blackclassicset.asp">MSR Blacklite Pot 2L</a></td>
<td>186</td>
</tr>
<tr>
<td><a href="http://www.msrgear.com/cookware/blackclassicset.asp">MSR Blacklite lid</a></td>
<td>96</td>
</tr>
<tr>
<td>MSR Blacklite bag</td>
<td>32</td>
</tr>
<tr>
<td><a href="http://www.snowpeak.com/back/cutlery/index.html">Snowpeak Ti Spork</a></td>
<td>16</td>
</tr>
<tr>
<td>Dish scraper</td>
<td>18</td>
</tr>
<tr>
<td>Matches</td>
<td>8</td>
</tr>
<tr>
<td>MSR PackTowl</td>
<td>10</td>
</tr>
<tr>
<td>Cup</td>
<td>56</td>
</tr>
<tr>
<td>Bowl</td>
<td>16</td>
</tr>
<tr>
<td>Camelbak 1L</td>
<td>190</td>
</tr>
<tr>
<td>Toiletries (soap, deodorant, anti-mosquito balm, etc.)</td>
<td>294</td>
</tr>
<tr>
<td>Whistle</td>
<td>8</td>
</tr>
<tr>
<td>Trash bags (3)</td>
<td>36</td>
</tr>
<tr>
<td>Lazy Lizard Merlot Tetra</td>
<td>258</td>
</tr>
<tr>
<td>Oatmeal breakfasts, organic (8 homemade w/ quinoa, oats, flax, fruit, etc.)</td>
<td>978</td>
</tr>
<tr>
<td>Lunches (8 various soups)</td>
<td>194</td>
</tr>
<tr>
<td>Lunches (9 various fruit soups)</td>
<td>300</td>
</tr>
<tr>
<td><a href="http://www.saltakvarn.se/produkt/produktblad/5240.htm">Saltå Kvarn Cous Cous</a></td>
<td>188</td>
</tr>
<tr>
<td>Dinners (8 homemade and freeze-dried)</td>
<td>1066</td>
</tr>
<tr>
<td>Snacks (nuts and fruits)</td>
<td>480</td>
</tr>
<tr>
<td>Snacks (organic trail bars)</td>
<td>446</td>
</tr>
<tr>
<td>Bananas, freeze dried, organic</td>
<td>102</td>
</tr>
<tr>
<td>Apples, dried</td>
<td>84</td>
</tr>
<tr>
<td>Coffee, freeze dried, organic (16 mugs)</td>
<td>44</td>
</tr>
<tr>
<td>Chocolate powder, organic (16 mugs)</td>
<td>132</td>
</tr>
<tr>
<td>Tea bags, organic (10)</td>
<td>26</td>
</tr>
<tr>
<td>Carrots, dried, organic</td>
<td>42</td>
</tr>
<tr>
<td>Piri Piri, dried, organic</td>
<td>4</td>
</tr>
<tr>
<td>Angostura Rum</td>
<td>362</td>
</tr>
<tr>
<td><a href="http://www.saltakvarn.se/produkt/produktblad/5262.htm">Saltå Kvarn Sesame Seed Cookies, organic</a></td>
<td>88</td>
</tr>
<tr>
<td><a href="http://butiken.metria.se/kartbutiken/product_info.php?cPath=1_15_19&#038;products_id=355">Fjällkarta (BD6 Abisko, Kebnekajse, Narvik)</a></td>
<td>98</td>
</tr>
<tr>
<td><a href="http://www.nokia.se/A4745503">Nokia N82</a></td>
<td>116</td>
</tr>
<tr>
<td>Valuables (money, car keys, notepad, credit card, ID)</td>
<td>92</td>
</tr>
<tr>
<td>Canon 20D camera + 50mm 1.8 lens (incl. drybag)</td>
<td>1090</td>
</tr>
<tr>
<td>Pair of kittens</td>
<td>worth it</td>
</tr>
<tr>
<td><b>Total</b></td>
<td><b>18357</b></td>
</tr>
</tr>
</table>
<p></p>
<h4>Karin&#8217;s packlist</h4>
<div class="flickr-frame"><a class="flickr" href="http://flickr.com/photos/mismisimos/2681381371/" title="Backpacking (Flickr)"><img src="http://farm4.static.flickr.com/3084/2681381371_0898f0f66b_d.jpg" width="500" height="375" alt="Backpacking" /></a>
<p class="flickr-caption">Good for one week of backpacking? Missing: Clothes for wearing, towel, peanut butter, soft bread, money and possibly a book.</p>
</div>
<p>Click the above to see the Flickr notes on what Karin is bringing.</b></p>
<p>Say hello if you meet us! Feel free to help us carry our too heavy backpacks ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://jonasnockert.com/2008/07/going-backpacking-in-the-north-of-sweden/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Jaikungfu: A firefox extension for Jaiku</title>
		<link>http://jonasnockert.com/2007/07/jaikungfu_a_firefox_extension/</link>
		<comments>http://jonasnockert.com/2007/07/jaikungfu_a_firefox_extension/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 20:24:49 +0000</pubDate>
		<dc:creator>Jonas Nockert</dc:creator>
		
		<category><![CDATA[English]]></category>

		<category><![CDATA[extensions]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[jaiku]]></category>

		<category><![CDATA[jaikungfu]]></category>

		<category><![CDATA[xul]]></category>

		<guid isPermaLink="false">http://localhost/2007/07/13/jaikungfu_a_firefox_extension/</guid>
		<description><![CDATA[Some of the information herein has not been updated for a while. Go to Jaikungfu on Google Code for the latest version! 
Greasemonkey scripts are great. However, for users and developers alike, they do pose one problem; that of managing updates and bug fixes. There&#8217;s no automatic infrastructure set up for it and users might [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the information herein has not been updated for a while. Go to <a href="http://code.google.com/p/jaikungfu/">Jaikungfu on Google Code</a> for the latest version! </p>
<p><img style="float:left;margin-right:10px;" src="http://jonas.lemonad.org/images/jaikuicon100.png" alt="Jaiku" width="100" height="100" />Greasemonkey scripts are great. However, for users and developers alike, they do pose one problem; that of managing updates and bug fixes. There&#8217;s no automatic infrastructure set up for it and users might not notice that there are newer versions out—especially if they&#8217;re happy with the functionality of the current version. Developers can&#8217;t notify these users either since they don&#8217;t know who they are.</p>
<p>So to get around that limitation, over the last week or so, I&#8217;ve slowly (and painstakingly) made my own Firefox extension combining the two Jaiku Greasemonkey scripts I had previously made (<a href="http://jonas.lemonad.org/arkiv/2007/07/jaiku_autolinking_greasemonkey/">AutoLink</a> and <a href="http://jonas.lemonad.org/arkiv/2007/07/more_context_for_jaiku_comment/">More Context for Comments</a>) with some additional features.</p>
<div class="flickr-frame"><a class="flickr" title="Jaiku without Jaikungfu (Flickr)" href="http://www.flickr.com/photos/lemonad/803531204/"><img src="http://farm2.static.flickr.com/1294/803531204_7d1a0706ab.jpg" alt="Jaiku" width="500" height="114" /></a>
<p class="flickr-caption">without Jaikungfu</p>
</div>
<div class="flickr-frame"><a class="flickr" title="Jaiku with Jaikungfu (Flickr)" href="http://www.flickr.com/photos/lemonad/803531220/"><img src="http://farm2.static.flickr.com/1046/803531220_7b39406fe3.jpg" alt="Jaiku" width="500" height="109" /></a>
<p class="flickr-caption">with Jaikungfu</p>
</div>
<div class="flickr-frame"><a class="flickr" title="Jaiku with Jaikungfu (Flickr)" href="http://www.flickr.com/photos/lemonad/877298090/"><img src="http://farm2.static.flickr.com/1438/877298090_fa1e7a8970_o.png" alt="Jaiku" width="408" height="467" /></a>
<p class="flickr-caption">with Jaikungfu (blue marks extended icon set, version 0.1.3)</p>
</div>
<div class="flickr-frame"><a class="flickr" title="Jaiku with Jaikungfu (Flickr)" href="http://www.flickr.com/photos/lemonad/938528571/"><img src="http://farm2.static.flickr.com/1288/938528571_7d2162f334_o.png" alt="Jaiku" width="236" height="260" /></a>
<p class="flickr-caption">Integrated search form in sidebar (version 0.1.5)</p>
</div>
<div class="flickr-frame"><a class="flickr" title="Jaiku with Jaikungfu (Flickr)" href="http://www.flickr.com/photos/lemonad/999437910/"><img src="http://farm2.static.flickr.com/1356/999437910_120fd23555_o.png" alt="Jaiku" width="252" height="380" /></a>
<p class="flickr-caption">Integrated channel search form in Jaiku channel and explore sidebar (version 0.1.6)</p>
</div>
<div class="flickr-frame"><a class="flickr" title="Jaiku with Jaikungfu (Flickr)" href="http://www.flickr.com/photos/lemonad/1034496872/"><img src="http://farm2.static.flickr.com/1293/1034496872_102a84520d_o.png" alt="Jaiku" width="500" height="357" /></a>
<p class="flickr-caption">Inline reading of comments. Click the <em>read inline</em> link and and comments for the presence update are downloaded via ajax and displayed underneath (version 0.1.7)</p>
</div>
<div class="flickr-frame"><a class="flickr" title="Jaiku with Jaikungfu (Flickr)" href="http://www.flickr.com/photos/lemonad/1033650563/"><img src="http://farm2.static.flickr.com/1295/1033650563_41c910af30_o.png" alt="Jaiku" width="501" height="235" /></a>
<p class="flickr-caption">List of commenters displayed underneath comment edit box. Click to insert @usernames (version 0.1.9)</p>
</div>
<p><span style="text-decoration: line-through;">In order to be able to submit it for Mozilla approval, I need people to beta test it first so I would really appreciate if you would register and <a href="https://addons.mozilla.org/en-US/firefox/addon/5336">download Jaikungfu</a> from my sandbox at addons.mozilla.org. The sandbox is an area for advanced users to test add-ons before they are reviewed for general use. In order to access the sandbox, after registering, you must <strong>enable it</strong> in your account settings: click the link in the upper right corner that says <em>My Account</em> and check the box that says <em>Show sandbox?</em>. Then click <em>save</em>.. If you&#8217;d like, you can read more about it <a href="https://addons.mozilla.org/en-US/firefox/pages/sandbox">here</a>.</span></p>
<p>Good news, the extension is out of the mozilla extension sandbox and can now be downloaded without registering—thanks everyone! :)<br />
Kung-Pow! <a href="https://addons.mozilla.org/en-US/firefox/addon/5336">Download Jaikungfu 0.1.5</a> from addons.mozilla.org (or if you prefer the absolute latest version, development build <a href="http://jonas.lemonad.org/files/jaikungfu_020.xpi">0.2</a> is available directly from my site. Download and open with FireFox/Flock).<br />
Oh, and <strong>please remember to</strong> remove my previous Greasemonkey scripts before installing Jaikungfu as they probably don&#8217;t play well together :)</p>
<p>If you find a bug or have suggestions, don&#8217;t hesitate to email me!</p>
<ul>
<li>0.1.3 extends the icon set shown on the Jaiku site.</li>
<li>0.1.4 removed some files that was no longer needed.</li>
<li>0.1.5 is the latest public version (approved on August 2) and adds a search form to most pages (the search functionality can be accessed without jaikungfu at <a href="http://jaiku.lemonad.org/search/">jaiku.lemonad.org/search/</a>).</li>
<li>0.1.6 is the latest beta-version and adds channel search through Rick Measham&#8217;s <a href="http://jaikufans.com/channel">JaikuFans channel search</a>.</li>
<li>0.1.7 adds inline reading of comments.</li>
<li>0.1.8 adds a list of commenters under the comment box for quick insertion of @username&#8217;s.</li>
<li>0.1.9 improves upon the list of commenters under the comment box by adding user images. It also fixes a rear display formatting problem with inline comments.</li>
<li>0.1.10 just includes some small tweaks to the above functionality.</li>
<li>0.1.11 adds a &#8220;top&#8221; link below comments to quickly return to the top (per request on Jaiku).</li>
<li>0.1.12 integrates search and channel search into one form with two submit buttons.</li>
<li>0.1.13 includes a number of changes and additions with the main ones being that it now works in Firefox 3, clickable inline comment avatars, and links for increasing size of profile avatars.</li>
<li>0.1.14 primarily fixes a very annoying problem for users not using adblock (Thanks again <a href="http://rickmeasham.jaiku.com/">Rick Measham</a> for all the help with finding and solving this! :).</li>
<li>0.2 is the latest alpha-version and fixes a minor problem for users not using adblock. I really hope this will become the public version so I rev&#8217;ed it to 0.2 :)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jonasnockert.com/2007/07/jaikungfu_a_firefox_extension/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Jaiku Autolinking (Greasemonkey script)</title>
		<link>http://jonasnockert.com/2007/07/jaiku_autolinking_greasemonkey/</link>
		<comments>http://jonasnockert.com/2007/07/jaiku_autolinking_greasemonkey/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 04:39:15 +0000</pubDate>
		<dc:creator>Jonas Nockert</dc:creator>
		
		<category><![CDATA[English]]></category>

		<category><![CDATA[greasemonkey]]></category>

		<category><![CDATA[jaiku]]></category>

		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://localhost/2007/07/05/jaiku_autolinking_greasemonkey/</guid>
		<description><![CDATA[The below has since been superseded by Jaikungfu, my firefox extension for Jaiku.
This script will create links out of @username and #channel. Before:

with script

After:

without script

To enable this functionality, you will first have to install Greasemonkey. After that, you are ready to install the Jaiku AutoLink script. Please email me or contact me through jaiku if [...]]]></description>
			<content:encoded><![CDATA[<p>The below has since been superseded by Jaikungfu, <a href="http://jonas.lemonad.org/arkiv/2007/07/jaikungfu_a_firefox_extension/">my firefox extension for Jaiku</a>.</p>
<p>This script will create links out of @username and #channel. Before:</p>
<div class="flickr-frame"><a class="flickr" href="http://www.flickr.com/photos/lemonad/722989778/" title="Jaiku with AutoLink script (Flickr)"><img src="http://farm2.static.flickr.com/1130/722989778_3979a72b27_o.png" width="500" height="287" alt="Jaiku" /></a>
<p class="flickr-caption"><i>with</i> script</p>
</div>
<p>After:</p>
<div class="flickr-frame"><a class="flickr" href="http://www.flickr.com/photos/lemonad/722989758/" title="Jaiku without AutoLink script (Flickr)"><img src="http://farm2.static.flickr.com/1046/803531220_7b39406fe3.jpg" width="500" height="104" alt="Jaiku" /></a>
<p class="flickr-caption"><i>without</i> script</p>
</div>
<p>To enable this functionality, you will first have to install <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a>. After that, you are ready to install the Jaiku <a href="http://userscripts.org/scripts/show/10466">AutoLink</a> script. Please email me or <a href="http://lemonad.jaiku.com/">contact me through jaiku</a> if you have suggestions or encounter any problems. Thanks!</p>
<p>Again, Rick Measham&#8217;s excellent site <a href="http://jaikufans.com/news/32/28">JaikuFans</a> has a write-up.</p>
<p>tags: <a rel="tag" href="http://technorati.com/tag/jaiku">jaiku</a>, <a rel="tag" href="http://technorati.com/tag/greasemonkey">greasemonkey</a>, <a rel="tag" href="http://technorati.com/tag/scripts">scripts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jonasnockert.com/2007/07/jaiku_autolinking_greasemonkey/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More context for Jaiku comments (Greasemonkey script)</title>
		<link>http://jonasnockert.com/2007/07/more_context_for_jaiku_comment/</link>
		<comments>http://jonasnockert.com/2007/07/more_context_for_jaiku_comment/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 23:45:21 +0000</pubDate>
		<dc:creator>Jonas Nockert</dc:creator>
		
		<category><![CDATA[English]]></category>

		<category><![CDATA[greasemonkey]]></category>

		<category><![CDATA[jaiku]]></category>

		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://localhost/2007/07/05/more_context_for_jaiku_comment/</guid>
		<description><![CDATA[The below has since been superceded by Jaikungfu, my firefox extension for Jaiku.
A while ago I posted a suggestion to the Jaiku #jaiku channel on showing more of the presence titles when listing comments in order to provide more context. Currently, comments are displayed like this:

without script

The thing is that the listing actually has more [...]]]></description>
			<content:encoded><![CDATA[<p>The below has since been superceded by Jaikungfu, <a href="http://jonas.lemonad.org/arkiv/2007/07/jaikungfu_a_firefox_extension/">my firefox extension for Jaiku</a>.</p>
<p>A while ago I posted a <a href="http://jaiku.com/channel/jaiku/presence/5543730">suggestion</a> to the <a href="http://jaiku.com">Jaiku</a> #jaiku channel on showing more of the presence titles when listing comments in order to provide more context. Currently, comments are displayed like this:</p>
<div class="flickr-frame"><a class="flickr" href="http://www.flickr.com/photos/lemonad/721051626/" title="Jaiku without More Context for Comments (Flickr)"><img src="http://farm2.static.flickr.com/1060/721051626_68fab31fb6_o.png" width="504" height="49" alt="Jaiku" /></a>
<p class="flickr-caption"><i>without</i> script</p>
</div>
<p>The thing is that the listing actually has more context information embedded in it but you would have to hover over the link to show it as a tooltip. With my Greasemonkey script installed, this text is pulled out and shown directly on the screen:</p>
<div class="flickr-frame"><a class="flickr" href="http://www.flickr.com/photos/lemonad/720159319/" title="Jaiku with More Context for Comments Installed (Flickr)"><img src="http://farm2.static.flickr.com/1293/720159319_05181fd9a6_o.png" width="504" height="49" alt="Jaiku" /></a>
<p class="flickr-caption"><i>with</i> script</p>
</div>
<p>To enable this functionality, you will first have to install <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a>. After that, you are ready to install the Jaiku <a href="http://userscripts.org/scripts/show/10463">More Context for Comments</a> script. Please email me or <a href="http://lemonad.jaiku.com/">contact me through jaiku</a> if you have suggestions or encounter any problems. Thanks!</p>
<p>There&#8217;s actually a much better write-up of this on Rick Measham&#8217;s awesome site <a href="http://jaikufans.com/news/31/28">JaikuFans</a> :)</p>
<p>tags: <a rel="tag" href="http://technorati.com/tag/jaiku">jaiku</a>, <a rel="tag" href="http://technorati.com/tag/greasemonkey">greasemonkey</a>, <a rel="tag" href="http://technorati.com/tag/scripts">scripts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jonasnockert.com/2007/07/more_context_for_jaiku_comment/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Book Cover</title>
		<link>http://jonasnockert.com/2007/05/twitter_book_cover/</link>
		<comments>http://jonasnockert.com/2007/05/twitter_book_cover/#comments</comments>
		<pubDate>Tue, 01 May 2007 04:01:32 +0000</pubDate>
		<dc:creator>Jonas Nockert</dc:creator>
		
		<category><![CDATA[English]]></category>

		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://localhost/2007/05/01/twitter_book_cover/</guid>
		<description><![CDATA[
Forthcoming?

No doubt, a river otter would be the perfect animal for the cover of a book on twitter in the O&#8217;Reilly series. Just look at that little hand, perfect for texting.
]]></description>
			<content:encoded><![CDATA[<div class="flickr-frame"><a class="flickr" href="http://www.flickr.com/photos/lemonad/479354155/" title="Twitter Book Cover (Flickr)"><img src="http://farm1.static.flickr.com/178/479354155_1184c7c86a.jpg" width="375" height="500" alt="Twitter Book Cover" /></a>
<p class="flickr-caption">Forthcoming?</p>
</div>
<p>No doubt, a river otter would be the perfect animal for the cover of a book on twitter in the O&#8217;Reilly series. Just look at that little hand, perfect for texting.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonasnockert.com/2007/05/twitter_book_cover/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Back from the annual spring mountain biking road trip</title>
		<link>http://jonasnockert.com/2007/04/back_from_the_annual_spring_mo/</link>
		<comments>http://jonasnockert.com/2007/04/back_from_the_annual_spring_mo/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 02:57:49 +0000</pubDate>
		<dc:creator>Jonas Nockert</dc:creator>
		
		<category><![CDATA[English]]></category>

		<category><![CDATA[Mountainbiking]]></category>

		<category><![CDATA[North Carolina]]></category>

		<category><![CDATA[Pisgah]]></category>

		<category><![CDATA[Roadtrip]]></category>

		<guid isPermaLink="false">http://localhost/2007/04/25/back_from_the_annual_spring_mo/</guid>
		<description><![CDATA[People in South Carolina and Florida probably thought we were out of our minds when we replied &#8220;mountain biking&#8221; after being asked why we were in South Carolina or Florida. The thing is though, that there&#8217;s awesome trails down there! Sure, no real mountains or anything like that but still&#8230;

Karin on Canopy Trail in Santos, [...]]]></description>
			<content:encoded><![CDATA[<p>People in South Carolina and Florida probably thought we were out of our minds when we replied &#8220;mountain biking&#8221; after being asked why we were in South Carolina or Florida. The thing is though, that there&#8217;s awesome trails down there! Sure, no real mountains or anything like that but still&#8230;</p>
<div class="flickr-frame"><a class="flickr" href="http://www.flickr.com/photos/lemonad/459327164/" title="Canopy Trail, Santos, FL (Flickr)"><img src="http://farm1.static.flickr.com/177/459327164_2a8eeb377c.jpg" width="500" height="341" alt="Canopy Trail, Santos, FL" /></a>
<p class="flickr-caption">Karin on Canopy Trail in Santos, FL</p>
</div>
<div class="flickr-frame"><a class="flickr" href="http://www.flickr.com/photos/lemonad/459327150/" title="Santos, FL (Flickr)"><img src="http://farm1.static.flickr.com/168/459327150_2c0549eb60.jpg" width="342" height="500" alt="Santos, FL" /></a>
<p class="flickr-caption">Karin riding a skinny on the red trail around the Vortex freeride area in Santos, FL</p>
</div>
<div class="flickr-frame"><a class="flickr" href="http://www.flickr.com/photos/lemonad/459327158/" title="Santos, FL (Flickr)"><img src="http://farm1.static.flickr.com/236/459327158_dea9826901.jpg" width="500" height="341" alt="Santos, FL" /></a>
<p class="flickr-caption">Karin at the Vortex freeride area in Santos, FL</p>
</div>
<p>The camping at Santos in Florida was right by trail which is a luxury we&#8217;re definitely not used to. We could ride our bikes to the tent and eat lunch and then go back to the trail for another ride in the afternoon. Awesome - and we had great weather too. Only thing was that we were meeting Jonathan in Brevard, NC so we had to go north at the same time as the a cold front moved in. We went from 85 degrees in Florida to snow and below 32 in North Carolina! We stocked up with an extra blanket at K-mart and actually never got cold during the nights even though we had temperatures around 20 degrees. Perhaps due to ending each day with microbrewed beer and hot dogs around the warm and cozy campfire.</p>
<p>Lots more photos on <a href="http://flickr.com/photos/lemonad/">flickr</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonasnockert.com/2007/04/back_from_the_annual_spring_mo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gone fishing</title>
		<link>http://jonasnockert.com/2007/04/gone_fishing/</link>
		<comments>http://jonasnockert.com/2007/04/gone_fishing/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 02:43:51 +0000</pubDate>
		<dc:creator>Jonas Nockert</dc:creator>
		
		<category><![CDATA[English]]></category>

		<category><![CDATA[Florida]]></category>

		<category><![CDATA[Karin]]></category>

		<category><![CDATA[Mountainbiking]]></category>

		<category><![CDATA[North Carolina]]></category>

		<category><![CDATA[Pisgah]]></category>

		<category><![CDATA[Roadtrip]]></category>

		<category><![CDATA[Santos]]></category>

		<guid isPermaLink="false">http://localhost/2007/04/01/gone_fishing/</guid>
		<description><![CDATA[For the second year in a row, Karin and I are heading to south for an easter mountain biking vacation. We haven&#8217;t quite decided where to go but North Carolina and Pisgah are definitely on the map - the trails there are awesome, some of the best in the country! Being in the blue ridge/smoky [...]]]></description>
			<content:encoded><![CDATA[<p>For the second year in a row, Karin and I are heading to south for an easter mountain biking vacation. We haven&#8217;t quite decided where to go but North Carolina and Pisgah are definitely on the map - the trails there are awesome, some of the best in the country! Being in the blue ridge/smoky mountains area that might not be so surprising.</p>
<p>What you might be more surprised to hear though is that Florida seem to have some amazing mountain biking trails too. We haven&#8217;t been biking there yet so I&#8217;m very enthusiastic about going there if we have the time. The terrain is generally pretty flat which has led to trails being more freeride oriented. I guess it&#8217;s also a matter of parks there being confined to smaller areas.</p>
<div><a class="flickr" href="http://www.flickr.com/photos/toddsherman/325045651/" title="lovisa"><img src="http://static.flickr.com/138/325045651_a3f1d20080.jpg" width="500" height="375" alt="Santos" /></a>
<p class="flickr-caption">Santos Trail, Florida (via <a href="http://www.flickr.com/people/toddsherman/">toddsherman</a>).</p>
</div>
<p></p>
<p>Anyhow, we&#8217;ll be back in about ten days! Ten days of biking and camping so wifi will be limited to sneaking access outside of motels :)</p>
<p>perhaps other peploids also write about <a rel="tag" href="http://technorati.com/tag/mountain+biking">mountain biking</a>, <a rel="tag" href="http://technorati.com/tag/pisgah">pisgah</a>, <a rel="tag" href="http://technorati.com/tag/santos">santos</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://jonasnockert.com/2007/04/gone_fishing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>tags in 2007, for the benefit of the long tail?</title>
		<link>http://jonasnockert.com/2007/03/tags_in_2007/</link>
		<comments>http://jonasnockert.com/2007/03/tags_in_2007/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 05:50:50 +0000</pubDate>
		<dc:creator>Jonas Nockert</dc:creator>
		
		<category><![CDATA[English]]></category>

		<category><![CDATA[Folksonomy]]></category>

		<category><![CDATA[Search]]></category>

		<category><![CDATA[Tags]]></category>

		<guid isPermaLink="false">http://localhost/2007/03/18/tags_in_2007/</guid>
		<description><![CDATA[Tags are great, we all love tags! For one, they replaced the mentally taxing task of having to choose one and only one folder or category to put an item into. They also built upon the idea of folksonomy; that people over time will conform in terms of how they describe things because they both [...]]]></description>
			<content:encoded><![CDATA[<p>Tags are great, we all love tags! For one, they replaced the mentally taxing task of having to choose one and only one folder or category to put an item into. They also built upon the idea of folksonomy; that people over time will conform in terms of how they describe things because they both want to be understood and understand others. It&#8217;s an evolutionary process where the rules, albeit implicit, will be set by the users themselves and as such there&#8217;s no real need for restrictions or guidelines.</p>
<p>In some cases, like in gmail (labels) and in google reader (folders), users will probably use the tags like folders, because that&#8217;s how most of us are used to dealing with email and feeds. My guess is that most people will probably stick with this and many of them might even consider the possibility of assigning more than one folder/label to be more of a bug than a feature. In the case of gmail you&#8217;re not imposing your scheme on anyone but yourself but on the other hand, you&#8217;re not exposed to other people&#8217;s tagging either so you&#8217;re not conforming. Thus, the term folksonomy is not really applicable here. It&#8217;s first when you start sharing your tags that they become interesting.</p>
<p>So take Flickr, which employs what is called narrow folksonomy, where each item has only one set of tags associated with it, whoever adds a tag to an item, adds it for everyone else as well. Here I think is where we&#8217;re currently seeing folksonomy at its finest, where it actually works&#8230; To a certain degree. Because, when you want to search, do you really choose to do that by tags alone? Or when flickr only had search by tags, did you actually find everything that you wanted that way? Or when you want to find anything from your archives, is the tag cloud your first association?</p>
<p>There&#8217;s also broad folksonomy tagging, as employed by del.icio.us amongst others. Here each item is described by each user individually. Depending on if you look at it from an individual user&#8217;s point of view or from the items&#8217;, you get two different but overlapping tag sets. One is a union of all users&#8217; descriptions of that item and the other is a subset of the former. The interesting part is that with del.icio.us, it actively tells you how to conform in terms of tagging folksonomy. That is, based on how other people have tagged the item you&#8217;re adding, del.icio.us is giving you suggestions on how to tag your item.</p>
<p>Great! So now you have all your items properly tagged, conforming with how other people has chosen to tag the same items. Only thing is, they&#8217;re all tagged with <i>web2.0</i> and <i>social</i>! Not very surprising since those were the most popular choices and they were displayed with the biggest font. They were also the most general of the choices and thus wholly seemed to describe the items. Only not precisely so.</p>
<p>I think one problem is that we&#8217;re not all biologists. Nor economists, nor linguists. A folksonomy, if employed by a larger population, will conform towards the generic, not the specific. To a <i>flower</i>, if you will, and not a <i>rose</i>. In the fields where there&#8217;s already an established taxonomy, folksonomy will water it out. In the fields where a clear taxonomy not yet exists, such as in web applications, folksonomy through tags as they are employed today will not create one. After all, most people aren&#8217;t really setting out to be taxonomists, they just want to add an item to del.icio.us and be done with it. If someone says it&#8217;s <i>web2.0</i>, who am I to argue&mdash;who even cares?</p>
<p>However, tags came out of the need for something that was a bit more free than categories and folders, yet still more strict and powerful than plain text. In actuality, tags also came out of the real-world problem that freetext search in big and constantly updated databases was not feasible. Powerful as tags were meant to be for both the generic and specific, they were the most powerful when it came to drawing the broad strokes: to show trends and what is currently popular. Pair a very general tag with a current event or product release and suddenly it becomes crystal clear what it means.</p>
<p>In a sense, applications that use tags based on their popularity are doing their users a disservice. Because it really only aids them when they are adding an item, not when they&#8217;re later trying to find it. And if they&#8217;re not storing things in order to find them later in the first place, there&#8217;s no basis for folksonomy and shared tags could be skipped altogether.</p>
<p>What can be done though? In theory, perhaps the following:</p>
<dl>
<dd>Separate the broad from the specific.</dd>
<dd>Aim for the benefit of the long tail. If you can&#8217;t get them to work for that, your shared tags are probably not working at all.</dd>
<dd>Separate search from tags. They should not just be a subset of search.</dd>
<dd>Exclude popular tags and those shared by many users.</dd>
<dd>Keep filtering until your tag cloud is both intriguing and surprising.</dd>
</dl>
<p>In practice, it&#8217;s not going to be that simple. However, that&#8217;s where the creative people in your staff come in, go put them to good use, give us tags 2007!</p>
<p><i>20070319</i>: What about a bell type curve?</p>
]]></content:encoded>
			<wfw:commentRss>http://jonasnockert.com/2007/03/tags_in_2007/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
