<?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>pruperting &#187; Uncategorized</title>
	<atom:link href="http://www.prupert.co.uk/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prupert.co.uk</link>
	<description>putting the know back in technology</description>
	<lastBuildDate>Wed, 30 Jun 2010 11:27:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How To Make An Advanced Wireless Video Baby Monitor</title>
		<link>http://www.prupert.co.uk/2010/04/27/how-to-make-an-advanced-wireless-video-baby-monitor/</link>
		<comments>http://www.prupert.co.uk/2010/04/27/how-to-make-an-advanced-wireless-video-baby-monitor/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 14:57:44 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=315</guid>
		<description><![CDATA[So, a while back, I wrote about making your own video baby monitor. This has worked very well, with one exception: at night. The webcam I used doesn&#8217;t cope very well at night, and since you are going to want to monitor your baby mostly at night, then I guess that is pretty fail. So, [...]]]></description>
			<content:encoded><![CDATA[<p>So, a while back, <a title="my first post on the topic" href="http://www.prupert.co.uk/2010/02/04/make-your-own-video-baby-monitor/" target="_blank">I wrote about making your own video baby monitor</a>. This has worked very well, with one exception: at night. The webcam I used doesn&#8217;t cope very well at night, and since you are going to want to monitor your baby mostly at night, then I guess that is pretty fail. So, I got myself a new IP / Network webcam, this time a real cheapo Chinese joby from eBay.  One of these:</p>
<p><img class="alignright size-full wp-image-317" title="326143492_tp" src="http://www.prupert.co.uk/wp-content/uploads/2010/04/326143492_tp.jpg" alt="" width="300" height="300" />Now, this camera actually isn&#8217;t half bad. It&#8217;s got 10 IR LEDs for night vision, it claims to be 10MP, but I am not so sure about that, however the picture quality is fine. It also has audio in and out. Now, sadly, the audio in is pretty terrible, very smothered and fuzzy. I think that is partly down to the low bit rate it uses, but also because the microphone is blocked by the bodywork, which I&#8217;ll try and fix one day. The cool thing is that it has pan and tilt built in, so you can move it around to get something in picture, so you haven&#8217;t got to get up to move the camera if your baby has moved around somewhere.</p>
<p>The only issue I came across, was getting a video feed WITH audio out of this thin on Linux. It offers an ActiveX solution for IE, but only a video feed for FireFox, without audio (the fact it offers any FireFox compatibility at all is pretty cool). Now, the webcam doesn&#8217;t advertise what it is, since it turns out it is a rip off a webcam made by Fosscam. It is actually a Netwave IP camera. This was my major hurdle in working out how to use it. After literally hours and hours or googling and posting on <a title="Ask Meta Filter" href="http://ask.metafilter.com/151781/How-can-I-decode-HTTP-traffic-from-an-IP-webcam-into-full-URLs" target="_blank">metafi</a> I finally found out how to get an video stream with audio out of it. It turns out the solution is quite simple, you just use this address in VLC&#8217;s streaming media source input:<br />
<code></p>
<p>http://IPADDRESS:PORT/videostream.asf?user=admin&amp;resolution=32</code></p>
<p>Of course, if you changed the username, change it here and if you have a password, then add &amp;pwd=PASSWORD or whatever it is. I found this address from an awesome PDF that lists all the Fosscam&#8217;s cgi commands and since the Netwave is a ripoff of the Fosscam, it uses the same commands.</p>
<p>You can find the PDF here: <a title="the PDF" href="http://www.drivehq.com/file/df.aspx/publish/bubbah/PublicFolder/IPCAMCGISDKV1.7.pdf" target="_blank">http://www.drivehq.com/file/df.aspx/publish/bubbah/PublicFolder/IPCAMCGISDKV1.7.pdf</a></p>
<p>There are loads of other options, you can basically configure the  whole camera through cgi calls, though, beware, you can mess up and lock  yourself out of the camera if you don&#8217;t know what you are doing. Here are a snippet of some of the commands:</p>
<p><code>Take a photo: /snapshot.cgi[?user=&amp;pwd=&amp;next_url=] Parameters user:username pwd:password next_url:the name of snapshot</code></p>
<p><code>Use server push mode to send videostream (no audio) /videostream.cgi[?user=&amp;pwd=&amp;resolution=] Parameters user:username pwd:password Resolution:8:320*240 32:640*480</code></p>
<p><code>Send videostream in asf format, only support vlc player and mplayer (with audio): /videostream.asf[?user=&amp;pwd=&amp;resolution=] Parameters user:username pwd:password Resolution: 8:320*240 32:640*480</code></p>
<p><code>Get device status info: /get_status.cgi Parameters now:The count of seconds form 1970-1-1 0:0:0 to now alarm_status: 0:no alarm  1:motion alarm 2:input alarm ddns_status:DDNS status upnp_status:UPNP status<br />
</code></p>
<p><code>Get camera params: /get_camera_params.cgi[?user=&amp;pwd=] Parameters user:username pwd:password Resolution: 8: 320*240 32: 640*480 Brightness: 0-255 Contrast: 0-6 Mode: 0: 50hz 1: 60hz 2 outdoor format Flip: 0: initial 1: vertical rotate 2: horizontal rotate 3: vertical + horizontal rotate</code></p>
<p><code>Set misc parameters of camera:  /set_misc.cgi?[led_mode=&amp;ptz_center_onstart=&amp;ptz_auto_patrol_interval=&amp;ptz_auto_patrol_type=&amp;ptz_patrol_h_rounds=&amp;ptz_patrol_v_rounds=&amp;next_url=]<br />
Parameters Led_mode: 0:mode1 1:model2 2:shut off the led Ptz_center_onstart: =1 Ptz_auto_patrol_interval, =0: no auto rotating Ptz_auto_patrol_type: 0:no rotate 1:horizontal 2: vertical 3: horizontal + vertical</code></p>
<p>I can also access the camera through it&#8217;s http interface or by using an Android app called IP Camera Lite, which allows me to pan and tilt the camera remotely.</p>
<p>Anyway, using this method, I now have a remote controllable camera that has really good night vision and with audio, all viewable via VLC. Sample nigh time pictures to follow <img src='http://www.prupert.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=315" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2010/04/27/how-to-make-an-advanced-wireless-video-baby-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Baby</title>
		<link>http://www.prupert.co.uk/2010/03/18/a-new-baby/</link>
		<comments>http://www.prupert.co.uk/2010/03/18/a-new-baby/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 20:13:33 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=282</guid>
		<description><![CDATA[So, my regular readers might be wondering where all the usefull hacks, hints and tips are? Well, I have an excuse, my lovely baby girl was born two weeks ago today and so my life has been rather preoccupied with nappies, vomit and bottles. Never fear, new posts are coming, including hints and tips on [...]]]></description>
			<content:encoded><![CDATA[<p>So, my regular readers might be wondering where all the usefull hacks, hints and tips are?</p>
<p>Well, I have an excuse, my lovely baby girl was born two weeks ago today and so my life has been rather preoccupied with nappies, vomit and bottles. </p>
<p>Never fear, new posts are coming, including hints and tips on using motion to take time lapse movies, a script to automatically update to the latest SVN versions of ffmpeg and x264 among others.</p>
<p>Till then, enjoy the peace and quiet.</p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=282" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2010/03/18/a-new-baby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple sues HTC over Android</title>
		<link>http://www.prupert.co.uk/2010/03/02/apple-sues-htc-over-the-android/</link>
		<comments>http://www.prupert.co.uk/2010/03/02/apple-sues-htc-over-the-android/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 22:44:42 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=272</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.prupert.co.uk/wp-content/uploads/2010/03/iphail-300x175.jpg" alt="" title="iphail" width="300" height="175" class="aligncenter size-medium wp-image-277" /></p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=272" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2010/03/02/apple-sues-htc-over-the-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Backup Backup &#8211; Updated</title>
		<link>http://www.prupert.co.uk/2010/01/08/backup-backup-backup/</link>
		<comments>http://www.prupert.co.uk/2010/01/08/backup-backup-backup/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 10:31:15 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=243</guid>
		<description><![CDATA[So, my main storage drive failed yesterday. Admitedly I have been having problems with it over the past few months, with fsck throwing errors on reboot, but yesterday it totally died. One minute it was happily sharing my music out via samba, the next, everything had gone Luckily, I run a good backup solution, so [...]]]></description>
			<content:encoded><![CDATA[<p>So, my main storage drive failed yesterday. Admitedly I have been having problems with it over the past few months, with fsck throwing errors on reboot, but yesterday it totally died. One minute it was happily sharing my music out via samba, the next, everything had gone <img src='http://www.prupert.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Luckily, I run a good <a title="backup with rsync" href="http://www.prupert.co.uk/2008/11/03/simple-backups-in-ubuntu/" target="_blank">backup </a>solution, so all I had to do was get myself a new drive (upgrading to 1TB in the process) and copy over my backed up files.</p>
<p>Simple, but if I wasn&#8217;t running my backup solution, I would have been screwed &#8211; bye bye to my music, photos and work files.</p>
<p>Thank you rsback and rsync&#8230;.</p>
<p>(Update)</p>
<p>What is even more awesome, is that since Linux regards everything as a file (so all drives are effectively referred to as files (via the UUID) in Linux (in my case Ubuntu)) swapping out a drive with a new one is very simple. I just updated /etc/fstab with the UUID of the new drive, and then copied over my backed up files to it.</p>
<p>As far as Ubuntu is now concerned, it is the same drive, now only bigger. So all my samba shares and rsync folders all work as before.</p>
<p>God I love Linux.</p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=243" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2010/01/08/backup-backup-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XBMC and 1080p</title>
		<link>http://www.prupert.co.uk/2010/01/04/xbmc-and-1080p/</link>
		<comments>http://www.prupert.co.uk/2010/01/04/xbmc-and-1080p/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 12:22:57 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/2010/01/04/xbmc-and-1080p/</guid>
		<description><![CDATA[I got myself a full HD TV over Xmas, a 32&#8243; Full HD LCD TV from Panasonic (ok ok, the purests may say that you don&#8217;t need FullHD with a 32&#8243; screen, but I say I dont need or want a TV half the size of my wall dominating my sitting room&#8230;). XBMC on it [...]]]></description>
			<content:encoded><![CDATA[<p>I got myself a full HD TV over Xmas, a 32&#8243; Full HD LCD TV from Panasonic (ok ok, the purests may say that you don&#8217;t need FullHD with a 32&#8243; screen, but I say I dont need or want a TV half the size of my wall dominating my sitting room&#8230;). XBMC on it is just out of this world beautiful. Totally awesome. Anyone who is using XBMC on an old CRT needs to update NOW, it makes it SO much better.</p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=242" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2010/01/04/xbmc-and-1080p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Gives £12.4 Million To Charity For Christmas</title>
		<link>http://www.prupert.co.uk/2009/12/24/google-gives-12-4-million-to-charity-for-christmas/</link>
		<comments>http://www.prupert.co.uk/2009/12/24/google-gives-12-4-million-to-charity-for-christmas/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 09:32:47 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[xmas]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=237</guid>
		<description><![CDATA[At least one company hasn&#8217;t forgotten the true meaning of Christmas. Google has announced that it will be giving £12.4 million to charity for Xmas. Good on you Google.]]></description>
			<content:encoded><![CDATA[<p>At least one company hasn&#8217;t forgotten the true meaning of Christmas. Google has <a title="Google Charity" href="http://www.google.co.uk/intl/en/advertising/holiday2009/" target="_blank">announced</a> that it will be giving £12.4 million to charity for Xmas. Good on you Google.</p>
<p><a href="http://www.prupert.co.uk/wp-content/uploads/2009/12/google.png"><img class="alignleft size-medium wp-image-240" title="google" src="http://www.prupert.co.uk/wp-content/uploads/2009/12/google-300x134.png" alt="google" width="300" height="134" /></a></p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=237" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2009/12/24/google-gives-12-4-million-to-charity-for-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Christmas To All</title>
		<link>http://www.prupert.co.uk/2009/12/23/happy-christmas-to-all/</link>
		<comments>http://www.prupert.co.uk/2009/12/23/happy-christmas-to-all/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 13:57:05 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[xmas]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=233</guid>
		<description><![CDATA[So, it&#8217;s that time of year, and I&#8217;d like to wish all my readers a very Happy Christmas and a great New Year (well, it can&#8217;t be much worse than this one ). It&#8217;s been a brilliant year for pruperting, we&#8217;ve been going for just over a year now and we have already quadrupled our [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.prupert.co.uk/wp-content/uploads/2009/12/gift.jpg"><img class="alignleft size-medium wp-image-235" title="gift" src="http://www.prupert.co.uk/wp-content/uploads/2009/12/gift-300x225.jpg" alt="gift" width="300" height="225" /></a></p>
<p>So, it&#8217;s that time of year, and I&#8217;d like to wish all my readers a very Happy Christmas and a great New Year (well, it can&#8217;t be much worse than this one <img src='http://www.prupert.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ). It&#8217;s been a brilliant year for pruperting, we&#8217;ve been going for just over a year now and we have already quadrupled our readership. I look forwarding to regaling you all with hints, tips, rants and posts next year.</p>
<p>Keep on rocking <img src='http://www.prupert.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://www.prupert.co.uk/wp-content/uploads/2009/12/baull.jpg"><img class="alignright size-medium wp-image-234" title="baull" src="http://www.prupert.co.uk/wp-content/uploads/2009/12/baull-300x300.jpg" alt="baull" width="300" height="300" /></a></p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=233" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2009/12/23/happy-christmas-to-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You know it&#8217;s Xmas when VLC tells you so ;)</title>
		<link>http://www.prupert.co.uk/2009/12/21/you-know-its-xmas-when-vlc-tells-you-so/</link>
		<comments>http://www.prupert.co.uk/2009/12/21/you-know-its-xmas-when-vlc-tells-you-so/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 14:45:53 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=229</guid>
		<description><![CDATA[Ahh, good old VLC, you always know it&#8217;s Christmas time again when your VLC icon changes to a nice Xmassy one: Yup, it&#8217;s definately Christmas now. Happy Xmas and a great New Year to all my readers, lets hope 2010 is the year that gets us out of this horrible global mire&#8230;.]]></description>
			<content:encoded><![CDATA[<p>Ahh, good old <a title="VLC" href="http://www.videolan.org/videolan/" target="_blank">VLC</a>, you always know it&#8217;s Christmas time again when your VLC icon changes to a nice Xmassy one:</p>
<p><a href="http://www.prupert.co.uk/wp-content/uploads/2009/12/vlcxmas.jpg"><img class="alignleft size-full wp-image-230" title="vlcxmas" src="http://www.prupert.co.uk/wp-content/uploads/2009/12/vlcxmas.jpg" alt="vlcxmas" width="207" height="71" /></a></p>
<p>Yup, it&#8217;s definately Christmas now.</p>
<p>Happy Xmas and a great New Year to all my readers, lets hope 2010 is the year that gets us out of this horrible global mire&#8230;.</p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=229" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2009/12/21/you-know-its-xmas-when-vlc-tells-you-so/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chromium OS &#8211; I was right!</title>
		<link>http://www.prupert.co.uk/2009/11/21/google-chromium-os-i-was-right/</link>
		<comments>http://www.prupert.co.uk/2009/11/21/google-chromium-os-i-was-right/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 19:07:13 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=223</guid>
		<description><![CDATA[So, the first build of Chromium is released and as I predicted, it is simply a super-fast web-browsing platform, no more, no less. All those people who are criticising it for not being an MS killer are totally missing the point of it. It is meant to allow you to quickly and easily access the [...]]]></description>
			<content:encoded><![CDATA[<p>So, the first build of Chromium is <a title="Chromium" href="http://googleblog.blogspot.com/2009/11/releasing-chromium-os-open-source.html" target="_blank">released</a> and as I <a title="I was right!" href="http://www.prupert.co.uk/2009/07/14/what-google-chrome-os-is-and-isnt/" target="_blank">predicted</a>, it is simply a super-fast web-browsing platform, no more, no less. All those people who are criticising it for not being an MS killer are totally missing the point of it. It is meant to allow you to quickly and easily access the web and Google&#8217;s services, using devices manufactured by certain partners. Why would it try to compete with the likes of Ubuntu and Fedora, when both are so advanced and well supported already?</p>
<p>There will be a lot of disappointed people out there, when they see what Chromium is, but that is only because there are lots of people out there who don&#8217;t understand what Google wanted to achieve and were, as usual, being unrealistic about what it could achieve.</p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=223" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2009/11/21/google-chromium-os-i-was-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft&#8217;s I&#8217;m not cool enough for a Mac Awesomeness</title>
		<link>http://www.prupert.co.uk/2009/03/31/microsofts-im-not-cool-enough-for-a-mac-awesomeness/</link>
		<comments>http://www.prupert.co.uk/2009/03/31/microsofts-im-not-cool-enough-for-a-mac-awesomeness/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 21:12:50 +0000</pubDate>
		<dc:creator>prupert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.prupert.co.uk/?p=142</guid>
		<description><![CDATA[So, Microsoft&#8217;s new add that highlights how much more expensive a Mac is compared to a similarly specced Windows PC has caused a lot of comment, on Zdnet for example. It makes a good point and it is very amusing reading the SAFB writing in comments to defend Mac. The truth of the Mac matter [...]]]></description>
			<content:encoded><![CDATA[<p>So, Microsoft&#8217;s new add that highlights how much more expensive a Mac is compared to a similarly specced Windows PC has caused a lot of comment, on <a title="ZDNet" href="http://blogs.zdnet.com/hardware/?p=4046">Zdnet </a>for example.</p>
<p>It makes a good point and it is very amusing reading the SAFB writing in comments to defend Mac.</p>
<p>The truth of the Mac matter is, due to its price, Macs are set at a price point that only people with a high disposable income can afford them. Buying one shows that you earn a decent amount of money and care enough about outside appearances that you want to own a laptop that &#8216;looks cool.&#8217; Most of the comments I have read about current Mac owners wanting to upgrade to a new Mac talk about the newer Mac &#8216;looking cooler&#8217; and even Apple&#8217;s own advert on TV for its most recent Mac book talks about how it looks amazing (milled out of one piece of metal with a glass screen etc.), in fact it makes no mention of if it has any performance improvements at all.</p>
<p>If you ask me, the reason SAFB get so angry about defending their precious products, it is because deep down, they feel a little guilty that they have spent so much money on what is the laptop equivalent of buying a big red Ferrari.</p>
 <img src="http://www.prupert.co.uk/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=142" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.prupert.co.uk/2009/03/31/microsofts-im-not-cool-enough-for-a-mac-awesomeness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
