<?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>Geir Andersen - Rough edges &#187; Software</title>
	<atom:link href="http://www.geirandersen.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geirandersen.com</link>
	<description></description>
	<lastBuildDate>Sun, 06 Jun 2010 18:14:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Arduino arrived and other stuff</title>
		<link>http://www.geirandersen.com/2010/02/arduino-arrived-and-other-stuff/</link>
		<comments>http://www.geirandersen.com/2010/02/arduino-arrived-and-other-stuff/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 17:15:53 +0000</pubDate>
		<dc:creator>Geir Andersen</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Hobby]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Make]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.geirandersen.com/?p=177</guid>
		<description><![CDATA[As I wrote earlier, I ordered and Arduino Duemanilove and a Protoshield from eBay. Early this week it arrived and I was thrilled to get my hands on it. I haven&#8217;t had much chance to play with it yet, as we&#8217;ve had an immense snowstorm here. It&#8217;s been snowing for at least 4 days straight [...]]]></description>
			<content:encoded><![CDATA[<p>As I wrote earlier, I ordered and Arduino Duemanilove and a Protoshield from eBay. Early this week it arrived and I was thrilled to get my hands on it. I haven&#8217;t had much chance to play with it yet, as we&#8217;ve had an immense snowstorm here. It&#8217;s been snowing for at least 4 days straight now, and that ammounts to over 4 feet of snow during those days alone. My back&#8217;s out and more snow is coming down. I don&#8217;t have much components lying around, as I forgot to order them and there&#8217;s no way I can drive to get some. I have some stuff I want to try but for now they&#8217;ll have to wait.<span id="more-177"></span></p>
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-2350892913627659";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "CCCCCC";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
<p>I made this one thing (sort of) following the steps found here: <a title="Aaron Alai's EMF Detector" href="http://www.aaronalai.com/emf-detector" target="_blank">Aaron Alai&#8217;s EMF Detector</a>. As I didn&#8217;t happen to have the right resistor lying around (and didn&#8217;t want to scrounge through my parts) it only sort of works. I guess I could tweak the code and such, but I&#8217;m still just starting to learn this Arduino it&#8217;s still sketchy at best.</p>
<p>Robotics has been a passion ever since I first found BEAM bots (made by Mark Tilden). I&#8217;ve made a few different ones, but never had the frame of mind to photograph them. Living in Norway, having no RadioShack or even something similar&#8230;Scrounging from older projects is the way of life. I have to order parts (which is normal) but they take forever to get here and they&#8217;re NOT CHEAP. Even the simplest little beam bot takes parts that equal +/- $50!</p>
<p>I bought the Arduino Duemanilove and the Protoshield from eBay, at a total cost of about $27, including shipping to Norway. That&#8217;s pretty cheap in my opinion. When it came time to use the Arduino the first time, that was as simple as can be. I downloaded the latest software from <a title="Arduino - HomePage" href="http://www.arduino.cc" target="_blank">Arduino website</a>, and installed it. Running Windows 7 there&#8217;s a feature that installs all (ok, most) drivers automatically. I read the guide and prepared to install the drivers. When I plugged in the Arduino the first time, the computer thought about it for a few seconds and then it was all ready to go. I didn&#8217;t have to do anything. It told me it had assigned the Arduino to com4 and upon selecting com4 and the correct board in Arduino IDE, I was ready to upload.</p>
<p>If you like tinkering with microprocessors but you feel it&#8217;s costly and too complicated.. Buy this thing! I used to play with PIC micros and tried to use the ASM language, but felt it was too hard. I&#8217;m a trained computer technician and I&#8217;ve been a software programmer and web programmer, but this was too much to get a simple little micro to work. This thing uses what looks very much like C/C++ and it&#8217;s filled with great possibilities!</p>
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-2350892913627659";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "CCCCCC";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geirandersen.com/2010/02/arduino-arrived-and-other-stuff/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Weekend is here</title>
		<link>http://www.geirandersen.com/2010/01/weekend-is-here/</link>
		<comments>http://www.geirandersen.com/2010/01/weekend-is-here/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 22:42:15 +0000</pubDate>
		<dc:creator>Geir Andersen</dc:creator>
				<category><![CDATA[Action]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Movie]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geirandersen.com/?p=162</guid>
		<description><![CDATA[No more work today, day is all done. I haven&#8217;t made any plans this weekend and hope I don&#8217;t have to. The plan is to relax and try to get better. Been a bit under the weather this week, and just now started feeling a bit better. I was supposed to work tomorrow, but had [...]]]></description>
			<content:encoded><![CDATA[<p>No more work today, day is all done. I haven&#8217;t made any plans this weekend and hope I don&#8217;t have to. The plan is to relax and try to get better. Been a bit under the weather this week, and just now started feeling a bit better. I was supposed to work tomorrow, but had to get someone to take that shift for me.. No way I could be outside for hours and still get better.</p>
<p>I&#8217;ve got work bright and early monday morning, and have to be fit for that. Maybe I can watch a movie or two and also try to get some personal stuff done.</p>
<p><a title="Hellboy II - IMDB page" href="http://www.imdb.com/title/tt0411477/" target="_blank">Hellboy II: The golden army</a> is on the TV now, but I&#8217;ve seen it allready so I&#8217;m not really watching. The movie is OK and all but I think it&#8217;s too much like the first and looks like it was made just to make a sequel.<br />
<span id="more-162"></span></p>
<p style="text-align: center;">
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-2350892913627659";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "CCCCCC";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
<p>I happened to browse the channels earlier and watched the better part of <a title="Eagle Eye - IMDB page" href="http://www.imdb.com/title/tt1059786/" target="_blank">Eagle Eye</a>. Now.. For some reason, last time I tried to watch this movie I just couldn&#8217;t. I started watching it but got bored quick and stopped. Guessing that was a mistake by me, because this time I just couldn&#8217;t stop watching the thing. The movie has everything a geek could want. Action, high-tech computers and high speed chases. Oh, and <a title="Michelle Monaghan - IMDB page" href="http://www.imdb.com/name/nm1157358/" target="_blank">Michelle Monaghan</a> didn&#8217;t exactly hurt the eyes <img src='http://www.geirandersen.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>The movie stars <a title="Shia LaBeouf - IMDB page" href="http://www.imdb.com/name/nm0479471/" target="_blank">Shia LaBeouf</a>, known from <a title="Transformers - IMDB page" href="http://www.imdb.com/title/tt0418279/" target="_blank">Transformers</a>. As I only happened to watch some of the movie I can&#8217;t write a decent review of it&#8217;s plot. I can only write that I really liked the movie and I plan to buy it as soon as I can and watch the whole thing.</p>
<p>I&#8217;ve had the chance to play with the new theme of the site a bit, and I like it! There&#8217;s just something about it I find much more pleasing than the old. The theme is written by <a title="BlogOhBlog - website" href="http://www.blogohblog.com" target="_blank">BOB</a>, as was the old one. BOB has some really great themes for WordPress so if you have a site running WordPress and you&#8217;re looking for a new theme I&#8217;d suggest you swing by the site. I&#8217;m still configuring some of the options and I&#8217;m also customizing a few little things. I&#8217;m not making writing this blog to make money but I do have some ads on here. Can&#8217;t hurt to try to make some money while in the comfort of one&#8217;s livingroom.  The site is using Google AdSense but I haven&#8217;t figured out how to truly customizing the ads. Some time in the future I&#8217;m also going to write a page on how you can get in contact with me in order to maybe get your own ad on this page.</p>
<p style="text-align: center;">
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-2350892913627659";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "CCCCCC";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
</p>
<p>On a &#8220;personal&#8221; note, I&#8217;ve upgraded my system to Windows 7 (skipping Vista alltogether). While using XP I had serious issues using the wireless network. It wouldn&#8217;t connect to my router when I wanted it to, and when it did it lost connection waaay to often. Now, I&#8217;m online using the WLAN and so far it&#8217;s working great (knock on wood). I usually upgrade to the next OS when it&#8217;s successor is out. That means I should now be using Vista&#8230; Vista is NOT usable for my work and I will certainly not use it. Windows 7 seems to work just like I&#8217;d expect it to and I&#8217;m keeping it.</p>
<p>This post ended up a bit longer than was intended but hey&#8230; When you feel like writing, write!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geirandersen.com/2010/01/weekend-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>29.06.2008</title>
		<link>http://www.geirandersen.com/2008/06/29062008/</link>
		<comments>http://www.geirandersen.com/2008/06/29062008/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 22:30:32 +0000</pubDate>
		<dc:creator>Geir Andersen</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Digital Photography]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geirandersen.com/2008/06/29062008/</guid>
		<description><![CDATA[Actually it&#8217;s the 30th. as it&#8217;s past 00:00, but it&#8217;s under 29th. since that&#8217;s when I got up.
I decided I didn&#8217;t want to re-invent the wheel in terms of a gallery application, since I found one that (so far) covers all my needs and is a pleasure to use. You can find my gallery here: [...]]]></description>
			<content:encoded><![CDATA[<p>Actually it&#8217;s the 30th. as it&#8217;s past 00:00, but it&#8217;s under 29th. since that&#8217;s when I got up.</p>
<p>I decided I didn&#8217;t want to re-invent the wheel in terms of a gallery application, since I found one that (so far) covers all my needs and is a pleasure to use. You can find my gallery here: <a title="Geir Andersen's Photogallery" href="http://www.geirandersen.com/gallery/">Geir Andersen&#8217;s Photogallery</a>. It&#8217;s not much in there yet as I&#8217;m still setting it up and uploading stuff, but it&#8217;ll get there.</p>
<p>There&#8217;s the option to order prints in there, and I&#8217;ll write a T&amp;C page which will get a link shortly.</p>
<p>For now, please enjoy the gallery and hope to see you again soon.</p>
<p>-Geir</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geirandersen.com/2008/06/29062008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The power of PhotoShop</title>
		<link>http://www.geirandersen.com/2007/10/the-power-of-photoshop/</link>
		<comments>http://www.geirandersen.com/2007/10/the-power-of-photoshop/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 13:41:27 +0000</pubDate>
		<dc:creator>Geir Andersen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Outdoor]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geirandersen.com/2007/10/the-power-of-photoshop/</guid>
		<description><![CDATA[After I got my dSLR I realized just how much one had to do to an image after shooting it. Don&#8217;t get me wrong, a well composed and exposed shot won&#8217;t need &#8220;much&#8221; but some things are needed to get what you&#8217;re after. I use my camera in RAW (CR2) mode exclusivly. This makes the [...]]]></description>
			<content:encoded><![CDATA[<p>After I got my dSLR I realized just how much one had to do to an image after shooting it. Don&#8217;t get me wrong, a well composed and exposed shot won&#8217;t need &#8220;much&#8221; but some things are needed to get what you&#8217;re after. I use my camera in RAW (CR2) mode exclusivly. This makes the job after shooting before printing/posting a tad bit &#8220;worse&#8221;, in order to get what you intended.<br />
Here&#8217;s a shot I took last weekend, that I processed and thought I was happy with:<br />
<a href="http://www.flickr.com/photos/gandersen/1693808791/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2278/1693808791_605722c8e9_m.jpg" title="Autumn setting" alt="Autumn setting" border="0" height="159" width="240" /></a><br />
(Link to full version shot on Flickr)</p>
<p>This is ordinary at best. I was happy though as I didn&#8217;t know any better. Posted it on a community and wanted feedback and comments. I&#8217;m always after honest comments and critique and that means I want bad comments as well as good. If nobody tells me what I&#8217;m doing wrong if I can&#8217;t see it myself, then how am I to get any better? Got some great advice and decided to play around in PS (PhotoShop). Spent a few hours last night and thought I managed to get a better version. As I noticed this morning it was WAY over processed and just couldn&#8217;t pass it off as an image. Another member of the same community &#8220;pimped&#8221; my shot (meaning he edited it as he saw fit, and posted for me to see). Didn&#8217;t even bother posting the version I&#8217;d done, as that wasn&#8217;t even near what I wanted. While I was waiting for the member to answer my question on what he&#8217;d done to get the results, I explored PS a few more hours.</p>
<p>Here&#8217;s the final edit that I&#8217;m quite pleased with:<br />
<a href="http://www.flickr.com/photos/gandersen/1707493687/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2412/1707493687_46dcb93502_m.jpg" title="Autumn II" alt="Autumn II" border="0" height="164" width="240" /><br />
</a>(Also link to Flickr fullsize version)<a href="http://www.flickr.com/photos/gandersen/1707493687/" title="Photo Sharing"><br />
</a></p>
<p>It&#8217;s not perfect, but I think it&#8217;s a heck of a lot better than the original post. This one I feel I could hang on my wall and be proud to have taken.</p>
<p>This just goes to show that one should never give up, and that there&#8217;s hope in just about any shot that the photographer has put some time into.</p>
<p>Tech. info on the shot:<br />
Canon EOS 400D using the kit lens EF-S 18-55 @ 55mm focallength.<br />
F/11, 1/30s shutter, ISO100.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geirandersen.com/2007/10/the-power-of-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
