<?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>Tidbits from my daily-life &#187; Computer Stuff</title>
	<atom:link href="http://blog.morgan.hk/category/computer-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.morgan.hk</link>
	<description>Bits and things of interest</description>
	<lastBuildDate>Wed, 02 Nov 2011 06:32:51 +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>[UBUNTU] &#8211; Rotate screen with nVidia Drivers</title>
		<link>http://blog.morgan.hk/2010/10/07/ubuntu-rotate-screen-with-nvidia-drivers/</link>
		<comments>http://blog.morgan.hk/2010/10/07/ubuntu-rotate-screen-with-nvidia-drivers/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 07:52:32 +0000</pubDate>
		<dc:creator>morgan</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[nVidia]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[rotate]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xrandr]]></category>
		<category><![CDATA[xrandrrotate]]></category>

		<guid isPermaLink="false">http://blog.morgan.hk/?p=565</guid>
		<description><![CDATA[At my studio I have an extra screen that I have been hanging from the ceiling using a projector mount. Since I simply screwed the &#8230;]]></description>
			<content:encoded><![CDATA[<p>At my studio I have an extra screen that I have been hanging from the ceiling using a projector mount. Since I simply screwed the foot of the screen to the mount, it means that the screen is actually handing upside down.</p>
<p>I used to connect a Mac Mini to it and changing the video to turn it upside down was something easy. Now that I have switched to my newly acquired Atom N330 ION machine, I have to learn how to do it in Linux Mint (ubuntu derivative)</p>
<p>If you use the stock drivers, you can use XrandR to rotate the screen, but i wanted the proprietary drivers in order to have hardware accelerated graphics and video playback.</p>
<p>After you have installed the propriety hardware drivers for your nVidia card, do the following changes:</p>
<p>Add the following line to your /etc/X11/xorg.conf file in the &#8220;Device&#8221; section (ignore the extra &#8221; coming from the WP theme I&#8217;m using)</p>
<blockquote><p>Option  &#8220;RandRRotation&#8221; &#8220;True&#8221;</p></blockquote>
<p>Now you can simply restart GDM by issuing the following commands in a TTY (ie: CTRL+ALT+F1):</p>
<blockquote><p>sudo /etc/init.d/gdm stop</p>
<p>sudo /etc/init.d/gdm start</p></blockquote>
<p>Once you login into your account you should be able to specify the rotation of the screen in Preferences&gt;Monitor</p>
<p>If asked if you&#8217;d prefer to use the Nvidia panel, simply say no.</p>
<p>You will notice that the login screen will still be upside down, this can be fixed by adding the following option below the one you just inserted in your xorg.conf:</p>
<blockquote><p>Option  &#8220;Rotate&#8221;        &#8220;Inverted&#8221;</p></blockquote>
<p>Please note that you will not be able to change your resolution using the Preferences&gt;Monitor application anymore.<br />
The Rotate option takes Right, Left and Inverted as parameters.</p>
<p>Blow is my xorg.conf, for reference:</p>
<blockquote><p>Section &#8220;Screen&#8221;<br />
Identifier      &#8220;Default Screen&#8221;<br />
DefaultDepth    24<br />
EndSection</p>
<p>Section &#8220;Module&#8221;<br />
Load    &#8220;glx&#8221;<br />
EndSection</p>
<p>Section &#8220;Device&#8221;<br />
Identifier      &#8220;Default Device&#8221;<br />
Driver  &#8220;nvidia&#8221;<br />
Option  &#8220;NoLogo&#8221;        &#8220;True&#8221;<br />
Option  &#8220;RandRRotation&#8221; &#8220;True&#8221;<br />
Option  &#8220;Rotate&#8221;        &#8220;Inverted&#8221;<br />
EndSection</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.morgan.hk/2010/10/07/ubuntu-rotate-screen-with-nvidia-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft&#8217;s sleep proxy lowers PC energy use</title>
		<link>http://blog.morgan.hk/2010/07/02/microsofts-sleep-proxy-lowers-pc-energy-use/</link>
		<comments>http://blog.morgan.hk/2010/07/02/microsofts-sleep-proxy-lowers-pc-energy-use/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 05:01:38 +0000</pubDate>
		<dc:creator>morgan</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[energy]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[sleep]]></category>

		<guid isPermaLink="false">http://blog.morgan.hk/?p=476</guid>
		<description><![CDATA[Something I wish I could use in my research lab as we do suck a lot of power.
http://www.networkworld.com/news/2010/061010-microsoft-sleep-proxy.html
&#8220;Microsoft researchers have slashed desktop energy use with &#8230;]]></description>
			<content:encoded><![CDATA[<p>Something I wish I could use in my research lab as we do suck a lot of power.<br />
<a href="http://www.networkworld.com/news/2010/061010-microsoft-sleep-proxy.html">http://www.networkworld.com/news/2010/061010-microsoft-sleep-proxy.html</a></p>
<blockquote><p>&#8220;Microsoft researchers have slashed desktop energy use with a sleep proxy system that maintains a PC&#8217;s network presence even when it is turned off or put into standby mode.</p>
<p>10 Microsoft research projects</p>
<p>Microsoft has deployed the sleep proxy system to more than 50 active users in the Building 99 research facility in Redmond, Wash., according to the Microsoft Research Web site and a paper that will be presented at the Usenix technical conference in Boston later this month.</p>
<p>&#8220;A number of studies have noted that most office machines are left on irrespective of user activity,&#8221; Microsoft researchers write in a paper titled &#8220;Sleepless in Seattle no longer.&#8221; &#8220;At Microsoft Research, we find hundreds of desktop machines awake, day or night – a significant waste of both energy and money. Indeed, potential savings can amount to millions of dollars per year for larger enterprises.&#8221;</p>
<p>Sleep proxies allow machines to be turned off while keeping them connected to the network, waking the machines when a user or IT administrator attempts to access it remotely. &#8221;</p>
<p>for more&#8230; click the link to the article</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.morgan.hk/2010/07/02/microsofts-sleep-proxy-lowers-pc-energy-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing for iPhone using openFrameworks and ofxiPhone</title>
		<link>http://blog.morgan.hk/2009/03/29/developing-for-iphone-using-openframeworks-and-ofxiphone/</link>
		<comments>http://blog.morgan.hk/2009/03/29/developing-for-iphone-using-openframeworks-and-ofxiphone/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 06:19:09 +0000</pubDate>
		<dc:creator>morgan</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://blog.morgan.hk/?p=371</guid>
		<description><![CDATA[Came accross this post about using oF on the iphone. Could be something to look into.
http://www.memo.tv/ofxiphone
]]></description>
			<content:encoded><![CDATA[<p>Came accross this post about using oF on the iphone. Could be something to look into.</p>
<p><a href="http://www.memo.tv/ofxiphone">http://www.memo.tv/ofxiphone</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.morgan.hk/2009/03/29/developing-for-iphone-using-openframeworks-and-ofxiphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SIG-CALCULATOR1</title>
		<link>http://blog.morgan.hk/2009/03/22/sig-calculator1/</link>
		<comments>http://blog.morgan.hk/2009/03/22/sig-calculator1/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 06:57:53 +0000</pubDate>
		<dc:creator>morgan</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[SIGinxt]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.morgan.hk/?p=361</guid>
		<description><![CDATA[This post is about the construction of the SIG calculators.
Prices in $HK. All parts gathered from Sham Shui Po golden centre

Pre-selection of components from Tank &#8230;]]></description>
			<content:encoded><![CDATA[<p>This post is about the construction of the SIG calculators.<br />
Prices in $HK. All parts gathered from Sham Shui Po golden centre</p>
<ol>
<li>Pre-selection of components from Tank and I</li>
<li>Shopping with Tank of the following components:<br />
Cheap Keyboard, Mouse ($68)<br />
SATA to MINI-SATA adapter ($35)<br />
Intel Core 2 Duo E7500 @2.93 gHz with 3MB L2 cache ($1090)<br />
ZOTAC Geforce 9300-ITX WIFI motherboard ($1190)<br />
SILVERSTONE NT07-775 cpu heatsink ($200)<br />
2THEMAX 8KR1 ITX case with 120W PSU ($455)<br />
TEAC DV-W28S 8x DVD+-RW &#8211; slim ($360)<br />
2x OCZ 2GB DDR2 @ 800 mHz  (w heatsink) ($260)<br />
HITACHI 640GB SATA2 7200RPM 16MB HDD ($450)<br />
TOTAL: $4108 (leaves $892 to purchase 19&#8243; LCD)</li>
<li>Assembly of the computer with Tank(very easy)</li>
<li>Installing Windows 7 beta and Linux Mint on the drive</li>
<li>Finish installing drivers and compiling wifi drivers for Linux.</li>
<li>Bring it back home, use the &#8220;stress&#8221; command under linux. Stressed RAM + CPU + HDD at maximum for 24hrs. No problems. Consider system stable</li>
<li>Test of HD video playback with videos from Apple.com/trailers. No dropped frames under linux and windows. Settings: Max resolution on 22&#8243; + 15&#8243; dual-screen. Windows with Aero turned on and using the task switching to stress system. Linux with Desktop compositing enabled (Compiz), rotating cube effect applied without any problem.</li>
<li>installing XBMC &#8211; Xbox Media Centre (www.xbmc.org) on linux in order to test more video playback.</li>
<li>Installing the &#8220;ubuntu-studio&#8221; suite of programs under linux</li>
<li>TODO:<br />
<span style="text-decoration: line-through;">Installing, Processing.org and Arduino suite of programs.</span><br />
<span style="text-decoration: line-through;">Buying 4more copies of the config</span><br />
<span style="text-decoration: line-through;">Buying 5 LCDs</span> (ended up with 5 19&#8243; ACER LCDs. they are quite decent and have a vesa mount on the back. The plan is to hang the computers at the back of the screen.<br />
<span style="text-decoration: line-through;">Testing on HDTV using HDMI port</span><br />
Backup and restore system for ease of use by all<br />
Restricted account for casual internet browsing by other users</li>
</ol>
<p>Below, a shot of the small ITX case that will eventually be hung behind the LCD screens.</p>
<p><a href="http://blog.morgan.hk/wp-content/uploads/2009/03/dscn2678.jpg"><img class="alignnone size-medium wp-image-364" title="dscn2678" src="http://blog.morgan.hk/wp-content/uploads/2009/03/dscn2678-225x300.jpg" alt="dscn2678" width="225" height="300" /></a><br />
In order, from left to right: cheap Linksys router, SIG-CALCULATOR1, Mac Mini G4 (1st generation), 1TB backup E-SATA drive, (under all of this) my home computer</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.morgan.hk/2009/03/22/sig-calculator1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A couple of podcasts</title>
		<link>http://blog.morgan.hk/2009/03/08/a-couple-of-podcasts/</link>
		<comments>http://blog.morgan.hk/2009/03/08/a-couple-of-podcasts/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 08:26:34 +0000</pubDate>
		<dc:creator>morgan</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Random Stuff]]></category>

		<guid isPermaLink="false">http://blog.morgan.hk/?p=350</guid>
		<description><![CDATA[I usually find new podcasts by reading other people&#8217;s blogs. Here are mine, maybe you will find something of interest. As you will see I &#8230;]]></description>
			<content:encoded><![CDATA[<p>I usually find new podcasts by reading other people&#8217;s blogs. Here are mine, maybe you will find something of interest. As you will see I do not have too subscriptions, this is mainly due to my busy schedule and the fact that they release new content on a regular basis and usually for lengths of up to 1h.</p>
<p>Audio</p>
<ul>
<li><a href="http://www.jupiterbroadcasting.com/?cat=4">The Linux Action Show</a> &#8211; Show about Linux and Open Source news (<a href="feed://feeds2.feedburner.com/TheLinuxActionShowOGG">OGG feed</a>, <a href="http://feeds2.feedburner.com/TheLinuxActionShow">MP3 feed</a>)</li>
<li><a href="http://www.jupiterbroadcasting.com/?cat=6">Radio Revolver</a> &#8211; Old radio drama shows that feel into the public domain (<a href="http://feeds.feedburner.com/RadioRevolver">MP3 feed</a>)</li>
<li><a href="http://twit.tv/ww">Windows Weekly</a> &#8211; As the name says, a weekly show about windows news. Hosted by <a rel="nofollow" href="http://winsupersite.com/">Paul Thurrott</a> and <a rel="nofollow" href="http://leoville.com/">Leo Laporte</a> (<a href="http://leoville.tv/podcasts/ww.xml">MP3 feed</a>)</li>
<li><a href="http://www.macobserver.com/tmo/features/podcasts/mac_geek_gab/">The Mac Observer&#8217;s Mac Geek Gab</a> &#8211; Weekly show about mac/apple related information, tips and tricks. (<a href="http://www.macgeekgab.com/rss/mgg_mp3.xml">MP3 feed</a>, <a href="http://www.macgeekgab.com/rss/mgg_aac.xml">enhanced AAC feed</a>)</li>
<li><a href="http://podcast.rthk.org.hk/podcast/item.php?pid=45">RTHK: Naked Cantonese</a> &#8211; quite infrequent podcast about learning cantonese in HK. Very casual and apparently full of mistakes. (<a href="http://podcast.rthk.org.hk/podcast/nakedlunch.xml">MP3 feed</a>)</li>
</ul>
<p>Video</p>
<ul>
<li><a href="http://www.linuxjournal.com">Linux Journal</a> &#8211; Podcast from the creators of the Linux Journal (<a href="http://linuxjournal.blip.tv/rss/itunes">video feed</a>)</li>
<li><a href="http://revision3.com/systm/">Systm</a> &#8211; weekly DIY show for geeks (<a href="http://revision3.com/systm/feed/quicktime-high-definition">Quicktime HD feed</a>)</li>
<li><a href="http://www.butterscotch.com/showdtl.html?s=labrats">Lab Rats</a> &#8211; weekly show for newbies to computing. I watch it to learn how to teach the basics. (<a href="http://media.libsyn.com/media/labratstv/labrats-161.divx">DivX feed</a>)</li>
<li><a href="http://www.whatyououghttoknow.com">What You Ought to Know</a> &#8211; all in the title. short episodes. not too frequent anymore. (<a href="http://www.whatyououghttoknow.com/show/feed/">Quicktime feed</a>)</li>
<li><a href="http://www.ted.com">TED  Talks</a> &#8211; Talks from the TED conferences. If you don&#8217;t watch this one already, you really should. (<a href="http://feeds2.feedburner.com/TedtalksHD">MP4 HD feed</a>)</li>
<li><a href="http://www.aliveinbaghdad.org/">Alive in Baghdad</a> &#8211; Short snippets of life in Badhad. How life goes on, is improved, deterred or rebuilt. (<a href="http://feeds.feedburner.com/AiBquicktime">Quicktime feed</a>)</li>
<li><a href="http://meetthegimp.org/">Meet the Gimp</a> &#8211; regular shows teaching how to use The GIMP (<a href="http://feeds2.feedburner.com/meetthegimp">MP4 feed</a>)</li>
<li><a href="http://www.makezine.com">Make Magazine:</a> Make podcast &#8211; weekly podcasts from MAKE. (<a href="http://blog.makezine.com/archive/make_podcast/index.xml">m4v feed</a>)</li>
<li><a href="http://www.tikibartv.com">Tiki Bar TV</a> &#8211; very very infrequent podcast. slightly funny. really enhibriated. (<a href="http://feeds2.feedburner.com/tikibartv">m4v feed</a>)</li>
<li><a href="http://www.itidiots.com">IT idiots</a> &#8211; Used to be a frequent podcast about system administration and IT (<a href="http://feeds2.feedburner.com/ItIdiotsHD">h264 mp4 feed</a>)</li>
<li><a href="http://www.hak5.org">Hak5</a> &#8211; Hacking (not only computers) show (<a href="http://revision3.com/hak5/feed/quicktime-high-definition">HD Quicktime feed</a>)</li>
<li><a href="http://www.geekentertainment.tv/">Geek Entertainment TV</a> &#8211; Infrequent snippets of the Geek life in the SanFrancisco area and geek conferences (<a href="http://feeds2.feedburner.com/getv">m4v feed</a>)</li>
</ul>
<p>How to subsribe to all of these ?</p>
<ul>
<li><a href="http://www.getmiro.com">Miro</a> (Mac, Linux, Windows)</li>
<li><a href="www.itunes.com">iTunes</a> (Mac, Windows)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.morgan.hk/2009/03/08/a-couple-of-podcasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.libsyn.com/media/labratstv/labrats-161.divx" length="246708378" type="audio/unknown" />
		</item>
		<item>
		<title>Running Windows 7</title>
		<link>http://blog.morgan.hk/2009/03/01/running-windows-7/</link>
		<comments>http://blog.morgan.hk/2009/03/01/running-windows-7/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 07:06:55 +0000</pubDate>
		<dc:creator>morgan</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[build 7000]]></category>
		<category><![CDATA[IRQL_NOT_LESS_OR_EQUAL tdx!TdxEventReceiveConnection]]></category>
		<category><![CDATA[KB967891]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[tdx.sys]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://blog.morgan.hk/?p=345</guid>
		<description><![CDATA[Windows 7 was released as a public beta in its build 7000.
I have been using it for a couple of weeks not and I can &#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/windows/windows-7/">Windows 7</a> was released as a public beta in its build 7000.</p>
<p>I have been using it for a couple of weeks not and I can say that I am more than satisfied by the improvements made. Of course, it is very similar to Vista as we could all call it an upgrade to Vista. There are a lot of improvements though. I find Windows 7 to run a lot faster than what I experienced on Vista (especially on old hardware).</p>
<p>One of the black points of W7 for the moment has been a bug with the legacy Transport Driver Interface causing BSOD when accessing windows shares (Samba Shares / SMB Shares&#8230; whatever rocks your boat). The error message being &#8220;IRQL_NOT_LESS_OR_EQUAL tdx!TdxEventReceiveConnection.&#8221; and complaining about tdx.sys.</p>
<p>Many people found out that it would sometimes be caused by conflicts between network card drivers and Anti-virus programs and tdx.sys.</p>
<p>All the fixes given on the web could sometimes prevent those BSOD but yesterday, Microsoft released a fix on their website and so far&#8230; it seems to have fixed the problem.</p>
<p>You can find the hotfix here: <a href="http://support.microsoft.com/kb/967891">KB967891</a></p>
<p>It is also said that the build 7032 fixed this issue. It is not a public release so I cannot access it sadly <img src='http://blog.morgan.hk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.morgan.hk/2009/03/01/running-windows-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nokia S60 Touch Training Seminar</title>
		<link>http://blog.morgan.hk/2009/02/12/nokia-s60-touch-training-seminar/</link>
		<comments>http://blog.morgan.hk/2009/02/12/nokia-s60-touch-training-seminar/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 07:12:16 +0000</pubDate>
		<dc:creator>morgan</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[Random Stuff]]></category>

		<guid isPermaLink="false">http://blog.morgan.hk/?p=338</guid>
		<description><![CDATA[Yesterday and Today, Nokia held a workshop at the HKPC. This is great for us, since our offices in the Innovation Centre are just next &#8230;]]></description>
			<content:encoded><![CDATA[<p>Yesterday and Today, Nokia held a workshop at the <a href="http://www.HKPC.org">HKPC</a>. This is great for us, since our offices in the Innovation Centre are just next door to the venue.</p>
<p>The topics covered were widget development, the S60 touch interface, S60 programming using API and S60 Touch application development workshop.</p>
<p>Nokia seems to be going the good way for their development. Most of the develomnet tools are free of charge and they say that they have plans to make some of the OS components as Open Source.</p>
<p>After the programming workshop we learned to control the UI elements to create a painting application. It was a good epxerience and makes me want to learn a bit more about application development for Symbian. One of the problems though is that the programming sometimes is not that simple and a lot of API calls need to be learned and initialised.</p>
<p>Before leaving the lecturer talked with me and told me a lot about the security features and the signing features for the applications to provide them with different levels of access to the hardware. From self-signing to Symbian approved. He also told us there are a lot of opportunities to make money by developping for symbian as well.</p>
<p>One thing to note is that the chinese wiki/forum gives out mobile phones to the best contributors. Good to know if anyone would like to get started with the development.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.morgan.hk/2009/02/12/nokia-s60-touch-training-seminar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Backing up</title>
		<link>http://blog.morgan.hk/2009/01/20/backing-up/</link>
		<comments>http://blog.morgan.hk/2009/01/20/backing-up/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 06:49:42 +0000</pubDate>
		<dc:creator>morgan</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.morgan.hk/2009/01/20/backing-up/</guid>
		<description><![CDATA[Backing up is important. People tell us that all the time and there must be some kind of truth in this. Else why would people &#8230;]]></description>
			<content:encoded><![CDATA[<p>Backing up is important. People tell us that all the time and there must be some kind of truth in this. Else why would people keep on stressing how important it is?</p>
<p>Well&#8230; I always believed in backup, but never put it into practice. Since my first PC computer with a hard-drive inside (aged 10) I have been loosing data on a regular basis. The only reason why this happens less and less frequently is because I run Linux and do not have to re-install my system every other day and also because I have more than one drive, thus spreading the data over several mediums.<span id="more-327"></span></p>
<p>During my recent holiday in France I was lucky enough to slightly fry one of my drives. The cause? It was an external drive that suffered from the several power cuts that happened at home. You see, this winter the power consumption was the highest, ever, due to the intense cold and many people switching to electric heating.</p>
<p>Enough background. How am I trying to save the data (obviously essential data. Work, exhibition material, video footage) and how will I try to remedy to this problem in the future.</p>
<h2>How to save my drive:</h2>
<p>Since the drive is still under warranty, I decided that it was not an option to open the case and plug the drive straight into my computer. Furthermore, the logic of the USB case was not dead so I did not see the point. From the preliminary tests, the issue seemed to be noise and possibly the reading heads hitting a platter while the power cut, thus damaging some sectors. FYI, the drive was formatted in NTFS since I need to use it on my office computer running XP.</p>
<p>First unsuccessful attempts were the following:</p>
<ul>
<li>Mounting the drive under Linux and using the <em>cp</em> command to put the files on another drive. The copy would stall at some point and would stay stuck.</li>
<li>Same as above using rsync</li>
<li>Same as above using dd_rescue for each of the files</li>
<li>Then I tried mounting the drive under XP and using Roadkills unstoppablecopier, some of the files would copy, but it would take forever and leave a lot of errors.</li>
</ul>
<p>After all these trials, I decided that the NTFS partition must have been corrupted and that there is some physical damage to the disc. If I eliminate one of the problems, the recovery should be easier. I took the step and finally did the expense of buying a hard-drive that would have enough capacity for me to image the broken drive, fix the image if need be and then mount the NTFS partition and go from there.<br />
For this, after some reading, I used ddrescue (and not dd_rescue). GNU ddrescue is praised by many and seems to be the way to go. It combines all the good aspects of dd_rescue and dd_rhelp and where all the others have failed so far, it seems to be doing quite good.</p>
<p>The current ETA is: 227663MB copied at an average of 3438kB/s and still counting.<br />
The partition that is being copied is about 300gig.<br />
More update on this later.</p>
<h2>How to prevent the same thing from happening</h2>
<p>I have a total of 5 systems currently:</p>
<ul>
<li>&#8220;home&#8221; computer / multi-purpose machine / home server (ubuntu studio)</li>
</ul>
<ul>
<li>SATA II 250GB &#8211; system disk</li>
<li>SATA II 320GB &#8211; home folder</li>
<li>SATA II 250GB &#8211; misc documents</li>
<li>SATA II 250+250+250GB raid 5 array &#8211; backup of important documents</li>
</ul>
<li>home mac (Ubuntu + MacOSX)</li>
<ul>
<li>IDE 80GB &#8211; system and data</li>
</ul>
<li>laptop (old HP box) (WinXP + linux Mint)</li>
<ul>
<li>IDE 30GB &#8211; system and data (on different partitions)</li>
</ul>
<li>Office computer (WinXP)</li>
<ul>
<li>SATA II 160GB &#8211; 80gb for data and 80gb for system</li>
<li>FW External drive 250GB &#8211; for work files, video files, office-related data (the data which i&#8217;m trying to recover)</li>
</ul>
<li>Development machine at Office (Linux Mint)</li>
<ul>
<li>SATA II 160GB</li>
</ul>
<p>The new drive I bought is a E-SATA/USB2.0 1TB drive.</p>
<p>My new plan for backing up is to use the 1TB drive to make backups of the most important files on each of the systems. The Raid array, since it can be easily reconstructed, will also be holding some of the most important files. The really important files will be burned to DVD and spread over several physical machines so as to make sure that there is also a working copy in at least one place.<br />
I also have some online server space. I will make sure that this will also be put to use for some of the important files.</p>
<p>Further plans:<br />
Frequent check of the SMART status of the drives.<br />
Frequent backup<br />
Try and add more space to RAID array so that more data can be kept safe. (I know that RAID is not a replacement for a good backup, but it sure does help keeping the data safer than having just a single point of failure. Also, the RAID is software so it can be reconstructed easily if the motherboard came to die.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.morgan.hk/2009/01/20/backing-up/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vivek Mahbubani</title>
		<link>http://blog.morgan.hk/2008/10/31/vivek-mahbubani/</link>
		<comments>http://blog.morgan.hk/2008/10/31/vivek-mahbubani/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 06:38:13 +0000</pubDate>
		<dc:creator>morgan</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[City U. of HK]]></category>
		<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[fashion/design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.morgan.hk/2008/10/31/vivek-mahbubani/</guid>
		<description><![CDATA[Today Vivek Mahbubani came to talk to us during the FYP session. (For those that don&#8217;t know, FYP = Final year Project)
Vivek is a &#8220;new &#8230;]]></description>
			<content:encoded><![CDATA[<p>Today <a href="http://www.vivekmahbubani.com">Vivek Mahbubani</a> came to talk to us during the FYP session. (For those that don&#8217;t know, FYP = Final year Project)</p>
<p>Vivek is a &#8220;new media designer / developer&#8221; (cf name card), a drummer and a comedian. I first heard of him on <a href="http://hk.youtube.com">youtube.</a> His clip was about a competition he won in october 07&#8242;.  love that clip esp because he uses simple terms (so i can understand the jokes in cantonese) and he just is plain funny~<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/6bvns0o819I&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/6bvns0o819I&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><br />
The main reason he was here was to talk to us about Freelance. He is a  graduate of the <a href="http://www.cityu.edu.hk/scm/">School of Creative  Media</a> &#8217;05 and has been freelancing for about 3 years.<br />
He gave us a  rundown of the things we had to keep in mind and a little bit about his parcour.  It was an honor to have so much knowledge and insight given to us. Following are  some notes taken during his presentation. All in bullet points&#8230;</p>
<ul>
<li>Book to read: Rich Dad Poor Dad</li>
<li>Assume clients are idiots</li>
<li>Never be affraid to ask queastions to clients</li>
<li>HK mentality is to fin it: for example in class no-one will raise his hand  if he doesn&#8217;t see someone else doing the same</li>
<li>&#8220;if you fit in, you won&#8217;t stand out&#8221;</li>
<li>GTD: Getting Things Done
<ul>
<li>Time management
<ul>
<li>PC</li>
<li>PDA</li>
<li><a href="http://www.rememberthemilk.com/">Remember the milk</a> &#8211; Todo  lists</li>
<li><a href="http://www.gmail.com/">Gmail</a></li>
<li><a href="http://www.microsoft.com/outlook/">MS Outlook</a></li>
</ul>
</li>
</ul>
</li>
<li>Understand your skills
<ul>
<li>You cannot know everything</li>
<li>Know your weapons</li>
<li>Know what service you are able to offer</li>
<li>Know your limits</li>
<li>Combine your skills:
<ul>
<li>Programming -&gt; web programming</li>
<li>Design -&gt; web design</li>
<li>Both -&gt; web solutions</li>
</ul>
</li>
</ul>
</li>
<li>Personal vs Professional
<ul>
<li>Setup rules for yourself
<ul>
<li>get a life outside work</li>
</ul>
</li>
<li>Separate clearly personal and professional life</li>
</ul>
</li>
<li>Experimental
<ul>
<li>Be curious</li>
<li>Step into new land</li>
<li>Einstein: &#8220;Imagination is more important than knowledge. Knowledge is  limited. Imagination encircles the world.&#8221;</li>
</ul>
</li>
<li>Willing to constantly
<ul>
<li>Vivek used to borrow between 20-30 books at one time from the library.</li>
<li>Have access to all the resources you need</li>
<li>Pick the best way for you to learn:
<ul>
<li>Reading: library, web, <a href="http://www.sitepoint.com/">www.sitepoint.com</a></li>
<li>Videos: <a href="http://www.lynda.com/">www.lynda.com</a></li>
<li>Teachers</li>
</ul>
</li>
</ul>
</li>
<li>Open-Source / Free tools
<ul>
<li>At the beginning we don&#8217;t have the money to buy all the software, so use  free tools:
<ul>
<li><a href="http://www.openoffice.org/">OpenOffice</a> or <a href="http://docs.google.com/">Google Documents</a> instead of <a href="http://www.microsoft.com/office">MS office</a></li>
<li>Aptana instead of Dreamweaver</li>
<li>Bamboo Invoice</li>
<li><a href="http://gmail.com/">Gmail</a> and <a href="http://docs.google.com/">Google Calendar</a> instead of <a href="http://www.microsoft.com/outlook">MS outlook</a></li>
<li><a href="http://www.gliffy.com/">Gliffy</a> for flowcharts</li>
<li><a href="http://www.colorcombos.com/">www.colorcombos.com</a> for color  swatches</li>
</ul>
</li>
</ul>
</li>
<li>Don&#8217;t ever feel intimidated
<ul>
<li>Companies don&#8217;t know everything</li>
<li>They just fake it better because they seem more professional with a company  name and staff</li>
<li>Study your competition</li>
<li>Study your market</li>
<li>Read: The art of war (business aspects)</li>
</ul>
</li>
<li>Find out market rates
<ul>
<li>Ask the competition</li>
<li>Read the book: Art of deception</li>
<li>Pretend your are a client</li>
<li>Ask people for a quote</li>
<li>Don&#8217;t tell lies, just don&#8217;t tell the truth (don&#8217;t say you are fresh graduate  for example)</li>
<li><a href="http://www.freelanceswitch/">www.freelanceswitch</a> &#8211; to calculate  how much you should charge vs how much you need</li>
<li>Estimate the number of hours needed for a project</li>
</ul>
</li>
<li>Know your tools perfectly
<ul>
<li>Someone might already have solved your problem\</li>
<li>Google it</li>
<li>Post issues on forums</li>
<li>Hire someone to do it for you can be cheaper sometimes</li>
<li>Don&#8217;t re-invent the wheel</li>
</ul>
</li>
<li>Begin with the end in mind
<ul>
<li>Keep track of invoices
<ul>
<li>Bamboo invoice</li>
<li>Excel spreadsheet</li>
</ul>
</li>
<li>Review every 2 weeks all the outstanding payments of clients and remind them  (gently)</li>
</ul>
</li>
<li>Crazy Clients
<ul>
<li>Most clients think you are only working on their project</li>
<li>Most clients think you never need to rest</li>
<li>Most clients think everything is very simple</li>
<li>Avoid replying emails after office hours (so that they don&#8217;t think you are  available at all hours &#8211; can be done by scheduling emails in outlook or saving  as draft before sending later)</li>
<li>Never be afraid to &#8220;fire&#8221; a client</li>
</ul>
</li>
<li>Be personal
<ul>
<li>Use a contact management system
<ul>
<li><a href="http://www.act.com/">ACT!</a> by Sage</li>
<li><a href="http://www.microsoft.com/outlook">MS outlook</a></li>
<li><a href="http://www.keepm.com/">www.Keepm.com</a> (free)</li>
</ul>
</li>
<li>Remember personal things about your client like their hobbies and what food  they like.</li>
<li>Imagine you were a client, how do you want to be treated</li>
</ul>
</li>
<li>Know yourself
<ul>
<li>forget any real-world limitations</li>
<li>What excites you everyday</li>
<li>How can you make money from your interests</li>
<li>Calculate the costs</li>
<li>&#8220;create once, use forever&#8221;
<ul>
<li>Libraries</li>
<li>free Tools</li>
</ul>
</li>
</ul>
</li>
<li>Are my things easy to duplicate
<ul>
<li>sell your design style not a design</li>
<li>sell you communication style</li>
<li>sell your sense of humor</li>
<li>Personal aspects cannot be copied</li>
</ul>
</li>
<li>Sell yourself
<ul>
<li>Name as a brand</li>
<li><a href="http://www.vivekmahbubani.com/">www.vivekmahbubani.com</a></li>
<li>create a personal relation with the audience</li>
</ul>
</li>
<li>Templates
<ul>
<li>Templates are not evil</li>
<li><a href="http://www.templatemonster.com/">www.templatemonster.com</a></li>
<li><a href="http://www.templatewise.com/">www.templatewise.com</a></li>
<li>Learn to modify templates, you can make a lot of money from them</li>
</ul>
</li>
<li>Ready-made tools
<ul>
<li>Research first (ie dun re-invent the wheel</li>
<li>modify and sell end product</li>
</ul>
</li>
<li>Get noticed
<ul>
<li>SEO</li>
<li>get your name branded on a product (link at bottom of page)</li>
<li>Word of mouth is important</li>
<li>People trust their friends more than a fancy website/name card/ad</li>
</ul>
</li>
<li>Study audiences: <a href="http://www.google.com/analytics">Google  analytics</a></li>
<li>Keep in touch
<ul>
<li>Be proactive</li>
<li>&#8220;it was really nice meeting you&#8221;</li>
<li>Write down interests and how you met</li>
<li>Offer them a next action: what they should do or when to meet</li>
</ul>
</li>
<li>Be one step ahead
<ul>
<li>make them feel under control</li>
</ul>
</li>
<li>Keep track of progress
<ul>
<li>Project manager</li>
<li>Clients have final say</li>
<li><a href="http://basecamphq.com/">Basecamphq.com</a></li>
</ul>
</li>
<li>Aftersales service
<ul>
<li>project never ends
<ul>
<li>suggest potential services</li>
<li>monthly subscriptions to updates/services</li>
<li>creates stable flow of income for the freelancer</li>
<li>you know your project best</li>
</ul>
</li>
<li>updating the copyright info on 1st of jan every year
<ul>
<li>with happy new year message to owner to remind them you stil exist</li>
<li>suggest services they may find useful</li>
<li>add something personal to the message</li>
</ul>
</li>
</ul>
</li>
<li>Motivate yourself</li>
<li>Enjoy your freelance life
<ul>
<li>Satisfy your 5 senses at work
<ul>
<li>Sight
<ul>
<li>Mentally adjust into work mode (lighting)</li>
<li>Light should hide personal space</li>
<li>Associate this light with work mode</li>
<li>You will, by habit, feel like working in this situation</li>
<li>Use the lighting to hide things that remind of non-work related  things</li>
</ul>
</li>
<li>Audio
<ul>
<li>Listen to good music</li>
<li>Lounge music: <a href="http://www.buddha-bar.com/">Buddha bar</a></li>
<li>Free online lounge radio</li>
<li>disconnect from the rest of the world</li>
<li><a href="http://www.brainsync.com/">Brainsync</a>
<ul>
<li>Get your brainwaves in the right mode</li>
<li>Control your mind through sound</li>
</ul>
</li>
</ul>
</li>
<li>Smell
<ul>
<li>Buy scented candles</li>
<li>Make your room a certain smell for work</li>
<li>Enjoy fresh air</li>
<li>Different smell for different &#8220;modes&#8221;</li>
</ul>
</li>
<li>Taste
<ul>
<li>Eat healthy</li>
<li>Need energy to keep going and keep focused</li>
<li>Chocolates, candies, red-bull, are going to drain you</li>
<li>Eat 5 small meals instead of 3 big ones</li>
<li>~ every 3 hours eat something</li>
<li>Plan your meals the day before</li>
</ul>
</li>
<li>Touch
<ul>
<li>get comfortable</li>
<li>spend a good amount of money on a good chair</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.morgan.hk/2008/10/31/vivek-mahbubani/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Back to HK after the Ars Electronica Festival</title>
		<link>http://blog.morgan.hk/2008/09/10/back-to-hk-after-the-ars-electronica-festival/</link>
		<comments>http://blog.morgan.hk/2008/09/10/back-to-hk-after-the-ars-electronica-festival/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 15:05:18 +0000</pubDate>
		<dc:creator>morgan</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[ars electronica]]></category>
		<category><![CDATA[austria]]></category>
		<category><![CDATA[cyberart]]></category>
		<category><![CDATA[linz]]></category>
		<category><![CDATA[plane]]></category>

		<guid isPermaLink="false">http://blog.morgan.hk/?p=301</guid>
		<description><![CDATA[Today marks the end of the HKSAR sponsored trip to the Ars Electronica Festival 2008.
I really hope it will not be the last time that &#8230;]]></description>
			<content:encoded><![CDATA[<p>Today marks the end of the HKSAR sponsored trip to the Ars Electronica Festival 2008.</p>
<p>I really hope it will not be the last time that I get the chance to come to Linz for the festival since it seems to be quite a nice place. I quite like the scenery and the feeling of the city. Nevertheless, I am sure that I would not want to live there since many of the things I do not support such as abusive driking and violence seem to as present as in Scotland.</p>
<p>Back on 11-09-2008, classes to catch up from the pas two weeks and morning class on the 12th.</p>
<p>Please keep checking the ars electronica blog as there will be more updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.morgan.hk/2008/09/10/back-to-hk-after-the-ars-electronica-festival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

