<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Local Frame of Reference</title>
	<atom:link href="http://localframeofreference.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://localframeofreference.wordpress.com</link>
	<description>Astrophysics, computers, culture, politics.</description>
	<lastBuildDate>Mon, 17 Jan 2011 23:24:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='localframeofreference.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Local Frame of Reference</title>
		<link>http://localframeofreference.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://localframeofreference.wordpress.com/osd.xml" title="Local Frame of Reference" />
	<atom:link rel='hub' href='http://localframeofreference.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Enjoyify your LaTeX workflow: Kile, Xe(La)TeX and SyncTeX.</title>
		<link>http://localframeofreference.wordpress.com/2010/08/31/kile-synctex/</link>
		<comments>http://localframeofreference.wordpress.com/2010/08/31/kile-synctex/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 22:22:03 +0000</pubDate>
		<dc:creator>lusepuster</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://localframeofreference.wordpress.com/?p=170</guid>
		<description><![CDATA[Obviously, writing a thesis an&#8217; all, these days I&#8217;m pretty interested in ways to make my working environment as pleasant and smooth as possible. I do, after all, spend a lot of time in it. Recently, I&#8217;ve spent quite some &#8230; <a href="http://localframeofreference.wordpress.com/2010/08/31/kile-synctex/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=170&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Obviously, writing a thesis an&#8217; all, these days I&#8217;m pretty interested in ways to make my working environment as pleasant and smooth as possible. I do, after all, spend a lot of time in it.</p>
<p>Recently, I&#8217;ve spent quite some time searching for the right LaTeX-editor, and I must confess to be quite picky. None of them are all that I want, but a few <em>almost</em> are. My wish list includes: Xe(La)TeX support, code folding, clever and/or configurable keyboard shortcuts for compiling and viewing, auto completion, integration with the Gnome desktop, a simpl(ifiabl)e interface and a few more things.</p>
<p>To cut a long story &#8211; and possibly a later blogpost &#8211; short; after having sacrificed the Gnome integration, I think I&#8217;ve finally settled on using Kile on my laptop running <a title="Ubuntu" href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 10.04. Kile was already a very attractive candidate despite it&#8217;s heavy KDE library dependencies, with its combination of customizable interface and keyboard shortcuts, <a title="XeLaTeX" href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;id=XeTeX" target="_blank">XeLaTeX</a> support, code folding, auto completion, lots of help functions and wizards. But what finally made it for me was to learn that Kile, with an extra ionstall of <a title="Okular" href="http://okular.kde.org/screenshots.php" target="_blank">Okular</a> and the right options set, also supports backwards navigation (that is, from PDF to .tex source file) with the SyncTeX library. Maybe you need to try it before yu realize just how convenient that is. Here&#8217;s how it works.</p>
<p>Open the Kile configuration window, navigate to Tools -&gt; Build in the left hand menu, choose XeLaTeX in the middle column, and make sure the options are set as on this screenshot:</p>
<div id="attachment_171" class="wp-caption aligncenter" style="width: 510px"><a href="http://localframeofreference.files.wordpress.com/2010/08/screenshot1.png"><img class="size-full wp-image-171" title="screenshot1" src="http://localframeofreference.files.wordpress.com/2010/08/screenshot1.png?w=500&#038;h=341" alt="Kile configuration: XeLaTeX" width="500" height="341" /></a><p class="wp-caption-text">Kile configuration: XeLaTeX</p></div>
<p>Second, select the &#8220;QuickBuild&#8221; tool. As configuration, choose &#8220;XeLaTeX + Preview (Okuar)&#8221; rather than Preview (Embedded) as I have chosen. Make sure the configuration looks as in this screen shot (You are of course free to add extra runs of XeLaTeX, BibTeX etc.):</p>
<div id="attachment_172" class="wp-caption aligncenter" style="width: 510px"><a href="http://localframeofreference.files.wordpress.com/2010/08/screenshot2.png"><img class="size-full wp-image-172" title="screenshot2" src="http://localframeofreference.files.wordpress.com/2010/08/screenshot2.png?w=500&#038;h=343" alt="Kile configuration: QuickBuild" width="500" height="343" /></a><p class="wp-caption-text">Kile configuration: QuickBuild.</p></div>
<p>Now the QuickBuild command builds the synchronization info and embeds it in the PDF that is sent to the PDF viewer. This could in theory be done by any LaTeX client with configurable build commands &#8211; or, or course, from the command line. But on Linux only Okular supports SyncTeX.</p>
<p>To enable this, open the Okular preferences and change the default editor from Kate to Kile as shown below:</p>
<div id="attachment_173" class="wp-caption aligncenter" style="width: 510px"><a href="http://localframeofreference.files.wordpress.com/2010/08/screenshot3.png"><img class="size-full wp-image-173" title="screenshot3" src="http://localframeofreference.files.wordpress.com/2010/08/screenshot3.png?w=500&#038;h=577" alt="Okular configuration" width="500" height="577" /></a><p class="wp-caption-text">Okular configuration.</p></div>
<p>This should be it! Now you can run QuickBuild from the Kile toolbar or by hitting Alt+1, and Okular will pop up with a document:</p>
<div id="attachment_175" class="wp-caption aligncenter" style="width: 510px"><a href="http://localframeofreference.files.wordpress.com/2010/08/screenshot-1.png"><img class="size-full wp-image-175" title="Screenshot-1" src="http://localframeofreference.files.wordpress.com/2010/08/screenshot-1.png?w=500&#038;h=281" alt="SyncTex in action" width="500" height="281" /></a><p class="wp-caption-text">SyncTex in action.</p></div>
<p>Now if you find a spelling error or similar, Shift+ Left Click on that sentence, and voilá!, you are taken to the appropriate line in your .tex source to correct the error or write down that little spiffy witticism while it&#8217;s still hot.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localframeofreference.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localframeofreference.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localframeofreference.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localframeofreference.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localframeofreference.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localframeofreference.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localframeofreference.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localframeofreference.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localframeofreference.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localframeofreference.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localframeofreference.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localframeofreference.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localframeofreference.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localframeofreference.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=170&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localframeofreference.wordpress.com/2010/08/31/kile-synctex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3dda840811ec6be262cbd4aee7ce4d8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lusepuster</media:title>
		</media:content>

		<media:content url="http://localframeofreference.files.wordpress.com/2010/08/screenshot1.png" medium="image">
			<media:title type="html">screenshot1</media:title>
		</media:content>

		<media:content url="http://localframeofreference.files.wordpress.com/2010/08/screenshot2.png" medium="image">
			<media:title type="html">screenshot2</media:title>
		</media:content>

		<media:content url="http://localframeofreference.files.wordpress.com/2010/08/screenshot3.png" medium="image">
			<media:title type="html">screenshot3</media:title>
		</media:content>

		<media:content url="http://localframeofreference.files.wordpress.com/2010/08/screenshot-1.png" medium="image">
			<media:title type="html">Screenshot-1</media:title>
		</media:content>
	</item>
		<item>
		<title>Sound woes: Skype on Linux</title>
		<link>http://localframeofreference.wordpress.com/2010/08/15/sound-woes-skype-on-linux/</link>
		<comments>http://localframeofreference.wordpress.com/2010/08/15/sound-woes-skype-on-linux/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 23:01:29 +0000</pubDate>
		<dc:creator>lusepuster</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://localframeofreference.wordpress.com/?p=163</guid>
		<description><![CDATA[I love Linux. But sometimes, just sometimes, it makes me so very annoyed. I got a laptop a few months ago, which is running Ubuntu 10.04, and is very pretty and a lot faster than Windows 7 on the same &#8230; <a href="http://localframeofreference.wordpress.com/2010/08/15/sound-woes-skype-on-linux/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=163&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I love Linux. But sometimes, just sometimes, it makes me so very annoyed.</p>
<p>I got a laptop a few months ago, which is running Ubuntu 10.04, and is very pretty and a lot faster than Windows 7 on the same machine. Just recently, I installed Skype on it (I don&#8217;t use Skype that often). I installed it to find that the sound input does not work. I heard the mic through the speakers, no problem there. But no response at all to the test call.</p>
<p>After a bit of Googling, I found <a title="Solution" href="http://ubuntuforums.org/showthread.php?t=1470827&amp;page=2" target="_blank">this solution</a>. It was painfully simple.</p>
<p>The story is, the Gnome-based Linux systems like Ubuntu have quite recently switched to a new audio handling system, PulseAudio, instead of the old one, Advanced Linux Sound Architecture. That is all fine. The trouble is, they are relying so much on everything just working perfectly and nicely auto detecting everything that they didn&#8217;t bother to include the manual volume control in the software package!</p>
<p>I installed it &#8211; the package is called pavucontrol. I opened it, and voilá: it showed that the input chanel was automatically muted &#8211; with no way (other than command-line) to unmute it in the default system.</p>
<p>Sigh.</p>
<p>I got my mic working. Just had to tell Skype not to auto-adjust it, but that hardly ever works anyway, so I always do that. But seriously. This is one of these little &#8220;paper cuts&#8221; that hinder broad adoption of an otherwise in most ways superior system.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localframeofreference.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localframeofreference.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localframeofreference.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localframeofreference.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localframeofreference.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localframeofreference.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localframeofreference.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localframeofreference.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localframeofreference.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localframeofreference.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localframeofreference.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localframeofreference.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localframeofreference.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localframeofreference.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=163&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localframeofreference.wordpress.com/2010/08/15/sound-woes-skype-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3dda840811ec6be262cbd4aee7ce4d8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lusepuster</media:title>
		</media:content>
	</item>
		<item>
		<title>Python-topia</title>
		<link>http://localframeofreference.wordpress.com/2010/08/02/python-topia/</link>
		<comments>http://localframeofreference.wordpress.com/2010/08/02/python-topia/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 15:20:18 +0000</pubDate>
		<dc:creator>lusepuster</dc:creator>
				<category><![CDATA[Astronomy & Space]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[matplotlib]]></category>
		<category><![CDATA[NumPy]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[SciPy]]></category>

		<guid isPermaLink="false">http://localframeofreference.wordpress.com/?p=157</guid>
		<description><![CDATA[Okay, I have been sorta inactive blogging lately. Like, for a long time. Long story. Anyway, I&#8217;m now through 5 out of 12 months writing my Master thesis. Quite early on in the process, I decided to abandon IDL (which &#8230; <a href="http://localframeofreference.wordpress.com/2010/08/02/python-topia/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=157&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Okay, I have been sorta inactive blogging lately. Like, for a long time. Long story.</p>
<p>Anyway, I&#8217;m now through 5 out of 12 months writing my Master thesis. Quite early on in the process, I decided to abandon<a title="IDL" href="http://en.wikipedia.org/wiki/IDL_%28programming_language%29" target="_blank"> IDL</a> (which seems to more or less be the standard for data reduction at the astronomical department of the Niels Bohr Institute) in favor of<a title="NumPy" href="http://en.wikipedia.org/wiki/Numpy" target="_blank"> NumPy</a>/<a title="SciPy" href="http://en.wikipedia.org/wiki/SciPy" target="_blank">SciPy</a> and numerous other Python-based tools. It was, of course, with some trembling of the hand, since there isn&#8217;t any Python expertise around to help me out if anything went wrong. Knowing that I could always revert to IDL if there was stuff I couldn&#8217;t figure out on my own in the strange but fascinating new lands of Python was some consolation, but it still seemed a bit spooky.</p>
<p>Turns out, I needed not fear. I have hardly looked back once.</p>
<p>There might not be any Python expertise around physically, but it turns out the SciPy and NumPy community is both large, competent and very helpful. Besides, Python seems to have a wider application range than IDL, meaning developers from more different fields working on improving the software.  This in turn means a broader range of functionality. Especially, the data visualization capabilities of <a title="matplotlib" href="http://en.wikipedia.org/wiki/Matplotlib" target="_blank">matplotlib</a> have astonished me &#8211; the beauty and ease of use of <a title="gnuplot" href="http://en.wikipedia.org/wiki/Gnuplot" target="_blank">gnuplot</a>, the extensibility, power and programming language integration of IDL plotting (including a very versatile<a title="LaTeX" href="http://en.wikipedia.org/wiki/LaTeX" target="_blank"> \TeX</a> handling facility providing beautiful text rendering in figures).</p>
<p style="text-align:center;">
<div id="attachment_161" class="wp-caption aligncenter" style="width: 510px"><a href="http://localframeofreference.files.wordpress.com/2010/08/figure-1_001.png"><img class="size-full wp-image-161 " title="Interactive plotting in matplotlib" src="http://localframeofreference.files.wordpress.com/2010/08/figure-1_001.png?w=500&#038;h=392" alt="Interactive plotting in matplotlib" width="500" height="392" /></a><p class="wp-caption-text">Interactive plotting in matplotlib</p></div>
<p>Sure, there has been a learning curve. NumPy and SciPy are &#8211; although very stable and powerful &#8211; still in active development, meaning that especially the documentation is still sort of messy, it is vast and often confusing and changing between versions. This has changed a lot for the better in just a few months, though, and they are maturing very fast.</p>
<p>Also the (optional) object-oriented programming style of Python was a bit confusing to a half-studied code kludger like me, and a number of failed attempts to wrestle it and understand it has been the price of learning.</p>
<p>The result is still clear, though, and was at a very early stage. After a couple of weeks, I was able to do all the array handling in NumPy that I was in IDL, and after ~2-3 months, my data reduction and visualisation skills in the Python-based tools were fully up to speed with the skills it took me years to aquire in IDL, and in some areas already far ahead, doing things that I had given up figuring out in IDL.</p>
<p>And I must admit, I have fallen somewhat in love with Python. Dynamical typing and whitespace seems a bit confusing to begin with, but already at a very early stage the benefits are clear: it forces you to write structured, tidy and good-looking code, otherwise it won&#8217;t work!</p>
<p style="text-align:center;">
<div id="attachment_160" class="wp-caption aligncenter" style="width: 510px"><a href="http://localframeofreference.files.wordpress.com/2010/08/normalizevis-py-speciale-speciale-backup-15-juli-2010-speciale-vis-gedit_002.png"><img class="size-full wp-image-160 " title="normalizeVIS.py" src="http://localframeofreference.files.wordpress.com/2010/08/normalizevis-py-speciale-speciale-backup-15-juli-2010-speciale-vis-gedit_002.png?w=500&#038;h=487" alt="NumPy code in Gedit" width="500" height="487" /></a><p class="wp-caption-text">NumPy code in Gedit</p></div>
<p>The common Python base makes it easy to import the modules you need and leave out the rest, keeping your programs lean and slim and incredibly flexible.</p>
<p>In the time to come, I&#8217;ll probably post some neat little tips and tricks for scientific (especially astronomical) Python based tools. It is partly as a sort of log book for myself, partly in the hope that it will be of help to others.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localframeofreference.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localframeofreference.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localframeofreference.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localframeofreference.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localframeofreference.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localframeofreference.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localframeofreference.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localframeofreference.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localframeofreference.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localframeofreference.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localframeofreference.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localframeofreference.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localframeofreference.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localframeofreference.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=157&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localframeofreference.wordpress.com/2010/08/02/python-topia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3dda840811ec6be262cbd4aee7ce4d8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lusepuster</media:title>
		</media:content>

		<media:content url="http://localframeofreference.files.wordpress.com/2010/08/figure-1_001.png" medium="image">
			<media:title type="html">Interactive plotting in matplotlib</media:title>
		</media:content>

		<media:content url="http://localframeofreference.files.wordpress.com/2010/08/normalizevis-py-speciale-speciale-backup-15-juli-2010-speciale-vis-gedit_002.png" medium="image">
			<media:title type="html">normalizeVIS.py</media:title>
		</media:content>
	</item>
		<item>
		<title>Letter from a former Skateboard Punk Rocker</title>
		<link>http://localframeofreference.wordpress.com/2010/07/11/letter-from-a-former-skateboard-punk-rocker/</link>
		<comments>http://localframeofreference.wordpress.com/2010/07/11/letter-from-a-former-skateboard-punk-rocker/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 22:48:36 +0000</pubDate>
		<dc:creator>lusepuster</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://localframeofreference.wordpress.com/?p=153</guid>
		<description><![CDATA[Recently, triggered by the verdict in the Oakland Shooting case, I remembered the old song &#8220;Graffiti Limbo&#8221; by Michelle Shocked, which suddenly, after so many years, seemed all too relevant and fresh and necessary. Seeing no other way to share &#8230; <a href="http://localframeofreference.wordpress.com/2010/07/11/letter-from-a-former-skateboard-punk-rocker/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=153&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently, triggered by the verdict in the <a title="Oakland Shooting case" href="http://www.cbsnews.com/stories/2010/07/08/national/main6659458.shtml" target="_blank">Oakland Shooting case</a>, I remembered the old song &#8220;Graffiti Limbo&#8221; by Michelle Shocked, which suddenly, after so many years, seemed all too relevant and fresh and necessary.</p>
<p>Seeing no other way to share it with my friends, I made a video of it which I uploaded on YouTube. Not completely surprising, but still somewhat disappointing, after 2-3 days I received the following YouTube message:</p>
<blockquote><p><strong>Graffiti Limbo</strong><br />
Hi<br />
Please remove the unauthorized upload of Graffiti Limbo. It is copyright controlled material and the unauthorized upload is an infringment. Thank you for your prompt cooperation. The message of the song is timely and relevant, we agree. Please visit the artist&#8217;s website, where the song is available, as well as iTunes, Amazon, etc.</p>
<p>Thank you</p>
<p>Campfire Girl Publishing</p></blockquote>
<p>Since I don&#8217;t wanna dance with the big guys, even when they disguise themselves as You And Me, of course I removed the video, and replied with the following message:</p>
<blockquote><p><strong>Re: Graffiti Limbo</strong></p>
<p>I know the material is copyrighted, and that I am therefore finding myself forced to remove same video. I shall do so without further ado, but find myself urged to state the following:</p>
<p>My action of removing it would only have been cooperation had I had a choice. We all know that I don&#8217;t and am effectively doing so at gunpoint. I must therefore consider the line &#8220;Thank you for your prompt cooperation&#8221; to be an empty gesture and an ill-disguised threat while the chance to willfully and voluntarily cooperate still remains to be left me.</p>
<p>You tell me to please refer to Michelle Shocked&#8217;s site or music sales services like iTunes to purchase the song. This is tell-tale of a total failure to understand my motivation to post the song. As you wrote, the message is timely and relevant. This is really the song&#8217;s strongsuit; hardly anyone will disagree to say that the composition is somewhat generic.<br />
Now, my motivation to put up the song was to communicate this message to a number of people, of whom most have never even heard of the artist Michelle Shocked. These people were unlikely to start buying the songs just to hear the message I wanted to communicate to them, and unlikely to feel the strength of it by being referred to a written version of the lyrics. I have looked around and not seen any possible way to present this song to a new audience short of inviting them to my house and play the CD. Since my friends are scattered across continents, this was not really an option. I would love to follow any properly given methods to present this song to my friends, were any available. But this is not the case.</p>
<p>Michelle Shocked and Campfire Girl Publishing should, in my opinion, see this kind of fan communication not as an infringement but a way of alternative marketing: I am, by posting this video, presenting this song to an audience of which the majority have never heard of Michelle before. At the same time, by placing this in a relevant political and historical context, I provide a sense of relevancy to my target group that no marketing campaign could provide. At the same time, being published as a YouTube video, the song is highly unlikely to become an illegit part of anyone&#8217;s music collection. A publishing of the song in this manner is, as far as I can see, a pure win-win situation for both artist and fans, established as well as new and potential.</p>
<p>I will also take this moment to remind you that copyright doesn&#8217;t necessarily imply zealously guarding the use and sharing of the song. Lots of artists have shown the way forward in communicating their music while keeping full copyright control, and for an example of the ultimately creative and progressive use of copyright, I will refer the General Public License authored by the Free Software Foundation.<br />
In my opinion, setting up artificial barriers for fans to aquire what is technically extremely easy to aquire without losses to anyone is both a dead end and an unnecessary harrassment of the audience that was supposed to be the friends, not the enemies of the artist.<br />
The only real loser in a scenario of more liberal sharing policy is the middle man; the major labels. They repeatedly &#8211; and falsely &#8211; claim that one illegit sharing equals one lost sale. This is of course bogus; the most likely outcome of me not sharing this song is a lot of people who will both before and after be completely and totally oblivious to its existence.</p>
<p>By zealously hoarding fictitious sales rates rather than taking a pragmatic stance on it &#8211; which, in this case, would in all likelihood be an increase in potential sales by an increase in potential fan base &#8211; Michelle Shocked and Campfire Girl Publishing is running the errand of major labels, harming the interests of both artist, fans and a general high level of cultural education and awareness.</p>
<p>Last, I shall state that I have no personal gains from posting this video, other than communicating what I found a strong and relevant message that only someone suffering from severe delusions of grandeur would believe the same people would otherwise have rushed to iTunes or Amazon to buy, just so they could hear it on my recommendation. I am disappointed, though, sadly, not surprised, by the reaction from an artist and publisher of whom I had much higher thoughts.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localframeofreference.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localframeofreference.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localframeofreference.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localframeofreference.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localframeofreference.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localframeofreference.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localframeofreference.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localframeofreference.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localframeofreference.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localframeofreference.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localframeofreference.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localframeofreference.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localframeofreference.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localframeofreference.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=153&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localframeofreference.wordpress.com/2010/07/11/letter-from-a-former-skateboard-punk-rocker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3dda840811ec6be262cbd4aee7ce4d8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lusepuster</media:title>
		</media:content>
	</item>
		<item>
		<title>Gappy Together</title>
		<link>http://localframeofreference.wordpress.com/2009/09/10/150/</link>
		<comments>http://localframeofreference.wordpress.com/2009/09/10/150/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 10:32:47 +0000</pubDate>
		<dc:creator>lusepuster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localframeofreference.wordpress.com/2009/09/10/150/</guid>
		<description><![CDATA[In smug contendedness that our Commie-Yankee family reunificated alliance has contributed to pissing off our national chauvinistic politicians; Fuck You Skaarup Productions in collaboration with Nuh Nuh-Nuh-Nuh Nuh! Promotion proudly present: Gappy Together!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=150&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In smug contendedness that our Commie-Yankee family reunificated alliance has contributed to <a title="Pissed Skaarup" href="http://politiken.dk/politik/article785386.ece" target="_blank">pissing off our national chauvinistic</a> politicians; <em>Fuck You Skaarup Productions</em> in collaboration with <em>Nuh Nuh-Nuh-Nuh Nuh! Promotion</em> proudly present: Gappy Together!</p>
<span style="text-align:center; display: block;"><a href="http://localframeofreference.wordpress.com/2009/09/10/150/"><img src="http://img.youtube.com/vi/A3l48_EGNdY/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localframeofreference.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localframeofreference.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localframeofreference.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localframeofreference.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localframeofreference.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localframeofreference.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localframeofreference.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localframeofreference.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localframeofreference.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localframeofreference.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localframeofreference.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localframeofreference.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localframeofreference.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localframeofreference.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=150&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localframeofreference.wordpress.com/2009/09/10/150/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3dda840811ec6be262cbd4aee7ce4d8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lusepuster</media:title>
		</media:content>
	</item>
		<item>
		<title>More fabulous software</title>
		<link>http://localframeofreference.wordpress.com/2009/08/30/more-fabulous-software/</link>
		<comments>http://localframeofreference.wordpress.com/2009/08/30/more-fabulous-software/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 00:42:27 +0000</pubDate>
		<dc:creator>lusepuster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localframeofreference.wordpress.com/2009/08/30/more-fabulous-software/</guid>
		<description><![CDATA[Callisto-Jupiter Originally uploaded by Lusepuster I just rediscovered the fabulous free software package Celestia. I am going to use it in the physics classes that I am teaching &#8211; the danish equivalent of junior year of high school, more or &#8230; <a href="http://localframeofreference.wordpress.com/2009/08/30/more-fabulous-software/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=149&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/lusepuster/3869280940/" title="photo sharing"><img src="http://farm3.static.flickr.com/2647/3869280940_259503d114_m.jpg" alt="" style="border:solid 2px #000000;" /></a><br />
<br />
<span style="font-size:.9em;margin-top:0;"><a href="http://www.flickr.com/photos/lusepuster/3869280940/">Callisto-Jupiter</a><br />
<br />
Originally uploaded by <a href="http://www.flickr.com/people/lusepuster/">Lusepuster</a><br />
</span><br />
</p>
<p>I just rediscovered the fabulous  free software package Celestia. I am going to  use it in the physics  classes that I am  teaching &#8211; the danish equivalent of junior year of high school, more or less. I just can&#8217;t  express the awesomeness in words,  so here&#8217;s some Celestia-generated photo goodness. Aaawwwwww&#8230;&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localframeofreference.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localframeofreference.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localframeofreference.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localframeofreference.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localframeofreference.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localframeofreference.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localframeofreference.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localframeofreference.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localframeofreference.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localframeofreference.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localframeofreference.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localframeofreference.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localframeofreference.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localframeofreference.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=149&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localframeofreference.wordpress.com/2009/08/30/more-fabulous-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3dda840811ec6be262cbd4aee7ce4d8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lusepuster</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2647/3869280940_259503d114_m.jpg" medium="image" />
	</item>
		<item>
		<title>Posts imported</title>
		<link>http://localframeofreference.wordpress.com/2009/06/24/posts-imported/</link>
		<comments>http://localframeofreference.wordpress.com/2009/06/24/posts-imported/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 21:41:12 +0000</pubDate>
		<dc:creator>lusepuster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localframeofreference.wordpress.com/2009/06/24/posts-imported/</guid>
		<description><![CDATA[I imported some anglophone  posts from my other blog. that&#8217;s why some posts suddenly appear before the first one.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=147&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I imported some anglophone  posts from my other blog. that&#8217;s why some posts suddenly appear before the first one.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localframeofreference.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localframeofreference.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localframeofreference.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localframeofreference.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localframeofreference.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localframeofreference.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localframeofreference.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localframeofreference.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localframeofreference.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localframeofreference.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localframeofreference.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localframeofreference.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localframeofreference.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localframeofreference.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=147&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localframeofreference.wordpress.com/2009/06/24/posts-imported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3dda840811ec6be262cbd4aee7ce4d8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lusepuster</media:title>
		</media:content>
	</item>
		<item>
		<title>Wolfram Alpha: a huge step forward, except for work moral</title>
		<link>http://localframeofreference.wordpress.com/2009/06/02/wolfram-alpha-a-huge-step-forward-except-for-work-moral/</link>
		<comments>http://localframeofreference.wordpress.com/2009/06/02/wolfram-alpha-a-huge-step-forward-except-for-work-moral/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 15:45:59 +0000</pubDate>
		<dc:creator>lusepuster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localframeofreference.wordpress.com/?p=6</guid>
		<description><![CDATA[As much as I am a Free Software supporter, I cannot help but be happy when I see a really really awesome piece of software &#8211; even if it is proprietary, closed source and all the otherbadness that goes around&#8230; &#8230; <a href="http://localframeofreference.wordpress.com/2009/06/02/wolfram-alpha-a-huge-step-forward-except-for-work-moral/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=6&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As much as I am a <a title="Free Software at Wikipedia" href="http://en.wikipedia.org/wiki/Free_software" target="_blank">Free Software</a> supporter, I cannot help but be happy when I see a really really awesome piece of software &#8211; even if it is proprietary, closed source and all the otherbadness that goes around&#8230; And such a piece of jaw-droppingly cool awesomeness is <a title="Wolfram Alpha" href="http://www.wolframalpha.com" target="_blank">Wolfram Alpha</a>, the Google of science.</p>
<p>Much has been said of Wolfram Alpha that needs not be repeated. Basically, it&#8217;s an extended calculating machine. But it also does dates in history, stock rates, conversion of natural constants, etc. And, even greater, it understands to some extend a normal daily-life language. No rigid syntax necessary. Take a look here:</p>
<div id="attachment_9" class="wp-caption aligncenter" style="width: 510px"><a href="http://localframeofreference.files.wordpress.com/2009/06/skc3a6rmbillede.png"><img class="size-full wp-image-9" title="Skærmbillede" src="http://localframeofreference.files.wordpress.com/2009/06/skc3a6rmbillede.png?w=500&#038;h=312" alt="Wolfra Alpha understands words. Not every time - but then it gives you hints as to what confuses it, and you can restate your question." width="500" height="312" /></a><p class="wp-caption-text">Wolfra Alpha understands words. Not every time - but then it gives you hints as to what confuses it, and you can restate your question.</p></div>
<p>I played around  with it while working on some astrophysics exercises &#8211; at first just to convert some natural constants. Then as a simple pocket calculator. And  then I tried simply typing in the entire problem &#8211; with obscure units and everything &#8211; and tell it in which units I wanted the output, and voilá:</p>
<div id="attachment_10" class="wp-caption aligncenter" style="width: 510px"><a href="http://localframeofreference.files.wordpress.com/2009/06/wolframalpharocksmore.png"><img class="size-full wp-image-10" title="wolframalpharocksmore" src="http://localframeofreference.files.wordpress.com/2009/06/wolframalpharocksmore.png?w=500&#038;h=312" alt="Wolfram Alpha solving a problem stated as a mixture of numbers, words and units. Note how neatly it tells you its interpretation of the question before actually solving it." width="500" height="312" /></a><p class="wp-caption-text">Wolfram Alpha solving a problem stated as a mixture of numbers, words and units. Note how neatly it tells you its interpretation of the question before actually solving it.</p></div>
<p>The original question stated here was:</p>
<blockquote><p>32*G/(5*c^5)*4/25*(1.4*sun mass)^2*(10 km)^2*(1 mm)^2*((2*pi)/(5 milliseconds))^6 in ergs per second</p></blockquote>
<p>A mish-mash of words, unit conversions and number crunching. Solved elegantly by listing its assumptions and interpretations and since solving the problem <strong>and</strong> then giving some alternative units and additional information! Too bad this is not Free Software &#8211; but yours truly is one little awestruck and impressed guy!</p>
<p>Just to clear my conscience: the rest of  the exercise was solved using the <a title="Texmacs Maxima interface" href="http://arxiv.org/html/cs/0504039v1" target="_blank">Maxima Texmacs interface</a>. And as soon as I get the time, I&#8217;ll have a look at the awesome new <a title="Sage math software" href="http://www.sagemath.org/tour.html" target="_blank">Sage</a> software package. It needs some polish, it doesn&#8217;t get anywhere near Wolfram Alpha when it comes to that &#8211; but it seems very, very promising indeed.</p>
<p><em>PS: <a title="Wolfram  Alpha about swallows" href="http://www58.wolframalpha.com/input/?i=what+is+the+average+flight+velocity+of+an+unladen+swallow%3F" target="_blank">what is the average flight velocity of an unladen swallow?</a></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localframeofreference.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localframeofreference.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localframeofreference.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localframeofreference.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localframeofreference.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localframeofreference.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localframeofreference.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localframeofreference.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localframeofreference.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localframeofreference.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localframeofreference.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localframeofreference.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localframeofreference.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localframeofreference.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=6&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localframeofreference.wordpress.com/2009/06/02/wolfram-alpha-a-huge-step-forward-except-for-work-moral/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3dda840811ec6be262cbd4aee7ce4d8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lusepuster</media:title>
		</media:content>

		<media:content url="http://localframeofreference.files.wordpress.com/2009/06/skc3a6rmbillede.png" medium="image">
			<media:title type="html">Skærmbillede</media:title>
		</media:content>

		<media:content url="http://localframeofreference.files.wordpress.com/2009/06/wolframalpharocksmore.png" medium="image">
			<media:title type="html">wolframalpharocksmore</media:title>
		</media:content>
	</item>
		<item>
		<title>My new blog &#8211; this one in english</title>
		<link>http://localframeofreference.wordpress.com/2009/05/21/first-post/</link>
		<comments>http://localframeofreference.wordpress.com/2009/05/21/first-post/#comments</comments>
		<pubDate>Thu, 21 May 2009 13:47:34 +0000</pubDate>
		<dc:creator>lusepuster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I created this blog because I realized I&#8217;ve done an increasing number of posts in english on my otherwise danophone other blog, and this was becoming increasingly confusing. Oh, and because I thought it was a cool title for a &#8230; <a href="http://localframeofreference.wordpress.com/2009/05/21/first-post/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=1&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I created this blog because I realized I&#8217;ve done an increasing number of posts in english on my otherwise <a title="Lusepuster" href="http://lusepuster.wordpress.com" target="_blank">danophone other blog</a>, and this was becoming increasingly confusing. Oh, and because I thought it was a cool title for a blog that needed to be used. This will, hopefully, become a place for writings about physics, astronomy and politics and personal stuff.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localframeofreference.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localframeofreference.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localframeofreference.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localframeofreference.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localframeofreference.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localframeofreference.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localframeofreference.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localframeofreference.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localframeofreference.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localframeofreference.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localframeofreference.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localframeofreference.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localframeofreference.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localframeofreference.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=1&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localframeofreference.wordpress.com/2009/05/21/first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3dda840811ec6be262cbd4aee7ce4d8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lusepuster</media:title>
		</media:content>
	</item>
		<item>
		<title>Troubling on so many levels</title>
		<link>http://localframeofreference.wordpress.com/2009/03/16/troubling-on-so-many-levels/</link>
		<comments>http://localframeofreference.wordpress.com/2009/03/16/troubling-on-so-many-levels/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 03:40:31 +0000</pubDate>
		<dc:creator>lusepuster</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://lusepuster.wordpress.com/?p=123</guid>
		<description><![CDATA[&#8230;that Google&#8217;s allegedly context-aware advertising service on Gmail gives me the Advertising text: Vakre Thai jenter &#8211; www.ThaiLoveLinks.com &#8211; Thailandske jenter + norske menn. Se profiler og bli kontaktet-GRATIS right above an e-mail conversation with my wife. The norwegian text &#8230; <a href="http://localframeofreference.wordpress.com/2009/03/16/troubling-on-so-many-levels/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=123&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8230;that Google&#8217;s allegedly context-aware advertising service on Gmail gives me the Advertising text:</p>
<blockquote>
<div id=":ri" class="mv"><a class="e" href="http://pagead2.googlesyndication.com/pagead/iclk?sa=l&amp;ai=Bgl4weci9ScH5IJeR-Aad8Ij_B4rw3XnY2r-1CcCNtwGwnxoQARgBIIaPgAIoBTgAUILenq_6_____wFg8aX8haQfoAGk9qXwA7IBCWdtYWlsLmNvbcgBAdoBMGh0dHA6Ly9nbWFpbC5jb20vM2ZycngzYTJhMmwyMmxiZ2FsemdjZHpjcHMwZDA1NYACAcgC_tWvCKgDAegD6QToA3PoA_UE6APOBPUDAAAABA&amp;num=1&amp;adurl=http://www.ThaiLoveLinks.com/Norwegian/Default.cfm%3Fovchn%3DGGL%26ovcpn%3DNorwegian%2BAll%2BOf%2BThe%2BWorld%2BContent%2BThai%2BGirl%26ovcrn%3Dthai%2B%25E5%2Bm%25F8te%2Bjenter%2Bonline%26ovtac%3DPPC">Vakre Thai jenter</a> &#8211; <span class="mr">www.ThaiLoveLinks.com</span> &#8211; <span>Thailandske jenter + norske menn. Se profiler og bli kontaktet-GRATIS</span></div>
</blockquote>
<div class="mv"><span>right above an e-mail conversation with my wife. The norwegian text means &#8220;Beautiful Thai girls &#8211; www.ThaiLoveLinks.com &#8211; Thailandish girls + norwegian men. See profiles and get contacted &#8211; FREE&#8221;. </span></div>
<div class="mv"><span>D&#8217;uh! I&#8217;m a dane &#8211; and a married one, for that &#8211; living in Sweden! Don&#8217;t really know whether to laugh or cry, you know?</span></div>
<div class="mv"><span>Apart from the obvious stupidity of it, the indirect endorsement of  such obviously racist sites, which also seem like an open invitation for white-washing of human trafficking, doesn&#8217;t exactly add to my respect for Google.<br />
</span></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/localframeofreference.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/localframeofreference.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/localframeofreference.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/localframeofreference.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/localframeofreference.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/localframeofreference.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/localframeofreference.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/localframeofreference.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/localframeofreference.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/localframeofreference.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/localframeofreference.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/localframeofreference.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/localframeofreference.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/localframeofreference.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=localframeofreference.wordpress.com&amp;blog=7843651&amp;post=123&amp;subd=localframeofreference&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://localframeofreference.wordpress.com/2009/03/16/troubling-on-so-many-levels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3dda840811ec6be262cbd4aee7ce4d8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lusepuster</media:title>
		</media:content>
	</item>
	</channel>
</rss>
