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

<channel>
	<title>A long long way from home &#187; TechStuff</title>
	<atom:link href="http://ormset.no/wordpress/category/techstuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://ormset.no/wordpress</link>
	<description></description>
	<lastBuildDate>Mon, 22 Aug 2011 16:09:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>RSS Action Daemon 0.2</title>
		<link>http://ormset.no/wordpress/2011/08/10/rss-action-daemon-0-2/</link>
		<comments>http://ormset.no/wordpress/2011/08/10/rss-action-daemon-0-2/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 16:40:45 +0000</pubDate>
		<dc:creator>ola</dc:creator>
				<category><![CDATA[TechStuff]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/?p=389</guid>
		<description><![CDATA[I recently had some use for a program that could download a RSS and then notify me over SMS if there were any new entries. I could not find anything useful on the internets except rssdler &#8211; but that one is just geared towards content download as far I could see. So I remembered an [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ormset.no/wordpress/wp-content/uploads/2011/08/rss1.png"><img class="alignnone size-thumbnail wp-image-390" title="rss" src="http://ormset.no/wordpress/wp-content/uploads/2011/08/rss1-150x150.png" alt="" width="150" height="150" align="left" /></a></p>
<p>I recently had some use for a program that could download a RSS and then notify me over SMS if there were any new entries. I could not find anything useful on the internets except rssdler &#8211; but that one is just geared towards content download as far I could see.</p>
<p>So I remembered an <a title="RSS action daemon" href="http://ormset.no/wordpress/2005/11/03/rss-action-daemon/">old script</a> I made back in 2005. After ironing out some bugs I got it working again <img src='http://ormset.no/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Without further ado: <a href="http://ormset.no/wordpress/wp-content/uploads/2011/08/rssdaemon-0.2.tar.gz">RSS Action Daemon 0.2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2011/08/10/rss-action-daemon-0-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Multisite IP block</title>
		<link>http://ormset.no/wordpress/2011/01/20/wordpress-multisite-ip-block/</link>
		<comments>http://ormset.no/wordpress/2011/01/20/wordpress-multisite-ip-block/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 13:50:28 +0000</pubDate>
		<dc:creator>ola</dc:creator>
				<category><![CDATA[TechStuff]]></category>
		<category><![CDATA[TricksAndTips]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/?p=381</guid>
		<description><![CDATA[I have a case where a customer wants to block one of their many WordPress multisite blogs from all but some IP ranges. It turned out this could be quite easily solved with mod_rewrite in Apache &#8211; I know, the correct way to do it would probably be to set up a seperate virtualhost for [...]]]></description>
			<content:encoded><![CDATA[<p>I have a case where a customer wants to block one of their many WordPress multisite blogs from all but some IP ranges. It turned out this could be quite easily solved with <a href="http://httpd.apache.org/docs/current/mod/mod_rewrite.html">mod_rewrite</a> in Apache &#8211; I know, the correct way to do it would probably be to set up a seperate virtualhost for that one URL and use <code>allow from</code>, but in a Plesk environment this is not always so easy&#8230;</p>
<p>The blog URL is intranet.domain.tld, and the allowed IPs should be 12.34.32.10 and the range 23.45.54.0/24. If the remote IP is not in the allowed range please go read the news&#8230;</p>
<p>The following snippet must be placed FIRST in the WordPress multisite <code>.htaccess</code> file<br />
<code><br />
RewriteEngine on<br />
RewriteBase /</p>
<p>RewriteCond %{REMOTE_ADDR} !12\.34\.32\.10$<br />
RewriteCond %{REMOTE_ADDR} !23\.45\.54\..*$<br />
RewriteCond %{HTTP_HOST} "intranet.domain.tld"<br />
RewriteRule .* http://www.reddit.com [last]<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2011/01/20/wordpress-multisite-ip-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally&#8230;. :D</title>
		<link>http://ormset.no/wordpress/2011/01/19/finally-d/</link>
		<comments>http://ormset.no/wordpress/2011/01/19/finally-d/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 18:14:37 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[TechStuff]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/2011/01/19/finally-d/</guid>
		<description><![CDATA[Yes!]]></description>
			<content:encoded><![CDATA[<p>Yes!</p>
<p><a href="http://ormset.no/wordpress/wp-content/uploads/2011/01/20110119-071427.jpg"><img src="http://ormset.no/wordpress/wp-content/uploads/2011/01/20110119-071427.jpg" alt="" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2011/01/19/finally-d/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTC Desire HD/Android 2.2/HTC Sense vs. iPhone/iOS4</title>
		<link>http://ormset.no/wordpress/2010/12/29/htc-desire-hdandroid-2-2htc-sense-vs-iphoneios4/</link>
		<comments>http://ormset.no/wordpress/2010/12/29/htc-desire-hdandroid-2-2htc-sense-vs-iphoneios4/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 09:50:36 +0000</pubDate>
		<dc:creator>ola</dc:creator>
				<category><![CDATA[TechStuff]]></category>
		<category><![CDATA[Untitled]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/2010/12/29/htc-desire-hdandroid-2-2htc-sense-vs-iphoneios4/</guid>
		<description><![CDATA[As previously mentioned, I am now an Android user. This is not by choice, it&#8217;s some sort of political decision on my workplace that iPhones are strictly forbidden. Android phones, on the other hand, is allowed. So when my old private iPhone 3G started getting slow due to more advanced features in iOS4 I had [...]]]></description>
			<content:encoded><![CDATA[<p>As previously mentioned, I am now an Android user. This is not by choice, it&#8217;s some sort of political decision on my workplace that iPhones are strictly forbidden. Android phones, on the other hand, is allowed. So when my old private iPhone 3G started getting slow due to more advanced features in iOS4 I had to switch to Android in order to get a phone from my employer, which is something they are contractually bound to provide me with while I am working there.</p>
<p>So, how does the HTC Desire HD stack up to the iPhone? We&#8217;ll find out.</p>
<p><b><br />
<a href="http://ormset.no/wordpress/wp-content/uploads/2010/12/IMG_8363.jpg"><img src="http://ormset.no/wordpress/wp-content/uploads/2010/12/IMG_8363-tm.jpg" width="480" height="177" alt="IMG_8363.jpg" /></a></b></p>
<p><span id="more-372"></span></p>
<p><b><br /></b></p>
<p><b>Exterior</b></p>
<p>The Desire HD seems quite solid, it&#8217;s frame is carved out from a single block of aluminium. However, they are using two very cheap plastic lids to cover the battery and SIM/SD card slots. The cover for the SIM/SD cards stands out from the back of the phone, and the battery lid is very difficult to open and close. What is far worse is the buttons on the Desire HD &#8211; it has quite rounded edges and the low-profile buttons are placed on the screen-side of the body&#8217;s rounded edges making them horribly difficult to locate and press. It&#8217;s very very annoying compared to the iPhone&#8217;s very easily located buttons. The only thing the Desire HD has got going for itself in this category is the placement of the 3.5 mm audio jack, which is at the bottom where it should be. However, this does not matter as I use a Jabra BT3030 over bluetooth both for music and hands-free anyway.</p>
<p>And what is up with placing the speaker on the back side of the phone? It&#8217;s unusable for conference calls where you want to lookup things on the phone while you speak, and for watching Youtube with my little kid it&#8217;s equally unusable. Not good.</p>
<p>Winner: <b>iPhone</b>.</p>
<p><b>Battery Life</b></p>
<p>The battery life on the Desire HD is a joke. If one is to actually use it&#8217;s smartphone features like the sync, notification and network connectivity the battery drains in a matter of hours. To make the battery last any longer than 5-6 hours before recharge one has to turn down screen brightness to a minimum, turn off all kind of network connectivity, never make any phone calls and religiously kill applications with a third-party application like <a href="http://www.androidzoom.com/android_applications/productivity/advanced-task-killer_lfv.html">Advanced Task Killer</a>. To be able to use this phone as a business phone one needs to have an abundance of chargers and plug it in constantly. Not a very mobile phone, really. Even the iPhone will last you 14 hours and then some without being constantly recharged.</p>
<p>Winner: <b>iPhone</b>.</p>
<p><b>PIM Applications</b></p>
<p>Address book and Calendar applications are very important to me. The address book on the Desire HD is quite OK, but synchronizing private contacts is a mess if you do not want to import all private contacts into your corporate Exchange server or give Google control over your data. I had to shell out a lot of pennies for <a href="http://www.markspace.com/products/android/missing-sync-android.html">MarkSpace Missing sync</a> in order to sync my contacts from my Mac over to the Desire HD. With the iPhone this is completely seamless and does not require any third party apps or vendors.</p>
<p>Getting Caldav calendars to work on the Desire HD is a no-go. The only way is with <a href="http://www.androidzoom.com/android_applications/libraries_and_demo/calendar-caldav-sync-beta_fqks.html">Calendar Sync BETA from Hypermatix</a>, which does not work on the Desire HD. On the iPhone? Guess once.</p>
<p>Do you want to cancel a meeting on the Desire HD? Ok, you can delete the Calendar Event, but the organizer of the meeting will not get notified that you canceled. Seriously. This alone makes the Desire HD unusable as a business phone in my not so humble opinion.</p>
<p>Winner: <b>iPhone</b>. By far.</p>
<p><b>Email</b></p>
<p>Exchange email works well on the Desire HD, push mail is supported and works. IMAP IDLE is, as on the iPhone, not supported in the default email client. But unlike the iPhone there are alternate email clients that supports IDLE and gives you push functionality even for IMAP. The ability to save and attach any file type is also a plus on the Desire HD.</p>
<p>Winner: <b>Desire HD</b></p>
<p><b>Third party Applications</b></p>
<p>Installing apps on the Desire HD is a breeze, since Android Market downloads and installs apps in the background. However, the general usability, look and feel of applications are way better on iPhone. On Android, developers are given a lot more freedom to cook up their own &#8220;usability&#8221; schemes, so usability is radically different from application to application. Quite annoying.</p>
<p>Also, everyone is at the moment developing iPhone (and iPad) apps so the selection of quality apps are better on the iPhone, and they get the new apps first. This may change as Android is more widely adopted.</p>
<p>Also you will have no guarantees as to what the hell you are REALLY installing on your Android, there are no quality or security control done on Android apps like on the iPhone.</p>
<p>Winner: <b>iPhone</b></p>
<p><b>Customizability</b></p>
<p>Should be a walk-over for Android. Steve is the ruler of the iPhone, and he decides how things should look. No themes or tweaks are allowed on the iPhone, and for those that like that kind of fun the Android is the way to go. Some of us, like me, is quite willing to forget customilization over other functionality. But Android can have this small and unimportant victory.</p>
<p>Winner: <b>Android</b></p>
<p><b>Freedom</b></p>
<p>The Android zealots are touting that Android is Linux and Linux is Free as in Freedom etc etc ad nausaeum. But you still have to root your device in order to get, say, something so basic as the possibility to take screenshots. And <a href="http://pocketnow.com/android/how-to-root-your-htc-desire-hd">rooting your Desire HD</a> involves a LOT of work, while rooting an iPhone is mostly done by <a href="http://redsn0w.com/">downloading an application</a> for your PC and pressing one button.</p>
<p>Winner: <b>iPhone</b></p>
<p><b>Accessories</b></p>
<p>The accessory market for iPhones is huge, and you can get stuff for almost free from Asia, like from <a href="http://www.dealextreme.com/">DealExtreme</a>. HTC Desire HD accessories are harder to get by, and if you find any you&#8217;ll need to get them at a premium price from an authorized dealer &#8211; the shadow market aren&#8217;t really THAT interested in making a lot of accessories for phones that are only sold for a limited time before a new model with different physical appearance is released.</p>
<p>Winner: <b>iPhone</b></p>
<p><b>Price</b></p>
<p>The Desire HD and a iPhone4 costs roughly the same. However, if you get an Desire HD you have to invest in extra software for sync and a lot of chargers for your office/home/car/laptop bag and extra batteries so the total price tag is much higher than for the iPhone.</p>
<p>Winner: <b>iPhone</b></p>
<p><b>Conclusion:</b></p>
<p>Get an iPhone. The Desire HD eats battery, has poor build quality and the PIM applications that you rely on aren&#8217;t as good as on the iPhone. The iPhone, well, just works.</p>
]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2010/12/29/htc-desire-hdandroid-2-2htc-sense-vs-iphoneios4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buyer experience down the drain &#8211; Android Market refund time lowered.</title>
		<link>http://ormset.no/wordpress/2010/12/12/buyer-experience-down-the-drain-android-market-refund-time-lowered/</link>
		<comments>http://ormset.no/wordpress/2010/12/12/buyer-experience-down-the-drain-android-market-refund-time-lowered/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 18:59:53 +0000</pubDate>
		<dc:creator>ola</dc:creator>
				<category><![CDATA[TechStuff]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/2010/12/12/buyer-experience-down-the-drain-android-market-refund-time-lowered/</guid>
		<description><![CDATA[One of the great features of the Android Market was the easy way to get refunds if that pricey app you bought didn&#8217;t fit your needs. Now they are reducing the refund time from 24 hours to 15 &#8211; fifteen &#8211; minutes! Wow. I was going to go through the store and test time tracker [...]]]></description>
			<content:encoded><![CDATA[<p>One of the great features of the Android Market was the easy way to get refunds if that pricey app you bought didn&#8217;t fit your needs. Now they are <a href="http://android-developers.blogspot.com/2010/12/android-market-client-update.html">reducing the refund time</a> from 24 hours to 15 &#8211; fifteen &#8211; minutes! Wow. I was going to go through the store and test time tracker applications, and I can&#8217;t thourogly test a time tracker application in only fifteen minutes. That sort of app needs to be tested in a real-life setting, testing export possibilities and ease of tracking multiple projects/tasks etc. Even in socialist Norway we don&#8217;t have 15 minute workdays.</p>
<p>Same goes for GPS apps, getting a proper fix takes almost 15 minutes in some cases, how can one find out if the app is good enough in such a small time period?</p>
<p>Please, Android Market developers, don&#8217;t ruin the buying experience. If you need to lower it from 24 hours, how about giving us at least 12, 6 or 3 hours refund time? 15 minutes is a joke for people testing more advanced applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2010/12/12/buyer-experience-down-the-drain-android-market-refund-time-lowered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So&#8230; I have an Android phone&#8230;</title>
		<link>http://ormset.no/wordpress/2010/12/10/so-i-have-an-android-phone/</link>
		<comments>http://ormset.no/wordpress/2010/12/10/so-i-have-an-android-phone/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 16:31:37 +0000</pubDate>
		<dc:creator>ola</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/2010/12/10/so-i-have-an-android-phone/</guid>
		<description><![CDATA[The HTC Desire HD is at least FASTER than the old iPhone, but I still have a few grievances with it&#8230; More to come later!]]></description>
			<content:encoded><![CDATA[<p>The HTC Desire HD is at least FASTER than the old iPhone, but I still have a few grievances with it&#8230;</p>
<p>More to come later!</p>
]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2010/12/10/so-i-have-an-android-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting yum on RHEL to work with a proxy over ssh</title>
		<link>http://ormset.no/wordpress/2010/09/21/getting-yum-on-rhel-to-work-with-a-proxy-over-ssh/</link>
		<comments>http://ormset.no/wordpress/2010/09/21/getting-yum-on-rhel-to-work-with-a-proxy-over-ssh/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 07:32:29 +0000</pubDate>
		<dc:creator>ola</dc:creator>
				<category><![CDATA[Things Lunix]]></category>
		<category><![CDATA[TricksAndTips]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/2010/09/21/getting-yum-on-rhel-to-work-with-a-proxy-over-ssh/</guid>
		<description><![CDATA[Ever had a machine on a very locked down network where the network admins will not give you access to RedHat network for installing and updating packages with yum? If so, it sucks to be you. But do not despair, SSH to the rescue! First, make sure you have an available http/https proxy. Setting up [...]]]></description>
			<content:encoded><![CDATA[<p>Ever had a machine on a very locked down network where the network admins will not give you access to RedHat network for installing and updating packages with yum? If so, it sucks to be you. But do not despair, SSH to the rescue!</p>
<p>First, make sure you have an available http/https proxy. Setting up one of those is beyond the scope of this little reminder-to-self, so JFGI. Then, connect to the remote host with this command:</p>
<blockquote>
<p>ssh -R 8080:&lt;Adress to proxy server&gt;:&lt;proxy server port&gt; root@remotehost</p>
</blockquote>
<p>Then, on remotehost, make sure /etc/sysconfig/rhn/up2date contains the following (if your proxy needs authentication you will need additional configuration, that file is properly documented so just dive into it.):</p>
<blockquote>
<p># grep -e enableProxy= -e httpProxy= /etc/sysconfig/rhn/up2date<br />
  enableProxy=1<br />
  httpProxy=localhost:8080</p>
</blockquote>
<p>Now you can run yum to your hearts content.</p>
]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2010/09/21/getting-yum-on-rhel-to-work-with-a-proxy-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Landskampen i ebok: Noreg &#8211; Sverige  0-3</title>
		<link>http://ormset.no/wordpress/2010/08/17/landskampen-i-ebok-noreg-sverige-0-3/</link>
		<comments>http://ormset.no/wordpress/2010/08/17/landskampen-i-ebok-noreg-sverige-0-3/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 06:38:08 +0000</pubDate>
		<dc:creator>ola</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[TechStuff]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/2010/08/17/landskampen-i-ebok-noreg-sverige-0-3/</guid>
		<description><![CDATA[Borteseier denne gongen altså. Hæ, snakkar vi om fotball? Nei, dette er landskampen i ebok. Der svenskane er åleine på banen medan nordmennene sit i garderoben og sutrer over at bøkene deira ikkje får momsfritak medan dei så langt eg kan forstå går i same fella som musikkbransjen &#8211; i frustrasjon over at norspråkleg materiale [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ormset.no/wordpress/wp-content/uploads/2010/08/201008170827.jpg"><img src="http://ormset.no/wordpress/wp-content/uploads/2010/08/201008170827-tm.jpg" width="97" height="150" alt="201008170827.jpg" style="float:left; padding-right:10px; padding-bottom:10px;" /></a></p>
<p>Borteseier denne gongen altså. Hæ, snakkar vi om fotball? Nei, dette er landskampen i ebok. Der svenskane er åleine på banen medan nordmennene sit i garderoben og sutrer over at bøkene deira ikkje får momsfritak medan dei så langt eg kan forstå går i same fella som musikkbransjen &#8211; i frustrasjon over at norspråkleg materiale ikkje er tilgjengeleg blir det konsumert musikk på engelsk<sup><a href="http://ormset.no/wordpress/2010/08/17/landskampen-i-ebok-noreg-sverige-0-3/#footnote_0_358" id="identifier_0_358" class="footnote-link footnote-identifier-link" title="spotify">1</a></sup>, lest bøker på engelsk<sup><a href="http://ormset.no/wordpress/2010/08/17/landskampen-i-ebok-noreg-sverige-0-3/#footnote_1_358" id="identifier_1_358" class="footnote-link footnote-identifier-link" title="eb&oslash;ker fr&aring; Amazon">2</a></sup> og dessuten lasta ned ulovleg i stor stil. Folk får vanen at norske ebøker ikkje finnest og går til andre kjelder for å få tilfredsstilt leselysta si. Dette kan umogleg vere</p>
<p>I går såg eg ei bok av Jan Guillou som eg hadde lyst på i hylla på Coop. Pocketbok, og til ein svært overkommeleg pris &#8211; &#8220;Den indre fiende&#8221;<sup><a href="http://ormset.no/wordpress/2010/08/17/landskampen-i-ebok-noreg-sverige-0-3/#footnote_2_358" id="identifier_2_358" class="footnote-link footnote-identifier-link" title="Originaltittel: Fienden inom oss">3</a></sup> kom ut i 2007 og går for tida på billegsal. Likevel likar eg ikkje å kjøpe bøker som er laga av daud vegetasjon, for det første har eg nettopp flytta og har bore nok tunge kassar med denslags opp på loftet, for det andre er det så utruleg upraktisk å måtte dra rundt på ein diger klump av ei bok når eg har ein <a href="http://najs.no/2009/05/12/den-beste-e-boklesaren-iphoneipod-touch/">suveren eboklesar i iPhonen min</a>. Så eg droppa det kjøpet, og byrja leite etter &#8220;den indre fiende&#8221; som ebok.</p>
<p>Noko som ikkje er så lett. Den norske bokbransjen ser ut til å sitte på gjerdet og håpe at politikarane gjer om på vedtaket om at det er <a href="http://www.vg.no/teknologi/artikkel.php?artid=574666">moms på ebøker</a>, det einaste som møter meg på bokkilden.no er &#8220;Så snart e-bøker lanseres i Norge vil du finne komplett utvalg tilgjengelige norske e-bøker her på bokkilden.no! Foreløpig er dette kun en beta-side, med informasjon om e-bøker&#8221;. Svært nyttig. Lydbøker derimot er visstnok fritekne for meirverdiavgift dersom boka har vore utgjeven på papir frå før, så eg kan sjølvsagt vere einig med bokbransjen i at det burde vere fritak for meirverdiavgift òg for ebøker. Men det hjalp meg lite akkurat der og då, eg nektar å kjøpe bøker i anna enn <a href="http://en.wikipedia.org/wiki/Digital_rights_management">DRM</a>-fritt digital format.</p>
<p>Så kva no? Amazon hadde heller ikkje &#8220;Den indre fiende&#8221; som ebok. Men kva om eg sjekker dei svenske nettbokhandlane etter originaltittelen..? Å lese svensk er ikkje noko problem, så eg prøvde meg på Adlibris. Og bingo! Der var <a href="http://www.adlibris.com/se/product.aspx?isbn=916424105X">&#8220;Fienden inom oss&#8221; som ebok</a>. Og ikkje nok med det, Adlibris har bøkene sine i DRM-fri epub også! Då kan eg lese boka på Macen, Linux-pøsen og viktigast: <a href="http://najs.no/2009/05/12/den-beste-e-boklesaren-iphoneipod-touch/">På iPhonen min med Stanza</a>. Og for ein pris, 45,- svenske kroner inkludert meirverdiavgift. Merkeleg nok stoppar ikkje momsen svenskane frå å selje ebøker slik det gjer i Noreg.</p>
<p>Uansett, svanskane vann landskapen etter å ha scora desse poenga:</p>
<ol>
<li>Dei tilbyr faktisk ebøker på morsmålet deira.</li>
<li>Prisen på ikkje heilt nye bøker er heilt overkomeleg.</li>
<li>Dei sel bøkene i DRM-fritt format (rett nok med vatnmerke, men det er OK)</li>
</ol>
<p>Eirik Newth har nok også meir enn eitt poeng når han skriv at &#8220;Dette handler om økonomi og forretningsstrategi&#8221; på <a href="http://newth.net/eirik/2010/08/17/norske-boker-i-kindle-store/">bloggen hans</a> &#8211; må innrømme at sett i lys av at svenskane klarer selge svenske ebøker med moms så ser det veldig ut som om den norske bokbransjen berre brukar mangelen på momsfritak som eit påskót for å kunne halde fram den gamle forretningsmodellen sin. For norsk litteratur si skuld håpar eg dei ombestemmer seg snart.</p>
<ol class="footnotes"><li id="footnote_0_358" class="footnote">spotify</li><li id="footnote_1_358" class="footnote">ebøker frå Amazon</li><li id="footnote_2_358" class="footnote">Originaltittel: Fienden inom oss</li></ol>]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2010/08/17/landskampen-i-ebok-noreg-sverige-0-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kvifor er det egentlig galt å lese tilsettes epost?</title>
		<link>http://ormset.no/wordpress/2010/08/11/kvifor-er-det-egentlig-galt-a-lese-tilsettes-epost/</link>
		<comments>http://ormset.no/wordpress/2010/08/11/kvifor-er-det-egentlig-galt-a-lese-tilsettes-epost/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 08:41:43 +0000</pubDate>
		<dc:creator>ola</dc:creator>
				<category><![CDATA[TechStuff]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/2010/08/11/kvifor-er-det-egentlig-galt-a-lese-tilsettes-epost/</guid>
		<description><![CDATA[No er det ei ny sak i media om ein arbeidsgjevar som har lest eposten til ein tilsett og fått bot for det. Eg blir like overraska kvar gong desse sakene kjem opp. Som ordinær arbeidstakar sjølv har eg problemer med å forstå kvifor det skal vere ulovleg for arbeidsgjevar å lese dei tilsette sin [...]]]></description>
			<content:encoded><![CDATA[<p>No er det ei ny sak i media om ein arbeidsgjevar som har <a href="http://www.vg.no/nyheter/innenriks/artikkel.php?artid=10026365">lest eposten til ein tilsett</a> og fått bot for det. Eg blir like overraska kvar gong desse sakene kjem opp. Som ordinær arbeidstakar sjølv har eg problemer med å forstå kvifor det skal vere ulovleg for arbeidsgjevar å lese dei tilsette sin arbeidsepost så lenge epost er eit så vitalt arbeidsverkty som det er. Det aller meste av min kommunikasjon på jobb går i alle fall på mail, og dersom eg skulle bli sjuk skjer det fort at saker stopper opp, og då er det veldig praktisk at kollegene mine kan gå inn og sjekke i epostarkivet mitt kva status er og kva som har skjedd eller har blitt avtalt. Eg har sjølv åpna opp for at sjefen min og dei av kollegene som driv med dei same tinga som meg og difor har bruk for å kunne finne oppdatert informasjon om det eg driv med får lov til å lese eposten min.</p>
<p>Eit av argumenta for å nekte arbeidsgjevar å lese epost er at det er &#8220;personlig epost&#8221;. Vel. Dersom ein vil ha personleg epost der ein er heilt sikker på at sjefen ikkje les eposten din hverken lovlig eller ulovlig så skaffer du deg ei epostadresse UTANFOR jobben sitt epostsystem &#8211; hos gmail eller liknande. Så kan ein bruke denne adressa til å utveksle sladder om sjefen og nakenbileta frå siste sydenferie. Heller enn å forby sjefen tilgang til den tilsette sin epost burde dei påby arbeidsgjevar å gje den tilsette assistanse til å komme i gang med ei gratis epost-teneste for personlige ting og så gjere det klart at jobb-eposten kan bli lest nårsomhelst av kvensomhelst.</p>
<p>Eg trur at med litt sterkare fokus på at jobb-mailen din faktisk ikkje er din personlige epost så vil vi unngå så mange problemer rundt dette. Det er lov å håpe.. <img src='http://ormset.no/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2010/08/11/kvifor-er-det-egentlig-galt-a-lese-tilsettes-epost/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Multitouch trackpad DIY button</title>
		<link>http://ormset.no/wordpress/2010/06/30/multitouch-trackpad-diy-button/</link>
		<comments>http://ormset.no/wordpress/2010/06/30/multitouch-trackpad-diy-button/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 10:01:25 +0000</pubDate>
		<dc:creator>ola</dc:creator>
				<category><![CDATA[TechStuff]]></category>
		<category><![CDATA[Things Mac]]></category>
		<category><![CDATA[TricksAndTips]]></category>

		<guid isPermaLink="false">http://ormset.no/wordpress/2010/06/30/multitouch-trackpad-diy-button/</guid>
		<description><![CDATA[Two days ago I picked up a brand new MacBook Pro 15-inch with a Intel core i7 CPU from my local hardware pusher. I have to admit it&#8217;s a DAMN fast machine, especially after fitting it with a Corsair SSD disk. However, it has one major grievance in my opinion &#8211; the button-less multitouch trackpad. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ormset.no/wordpress/wp-content/uploads/2010/06/IMG_0011.jpg"><img src="http://ormset.no/wordpress/wp-content/uploads/2010/06/IMG_0011-tm.jpg" width="200" height="266" alt="IMG_0011.jpg" style="float:left; margin-right:5px; margin-bottom:5px;" /></a>Two days ago I picked up a brand new MacBook Pro 15-inch with a Intel core i7 CPU from my local hardware pusher. I have to admit it&#8217;s a DAMN fast machine, especially after fitting it with a Corsair SSD disk. However, it has one major grievance in my opinion &#8211; the button-less multitouch trackpad. My old 2007 model MBP has a physical button located below the trackpad, and I have gotten accustomed to resting my right hand thumb there when using the trackpad.</p>
<p>The new multitouch trackpad does not come with a physical button, but it can detect &#8220;idle&#8221; fingers on the trackpad so when resting my thumb I can still use the trackpad as if the thumb was not in contact with the pad. Most of the time. If I am to move my thumb only the slightest &#8211; which I typically do when I try to tap-to-click with my index finger &#8211; it will start interpreting my movements as multitouch gestures and very diffrent things than I intended will start to happen. Most annoying.</p>
<p>After searching for a software solution to disable the lover one third of the trackpad I got pissed of and typed <a href="http://www.google.com/search?hl=en&amp;client=firefox-a&amp;hs=FFF&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;q=I+hate+the+macbook+multitouch+trackpad&amp;aq=f&amp;aqi=m1&amp;aql=&amp;oq=&amp;gs_rfai=">&#8220;I hate the macbook multitouch trackpad&#8221;</a> and guess what, I am not the only one. First hit in the result list is Kustaa Nyholms site over at <a href="http://sparetimelabs.com" title="sparetimelabs.com">sparetimelabs.com</a>, which on his Multitouch page explains why he hates the trackpad and what he did to fool it into behaving properly. I have to admit, It&#8217;s a sexy solution <img src='http://ormset.no/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now my thumb rests nicely on a piece of former DVD case, and my erranous click rate has gone down to zero. It even looks good, although I will try to get some thinner double sided tape and do a better job with my scissors to get it perfect. Thanks Kusti!</p>
<p>EDIT: Oh well, I had to give up the DIY button, after some time it started misbehaving again. Could be that the double sided tape wasn&#8217;t really useful for this particular application..</p>
]]></content:encoded>
			<wfw:commentRss>http://ormset.no/wordpress/2010/06/30/multitouch-trackpad-diy-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

