<?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>herrklein.com &#187; Hardware</title>
	<atom:link href="http://herrklein.com/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://herrklein.com</link>
	<description>Computer Graphics &#124; Design &#124; Photography &#124; New Media</description>
	<lastBuildDate>Fri, 30 Oct 2009 10:33:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Camera phones are not cameras</title>
		<link>http://herrklein.com/2006/11/cameras-phones-are-not-cameras/</link>
		<comments>http://herrklein.com/2006/11/cameras-phones-are-not-cameras/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 20:07:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Quality]]></category>

		<guid isPermaLink="false">http://herrklein.com/2006/11/cameras-phones-are-not-cameras/</guid>
		<description><![CDATA[Fooled by marketing – again A lot of people believe that their camera phone is actually a camera. They assume that a mobile phone with 3.2 megapixels and a Carl Zeiss lens is a great camera. Film based cameras compared to digital cameras I think it is fair to compare an analogue and a digital [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/disposable.jpg" alt="Mobile cameras compare to disposable cameras" title="Mobile cameras compare to disposable cameras" /></p>
<h3>Fooled by marketing – again</h3>
<p>A lot of people believe that their camera phone is actually a camera. They assume that a mobile phone with 3.2 megapixels and a Carl Zeiss lens is a great camera.</p>
<h3>Film based cameras compared to digital cameras</h3>
<p>I think it is fair to compare an analogue and a digital Single-Lens Reflex (SLR) camera. I also think it is fair to compare an analogue and a digital compact camera. But very few (if any) camera phones hold any comparison to any of the above. Camera phones can at best be compared to the cheapest and crappiest digital compact cameras.</p>
<p>If we continue the comparison of modern cameras to analogue cameras, I would say that todays camera phones compare in image quality to analogue disposable cameras. Even though camera phones like Nokia N73 and Sony Ericsson K800i have specifications that look great on paper, the images you can take with them do not look great on paper.</p>
<h3>How can so many people be fooled so easily?</h3>
<p>I believe most people with camera phones are a little like digital compact camera users: The pictures are mostly viewed on cellphones or relatively small home computer screens and they are rarely printed in large scales. The users never inspect the images in Photoshop or any other image processing program (have you seen the quality of the blue channel of a camera phone image?).</p>
<p>So all in all, people are happy with crappy images – until the day they take a picture that they really like and wish they could have made a big nice print out of it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://herrklein.com/2006/11/cameras-phones-are-not-cameras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your portable mac behave differently in different locations</title>
		<link>http://herrklein.com/2006/06/make-your-macbook-behave-differently-in-different-locations/</link>
		<comments>http://herrklein.com/2006/06/make-your-macbook-behave-differently-in-different-locations/#comments</comments>
		<pubDate>Wed, 21 Jun 2006 15:53:55 +0000</pubDate>
		<dc:creator>Lasse</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://herrklein.com/2006/06/make-your-macbook-behave-differently-in-different-locations/</guid>
		<description><![CDATA[image © Apple Different places, different needs Startup Items lets you open the same applications every time you log in, but that is not necessarily what you want. I have different uses for my MacBook Pro depending on where I am, and I want different programs started and different servers mounted at work than I [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://herrklein.com/images/beach_saver.jpg" title="beach" /></p>
<p align="right"><em>image © Apple</em></p>
<h3>Different places, different needs</h3>
<p>Startup Items lets you open the same applications every time you log in, but that is not necessarily what you want. I have different uses for my MacBook Pro depending on where I am, and I want different programs started and different servers mounted at work than I do at home.</p>
<p>Removable hardware and networks disks are not always available for a portable computer. If you try to mount disks when they are not available, you are causing unnecessary delays, and you get annoying error messages. And if you do not have a solution for mounting the disks automatically, you have to do it manually every work day.</p>
<h3>The solution</h3>
<p>I have made a small applescript that solves most of these problems. Just <a href="/upload/startupscript.scpt">download the script here</a> and double click it to open in script editor. Then follow the instructions in the comments inside the script.</p>
<p>The script works by assuming that you get assigned an ip address within different ranges in different physical places. You tell the script where each range belong, and what you want done  when you are at that place.</p>
<h3>It&#8217;s easy!</h3>
<p>If you are new to programming, I can promise you that this sounds a lot harder than it is. Applescript is made for non-programmers like you, and you will easily understand what is going on. At least take a look at the script before you give up!</p>
<h3>Update: Alternative solution</h3>
<p>I started working on making a more user friendly application to manage locations, but I put that on hold when I found that <a href="http://www.codehackers.net/" title="WiLMa" target="_blank">WiLMa &#8211; The WIreless Location MAnager</a> may do the trick. I will try it out, but my guess right now is that WiLMa may be easier to use, and that the above script gives you more control.</p>
<h3>Update II: Added functionality</h3>
<p>You may now switch behaviour using the Airport network name in addition to the IP address.</p>
<p align="center"><a href="http://digg.com/apple/Make_your_portable_mac_behave_differently_in_different_locations" target="_blank">Digg this article!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://herrklein.com/2006/06/make-your-macbook-behave-differently-in-different-locations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Insomniac Mac</title>
		<link>http://herrklein.com/2006/06/a-cool-powerbook/</link>
		<comments>http://herrklein.com/2006/06/a-cool-powerbook/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 17:12:52 +0000</pubDate>
		<dc:creator>Lasse</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://herrklein.com/2006/06/a-cool-powerbook/</guid>
		<description><![CDATA[Technology often acts really strange, and sometimes makes us act strange too. My three year old Powerbook G4 suddenly got into the habit of turning itself off a few seconds after I turned it on. Technical support told me it&#8217;s probably a failure in the power management unit that makes it sensitive to heat. Since [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.arendals.com/" target="_blank"><img src="http://herrklein.com/images/coolpowerbook_ill.jpg" title="Powerbook" alt="Powerbook" /></a></p>
<p>Technology often acts really strange, and sometimes makes us act strange too.</p>
<p>My three year old Powerbook G4 suddenly got into the habit of turning itself off a few seconds after I turned it on. Technical support told me it&#8217;s probably a failure in the power management unit that makes it sensitive to heat.</p>
<p>Since I was in a hurry to get the Mac up and running to meet a deadline that morning, I put it in the refrigerator for five minutes – and voilá, it started! But that was a temporary solution for me – I have now ordered a new MacBook Pro.</p>
<p>Powerbooks in refregerators seem to be &#8220;hot&#8221; these days: <a href="http://rentzsch.com/notes/mbpFridge">here&#8217;s an article</a> about a guy using the same solution to fix his dvd player.</p>
]]></content:encoded>
			<wfw:commentRss>http://herrklein.com/2006/06/a-cool-powerbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
