w<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Fuzzier Logic &#187; Software</title>
	<atom:link href="http://blog.fuzzierlogic.com/archives/category/software/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.fuzzierlogic.com</link>
	<description>Logic. Just a bit woolier.</description>
	<lastBuildDate>Tue, 22 Nov 2011 09:21:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Pretty equations in WordPress</title>
		<link>http://blog.fuzzierlogic.com/archives/407</link>
		<comments>http://blog.fuzzierlogic.com/archives/407#comments</comments>
		<pubDate>Fri, 22 Oct 2010 08:20:22 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[jisc]]></category>
		<category><![CDATA[kblog]]></category>
		<category><![CDATA[knowledgeblog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.fuzzierlogic.com/?p=407</guid>
		<description><![CDATA[<p><a href="http://www.flickr.com/photos/bourgeoisbee/2298566624/"></a></p> <p>We&#8217;ve spent a couple of months now on <a title="KnowledgeBlog" href="http://knowledgeblog.org/" target="_blank">Knowledgeblog</a> since <a title="Joint Information Systems Committee" href="http://www.jisc.ac.uk/" target="_blank">JISC</a> funded the project. My one day a week working on developing the tools and workflows for lightweight publishing has presented totally different challenges to the majority of my work, and I&#8217;m really enjoying [...]]]></description>
			<content:encoded><![CDATA[<div class="kcite-section" kcite-section-id="407">
<p><a href="http://www.flickr.com/photos/bourgeoisbee/2298566624/"><img class="size-medium wp-image-417 alignleft" title="Some maths" src="http://blog.fuzzierlogic.com/wp-content/uploads/2010/10/chalkboard-300x225.jpg" alt="Chalkboard maths" width="300" height="225" /></a></p>
<p>We&#8217;ve spent a couple of months now on <a title="KnowledgeBlog" href="http://knowledgeblog.org/" target="_blank">Knowledgeblog</a> since <a title="Joint Information Systems Committee" href="http://www.jisc.ac.uk/" target="_blank">JISC</a> funded the project. My one day a week working on developing the tools and workflows for lightweight publishing has presented totally different challenges to the majority of my work, and I&#8217;m really enjoying it so far. Hopefully we&#8217;re engaged in building something that a lot of people will find useful in the long run.</p>
<p>Part of what will make the project useful to as many people as possible is the incremental goals that we will be combining into the whole platform, but that will hopefully be useful to a lot of folks in their own right. The first of these milestones is <a title="MathJax-LaTeX" href="http://wordpress.org/extend/plugins/mathjax-latex/" target="_blank">MathJax-LaTeX</a>, a plugin for <a title="wordpress.org" href="http://www.wordpress.org" target="_blank">WordPress</a> that renders mathematical equations in as attractive a way as possible.</p>
<p><a title="WP-LaTeX wordpress plugin" href="http://wordpress.org/extend/plugins/wp-latex/" target="_blank">WP-LaTeX</a> is the usual way to do this in WordPress. This plugin takes inline LaTeX code in blog posts, and converts it into PNG images. These images are pretty good, they look good at the default resolution and they do the job, but we thought there might be a better way. Images are not particularly accessible, and they don&#8217;t scale very well (as you zoom in on a page, they start to pixelate pretty badly). It also requires running LaTeX locally, or on a third-party server, which might be undesirable for some people.</p>
<p>I&#8217;m aware of <a title="MathJax javascript library" href="http://www.mathjax.org" target="_blank">MathJax</a> because I used to listen to the Stack Overflow podcast, and Joel and Jeff talked about it in one episode in relation to the <a title="Math Overflow" href="http://mathoverflow.net/" target="blank">Math Overflow</a> site, because it was being leveraged there to render the large quantity of equations that a site like that requires. MathJax is a Javascript library that interprets LaTeX and MathML, and renders it as scalable web fonts inline. The LaTeX that is interpreted remains in the source of the page, and the equations are not images, so they scale perfectly with the rest of the text on the page. So the question is, what&#8217;s the best way to use MathJax to render equations in blog posts?</p>
<p>The instructions on the MathJax page tell you to edit the header of your blog theme to introduce the Javascript library on every page of the blog. We thought that using a plugin to inject the Javascript only on the pages it is required would be more efficient (it&#8217;s a big library, and you don&#8217;t want to load it on every page if you don&#8217;t have to). It also allows us to stay compatible with WP-LaTeX, because we can leverage the shortcode API that is a brilliant part of the WordPress environment.</p>
<p>Well, the <a href="http://wordpress.org/extend/plugins/mathjax-latex/">MathJax-LaTeX plugin</a> was published this week, you can <a title="Download link" href="http://downloads.wordpress.org/plugin/mathjax-latex.0.1.zip" target="_blank">download it now</a>, and there&#8217;s a <a title="knowledgeblog.org" href="http://knowledgeblog.org/mathjax-latex-wordpress-plugin/" target="_blank">page on knowledgeblog.org</a> describing in full how it works. If you&#8217;ve used WP-LaTeX in the past, MathJax-LaTeX understands the same syntax, so you can replace one with the other, if you wish.</p>
<p>Here&#8217;s a few examples:</p>
<p>The probability of getting \(k\) heads when flipping \(n\) coins:</p>
<img src='http://s0.wp.com/latex.php?latex=P%28E%29+++%3D+%7Bn+%5Cchoose+k%7D+p%5Ek+%281-p%29%5E%7B+n-k%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='P(E)   = {n &#92;choose k} p^k (1-p)^{ n-k}' title='P(E)   = {n &#92;choose k} p^k (1-p)^{ n-k}' class='latex' />
<p>This is an inline equation: <img src='http://s0.wp.com/latex.php?latex=%5Csqrt%7B3x-1%7D%2B%281%2Bx%29%5E2&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;sqrt{3x-1}+(1+x)^2' title='&#92;sqrt{3x-1}+(1+x)^2' class='latex' />  it should be rendered without affecting the text around it.</p>
<p>OK, one more, definition of \(e\):</p>
<img src='http://s0.wp.com/latex.php?latex=e+%3D+%5Clim_%7Bn%5Cto%5Cinfty%7D+%5Cleft%28+1+%2B+%5Cfrac%7B1%7D%7Bn%7D+%5Cright%29%5En&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='e = &#92;lim_{n&#92;to&#92;infty} &#92;left( 1 + &#92;frac{1}{n} &#92;right)^n' title='e = &#92;lim_{n&#92;to&#92;infty} &#92;left( 1 + &#92;frac{1}{n} &#92;right)^n' class='latex' />

<p>If you want to keep tabs on how Knowledgeblog is developing, you can follow us on <a title="KBlogOrg on Twitter" href="http://twitter.com/KBlogOrg" target="_blank">Twitter</a>, watch our <a title="Knowledgeblog on Google code" href="http://code.google.com/p/knowledgeblog/" target="_blank">Google Code repository</a>, and keep an eye on <a title="Knowledgeblog" href="http://knowledgeblog.org" target="_blank">the site</a>.</p>
<p>&lt;/plug&gt;</p>
<p>(Photo courtesy of <a title="Photo link" href="http://www.flickr.com/photos/bourgeoisbee/2298566624/" target="_blank">bourgeoisbee on flickr.com</a>)</p>
<!-- kcite active, but no citations found -->
</div> <!-- kcite-section 407 -->]]></content:encoded>
			<wfw:commentRss>http://blog.fuzzierlogic.com/archives/407/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://blog.fuzzierlogic.com/wp-content/uploads/2010/10/chalkboard-150x150.jpg" />
		<media:content url="http://blog.fuzzierlogic.com/wp-content/uploads/2010/10/chalkboard.jpg" medium="image">
			<media:title type="html">Some maths</media:title>
			<media:thumbnail url="http://blog.fuzzierlogic.com/wp-content/uploads/2010/10/chalkboard-150x150.jpg" />
		</media:content>
		<media:content url="http://s0.wp.com/latex.php?latex=P%28E%29+++%3D+%7Bn+%5Cchoose+k%7D+p%5Ek+%281-p%29%5E%7B+n-k%7D&#038;bg=ffffff&#038;fg=000&#038;s=0" medium="image">
			<media:title type="html">P(E)   = {n &#92;choose k} p^k (1-p)^{ n-k}</media:title>
		</media:content>
		<media:content url="http://s0.wp.com/latex.php?latex=%5Csqrt%7B3x-1%7D%2B%281%2Bx%29%5E2&#038;bg=ffffff&#038;fg=000&#038;s=0" medium="image">
			<media:title type="html">&#92;sqrt{3x-1}+(1+x)^2</media:title>
		</media:content>
		<media:content url="http://s0.wp.com/latex.php?latex=e+%3D+%5Clim_%7Bn%5Cto%5Cinfty%7D+%5Cleft%28+1+%2B+%5Cfrac%7B1%7D%7Bn%7D+%5Cright%29%5En&#038;bg=ffffff&#038;fg=000&#038;s=0" medium="image">
			<media:title type="html">e = &#92;lim_{n&#92;to&#92;infty} &#92;left( 1 + &#92;frac{1}{n} &#92;right)^n</media:title>
		</media:content>
	</item>
		<item>
		<title>While I was away&#8230;</title>
		<link>http://blog.fuzzierlogic.com/archives/385</link>
		<comments>http://blog.fuzzierlogic.com/archives/385#comments</comments>
		<pubDate>Fri, 24 Sep 2010 19:57:22 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.fuzzierlogic.com/?p=385</guid>
		<description><![CDATA[<p><a href="http://www.flickr.com/photos/sjcockell/5020631385/"></a>I&#8217;ve just returned from a week away in North Yorkshire, and scanning through my RSS backlog and <a title="FriendFeed" href="http://friendfeed.com/" target="_blank">FriendFeed</a> from while I was away, I notice a few interesting developments.</p> <a href="http://www.zotero.org">Zotero</a> made a <a title="Zotero Everywhere" href="http://www.zotero.org/blog/zoteros-next-big-step/" target="_blank">firm announcement</a> of a standalone version of their excellent open-source reference management tool. I&#8217;ve been [...]]]></description>
			<content:encoded><![CDATA[<div class="kcite-section" kcite-section-id="385">
<p><a href="http://www.flickr.com/photos/sjcockell/5020631385/"><img class="alignnone" title="Whitby Abbey seen from harbour" src="http://farm5.static.flickr.com/4088/5020631385_e32d91e31e_b.jpg" alt="View of Whitby" width="540" /></a>I&#8217;ve just returned from a week away in North Yorkshire, and scanning through my RSS backlog and <a title="FriendFeed" href="http://friendfeed.com/" target="_blank">FriendFeed</a> from while I was away, I notice a few interesting developments.</p>
<ol>
<li><a href="http://www.zotero.org">Zotero</a> made a <a title="Zotero Everywhere" href="http://www.zotero.org/blog/zoteros-next-big-step/" target="_blank">firm announcement</a> of a standalone version of their excellent open-source reference management tool. I&#8217;ve been keen on Zotero for a while, but have moved away from FireFox as my browser lately (at present, Zotero is only available as a FireFox plugin). I&#8217;m looking forward to using it in earnest again, and trying to integrate it more fully into my workflow (which has been the main problem with other reference managers I&#8217;ve tried). No release date yet that I&#8217;ve found (sadly).</li>
<li><a title="Nodalpoint" href="http://nodalpoint.org/" target="_blank">Nodalpoint</a>, the bioinformatics blog of old, has been reincarnated as a podcast. I love podcasts, and listen to a whole bunch of them (to the point where I don&#8217;t have much of a chance to listen to music on my commute any more), but there&#8217;s not many around that are relevant to what I do with most of my time (apart from the excellent <a title="Coast to Coast Bio Podcast" href="http://www.c2cbio.com/" target="_blank">c2cbio podcast</a> of course). I&#8217;m really looking forward to listening to <a title="Nodalpoint episode one" href="http://www.nodalpoint.org/npconv_s0101_high.mp3" target="_blank">episode one</a>, and hope more follow in due course.</li>
<li>The people behind the &#8216;<a title="Sciebce is Vital" href="http://scienceisvital.org.uk/" target="_blank">Science is Vital</a>&#8216; lobby group, as well as organising a <a title="Attend" href="http://scienceisvital.org.uk/attend-the-demo/" target="_blank">public rally</a>, and a <a title="Lobby" href="http://scienceisvital.org.uk/lobby-parliament/" target="_blank">lobby of Parliament</a>, have set up a <a title="Sign" href="http://scienceisvital.org.uk/sign-the-petition/" target="_blank">petition</a>, I urge everyone (in the UK) to go and sign it. If we don&#8217;t try to protect science in some degree in the forthcoming round of spending cuts, no one else will.</li>
</ol>
<!-- kcite active, but no citations found -->
</div> <!-- kcite-section 385 -->]]></content:encoded>
			<wfw:commentRss>http://blog.fuzzierlogic.com/archives/385/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.nodalpoint.org/npconv_s0101_high.mp3" length="49483974" type="audio/mpeg" />
	
		<media:thumbnail url="http://farm5.static.flickr.com/4088/5020631385_e32d91e31e_b.jpg" />
		<media:content url="http://farm5.static.flickr.com/4088/5020631385_e32d91e31e_b.jpg" medium="image">
			<media:title type="html">Whitby Abbey seen from harbour</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Acquires AppJet &#8211; are there any live, functional alternatives to Etherpad?</title>
		<link>http://blog.fuzzierlogic.com/archives/307</link>
		<comments>http://blog.fuzzierlogic.com/archives/307#comments</comments>
		<pubDate>Fri, 04 Dec 2009 22:40:50 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[posterous]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.fuzzierlogic.com/archives/307</guid>
		<description><![CDATA[We are happy to announce that AppJet Inc. has been acquired by Google. The EtherPad team will continue its work on realtime collaboration by joining the <a href="https://wave.google.com/wave/">Google Wave</a> team.</p> <p>[...]</p> <p>The EtherPad site will stay online through March 2010 with some restrictions.</p> <p>[...]</p> <p>No new free public pads may be created. Your pads will [...]]]></description>
			<content:encoded><![CDATA[<div class="kcite-section" kcite-section-id="307">
<div class="posterous_bookmarklet_entry">
<blockquote>
<div><img class="alignleft" src="http://etherpad.com/static/img/wavejet.jpg" alt="" width="200" height="142" />We are happy to announce that AppJet Inc. has been acquired by Google.  The EtherPad team will continue its work on realtime collaboration by  joining the <a href="https://wave.google.com/wave/">Google Wave</a> team.</p>
<p>[...]</p>
<p>The EtherPad site will stay online through March 2010 with some  restrictions.</p>
<p>[...]</p>
<p><strong>No new  free public pads may be created.</strong> Your pads will no longer be accessible  after March 31, 2010, at which time your pads and any associated personally  identifiable information will be deleted.</p>
<p>[...]</p></div>
</blockquote>
<div class="posterous_quote_citation">via <a href="http://etherpad.com/ep/blog/posts/google-acquires-appjet">etherpad.com</a></div>
<div class="posterous_quote_citation"></div>
<p>Etherpad was a nice little tool, very effective at what it offered, I&#8217;m sure the guys who developed it will bring a lot to the Wave party. But seriously, Wave is nowhere near functional yet, it&#8217;s confusing, and glacially slow. So is there a decent alternative to Etherpad that is usable &#8211; right now?</p></div>
<p style="font-size: 10px;"><a href="http://posterous.com">Posted via web</a> from <a href="http://sjcockell.posterous.com/google-acquires-appjet-are-there-any-live-fun">Simon&#8217;s posterous</a></p>
<!-- kcite active, but no citations found -->
</div> <!-- kcite-section 307 -->]]></content:encoded>
			<wfw:commentRss>http://blog.fuzzierlogic.com/archives/307/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://etherpad.com/static/img/wavejet.jpg" />
		<media:content url="http://etherpad.com/static/img/wavejet.jpg" medium="image" />
	</item>
		<item>
		<title>Randomness, statistics and understanding</title>
		<link>http://blog.fuzzierlogic.com/archives/254</link>
		<comments>http://blog.fuzzierlogic.com/archives/254#comments</comments>
		<pubDate>Wed, 24 Jun 2009 14:25:35 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[randomness]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://blog.fuzzierlogic.com/?p=254</guid>
		<description><![CDATA[<p>So here I am, sitting in a statistics workshop, having finished all the exercises ahead of time, musing on how much easier all this stuff is once you understand where it all comes from. This made me think that I have found this workshop more understandable and simpler to tackle because I have pretty much [...]]]></description>
			<content:encoded><![CDATA[<div class="kcite-section" kcite-section-id="254">
<p>So here I am, sitting in a statistics workshop, having finished all the exercises ahead of time, musing on how much easier all this stuff is once you understand where it all comes from. This made me think that I have found this workshop more understandable and simpler to tackle because I have pretty much finished reading a marvellous little book called <a title="Amazon.co.uk - The Drunkard's Walk" href="http://www.amazon.co.uk/Drunkards-Walk-Randomness-Rules-Lives/dp/0141026472/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1245852119&amp;sr=8-1" target="_blank">&#8216;The Drunkard&#8217;s Walk&#8217;</a> by Leonard Mlodinow.</p>
<div id="attachment_256" class="wp-caption alignleft" style="width: 310px"><a href="http://www.flickr.com/photos/sixmilliondollardan/3193613357/"><img class="size-medium wp-image-256" title="drunk_walk" src="http://blog.fuzzierlogic.com/wp-content/uploads/2009/06/drunk_walk-300x199.jpg" alt="Photo from http://www.flickr.com/photos/sixmilliondollardan/3193613357/" width="300" height="199" /></a><p class="wp-caption-text">Photo from http://www.flickr.com/photos/sixmilliondollardan/3193613357/</p></div>
<p>Mlodinow aims to educate the reader about randomness and statistics, by way of history and illustrative example, and he succeeds admirably. The book is a walk through mathematics from the Greeks and Romans, by way of the renaissance, to Einstein and the modern day. Each important advance toward the modern day study of statistics is illustrated with excellent examples and anecdotes, many of them personal to the author. The <a title="Wikipedia - The Monty Hall Problem" href="http://en.wikipedia.org/wiki/Monty_Hall_problem" target="_blank">Monty Hall problem</a>, the anomoly of <a title="Wikipedia - Jeanne Calment" href="http://en.wikipedia.org/wiki/Jeanne_Calment">Jeanne Calment</a>, who reverse-mortgaged her apartment to a 47 year old lawyer when she was 90, only to outlive him (and he died aged 77), even the author&#8217;s own (false) positive AIDS test makes for an intriguing case study, and illustrates the importance of understanding prior probabilities when reporting the results of a test.</p>
<p>The setting of all this stuff in context has really helped my brain with the basic concepts, and even without this current course, I feel like I&#8217;ve got a much better grip on statistics in general. A remarkable claim for a popular science book. I look forward to the remaining 30 or so pages.</p>
<!-- kcite active, but no citations found -->
</div> <!-- kcite-section 254 -->]]></content:encoded>
			<wfw:commentRss>http://blog.fuzzierlogic.com/archives/254/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://blog.fuzzierlogic.com/wp-content/uploads/2009/06/drunk_walk-150x150.jpg" />
		<media:content url="http://blog.fuzzierlogic.com/wp-content/uploads/2009/06/drunk_walk.jpg" medium="image">
			<media:title type="html">drunk_walk</media:title>
			<media:description type="html">Photo from http://www.flickr.com/photos/sixmilliondollardan/3193613357/</media:description>
			<media:thumbnail url="http://blog.fuzzierlogic.com/wp-content/uploads/2009/06/drunk_walk-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Eee PC &amp; Eeebuntu</title>
		<link>http://blog.fuzzierlogic.com/archives/244</link>
		<comments>http://blog.fuzzierlogic.com/archives/244#comments</comments>
		<pubDate>Mon, 22 Jun 2009 21:38:58 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.fuzzierlogic.com/?p=244</guid>
		<description><![CDATA[<p>I&#8217;ve been hankering after a netbook for a while. Not just new shiny gadget lust (though that is certainly part of it, I&#8217;m only human after all), but a small machine with good battery life would be ideal for on the road, and for all the chugging round campus (and beyond) to meetings I do [...]]]></description>
			<content:encoded><![CDATA[<div class="kcite-section" kcite-section-id="244">
<p>I&#8217;ve been hankering after a netbook for a while. Not just new shiny gadget lust (though that is certainly part of it, I&#8217;m only human after all), but a small machine with good battery life would be ideal for on the road, and for all the chugging round campus (and beyond) to meetings I do on a weekly basis. I casually mentioned this fact to Phil recently, and a week later a nice new Asus EeePC 1000HE was sitting on my desk (thanks Phil!). <a href="http://blog.fuzzierlogic.com/wp-content/uploads/2009/06/eeepc.jpg"><img class="alignleft size-medium wp-image-248" title="Asus Eee PC 1000HE" src="http://blog.fuzzierlogic.com/wp-content/uploads/2009/06/eeepc-264x300.jpg" alt="Asus Eee PC 1000HE" width="264" height="300" /></a></p>
<p>I got the 1000HE because of the promised battery life (9.5hrs). No other comparable netbook comes close, and it is every bit as good as promised. 6hrs real world use is no problem at all. 8hrs should be realistically achievable on a daily basis. Overall the machine is surprisingly nippy too. Its not going to break any speed records, but the Intel Atom N280 drives it along at a reasonable clip under normal usage. The extra 1GB of RAM I installed helps out with the speed some too, this is an &#8216;underpowered&#8217; laptop that can fire up OpenOffice.org in around 10 seconds.</p>
<p>Since I just can&#8217;t get along with Windows as a primary OS these days, I installed Eeebunutu. This is a version of Ubuntu customised for use on Asus netbooks, and as such all the hardware works out of the box. Power management is very impressive, with the battery life holding up about as well as it does under Windows. The only glitch I&#8217;ve noticed so far is that the Wifi card doesn&#8217;t turn on and off properly with the keyboard shortcut, but its a low power device, I think I can live with that (and the Eeebuntu forums seem very good if I really want to find a fix).</p>
<div id="attachment_251" class="wp-caption alignright" style="width: 310px"><a href="http://blog.fuzzierlogic.com/wp-content/uploads/2009/06/Screenshot.png"><img class="size-medium wp-image-251" title="Eeebuntu" src="http://blog.fuzzierlogic.com/wp-content/uploads/2009/06/Screenshot-300x175.png" alt="Eeebuntu is certainly a pretty distro" width="300" height="175" /></a><p class="wp-caption-text">Eeebuntu is certainly a pretty distro</p></div>
<p>The standard desktop is very good looking, better than the default Ubuntu look and feel, and the configuration makes the most of the (admittedly limited) screen real-estate. A few tweaks to Firefox to make the most of the available room, and I&#8217;m very happy to work on it all day. Considering I&#8217;m used to 20-24&#8243; widescreens, that&#8217;s pretty impressive.</p>
<p>I&#8217;d recommend the Eee PC to anyone looking to make a netbook purchase, and since Asus are phasing the 1000HE out pretty soon, if you are looking, I&#8217;d grab one while you still can.</p>
<!-- kcite active, but no citations found -->
</div> <!-- kcite-section 244 -->]]></content:encoded>
			<wfw:commentRss>http://blog.fuzzierlogic.com/archives/244/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://blog.fuzzierlogic.com/wp-content/uploads/2009/06/eeepc-150x150.jpg" />
		<media:content url="http://blog.fuzzierlogic.com/wp-content/uploads/2009/06/eeepc.jpg" medium="image">
			<media:title type="html">Asus Eee PC 1000HE</media:title>
			<media:thumbnail url="http://blog.fuzzierlogic.com/wp-content/uploads/2009/06/eeepc-150x150.jpg" />
		</media:content>
		<media:content url="http://blog.fuzzierlogic.com/wp-content/uploads/2009/06/Screenshot.png" medium="image">
			<media:title type="html">Eeebuntu</media:title>
			<media:description type="html">Eeebuntu is certainly a pretty distro</media:description>
			<media:thumbnail url="http://blog.fuzzierlogic.com/wp-content/uploads/2009/06/Screenshot-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Experiments with MindMapping</title>
		<link>http://blog.fuzzierlogic.com/archives/220</link>
		<comments>http://blog.fuzzierlogic.com/archives/220#comments</comments>
		<pubDate>Thu, 28 May 2009 17:00:26 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mindmap]]></category>

		<guid isPermaLink="false">http://blog.fuzzierlogic.com/?p=220</guid>
		<description><![CDATA[<p>I&#8217;ve been experimenting with various forms of note taking recently. I keep my daily diary on my <a title="Research Wiki" href="http://wiki.fuzzierlogic.com" target="_blank">wiki</a>, but struggle to capture my every note there, because of the editing overhead, and requirement to be online (which I often am not during meetings, for example). So I have tried <a title="Evernote" [...]]]></description>
			<content:encoded><![CDATA[<div class="kcite-section" kcite-section-id="220">
<p>I&#8217;ve been experimenting with various forms of note taking recently. I keep my daily diary on my <a title="Research Wiki" href="http://wiki.fuzzierlogic.com" target="_blank">wiki</a>, but struggle to capture my every note there, because of the editing overhead, and requirement to be online (which I often am not during meetings, for example). So I have tried <a title="Evernote" href="http://evernote.com/" target="_blank">Evernote</a>, which seems to work very nicely. The online requirement is gone, and I can take quick notes on my phone too (better for meetings). However, if I want to record these notes easily on the wiki, I have to adhere to wiki syntax in my note taking which can be a bit of a pain outside of that environment.</p>
<p>I&#8217;ve noticed a few people that I work with using Mind Mapping software recently, and the approach intrigued me. So I looked through <a title="FriendFeed" href="http://friendfeed.com" target="_blank">FriendFeed</a> for what different people were using (useful as a fast, informal survey of the tools available), and downloaded a couple to tinker with (<a title="FreeMind" href="http://freemind.sourceforge.net/wiki/index.php/Main_Page" target="_blank">FreeMind</a> and <a title="XMind" href="http://www.xmind.net/" target="_blank">XMind</a>, for the record). Of these, XMind is the more polished tool, and allows you to share your maps once you have created them. I decided to give it a thorough test run at a workshop meeting in Manchester today. I&#8217;ve embedded the results below.</p>
<p><iframe id='xmindshare_embedviewer' src='http://share.xmind.net/_embed/sjcockell/ondex-technical-meeting/' width='600px' height='500px' frameborder='0' scrolling='no'></iframe></p>
<p>I&#8217;m quite impressed. It allows me to record detailed notes, and also to have a visual representation of how the various topics fit together. The XMind upload &amp; share facility allows me to embed the final map in my wiki (or blog, obv.), and the outline view of the map is actually a good textual representation of the meeting too.</p>
<p>XMind is not going to be a solution for every situation. Often, pen &amp; paper will still be used in meetings, and transcription to some electronic format will still be required. The fastest way of recording these types of notes will probably still be directly on the wiki. In the end, a mixture of tools seems the best approach overall, but for all day meetings/conference sitations, XMind seems like a very good tool.</p>
<!-- kcite active, but no citations found -->
</div> <!-- kcite-section 220 -->]]></content:encoded>
			<wfw:commentRss>http://blog.fuzzierlogic.com/archives/220/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Papers for iPhone, a brief review</title>
		<link>http://blog.fuzzierlogic.com/archives/153</link>
		<comments>http://blog.fuzzierlogic.com/archives/153#comments</comments>
		<pubDate>Fri, 20 Feb 2009 12:52:52 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://blog.fuzzierlogic.com/?p=153</guid>
		<description><![CDATA[<p><a title="Papers" href="http://mekentosj.com/papers/" target="_blank">Papers</a>, from <a title="Mekentosj" href="http://mekentosj.com/" target="_blank">Mekentosj</a>, is a literature management program for Mac. It organises pdfs into a searchable library, and stores the appropriate metadata associated with scientific articles (which it retrieves from public repositories such as <a title="PubMed" href="http://www.ncbi.nlm.nih.gov/sites/entrez?db=PubMed" target="_blank">PubMed</a>, though in practise you can tag any document with any metadata).</p> [...]]]></description>
			<content:encoded><![CDATA[<div class="kcite-section" kcite-section-id="153">
<p><a title="Papers" href="http://mekentosj.com/papers/" target="_blank">Papers</a>, from <a title="Mekentosj" href="http://mekentosj.com/" target="_blank">Mekentosj</a>, is a literature management program for Mac. It organises pdfs into a searchable library, and stores the appropriate metadata associated with scientific articles (which it retrieves from public repositories such as <a title="PubMed" href="http://www.ncbi.nlm.nih.gov/sites/entrez?db=PubMed" target="_blank">PubMed</a>, though in practise you can tag any document with any metadata).</p>
<p>I have been a Papers user since v1.0. I bought my license in April &#8217;07 and have not looked back, it makes it so much easier to find that particular paper you are after, to organise papers by subject or project, and it even converted me to reading articles on the screen, rather than printing everything out.</p>
<p>I haven&#8217;t had an <a title="Apple iPhone" href="http://www.apple.com/iphone/" target="_blank">iPhone</a> for very long, and it is safe to say it is by far the most impressive gadget I have ever owned. I am aware of its imperfections, but I don&#8217;t care, they are either in areas I don&#8217;t use anyway (I&#8217;ve never sent an MMS in my life), or they haven&#8217;t affected me yet (though I probably will curse the lack of Copy-Paste at some point). I have been thinking about the impending release of <a title="iTunes Store - Papers for iPhone" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=304655618&amp;mt=8" target="_blank">Papers for the iPhone</a> ever since I got it, and wondering if it would (a) be any good and (b) add anything to the already high value of Papers for Mac.</p>
<p><a href="http://mekentosj.com/papers/iphone/"><img class="alignleft size-medium wp-image-155" style="border: 0pt none;" title="iphone_pocket" src="http://blog.fuzzierlogic.com/wp-content/uploads/2009/02/iphone_pocket-300x224.jpg" alt="iphone_pocket" width="300" height="224" /></a>The answer to both questions is a resounding yes so far. The app is lovely, very intuitive and smooth. Syncing my Papers library to my phone was a doddle, and my (not inconsiderable) library was copied across in less than 10 minutes. Now my article collection is quite literally at my fingertips. Searching PubMed on the phone and retrieving papers also works really well. Find the paper you want, click import, and you&#8217;re done. The viewer is good too, pdfs render quickly and clearly. My only criticism is that zooming in can be a little cumbersome, but I suspect this is a hardware, rather than software, limitation.</p>
<p>Although I have yet to spend a lot of time with it, I don&#8217;t regret my purchase of Papers for iPhone for a second (and £5.99 is a very reasonable price btw), I think that I will get so many more articles read now I can summon them at the press of a button on my bus ride home every evening. All I need now is the full range of my institution&#8217;s journal subscriptions available to me over my 3G connection.</p>
<!-- kcite active, but no citations found -->
</div> <!-- kcite-section 153 -->]]></content:encoded>
			<wfw:commentRss>http://blog.fuzzierlogic.com/archives/153/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://blog.fuzzierlogic.com/wp-content/uploads/2009/02/iphone_pocket-150x150.jpg" />
		<media:content url="http://blog.fuzzierlogic.com/wp-content/uploads/2009/02/iphone_pocket.jpg" medium="image">
			<media:title type="html">iphone_pocket</media:title>
			<media:thumbnail url="http://blog.fuzzierlogic.com/wp-content/uploads/2009/02/iphone_pocket-150x150.jpg" />
		</media:content>
	</item>
	</channel>
</rss>

