<?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"
	>

<channel>
	<title>madpole.com</title>
	<atom:link href="http://www.madpole.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.madpole.com</link>
	<description></description>
	<pubDate>Wed, 05 Nov 2008 12:10:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Humbleness</title>
		<link>http://www.madpole.com/2008/11/05/humbleness/</link>
		<comments>http://www.madpole.com/2008/11/05/humbleness/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 12:01:25 +0000</pubDate>
		<dc:creator>MadPole</dc:creator>
		
		<category><![CDATA[Quote Diary]]></category>

		<category><![CDATA[confidence]]></category>

		<category><![CDATA[eadon]]></category>

		<category><![CDATA[humble]]></category>

		<category><![CDATA[Humbleness]]></category>

		<category><![CDATA[quote]]></category>

		<category><![CDATA[Quotes]]></category>

		<category><![CDATA[self confidence]]></category>

		<guid isPermaLink="false">http://www.madpole.com/?p=147</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong><font color="darkred">You cannot be truly humble without self confidence</font></strong><br />
<br />
<em>James Eadon</em>
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.madpole.com/2008/11/05/humbleness/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASUS EEE PC 901 (Linux) Top Tips, tricks and tweaks</title>
		<link>http://www.madpole.com/2008/08/31/asus-eee-pc-901-linux-top-tips/</link>
		<comments>http://www.madpole.com/2008/08/31/asus-eee-pc-901-linux-top-tips/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 20:16:48 +0000</pubDate>
		<dc:creator>MadPole</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[901]]></category>

		<category><![CDATA[ASUS]]></category>

		<category><![CDATA[backup]]></category>

		<category><![CDATA[closing]]></category>

		<category><![CDATA[dd]]></category>

		<category><![CDATA[dictionaries]]></category>

		<category><![CDATA[EEE]]></category>

		<category><![CDATA[lid]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[PC]]></category>

		<category><![CDATA[spellchecker]]></category>

		<category><![CDATA[StarOffice]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://www.madpole.com/?p=115</guid>
		<description><![CDATA[root stuff
sudo passwd root - change the root&#8217;s password
sudo -s - login as root (without password)
sudo command - execute command as root


Configure action for closing the lid
Main script: /etc/acpi/lidbtn.sh
This script gets called when the lid is closed.  The default action (see the script) is: /etc/acpi/suspend2ram.sh but you can obviously comment that out (so closing [...]]]></description>
			<content:encoded><![CDATA[<p>
<strong><font color="darkred">root stuff</font></strong><br />
<font color="darkblue">sudo passwd root</font> - change the root&#8217;s password<br />
<font color="darkblue">sudo -s</font> - login as root (without password)<br />
<font color="darkblue">sudo <i><font color="darkgreen">command</font></i></font> - execute <i><font color="darkgreen">command</font></i> as root
</p>
<p>
<strong><font color="darkred">Configure action for closing the lid</font></strong><br />
<b>Main script:</b> <font color="darkblue">/etc/acpi/lidbtn.sh</font><br />
This script gets called when the lid is closed.  The default action (see the script) is: <font color="darkblue">/etc/acpi/suspend2ram.sh</font> but you can obviously comment that out (so closing the lid doesn&#8217;t do anything - useful when laptop is connected to all external devices and acts as a &#8220;PC box&#8221;) or change it to any action You want
</p>
<p>
<strong><font color="darkred">Backup</font></strong><br />
<b>backup:</b> <font color="darkblue"><code>dd if=/dev/sda | gzip -c > /home/user/E:/eeepc/backups/sda.$(date +%Y%m%d%H%M%s).gz</code></font><br />
<b>restore:</b> <font color="darkblue"><code>dd if=/home/user/E:/eeepc/backups/sda.2008090118451220291153.gz | gunzip -c | dd of=/dev/sda</code></font>
</p>
<p>
<strong><font color="darkred">Staroffice: how to get spellchecker to work</font></strong><br />
StarOffice installation seems to be messed up and doesn&#8217;t come with English dictionaries which need to be installed for spellchecker to work.  This is what I did:</p>
<ul>
<li>Download: <a href="http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/dicooo/DicOOo.sxw">DicOOo.sxw</a> macro into directory of your choice</li>
<li><font color="darkblue">Tools->Options->StarOffice->Security->Macro Security->Trusted Sources->Trusted file locations->Add</font> - add the directory You downloaded the macro to</li>
<li>In File Manager navigate to that directory</li>
<li>double click on the macro (or right click and &#8220;Open&#8221;) to run the macro.  This will open a new document, with links to languages.  Chose the language You prefer (CTRL-click) (this will be the language for running the macro - not the dictionary)</li>
<li>You will be presented with a &#8220;Start DicOOo&#8221; button.  Click on it and follow instructions</li>
<li>Shut down all instances of StarOffice and restart.  Now You should be able to select correct dictionary (it might be already selected for You) in <font color="darkblue">Tools->Options->Language Settings->Writing Aids</font></li>
</ul>
<p>.<br />
.<br />
.<br />
.<br />
.<span id="more-115"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.madpole.com/2008/08/31/asus-eee-pc-901-linux-top-tips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iMP Links fix for WordPress 2.5.1+</title>
		<link>http://www.madpole.com/2008/07/12/imp-links-fix-for-wordpress-251/</link>
		<comments>http://www.madpole.com/2008/07/12/imp-links-fix-for-wordpress-251/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 09:26:19 +0000</pubDate>
		<dc:creator>MadPole</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[2.5.1]]></category>

		<category><![CDATA[bookmarks]]></category>

		<category><![CDATA[category]]></category>

		<category><![CDATA[cat_name]]></category>

		<category><![CDATA[compatible]]></category>

		<category><![CDATA[fix]]></category>

		<category><![CDATA[imp links]]></category>

		<category><![CDATA[linkcategories]]></category>

		<category><![CDATA[Links]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[taxonomy]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.madpole.com/?p=112</guid>
		<description><![CDATA[Since the imp-links plugin website is currently unavailable I took the liberty to do a quick temporary fix for this plugin to make it WordPress 2.5.1+ compatible.  This is a quick and nasty hack just to get the plugin to work again, so a lot of things have not been taken into consideration (such [...]]]></description>
			<content:encoded><![CDATA[<p>Since the <a href="http://www.inmypad.com/2007/02/wordpress-plugins-imp-links/ ">imp-links plugin website</a> is currently unavailable I took the liberty to do a quick temporary fix for this plugin to make it WordPress 2.5.1+ compatible.  This is a quick and nasty hack just to get the plugin to work again, so a lot of things have not been taken into consideration (such as sort order etc).  The integration into a new WordPress framework is also very patchy at best.</p>
<p><strong>Working example:</strong> <a href="http://www.madpole.com/home-page/links/ ">links</a><br />
<strong>Installation:</strong></p>
<ul>
<li>Make a backup of original imp-links.php in &#8230;/wp-content/plugins/imp-links directory</li>
<li>Download: <strong>>></strong> <a href='http://www.madpole.com/wp/wp-content/uploads/2008/07/imp-links'>imp-links</a> <strong><<</strong></li>
<li>Rename downloaded file to imp-links.php</li>
<li>Copy renamed imp-links.php to your WordPress installation, into &#8230;/wp-content/plugins/imp-links directory</li>
</ul>
<p>|<br />
|<br />
|<br />
|<br />
|</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madpole.com/2008/07/12/imp-links-fix-for-wordpress-251/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TOSHIBA A210-17I Ubuntu Desktop 7.10 hardware compatibility review</title>
		<link>http://www.madpole.com/2007/12/14/toshiba-a210-17i-ubuntu-desktop-710-hardware-review/</link>
		<comments>http://www.madpole.com/2007/12/14/toshiba-a210-17i-ubuntu-desktop-710-hardware-review/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 15:17:42 +0000</pubDate>
		<dc:creator>MadPole</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://www.madpole.com/2007/12/14/toshiba-a210-17i-ubuntu-desktop-710-hardware-review/</guid>
		<description><![CDATA[Display b
lshw -C network
iwconfig
dmesg



Display
Will not even boot if BIOS is not set to AUTO (i.e. set to BOTH monitors)


lshw -C network
 *-network
       description: Ethernet interface
       product: RTL8101E PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
 [...]]]></description>
			<content:encoded><![CDATA[<p><a href=#lshw>Display</a> b<br />
<a href=#lshw>lshw -C network</a><br />
<a href=#iwconfig>iwconfig</a><br />
<a href=#dmesg>dmesg</a><br />
</p>
<hr align="center" width="100%" size="3" color="#000000">
<a name="display"></a></p>
<h2>Display</h2>
<p>Will not even boot if BIOS is not set to AUTO (i.e. set to BOTH monitors)</p>
<hr align="center" width="100%" size="3" color="#000000">
<p><a name="lshw"></a></p>
<h2>lshw -C network</h2>
<p> *-network<br />
       description: Ethernet interface<br />
       product: RTL8101E PCI Express Fast Ethernet controller<br />
       vendor: Realtek Semiconductor Co., Ltd.<br />
       physical id: 0<br />
       bus info: pci@0000:08:00.0<br />
       logical name: eth0<br />
       version: 01<br />
       width: 64 bits<br />
       clock: 33MHz<br />
       capabilities: bus_master cap_list ethernet physical<br />
       configuration: broadcast=yes driver=r8169 driverversion=2.2LK ip=xxx.xxx.xxx.xxx latency=0 module=r8169 multicast=yes</p>
<hr align="center" width="100%" size="3" color="#000000">
<p><a name="iwconfig"></a></p>
<h2>iwconfig</h2>
<p>lo        no wireless extensions.</p>
<p>eth0      no wireless extensions.</p>
<hr align="center" width="100%" size="3" color="#000000">
<p><a name="dmesg"></a></p>
<h2>dmesg</h2>
<p>output: <a href="http://www.madpole.com/geek/toshiba.dmesg.txt">toshiba.dmesg.txt</a><br />
.<br />
.<br />
.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madpole.com/2007/12/14/toshiba-a210-17i-ubuntu-desktop-710-hardware-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TOSHIBA A210-17I usability review</title>
		<link>http://www.madpole.com/2007/12/12/toshiba-a210-17i-usability-review/</link>
		<comments>http://www.madpole.com/2007/12/12/toshiba-a210-17i-usability-review/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 12:15:36 +0000</pubDate>
		<dc:creator>MadPole</dc:creator>
		
		<category><![CDATA[Geek]]></category>

		<category><![CDATA[17I]]></category>

		<category><![CDATA[Asus EEE PC]]></category>

		<category><![CDATA[bios]]></category>

		<category><![CDATA[bundle]]></category>

		<category><![CDATA[compability]]></category>

		<category><![CDATA[dell latitude d620]]></category>

		<category><![CDATA[driver]]></category>

		<category><![CDATA[Fedora]]></category>

		<category><![CDATA[Fedora 8.0]]></category>

		<category><![CDATA[hardware support]]></category>

		<category><![CDATA[ibm e74]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[monitor]]></category>

		<category><![CDATA[native]]></category>

		<category><![CDATA[notebook]]></category>

		<category><![CDATA[ownership]]></category>

		<category><![CDATA[PCLinuxOS]]></category>

		<category><![CDATA[review]]></category>

		<category><![CDATA[reviews]]></category>

		<category><![CDATA[rtl8187b]]></category>

		<category><![CDATA[toshiba A210-17I]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[ubuntu-7.10]]></category>

		<category><![CDATA[usability]]></category>

		<category><![CDATA[Vista]]></category>

		<category><![CDATA[wifi]]></category>

		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.madpole.com/2007/12/12/toshiba-a210-17i-usability-review/</guid>
		<description><![CDATA[Last update: 13-Jul-2008 22:00 GMT: link to native wifi rtl8187b linux native driver
Final Verdict:
Please bear in mind this is a subjective, &#8216;personal preference&#8217; verdict
I&#8217;ve had enough of this laptop but thanks to this painful experience I know now that what I need is Asus EEE PC + stationary PC.  It is most likely a [...]]]></description>
			<content:encoded><![CDATA[<p><i>Last update: 13-Jul-2008 22:00 GMT: link to native wifi rtl8187b linux native driver</i></p>
<h2><strong>Final Verdict:</strong></h2>
<p><i>Please bear in mind this is a subjective, &#8216;personal preference&#8217; verdict</i><br />
I&#8217;ve had enough of this laptop but thanks to this painful experience I know now that what I need is <a href="http://www.pcpro.co.uk/reviews/133848/asus-eee-pc-701.html">Asus EEE PC</a> + stationary PC.  It is most likely a great laptop and good value for money for those who wish to follow The Vista Path of Virtual Enlightenment..  Unfortunately I am simply tired of Micro$oft / Hardware Manufactures politics and private agendas, particularly if, as a result, it is me who has to waste endless hours re-instating this or other system.  My personal requirements demand that I have a system which is tailored to my needs and that I am in full control of that system.  Unfortunately this laptop does not offer such freedom due to the fact that operating system is not supplied  as a software and hardware is not OpenSource friendly.<br />
Mouse on the right hand sucks&#8230; I thought I would change my mouse habits but I have not&#8230; mouse keeps sliding under power cable and keeps pressing OK button&#8230; reformat disk.. OK &#8230; I cannot change my habits. Need to buy another laptop. think aboiut it.. one port mouse.. one port removable drive&#8230;2 ports taken&#8230; what&#8217;s remaining is 2 ports on the right&#8230;. and they are NIGHTMARE!!!!  Not to mention that it makes DVDs very hard to insert and play.</p>
<h2><strong>Review:</strong></h2>
<p><strong>Context:</strong><br />
Bought in <a href="http://www.pcworld.co.uk/martprd/store/pcw_page.jsp?BV_SessionID=@@@@0233450210.1197594979@@@@&#038;BV_EngineID=ccfhaddmkiemgidcflgceggdhhmdgmi.0&#038;category_oid=&#038;sku=869909&#038;page=Product&#038;fm=null&#038;sm=null&#038;tm=null#productInformationSection">PC World</a> on 11 Dec, 2007.<br />
I am not a hardware expert and I am definitely not a laptop expert.  The only laptop I used in my entire life (and am still using) is Dell Latitude D620.  But, since it was just allocated to me at work - I never had to think what I like about it or not - because I did not have any choice anyway and also, nothing to compare it against.<br />
Therefore I will use that laptop for comparison.  TOSHIBA A210-17I is my first, &#8220;privately&#8221; owned laptop.<br />
This review is not about absolute, objective facts.  It is about myself assessing whether what I bought is what I wanted.  And since this is my first laptop - I never really knew what I wanted.  Until now that is. </p>
<hr align="center" width="100%" size="3" color="#000000">
<p><strong> <font color="red">External Display</font></strong></p>
<ul>
<li>Doesn&#8217;t work with my IBM E74 monitor which is rather critical to me.  I  wouldn&#8217;t have bought this laptop if I had known that.</li>
<li>The monitor lid opens only to about, I dunno, 135 degrees?  That will make using external monitors difficult - because the laptop&#8217;s monitor will be in a way!  Dell&#8217;s lid / monitor opens full 180 degrees so I can slide it beneath the monitor I am using</li>
<li>I connected flat screen.  DVD would not play.</li>
</ul>
<p><strong> <font color="red">Hardware Support: general</font></strong><br />
Laptop does not come with any drivers.  </p>
<p><strong> <font color="red">Hardware Compatibility: <a href="http://www.ubuntu.com/getubuntu/download">Ubuntu Desktop 7.10</a></font></strong><br />
Most of the devices (including sound card) not detected.   FN keys (HotKeys) don&#8217;t work at all. Full list of what You would get after fresh Ubuntu install can be found <a href="http://www.madpole.com/2007/12/14/toshiba-a210-17i-ubuntu-desktop-710-hardware-review/">here</a></p>
<p>Wifi rtl8187b linux native driver for Ubuntu ( <a href="http://danmarner.blogspot.com/2008/01/rtl8187b-linux-native-driver-works-on.html">download</a> ) - I followed the instructions but couldn&#8217;t get past the compilation errors.</p>
<p><strong> <font color="red">Hardware Compatibility: Fedora 8.0</font></strong><br />
Definitely better than Ubuntu.  Graphics card detected OK but generic VESA driver used, Sound seemingly detected as well - but it doesn&#8217;t work.<br />
VMware Server install failed due to &#8216;non-standard&#8217; kernel.  It then tried to compile specially for that kernel but that failed as well.</p>
<p><strong> <font color="red">Hardware Compatibility: PCLinuxOS</font></strong><br />
Similar to Ubuntu.  No Graphics or Sound detected. </p>
<p><strong> <font color="red">OS Support: Vista</font></strong><br />
It appears that the laptop <strong>DOES NOT come with Windows Vista as a separate software</strong>.  It comes with a DVD which contains an image of laptop&#8217;s  hard disk which does contain Vista.  In other words - you will not be able to install Vista yourself - you can only re-instate what you bought originally.  This is important to understand - you will not be able to install Vista the way you would like to (i.e. on a different partition etc)</p>
<p><strong> <font color="red">&#8216;Vista-laptop&#8217; bundle ownership considerations</font></strong><br />
Imagine that you bought a laptop which is specifically built for a certain Vista configuration so the laptop will not work properly without this particular Vista setup, and this particular Vista setup will not work on any other laptop.  You no longer own the hardware - because it is entirely dependant on certain set of software.  And you don&#8217;t own the software either - because what you were given as software was just a backup of what was installed on the laptop in the first place.  So you paid money - but you own nothing in return, apart from rights to spend more money on hardware, and more importantly, Vista upgrades, without which your laptop might cease to work altogether.  So effectively You haven&#8217;t bought a laptop, but merely leased it from Toshiba-Micro$oft Coorporation.  </p>
<hr align="center" width="100%" size="3" color="#000000">
<p><strong> <font color="darkred">BIOS</font></strong><br />
Very basic comparing to Dell.  Too basic IMHO.  Dell&#8217;s  BIOS offers loads of very useful, user friendly (as opposed to &#8220;very technical&#8221;) options.</p>
<p><strong> <font color="darkred">Ports layout</font></strong><br />
USB, external display, even power supply &#8217;socket&#8217; are located on both sides.  There is nothing at the back.  This is not ideal.   I tend to use mouse and don&#8217;t want any sticking out plugs in a way. Luckily USB ports are located on BOTH sides.  Right-handed person might discover that Power Supply plug annoyingly and dangerously gets in a way - mouse accidently slides under it and then right-click button is activated.  And external diplay plug might be getting in a way of a left-handed person using a mouse.</p>
<p>6 months later:<br />
<em>I was hoping that my &#8216;mouse habits&#8217; would adjust to this new, different setup but they did not.  Instead I am developing RSI as a result of having to constantly try to avoid the power plug sticking out.  </em></p>
<p><strong> <font color="darkred">Volume Control</font></strong><br />
Perhaps a wee dash too granular and its placement is also not perfectly ideal - it is very easy to accidently touch the touch pad when using it.  But otherwise rather cool and makes a refreshing change from Dell&#8217;s &#8216;up&#8217; and &#8216;down&#8217; buttons which don&#8217;t have enough granularity.</p>
<p><strong> <font color="darkred">Speed</font></strong><br />
I haven&#8217;t noticed speed improvements as yet, but haven&#8217;t had time to test it properly due to all other issues.  Windows Vista as well as Ubuntu take their time to load up but it is perhaps a little bit faster than my old XP.  I will run some performance comparisons running GIMP later (I am hoping that extra 1GB memory should make big difference)</p>
<ul>
<li>BIOS takes a dash too long to load IMHO</li>
<li>Freshly installed <a href="http://www.ubuntu.com/getubuntu/download">Ubuntu Desktop 7.10</a>: boot - 40+ seconds, shutdown 10- seconds.</li>
<li>Freshly installed Fedora 8.0: boot - 30 seconds, shutdown 10- seconds.</li>
<li>Freshly installed PCLinuxOS: boot - 26 seconds, shutdown 10- seconds.</li>
</ul>
<p><strong> <font color="darkred">DVD does not open when powered off</font></strong><br />
Mildly annoying but annoying nevertheless since it seems to be simple &#8217;spring out&#8217; mechanism but when powered off it is locked for  one reason or another - important when one wants to boot from a CD/DVD (or forgets to take bootable CD/DVD out).</p>
<p><strong> <font color="darkred">Battery</font></strong><br />
<strong>Measured:</strong> In &#8216;Balanced&#8217; mode with wireless on, internet browsing only (FireFox): approx 1h 40min</p>
<p><strong> <font color="darkred">Fan</font></strong><br />
Seems to keep coming on quite a lot?<br />
Warm air escapes on the left-hand side if that&#8217;s any consideration.</p>
<p>6 months later:<br />
This sound maybe trivial but became a great inconvinience for me.  As a right handed person I use mouse with my right hand, leaving left hand for doing anything else like stuffing buiscuits into my mouth etc.  So everything I use tends to end up on the left hand side of the laptop, caught in the stream of warm air coming from the fun.  The air is not hot, but warm enough to melt chocolate or cheese, dry up tobacco, warm up cooled drinks.  So the left hand side of the laptop has to be virtually clear, apart from tea or coffee perhaps which fun will keep comfortably warm.</p>
<p><strong> <font color="darkred">Physical dimensions</font></strong><br />
It is quite bulky and heavy comparing to Dell.  That is an advantage if one wants to work with laptop only - it will definitely sit well on one&#8217;s lap hehehehe.  It is a slight disadvantage when one is usually using other external devices (such as mouse, keyboard and monitor) - it does occupy quite a bit of desk-space.</p>
<p><strong> <font color="darkred">Keyboard</font></strong><br />
A little bit wobbly (pressing keys hard causes the keyboard to &#8216;cave in&#8217; slightly).  It does feel rather slightly &#8216;cheap&#8217; and doesn&#8217;t exude much confidence.  Dell&#8217;s keyboard is much more solid - it doesn&#8217;t give impression of &#8216;caving in&#8217;.  </p>
<hr align="center" width="100%" size="3" color="#000000">
<p><strong> <font color="green">LCD Display</font></strong><br />
Great clear and shiny screen.  Looks lovely but how easily it will get dirty?  Seems to me that one has to employ a strict &#8216;do not touch&#8217; policy here.<br />
The picture quality is quite amazing and definitely better than Eizo flat screens I have.  This is one of the strongest points of this laptop IMHO.  Wide screen makes browsing Internet quite a different experience - I am not sure if it would be that good for designing new web pages though (due to the fact that most people do not use wide screens of course).</p>
<p><strong> <font color="green">Speakers / Sound quality</font></strong><br />
I think rather good, considering those are &#8216;internal&#8217; speakers.  Together with the screen they make watching DVDs rather refreshing and VERY pleasurable experience.</p>
<p><strong> <font color="green">Aesthetic Look</font></strong><br />
I think it looks quite good.  Looks very cool when closed and looks sort of Apple-like (white keyboard) when opened.  The downside here is that any touch (including opening the lid) leaves superbly visible fingerprints.  Which doesn&#8217;t look aesthetic at all - so remember to wear gloves (preferably white for an effect) when handling it!  And keep a soft cloth for wiping both sides of the lid handy at all times!  <img src='http://www.madpole.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</ul>
<hr align="center" width="100%" size="3" color="#000000">
<strong> <font color="darkred">Potential issues</font></strong></p>
<ul>
<li>Display started to flicker once (went sort of &#8216;runny&#8217;) and I had to power off laptop twice before it stopped.  Hopefully it will never happen again. (x 2 now (one reported in comment)</li>
<li>When using Skype in Vista (is it Vista compatible?): laptop just sort of hang / froze / got stuck.  The power was up but the screen went blank and connection went down.  Had to power it off and reboot.</li>
<li>microphoe stopped workig  (x 1)</li>
<li>can not log into my own website&#8230; after reboot I can&#8230; this is KRAZY!!!!!</li>
<li>&#8220;n&#8221; key became erratic</li>
<li>Downloaded some file - mouse stopped working (x1)</li>
<li>Could not buy stuff on Amazon&#8230; after reboot I could (x3)</li>
</ul>
<p>.<br />
.<br />
.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madpole.com/2007/12/12/toshiba-a210-17i-usability-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wires get clearer and closer</title>
		<link>http://www.madpole.com/2007/12/03/wires-get-clearer-and-closer/</link>
		<comments>http://www.madpole.com/2007/12/03/wires-get-clearer-and-closer/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 21:13:32 +0000</pubDate>
		<dc:creator>MadPole</dc:creator>
		
		<category><![CDATA[GIMP notebook]]></category>

		<guid isPermaLink="false">http://www.madpole.com/2007/12/03/wires-get-clearer-and-closer/</guid>
		<description><![CDATA[BEFORE:


AFTER:



Technique used:
Well&#8230; it is a bit of mystery to me&#8230;. and I am quite shocked that the wires seem to be much closer to the viewer now (IMHO)&#8230; I wish I knew how to save History in GIMP for future references&#8230; anyway.. the generic term for this technique is &#8220;messing about&#8221; which consited of:

NOT using [...]]]></description>
			<content:encoded><![CDATA[<p><strong><font color="darkred" size="4">BEFORE:</font></strong></p>
<p><center><a href="http://www.madpole.com/galery/albums/userpics/10002/moon_wires.jpg"><img src="http://www.madpole.com/galery/albums/userpics/10002/normal_moon_wires.jpg" alt="moon and wires - before GIMP" /></a></center></p>
<p></p>
<p><strong><font color="darkred" size="4">AFTER:</font></strong></p>
<p align="center"><a href="http://www.madpole.com/galery/albums/userpics/10002/moon_wires_copy.jpg"><img src="http://www.madpole.com/galery/albums/userpics/10002/normal_moon_wires_copy.jpg" alt="Moon and wires: after GIMP" /></a></p>
<p></p>
<p>
<strong><font color="darkred" size="4">Technique used:</font></strong><br />
Well&#8230; it is a bit of mystery to me&#8230;. and I am quite shocked that the wires seem to be much closer to the viewer now (IMHO)&#8230; I wish I knew how to save History in GIMP for future references&#8230; anyway.. the generic term for this technique is &#8220;messing about&#8221; which consited of:</p>
<ul>
<li>NOT using Colours -> Auto</li>
<li>There are 3 layers merged together.  Each layer was processed by messing about with some colours / filter options.</li>
<li>Top layer is merged using grain extract 74%.  This gives wires their cool look.  I think this layer was created using Colours -> Retinex</li>
<li>2nd layer is merged using Hard Light 49%</li>
<li>3rd layer is normal, and there is just a black canvas below to make picture standard size</li>
<li>2nd or 3rd layer was created using Colours -> Curves and &#8216;EXTREME messing about&#8221;.  The starting and end points of the curve were moved almost to the middle point.  Only thouse 2 points were moved. </li>
</ul>
<p>
.<br />
.<br />
.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madpole.com/2007/12/03/wires-get-clearer-and-closer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Virtual Reality Bondage: Blue vs. Red Pill Matrix Dilemma</title>
		<link>http://www.madpole.com/2007/10/18/blue-pill-vs-red-pill-matrix-dilemma/</link>
		<comments>http://www.madpole.com/2007/10/18/blue-pill-vs-red-pill-matrix-dilemma/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 12:58:54 +0000</pubDate>
		<dc:creator>MadPole</dc:creator>
		
		<category><![CDATA[Journey]]></category>

		<category><![CDATA[Movie Reviews]]></category>

		<category><![CDATA[Thoughts about Thoughts]]></category>

		<guid isPermaLink="false">http://www.madpole.com/2007/10/18/blue-pill-vs-red-pill-matrix-dilemma/</guid>
		<description><![CDATA[[...] you are a slave, Neo. Like everyone else, you were born into bondage, born inside a prison that you cannot smell, taste, or touch. A prison for your mind.

&#8211;Morpheus
We can live in our thoughts, we can live our thoughts, we can be our thoughts, caught up in dramas generated by our minds, thinking, analysing, [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>[...] you are a slave, Neo. Like everyone else, you were born into bondage, born inside a prison that you cannot smell, taste, or touch. A prison for your mind.<br />
<br />
<b>&#8211;Morpheus</b></p></blockquote>
<p>We can live in our thoughts, we can live our thoughts, we can be our thoughts, caught up in dramas generated by our minds, thinking, analysing, obsessing, re-living, agonizing, shortly: digesting the thought food supplied to us by our brain  - that&#8217;s the Blue Pill, Virtual Reality, Bondage we were all born into.</p>
<p>Luckily, as creatures equipped with consciousness, we also possess a seemingly hidden from us ability to distance ourselves from our thoughts, ability to allow them to exist without actually us paying too much attention to them, without us acting upon them, without us reacting to them - that&#8217;s the Red Pill, Quantum Reality, being the Observer of the Experiment called &#8220;life&#8221; rather than laboratory animal being experimented on by our very own mind.</p>
<p>The choice is ours but it is important to consider Morpheus&#8217; words here:</p>
<blockquote><p> I didn&#8217;t say it would be easy, Neo. I just said it would be the truth<br />
<br />
<b>&#8211;Morpheus</b></p></blockquote>
<p>Those words are absolutely critical: many of us bravely decided to take the Red Pill, but in a wrong arrogant belief that it would somehow give us an advantage, improve quality of our lives, enable us to have more control over Virtual Reality we have to deal with every day, free us from the bondage we were born into.  What Morpheus is trying to emphasise then, and many of us had a pleasure of painfully learning that lesson themselves, is that taking the Red Pill does not automatically &#8220;make things better&#8221; - it is often, in fact, that taking the Red Pill makes things seemingly worse, to start with anyway - so it is vital that we understand our choice and the reasons behind it if we are determined to stand by it.</p>
<p>Why would anybody want to take the Red Pill then?  Because, IMHO, that is the <b><u>only</u></b> choice we have, even though Blue Pill not only sounds more attractive, but also seems to make much more sense.</p>
<p>The reason why Blue Pill does not represent any choice is simple:<br />
&#8220;<i>everything we pay attention to grows</i>&#8221;<br />
If we chose to live our thoughts, listen to them, pay respect and cultivate them, effectively becoming their slaves - then they will just grow larger, hungrier, more demanding, and haunting, knowing that we have become dependant on them, until we will get totally trapped in them, unable to escape, stuck in a Virtual World of  our own anguish which, over time, will become more and more unbearable, a living Hell.<br />
Blue Pill is like any drug addiction - sooner or later it will start to bring in increasing misery, agony and suffering - its original purpose and attraction lost.  Our investment in Blue Pill will cease to pay off and our losses will just keep mounting up over time.</p>
<p>The reason why Red Pill is the only choice is simple, for the very same reason:<br />
&#8220;<i>everything we pay attention to grows</i>&#8221;<br />
If we stop paying attention to our thoughts so deeply and passionately, particularly to unwanted ones, they will stop growing and slowly start to wither away, for they won&#8217;t feel needed anymore and there won&#8217;t be anything they can cling, hang on to.  Our investment in Red Pill will start to pay off and our profits will just keep mounting up over time.</p>
<p>But the choice of becoming an Observer is not an easy one - some parts of us will still be deeply locked in Virtual Reality Bondage and therefore we will have to maintain the state of &#8220;dual reality&#8221; - being an Observer as well as a person trapped in his/her own Virtual Reality.  And how will we know which is which?<br />
One also has to accept the fact that one will never be able to fully free oneself from the Blue Pill Birth Bondage - Red Pill is not an absolute, guaranteed solution - it is an &#8220;every little helps&#8221; remedy.  </p>
<blockquote><p>Being a Prisoner of one&#8217;s own thoughts is a Living Hell<br />
Being an Observer of one&#8217;s own thoughts is a Good Laugh</p></blockquote>
<p>One single negative thought we managed to eradicate from our mind is one single improvement in quality of our lives, and therefore lives of others and the Universe as a whole.  &#8220;Old habits die hard&#8221; implies that any newly learnt habit becomes more and more permanent over time.  &#8220;Practise makes it permanent&#8221; as they say.  </p>
<blockquote><p>Harmony naturally results in a deep silence, joy, delight.<br />
Conflict results in anxiety, anguish, stress, tension.<br />
The EGO is nothing but all the tensions that you have created around<br />
yourself.</p>
<p><b>&#8211;Osho</b></p></blockquote>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.madpole.com/2007/10/18/blue-pill-vs-red-pill-matrix-dilemma/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Silence is Golden: being in touch with oneself</title>
		<link>http://www.madpole.com/2007/09/14/silence-is-golden-being-in-touch-with-oneself/</link>
		<comments>http://www.madpole.com/2007/09/14/silence-is-golden-being-in-touch-with-oneself/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 22:33:42 +0000</pubDate>
		<dc:creator>MadPole</dc:creator>
		
		<category><![CDATA[Journey]]></category>

		<category><![CDATA[Thoughts about Thoughts]]></category>

		<guid isPermaLink="false">http://www.madpole.com/2007/09/14/silence-is-golden-being-in-touch-with-oneself/</guid>
		<description><![CDATA[Assumptions:
-) We influence, if not create, reality but we have no idea how we do it, nor we have any control over this - because any event is an outcome of practically infinitive number of factors that contributed to its arising.
-) &#8220;Reality&#8221; is analogue, Universe is analogue, everything FLOWS rather than progressing step by step
-) [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Assumptions:</strong><br />
-) We influence, if not create, reality but we have no idea how we do it, nor we have any control over this - because any event is an outcome of practically infinitive number of factors that contributed to its arising.<br />
-) &#8220;Reality&#8221; is analogue, Universe is analogue, everything FLOWS rather than progressing step by step<br />
-) Any event must exist in a field of potentiality before it arises - any event must exist in a state of an unobserved particle, when its state is un-determined<br />
-) The State of Potentiality is the most powerful state, absolutely still and absolutely silent, like a Calm before the Storm, or Nothingness before Big Bang, it is a state of pure, accumulated energy that hasn&#8217;t decided what to do with itself yet hehehehehe</p>
<p><strong>Now then:</strong><br />
Let&#8217;s consider for a moment a balloon being filled with air.  If we continue filling balloon with air - it will explode sooner or later.  But if we make a tiny hole in it - some of the air will be escaping.  The explosion will not be as powerful and entirely different - because  of this tiny little hole.<br />
Or, if we consider a particle in its un-determined state - even a sneak glance at it, a minute observation, will determine at least some of its state -  and therefore particle will lose its infinitive potential of being anything.</p>
<p>Therefore any useless speculation on what is or will be actually chips away from what is or will be, dilutes it.  It is like watching the balloon filling with air, not knowing that there is a tiny hole in it somewhere.</p>
<p>Furthermore we are, particularly these days, &#8220;digital creatures&#8221;&#8230; we think in &#8220;digital&#8221;, not analogue, we think in &#8220;steps&#8221;, we think in &#8220;if this then that&#8221; procedural language.<br />
But we also know that everything, including our brains, is analogue.  Therefore there are always &#8220;gaps&#8221; between &#8220;steps&#8221;, between &#8220;this or that&#8221;, we think, we perceive, we analyse, we speak - always digitally, always from one point to the next, missing the gaps in between points.</p>
<p>Therefore the outcome we expect is always &#8220;skewed&#8221;, inaccurate, or not even resembling our &#8220;trend predictions&#8221; - because we are entirely blind to half of the &#8220;story&#8221;&#8230; i.e. &#8220;gaps&#8221;</p>
<p>The more we try to predict, analyse, define, describe - the more &#8220;gaps&#8221; we create in the process&#8230; and hence the more we move away from what is really happening.  One could say that the &#8220;real life&#8221; is happening exactly &#8220;there&#8221; - in the field of gaps which we cannot perceive, due to digital, logical &#8220;yes or no&#8221; nature of our brains, due to the fact that we think in order to determine.</p>
<p>And I start to think that this is where &#8220;being in touch with oneself&#8221; term originates from.  It is not a metaphor, it is actually an act of Mind touching, &#8220;linking&#8221; with the Heart, on vibrational level, thus creating an envelope of stillness and silence, embracing the field of potential, rather than panickly trying to dissolve it with thoughts and/or words.</p>
<p>It is only natural.  We are scared of stillness and silence, energy seemingly not moving, not manifesting itself - for we simply and quite logically equate it with Death.</p>
<p>&#8220;Being in Touch with Oneself&#8221; is a practice, a method, of opening oneself to those &#8220;gaps&#8221;, learning to acknowledge them, learning to CONCIOUSLY live through them, and, first of all of course hehehehehe, learning to unlearn the fear of them.</p>
<p>(:o</p>
<p>P.S.</p>
<ul>
<li>Some people touch the area of their heart in order to confirm/re-affirm that they are trying to get &#8220;in touch&#8221; hehehehehehe
</li>
<li>Eadon tells me: So getting in touch with reality is touch in the sense of &#8220;observation&#8221;, by observing ourselves, we make ourselves reality and hence learn about ourselves, hence getting in touch with ourselves.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.madpole.com/2007/09/14/silence-is-golden-being-in-touch-with-oneself/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Corporate Monster vs World of Warcraft</title>
		<link>http://www.madpole.com/2007/08/31/corporate-monster-vs-world-of-warcraft/</link>
		<comments>http://www.madpole.com/2007/08/31/corporate-monster-vs-world-of-warcraft/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 19:03:23 +0000</pubDate>
		<dc:creator>MadPole</dc:creator>
		
		<category><![CDATA[Corporate Philosophics Institute]]></category>

		<guid isPermaLink="false">http://www.madpole.com/2007/08/31/corporate-monster-vs-world-of-warcraft/</guid>
		<description><![CDATA[Corporate Monster is a Self without a body or individual identity&#8230;. it is a balancing act of violent frictions between many huge Egos brushing against each other that make Corporate company seem consistent and full of unique identity and vision&#8230;..

And I probably trust the people in my guild, many of who  I don&#8217;t even [...]]]></description>
			<content:encoded><![CDATA[<p>Corporate Monster is a Self without a body or individual identity&#8230;. it is a balancing act of violent frictions between many huge Egos brushing against each other that make Corporate company seem consistent and full of unique identity and vision&#8230;..</p>
<p><center><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/hcq0OWCGAvE"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/hcq0OWCGAvE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></center></p>
<blockquote><p>And I probably trust the people in my guild, many of who  I don&#8217;t even know, more than just about any other community of people that I know, much more than my business community</p></blockquote>
<blockquote><p>&#8230;people who have MBAs are typically bad leaders&#8230;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.madpole.com/2007/08/31/corporate-monster-vs-world-of-warcraft/feed/</wfw:commentRss>
		</item>
		<item>
		<title>You told me before &#8230;  :)</title>
		<link>http://www.madpole.com/2007/08/31/reap-pit-boom-a-rung/</link>
		<comments>http://www.madpole.com/2007/08/31/reap-pit-boom-a-rung/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 23:12:57 +0000</pubDate>
		<dc:creator>MadPole</dc:creator>
		
		<category><![CDATA[Journey]]></category>

		<category><![CDATA[Thoughts about Thoughts]]></category>

		<guid isPermaLink="false">http://www.madpole.com/2007/08/31/reap-pit-boom-a-rung/</guid>
		<description><![CDATA[I think we sometimes repeat same stories to others over and over again because our Ego
enjoys  it so much&#8230;. it actually BLOCKS OUT our memory&#8230;. I know.. I CLIMBED
KILIMANJARO lol&#8230; and my &#8220;scientific&#8221; conclusion is &#8220;tell sign&#8221;&#8230; if that happens&#8230; the person telling the story (they know they had told  before) will NEVER [...]]]></description>
			<content:encoded><![CDATA[<p>I think we sometimes repeat same stories to others over and over again because our Ego<br />
enjoys  it so much&#8230;. it actually BLOCKS OUT our memory&#8230;. I know.. I <strong>CLIMBED<br />
KILIMANJARO</strong> lol&#8230; and my &#8220;scientific&#8221; conclusion is &#8220;tell sign&#8221;&#8230; if that happens&#8230; the person telling the story (they know they had told  before) will NEVER ask &#8220;have I told you<br />
this before?&#8221;.. or &#8220;hold on, are you interested?&#8221;.. the interest in telling the story<br />
becomes so great&#8230; the Ego fuelled story-teller anticipates all the questions which could reduce that interest&#8230;and deals with them &#8220;accordingly&#8221;&#8230; (usually by not hearing them or not giving the listener the chance to ask them hehehehe)&#8230;. and of course, this is a general statement, nothing to do with my personal success of actually <strong>CLIMBING KILIMANJARO</strong>.</p>
<p>All I am trying to say is that Comfort Zones is what one seeks more and more the older one gets.  Which means preference to put up with whatever we have rather than facing a change of getting something better.  </p>
<p>(:o</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madpole.com/2007/08/31/reap-pit-boom-a-rung/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
