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

<channel>
	<title>the unevenly edited blog of tengil</title>
	<atom:link href="http://tengil.org/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://tengil.org/blog</link>
	<description></description>
	<pubDate>Tue, 03 Nov 2009 13:24:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Taming QuickTime X</title>
		<link>http://tengil.org/blog/2009/taming-quicktime-x</link>
		<comments>http://tengil.org/blog/2009/taming-quicktime-x#comments</comments>
		<pubDate>Tue, 03 Nov 2009 13:22:46 +0000</pubDate>
		<dc:creator>Tengil</dc:creator>
		
		<category><![CDATA[Universe]]></category>

		<category><![CDATA[in English]]></category>

		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://tengil.org/blog/?p=27</guid>
		<description><![CDATA[Did QuickTime X take you by surprise? Still need Pro-features in QT? Here&#8217;s my fix which sorts out all my QT problems on SL (OS X 10.6).
First thing I did was to install QuickTime Player 7 from optional installs on the SL CD. Then I can always open with QT 7. For most uses this [...]]]></description>
			<content:encoded><![CDATA[<p>Did QuickTime X take you by surprise? Still need Pro-features in QT? Here&#8217;s my fix which sorts out all my QT problems on SL (OS X 10.6).</p>
<p>First thing I did was to install QuickTime Player 7 from optional installs on the SL CD. Then I can always <em>open with</em> QT 7. For most uses this is all you need.</p>
<p>But to get more freedom on (old fashioned) web tv sites like nrk.no, I also had to make QT 7 the default player, for real. Also for Flip4mac in web browsers. Only changing the applications&#8217; filenames will fix that. Type or paste the following lines of code into a Terminal window:</p>
<pre class="code">cd /Applications
sudo mv QuickTime\ Player.app QuickTime\ Player\ X.app
sudo ln -s Utilities/QuickTime\ Player\ 7.app QuickTime\ Player.app
exit</pre>
<p>QuickTime Player X then becomes QuickTime Player X (not just QuickTime Player), and QuickTime Player 7 becomes QuickTime Player (in addition to still being QuickTime Player 7).</p>
<p>If you need QT X to be the default player in Finder just <em>Get Info</em>, change the <em>Open with</em>, and <em>Change all</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tengil.org/blog/2009/taming-quicktime-x/feed</wfw:commentRss>
		</item>
		<item>
		<title>Music recognition #2</title>
		<link>http://tengil.org/blog/2009/music-recognition-2</link>
		<comments>http://tengil.org/blog/2009/music-recognition-2#comments</comments>
		<pubDate>Wed, 29 Apr 2009 10:17:59 +0000</pubDate>
		<dc:creator>Tengil</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[in English]]></category>

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

		<guid isPermaLink="false">http://tengil.org/blog/?p=26</guid>
		<description><![CDATA[Sometime in the mid eighties, between 1984 and 1987, NRK radio P2 broadcast a suspense/horror radio play Easter special in four parts called Skrekkyllinger. What I&#8217;m looking for is the theme music used in that series. It&#8217;s from an LP so it&#8217;s not composed for the series. Hope someone can identify this:
Excerpt of unknown music.
]]></description>
			<content:encoded><![CDATA[<p>Sometime in the mid eighties, between 1984 and 1987, NRK radio P2 broadcast a suspense/horror radio play Easter special in four parts called <em>Skrekkyllinger</em>. What I&#8217;m looking for is the theme music used in that series. It&#8217;s from an LP so it&#8217;s not composed for the series. Hope someone can identify this:</p>
<p><a href="/misc/musikk-skrekkyllinger.mp3">Excerpt of unknown music</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tengil.org/blog/2009/music-recognition-2/feed</wfw:commentRss>
		</item>
		<item>
		<title>Problems with Your Analytics</title>
		<link>http://tengil.org/blog/2009/problems-with-the-your-analytics-plugin-for-jw-player</link>
		<comments>http://tengil.org/blog/2009/problems-with-the-your-analytics-plugin-for-jw-player#comments</comments>
		<pubDate>Mon, 30 Mar 2009 19:17:42 +0000</pubDate>
		<dc:creator>Tengil</dc:creator>
		
		<category><![CDATA[Universe]]></category>

		<category><![CDATA[JW Player]]></category>

		<category><![CDATA[Your Analytics]]></category>

		<guid isPermaLink="false">http://tengil.org/blog/?p=25</guid>
		<description><![CDATA[First, there&#8217;s nothing wrong with the Your Analytics plugin (AFAIK). And the JW Player is a well crafted video player. No doubt. The problem lies in how you analyze the data coming from the plugin. How you count your hits. To build a proper analytics backend you have to know what the data you get [...]]]></description>
			<content:encoded><![CDATA[<p>First, there&#8217;s nothing wrong with the <a href="http://www.longtailvideo.com/addons/plugins/44/Your-Analytics?q=">Your Analytics</a> plugin (AFAIK). And the <a href="http://www.longtailvideo.com/players/jw-flv-player/">JW Player</a> is a well crafted video player. No doubt. The problem lies in how you analyze the data coming from the plugin. How you count your hits. To build a proper analytics backend you have to know what the data you get actually is.</p>
<p>It&#8217;s nice to get lots of &#8220;hits&#8221; but don&#8217;t fool yourself.</p>
<p>The example php backend script simply counts the play, pause and completed states received from the plugin. If you think the play count is the number of times your video has been played, you&#8217;re wrong. If you think the completed count is the number of times your video has been played to completion, you&#8217;re wrong. The pause count is probably the only number which is what you think it is.</p>
<p>Here&#8217;s what&#8217;s being counted:</p>
<p>PAUSE. Every time a user hits the pause button the pause counter is increased. Fine.</p>
<p>PLAY. Every time a user hits the play button the play counter is increased. No surprise there either. But if a user hits play, then pause, waiting for the buffer to load, then hits play again (many people does this), he&#8217;s count twice. Also, everytime a user does a seek, that&#8217;s moving to a different place in time, either backwards or forwards, that&#8217;s actually resulting in a new play event. So if I want to rewatch the scene I just saw, clicking the timebar a few times to find the right spot, every move is a play count.</p>
<p>COMPLETED. When a user has played a video to completion the complete counter is increased. That&#8217;s what it sounds like, so that&#8217;s fine. We want to know how many has seen the whole film. But if a user &#8220;cheats&#8221; and skips to the end to watch the last few seconds, he&#8217;s also counted as a complete watch. And if you click to jump to a spot in the video which is not loaded yet, the player resets itself and it&#8217;s actually counted as a completion. Figure that. On the other hand, a user might watch the whole video but skip to something else 2 seconds before its completely done (skipping credits perhaps). Then that&#8217;s not counted. But it should be.</p>
<p>Also, I&#8217;ve been logging what comes out of Your Analytics for about two weeks. In addition to people watching a 40 minute lecture in 30 seconds (from the first PLAY to COMPLETE), there also seems to be a bug either in the player or in the plugin that results in a lot of COMPLETE events being sent. Sometimes 20 or 30 in a row. At other times many hundred from the same IP at the same time (from 4 to 10 each second).</p>
<p>MY POINT IS: If you simply count the play, pause and complete events sent from Your Analytics, as done in the example script, at best you get a reliable number of now many times people have paused your video. Well, you could use the play count as an indicator of the interest payed to a video. But not how many users are involved.</p>
<p>WHAT TO DO, NOW. Well, since the data coming from the plugin is transmitted by HTTP you actually get some interesting info in addition to the state and filename.</p>
<p>You get the user agent (name and version of the user&#8217;s web browser).</p>
<p>You also get the http referer (where they&#8217;re coming from, the url).</p>
<p>More importantly you get the users&#8217; IP addresses. It&#8217;s not a session id, nor guaranteed to be a unique user, but combine it with a timestamp, and perhaps the user agent, and you have something somewhere up that alley.</p>
<p>To build a good analytics backend you have to keep track of state changes for each user along a timeline. That way you can not only count individual users, but also the number of playings.</p>
<p>To get good output data requires knowledge of the input data. Since that knowledge is not in the plugin it has to be in the backend.</p>
<p>If you have no clue what I&#8217;m talking about or if you have no experience in analyzing data you should not use this plugin.</p>
<p> </p>
<p>NEW: COUNT TRACKULA<br />
This new analytics plugin might be an easier choice. It does things a bit differently. Instead of sending all state changes to the backend it sends a message when the video starts, when it&#8217;s in the middle, and when it ends. It can also send a message when it has played a set number of seconds.</p>
<p>A couple of remarks: Each message is only sent once. Upon replay it will not send any messages to the backend. Also, there&#8217;s a bug causing development versions of the Flash player to popup with a warning. That shouldn&#8217;t be hard to fix.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://tengil.org/blog/2009/problems-with-the-your-analytics-plugin-for-jw-player/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adobe still messes up cases</title>
		<link>http://tengil.org/blog/2009/adobe-still-messes-up-cases</link>
		<comments>http://tengil.org/blog/2009/adobe-still-messes-up-cases#comments</comments>
		<pubDate>Tue, 10 Feb 2009 11:11:18 +0000</pubDate>
		<dc:creator>Tengil</dc:creator>
		
		<category><![CDATA[Universe]]></category>

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

		<category><![CDATA[in English]]></category>

		<guid isPermaLink="false">http://tengil.org/blog/?p=24</guid>
		<description><![CDATA[Adobe Flash CS4 still has upper/lower case mess-ups in file paths. We upgraded from 8 to CS4 at work but that obviously didn&#8217;t help.
Here&#8217;s a typical error message:
An error occurred opening file '/Users/test/Library/Application Support/Adobe/Flash CS4/en/Configuration//JavaScript/DeployVideo.jsfl'


You fix it by renaming the directory .../Javascript to .../JavaScript (with a capital S).


Who&#8217;s doing this rotten programming? Also note the [...]]]></description>
			<content:encoded><![CDATA[<div>Adobe Flash CS4 still has upper/lower case mess-ups in file paths. We upgraded from 8 to CS4 at work but that obviously didn&#8217;t help.</div>
<p>Here&#8217;s a typical error message:<br/><br />
<code>An error occurred opening file '/Users/test/Library/Application Support/Adobe/Flash CS4/en/Configuration//JavaScript/DeployVideo.jsfl'</code>
</p>
<p>
You fix it by renaming the directory <code>.../Javascript</code> to <code>.../JavaScript</code> (with a capital S).
</p>
<p>
Who&#8217;s doing this rotten programming? Also note the double slash (//)&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://tengil.org/blog/2009/adobe-still-messes-up-cases/feed</wfw:commentRss>
		</item>
		<item>
		<title>Help me identify this track, plz</title>
		<link>http://tengil.org/blog/2009/help-me-identify-this-track-plz</link>
		<comments>http://tengil.org/blog/2009/help-me-identify-this-track-plz#comments</comments>
		<pubDate>Thu, 15 Jan 2009 10:08:39 +0000</pubDate>
		<dc:creator>Tengil</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[in English]]></category>

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

		<guid isPermaLink="false">http://tengil.org/blog/?p=23</guid>
		<description><![CDATA[Ok. This is something I heard as a kid. It was on one of my dad&#8217;s home made tapes (audio cassette, you know) together with ELO&#8217;s &#8220;Rain is Falling&#8221; (from &#8220;Time&#8221;), &#8220;Ai no corrica&#8221; (not sure what version) and Sheena Easton&#8217;s &#8220;9 to 5&#8220;. So the tape is from around 1980/81. It&#8217;s a five-and-a-half minute [...]]]></description>
			<content:encoded><![CDATA[<p>Ok. This is something I heard as a kid. It was on one of my dad&#8217;s home made tapes (<a href="http://en.wikipedia.org/wiki/Compact_Cassette">audio cassette</a>, you know) together with ELO&#8217;s &#8220;<a href="http://en.wikipedia.org/wiki/Rain_Is_Falling">Rain is Falling</a>&#8221; (from &#8220;Time&#8221;), &#8220;<a href="http://en.wikipedia.org/wiki/Ai_No_Corrida_(song)">Ai no corrica</a>&#8221; (not sure what version) and Sheena Easton&#8217;s &#8220;<a href="http://en.wikipedia.org/wiki/9_to_5_(Sheena_Easton_song)">9 to 5</a>&#8220;. So the tape is from around 1980/81. It&#8217;s a five-and-a-half minute electro ensemble thing. Please let me know if you recognize this!</p>
<p><a href="http://tengil.org/misc/unknown_elektro.mp3">3 excerpts from the track [mp3]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tengil.org/blog/2009/help-me-identify-this-track-plz/feed</wfw:commentRss>
<enclosure url="http://tengil.org/misc/unknown_elektro.mp3" length="1209572" type="audio/mpeg" />
		</item>
		<item>
		<title>UiB VPN og iPod Touch</title>
		<link>http://tengil.org/blog/2008/uib-vpn-og-ipod-touch</link>
		<comments>http://tengil.org/blog/2008/uib-vpn-og-ipod-touch#comments</comments>
		<pubDate>Mon, 14 Jul 2008 09:49:33 +0000</pubDate>
		<dc:creator>Tengil</dc:creator>
		
		<category><![CDATA[Universe]]></category>

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

		<category><![CDATA[på norsk]]></category>

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

		<guid isPermaLink="false">http://tengil.org/blog/?p=20</guid>
		<description><![CDATA[Har fått hendene mine i en iPod Touch, og kommer sikkert til å klage min nød litt senere, men her er hvordan den kan settes opp for bruk på det trådløse nettverket ved UiB.
På vanlige trådløse hjemmenett funker den &#8220;ut av boksen&#8221; &#8212; velg et nettverk, skriv inn passordet, og du er &#8220;på&#8221;. Nøyer du [...]]]></description>
			<content:encoded><![CDATA[<p>Har fått hendene mine i en iPod Touch, og kommer sikkert til å klage min nød litt senere, men her er hvordan den kan settes opp for bruk på det trådløse nettverket ved UiB.</p>
<p>På vanlige trådløse hjemmenett funker den &#8220;ut av boksen&#8221; &#8212; velg et nettverk, skriv inn passordet, og du er &#8220;på&#8221;. Nøyer du deg med dette på universitetsnettet, må du titt og ofte skrive inn brukernavn og passord i nettleseren. Dette blir fort plagsomt, og skal du bedrive andre nettaktiviteter enn rein surfing så funker det ikke. Da må du sette opp en VPN-forbindelse.</p>
<ol>
<li><a href="http://tengil.org/blog/wp-content/uploads/2008/07/mypod_vpn_3.jpg"><img class="alignright size-medium wp-image-21" title="mypod_vpn_3" src="http://tengil.org/blog/wp-content/uploads/2008/07/mypod_vpn_3.jpg" alt="iPod Touch VPN Settings (UiB)" width="200" height="300" /></a>Du først være helt sikker på at du ikke allerede er tilkoblet UiB-nettet. En aktiv sesjon uten vpn vil klusse det litt til.</li>
<li>Deretter går du til: <em>Settings &gt; General &gt; Network &gt; VPN &gt; Settings</em></li>
<li>Velg: <em>PPTP</em></li>
<li>Sett:<br />
Server: <strong>vpn-ansatt.uib.no</strong><em></em> eller <strong>vpn-student.uib.no</strong><br />
Account: <em>brukernavn</em><strong>@ansatt</strong> eller <em>brukernavn</em><strong>@student</strong><br />
RSA SecurID: <strong>off</strong><br />
Password: <em>passord</em><br />
Encryption Level: <strong>Maximum</strong><br />
Send all traffic: <strong>on</strong></li>
<li>Velg: <em>Save</em></li>
<li>Slå på VPN</li>
</ol>
<p>Tror det er stort sett slik det gjøres på iPhone også. Dette er for 1.1.4.</p>
]]></content:encoded>
			<wfw:commentRss>http://tengil.org/blog/2008/uib-vpn-og-ipod-touch/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pause i Split</title>
		<link>http://tengil.org/blog/2008/pause-i-split</link>
		<comments>http://tengil.org/blog/2008/pause-i-split#comments</comments>
		<pubDate>Fri, 06 Jun 2008 11:28:02 +0000</pubDate>
		<dc:creator>Tengil</dc:creator>
		
		<category><![CDATA[Life]]></category>

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

		<category><![CDATA[på norsk]]></category>

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

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

		<guid isPermaLink="false">http://tengil.org/blog/?p=19</guid>
		<description><![CDATA[Eg og Tyto tek ein liten pause no, og reiser ei veke til Split (og der omkring). Så får vi håpe at yr.no tek feil B-)
&#8230;
Og det gjorde dei. Ein og ein halv dag med litt regn, elles sommar og heitt. Reiste uspesifisert og havna i ei leilegheit i Makarska, og det passa oss veldig [...]]]></description>
			<content:encoded><![CDATA[<p>Eg og Tyto tek ein liten pause no, og reiser ei veke til <a href="http://nn.wikipedia.org/wiki/Split">Split</a> (og der omkring). Så får vi håpe at <a href="http://www.yr.no/stad/Kroatia/Split-Dalmatia/Split/">yr.no</a> tek feil B-)</p>
<p>&#8230;</p>
<p>Og det gjorde dei. Ein og ein halv dag med litt regn, elles sommar og heitt. Reiste uspesifisert og havna i ei leilegheit i Makarska, og det passa oss veldig bra.</p>
]]></content:encoded>
			<wfw:commentRss>http://tengil.org/blog/2008/pause-i-split/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dajm skrives med &#8220;j&#8221;</title>
		<link>http://tengil.org/blog/2007/dajm-skrives-med-j</link>
		<comments>http://tengil.org/blog/2007/dajm-skrives-med-j#comments</comments>
		<pubDate>Sat, 11 Aug 2007 21:39:44 +0000</pubDate>
		<dc:creator>Tengil</dc:creator>
		
		<category><![CDATA[Everything]]></category>

		<category><![CDATA[på norsk]]></category>

		<category><![CDATA[språk]]></category>

		<guid isPermaLink="false">http://tengil.org/blog/2007/08/11/dajm-skrives-med-j/</guid>
		<description><![CDATA[Måtte bare si det. Og så heter det faktisk &#8220;Big Cat&#8221;!
]]></description>
			<content:encoded><![CDATA[<p>Måtte bare si det. Og så heter det faktisk &#8220;Big Cat&#8221;!</p>
]]></content:encoded>
			<wfw:commentRss>http://tengil.org/blog/2007/dajm-skrives-med-j/feed</wfw:commentRss>
		</item>
		<item>
		<title>UiB pullprint</title>
		<link>http://tengil.org/blog/2007/uib-pullprint</link>
		<comments>http://tengil.org/blog/2007/uib-pullprint#comments</comments>
		<pubDate>Wed, 16 May 2007 13:16:14 +0000</pubDate>
		<dc:creator>Tengil</dc:creator>
		
		<category><![CDATA[Universe]]></category>

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

		<category><![CDATA[på norsk]]></category>

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

		<guid isPermaLink="false">http://tengil.org/blog/2007/05/16/uib-pullprint/</guid>
		<description><![CDATA[Etter mye frem og tilbake ser det ut til at Konica Minolta har gitt opp å få C450-en her på jobben (Infomedia, UiB) til å funke med gutenprint (gimp) på linux. Under rein cups funker den hvis du får et eget brukernavn bestående av kun tall&#8230; Derfor har jeg heller byttet til den sentrale pullprint-tjenesten [...]]]></description>
			<content:encoded><![CDATA[<p>Etter mye frem og tilbake ser det ut til at Konica Minolta har gitt opp å få C450-en her på jobben (Infomedia, UiB) til å funke med gutenprint (gimp) på linux. Under rein cups funker den hvis du får et eget brukernavn bestående av kun tall&#8230; Derfor har jeg heller byttet til den sentrale pullprint-tjenesten til UiB når jeg trenger fargeutskrift.</p>
<p>Den funker og er enkel og grei å sette opp (gnome):</p>
<p>1. Start kontrollpanel for skrivere (ubuntu: <code class="shortcut">System &gt; Administration &gt; Printing</code>), velg <code class="shortcut">New Printer</code>, og fyll inn:<br />
&gt; Printer Type: Network Printer - Windows Printer (SMB)<br />
&gt; Host: print.uib.no<br />
&gt; Printer: pullprintcolor <em>eller</em> pullprint<br />
&gt; Username: uib\<em>brukernavn</em><br />
&gt; Password: <em>passord</em><br />
Trykk <code class="shortcut">Forward</code></p>
<p>Studenter må sette <em>rasmus</em> eller <em>student</em> (eller noe) foran brukernavnet sitt istedenfor &#8220;uib&#8221;.</p>
<p>2. Velg driver: <strong>HP - Color LaserJet 4730mfp Postscript</strong> (f.eks.)<br />
Trykk <code class="shortcut">Forward</code></p>
<p>3. Skriv inn et fornuftig navn, f.eks. PullPrint ;-)<br />
Trykk <code class="shortcut">Apply</code></p>
<p>Se <a href="http://it.uib.no/?mode=show_page&amp;link_id=2568&amp;toplink_id=">utskriftstjenester ved UiB</a>, og <a href="http://payprint.uib.no/">payprint.uib.no</a> der du (nesten) kan se hva du har i køen.</p>
]]></content:encoded>
			<wfw:commentRss>http://tengil.org/blog/2007/uib-pullprint/feed</wfw:commentRss>
		</item>
		<item>
		<title>Debian to the rescue</title>
		<link>http://tengil.org/blog/2007/debian-to-the-rescue</link>
		<comments>http://tengil.org/blog/2007/debian-to-the-rescue#comments</comments>
		<pubDate>Tue, 15 May 2007 12:49:47 +0000</pubDate>
		<dc:creator>Tengil</dc:creator>
		
		<category><![CDATA[Universe]]></category>

		<category><![CDATA[in English]]></category>

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

		<category><![CDATA[open source]]></category>

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

		<guid isPermaLink="false">http://tengil.org/blog/2007/05/15/debian-to-the-rescue/</guid>
		<description><![CDATA[I&#8217;ve been trying to install the latest Ubuntu (7.04) on a spare comp at work &#8212; with no luck. It looks like the installer can&#8217;t find my cd-rom (earlier ubuntus works great on it). Anyway; I now had a chance to try out the new Debian Etch. Worked like charm :-)
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to install the latest Ubuntu (7.04) on a spare comp at work &#8212; with no luck. It looks like the installer can&#8217;t find my cd-rom (earlier ubuntus works great on it). Anyway; I now had a chance to try out the new <a href="http://debian.org/">Debian Etch</a>. Worked like charm :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://tengil.org/blog/2007/debian-to-the-rescue/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
