<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;AkUARH88fyp7ImA9WhVXFU4.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204</id><updated>2012-04-16T03:04:05.177+02:00</updated><category term="cooking" /><category term="fedora8" /><category term="Trips" /><category term="linux" /><category term="virtualbox" /><category term="kernel 3.0" /><category term="photography" /><category term="gadgets" /><category term="lm_sensors" /><category term="Winter" /><category term="night" /><category term="Perl" /><category term="movement" /><category term="ramblings" /><category term="i2c" /><category term="Depth of field" /><category term="computers" /><category term="phone" /><category term="time" /><category term="Sleigh" /><category term="Mozart-2" /><category term="Asus" /><category term="python" /><category term="sensors" /><category term="software" /><category term="N900" /><category term="Snow" /><category term="ATI" /><category term="GPS" /><category term="s60" /><category term="suspend" /><category term="asm58" /><category term="eBook" /><category term="Maemo" /><title>Things to ramble about ad infinitum</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://blog.neonatus.net/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://blog.neonatus.net/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>29</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/ThingsToRambleAboutAdInfinitum" /><feedburner:info uri="thingstorambleaboutadinfinitum" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;CUIDQnk_eyp7ImA9WhVSFEQ.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-1822055156194868757</id><published>2012-03-11T18:08:00.000+01:00</published><updated>2012-03-11T20:19:33.743+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-11T20:19:33.743+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="asm58" /><category scheme="http://www.blogger.com/atom/ns#" term="lm_sensors" /><category scheme="http://www.blogger.com/atom/ns#" term="computers" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="kernel 3.0" /><category scheme="http://www.blogger.com/atom/ns#" term="Asus" /><category scheme="http://www.blogger.com/atom/ns#" term="software" /><category scheme="http://www.blogger.com/atom/ns#" term="i2c" /><category scheme="http://www.blogger.com/atom/ns#" term="sensors" /><category scheme="http://www.blogger.com/atom/ns#" term="Mozart-2" /><title>Compiling custom module from external patch in Ubuntu 11.10 (asm58 sensors patch)</title><content type="html">&lt;br /&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: 'Trebuchet MS', sans-serif;"&gt;The result of the following commands is that you gain a copy of the default ubuntu kernel packages, with just your patch added (one module and one help file).&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;Install the required packages (linux sources and required programs/files to build the new kernel package).&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;Install the dependencies required for building the kernel&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;$ apt-get build-dep linux kernel-wedge fakeroot makedumpfile&lt;/span&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;Install the kernel source code&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;$ apt-get install linux-source&lt;/span&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;Extract the current ubuntu kernel source (into an allready prepared directories - by linux-source package)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;$ cd&amp;nbsp;/usr/src/&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;$ tar -xjf linux-source-x.y.z.tar.bz2&lt;/span&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: Tahoma;"&gt;Download the latest patch file&amp;nbsp;&lt;/span&gt;&lt;a href="http://n.neonatus.net/files/asm58-linux-3.0.0.patch" style="font-family: Tahoma;"&gt;http://n.neonatus.net/files/asm58-linux-3.0.0.patch&lt;/a&gt;&lt;span style="font-family: Tahoma;"&gt;&amp;nbsp;and patch the kernel:&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;$ cd&amp;nbsp;linux-source-x.y.z&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;$ wget&amp;nbsp;&lt;a href="http://n.neonatus.net/files/asm58-linux-3.0.0.patch"&gt;http://n.neonatus.net/files/asm58-linux-3.0.0.patch&lt;/a&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;blockquote class="tr_bq"&gt;
$&amp;nbsp;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;patch -p1 &amp;lt;&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;asm58-linux-3.0.0.patch&lt;/span&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;My builds always failed with the error of not being able to touch a certain file so for that reason I create a directory beforehand so that the build goes through without an error&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;$&amp;nbsp;mkdir debian/stamps&lt;/span&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;Prepare to build the source&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;$ fakeroot debian/rules clean&lt;/span&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;Build the kernel packages&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;$&amp;nbsp; AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-generic-pae&lt;/span&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;You could also use binary - to build binary packages for all flavours - or select your flavour according to your hardware - they are listed in the &lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;debian.master/config/$ARCH/&lt;/span&gt;&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt; directory.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;If you are lucky enough to have multiple cores or processors utilize them during build add "&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace; white-space: pre-wrap;"&gt;&lt;b&gt;DEB_BUILD_OPTIONS=parallel=2&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family: 'Trebuchet MS', sans-serif; white-space: pre-wrap;"&gt;" variable in front of the command where 2 is the number of cores/processors you have available to the OS like this:
&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;$ DEB_BUILD_OPTIONS=parallel=2&amp;nbsp;AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-generic-pae&lt;/span&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;During the build the kernel configure script will ask you to define the following:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&amp;nbsp;Asus Mozart-2 (SENSORS_ASM58) [N/m/y/?] (NEW)&lt;/span&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;Enter the letter&lt;/span&gt;&lt;b&gt; m&lt;/b&gt; &lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;and press&lt;/span&gt; &lt;b&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;enter&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;, which signifies to build the object as module so you can load/unload it at need.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;Now we wait... and wait... (hope you have a fast computer, or you'll) wait some more...&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;When the compiling finishes you will be left with a couple of new *.deb packages in your /usr/src directory, which you can install with &lt;/span&gt;&lt;b&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;dpkg&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt; command.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;blockquote&gt;
&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="font-family: 'Courier New';"&gt;&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate;"&gt;$ dpkg -i ../&lt;/span&gt;linux-headers-3.0.0-16-generic-pae_3.0.0-16.29_i386.deb&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;span style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-collapse: separate; font-family: Tahoma;"&gt;&lt;span style="font-family: 'Courier New';"&gt;$ dpkg -i ../linux-image-3.0.0-16-generic-pae_3.0.0-16.29_i386.deb&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;Reboot and (if not allready selected) select the new kernel in the grub boot menu.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;Log into the newly booted system and verify if all is fine by loading the asm58 module:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;$ modprobe asm58&lt;/span&gt;&lt;/blockquote&gt;
&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;and verify that it is loaded ok:&lt;/span&gt;&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;$ lsmod |grep asm58&lt;/span&gt;&lt;/blockquote&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;asm58 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;13122 &amp;nbsp;0&lt;/span&gt;&lt;/blockquote&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;/blockquote&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;/blockquote&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;/blockquote&gt;
&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;Now you can use the functionality of the newly compiled module by configuring lm-sensors - run sensors-detect and afterwards verify that the command sensors returns values from the sensor.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Trebuchet MS', sans-serif;"&gt;Good luck, and write a comment if you need help ;)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
#Links:&lt;/div&gt;
&lt;div&gt;
&lt;a href="https://help.ubuntu.com/community/Kernel/Compile"&gt;https://help.ubuntu.com/community/Kernel/Compile&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-1822055156194868757?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7CAO3g8QqjJY9Blo35UyqVj1niM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7CAO3g8QqjJY9Blo35UyqVj1niM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7CAO3g8QqjJY9Blo35UyqVj1niM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7CAO3g8QqjJY9Blo35UyqVj1niM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/ZihGI4A-CF8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/1822055156194868757/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=1822055156194868757" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/1822055156194868757?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/1822055156194868757?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/ZihGI4A-CF8/compiling-custom-module-from-external.html" title="Compiling custom module from external patch in Ubuntu 11.10 (asm58 sensors patch)" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2012/03/compiling-custom-module-from-external.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEEDR3Yzeip7ImA9WhRUEkg.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-5207954189334551291</id><published>2011-12-11T11:39:00.005+01:00</published><updated>2012-01-22T18:17:56.882+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-22T18:17:56.882+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="asm58" /><category scheme="http://www.blogger.com/atom/ns#" term="lm_sensors" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="kernel 3.0" /><category scheme="http://www.blogger.com/atom/ns#" term="Asus" /><category scheme="http://www.blogger.com/atom/ns#" term="i2c" /><category scheme="http://www.blogger.com/atom/ns#" term="sensors" /><category scheme="http://www.blogger.com/atom/ns#" term="Mozart-2" /><title>ASM58 (Asus Mozart-2) Linux 3.0 kernel patch</title><content type="html">Hi everyone, long time since last post...&lt;br /&gt;
&lt;br /&gt;
Well I have been doing some autumn cleaning and discovered my home server did not have sensors installed. Upon discovering it has a barely supported chipset, that does get detected by the &lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;sensors-detect&lt;/span&gt; script, but there is actually no driver included.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The sensor is found on&amp;nbsp;the following Asus mainboards:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;P4B533-VM&lt;/li&gt;
&lt;li&gt;P4S333 (in conjunction with another asus chip?)&lt;/li&gt;
&lt;li&gt;P4S333-VM&lt;/li&gt;
&lt;li&gt;Terminator P4&lt;/li&gt;
&lt;/ul&gt;
I have googled a bit and (All raise hands and give praise to the GNU) discovered that somenoe - namely &lt;i&gt;Michael Loßin&lt;/i&gt; has once upon a time written the driver code for linux kernel 2.6.x tree. And he deserves the gratitude for the work he put in. I have only modified his code, so that it compiles cleanely and works on the Linux kernel 3.0 tree.&lt;br /&gt;
&lt;br /&gt;
The patch is available &lt;a href="http://n.neonatus.net/files/asm58-linux-3.0.0.patch" target="_blank"&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Works like a charm with lm_sensors - here is the output:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
asm58-i2c-0-77&lt;br /&gt;
Adapter: SiS96x SMBus adapter at 0xe600&lt;br /&gt;
in0:          +1.79 V&lt;br /&gt;
in1:          +3.41 V&lt;br /&gt;
in2:          +3.02 V&lt;br /&gt;
in3:          +3.12 V&lt;br /&gt;
fan1:        2393 RPM&lt;br /&gt;
fan2:        1125 RPM&lt;br /&gt;
temp1:        +42.0°C&lt;br /&gt;
temp2:        +56.0°C&lt;br /&gt;
&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
Please post a comment if you find it usefull&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-5207954189334551291?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/o6rJDbl_VOmc5i_hDkj9u2kxPbQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/o6rJDbl_VOmc5i_hDkj9u2kxPbQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/o6rJDbl_VOmc5i_hDkj9u2kxPbQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/o6rJDbl_VOmc5i_hDkj9u2kxPbQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/cNPzzvCkniA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/5207954189334551291/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=5207954189334551291" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/5207954189334551291?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/5207954189334551291?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/cNPzzvCkniA/asm58-asus-mozart-2-linux-30-kernel.html" title="ASM58 (Asus Mozart-2) Linux 3.0 kernel patch" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2011/12/asm58-asus-mozart-2-linux-30-kernel.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0AFQn4yeSp7ImA9Wx9aGUk.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-6095547930323067492</id><published>2011-03-12T18:07:00.001+01:00</published><updated>2011-03-12T18:08:33.091+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-12T18:08:33.091+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="N900" /><category scheme="http://www.blogger.com/atom/ns#" term="Depth of field" /><category scheme="http://www.blogger.com/atom/ns#" term="python" /><title>Depth of Field calculator for Nokia n900</title><content type="html">Well I changed my phone a while ago and have recently needed the Depth of field calculator and it was not there. So I wrote one... I have already written a similar one in Python for S60, so the logic remains the same, I just had to redo the GUI part, which uses Python with GTK and Hildon modules.&lt;br /&gt;
This is the screenshot of the results window:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-KfVWEoKVOPk/TXuoDwNDSYI/AAAAAAAALzs/XyRXVRUllno/s1600/DoF_calc_n900.jpg" imageanchor="1" style="clear:right; float:right; margin-left:1em; margin-bottom:1em"&gt;&lt;img border="0" height="194" width="320" src="http://4.bp.blogspot.com/-KfVWEoKVOPk/TXuoDwNDSYI/AAAAAAAALzs/XyRXVRUllno/s320/DoF_calc_n900.jpg" alt="Python Depth of Field calculator on Nokia N900" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
The old post (which contains the apps for Symbian S60 Python is available &lt;a href="http://blog.neonatus.net/2008/06/depth-of-field-calculator-for-your.html"&gt;here&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The web site where you can download the files is &lt;a href="http://n.neonatus.net/DoFCalc/"&gt;here&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
If you find it useful or if you find any bugs, please drop me a note.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-6095547930323067492?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mCgAo8hfYYg8o3PqQ87kjYZ0Mqg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mCgAo8hfYYg8o3PqQ87kjYZ0Mqg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mCgAo8hfYYg8o3PqQ87kjYZ0Mqg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mCgAo8hfYYg8o3PqQ87kjYZ0Mqg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/wrI8EL_hCck" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/6095547930323067492/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=6095547930323067492" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/6095547930323067492?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/6095547930323067492?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/wrI8EL_hCck/depth-of-field-calculator-for-nokia.html" title="Depth of Field calculator for Nokia n900" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-KfVWEoKVOPk/TXuoDwNDSYI/AAAAAAAALzs/XyRXVRUllno/s72-c/DoF_calc_n900.jpg" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://blog.neonatus.net/2011/03/depth-of-field-calculator-for-nokia.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUENQHoyeCp7ImA9WhZTFk4.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-8279881397036617546</id><published>2011-02-21T17:48:00.002+01:00</published><updated>2011-03-20T16:08:11.490+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-20T16:08:11.490+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="N900" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="Maemo" /><title>Heey greetings from MaStory on my Nokia N900</title><content type="html">I discovered a blogger client for maemo, which enables me to add news to my blog and also takes care of adding the media.&lt;br /&gt;
&lt;br /&gt;
I loooove it!&lt;br /&gt;
(This is what it looks like editing the entr on the phone)&lt;br /&gt;
&lt;img src="http://lh4.ggpht.com/_qgdYJxZKxrg/TWKXRhnPXDI/AAAAAAAALyQ/3INLuUqaSNo/mastory-image.png" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-8279881397036617546?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/3aQawQ-o3LkJRX1jiiczoa-Rx8k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3aQawQ-o3LkJRX1jiiczoa-Rx8k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/3aQawQ-o3LkJRX1jiiczoa-Rx8k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3aQawQ-o3LkJRX1jiiczoa-Rx8k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/xuGFRprunM4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/8279881397036617546/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=8279881397036617546" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/8279881397036617546?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/8279881397036617546?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/xuGFRprunM4/heey-greetings-from-mastory-on-my-nokia.html" title="Heey greetings from MaStory on my Nokia N900" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh4.ggpht.com/_qgdYJxZKxrg/TWKXRhnPXDI/AAAAAAAALyQ/3INLuUqaSNo/s72-c/mastory-image.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2011/02/heey-greetings-from-mastory-on-my-nokia.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEQGR3k-cSp7ImA9Wx9bEUQ.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-4014359798845347185</id><published>2011-02-20T09:57:00.001+01:00</published><updated>2011-02-20T09:58:46.759+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-20T09:58:46.759+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="N900" /><category scheme="http://www.blogger.com/atom/ns#" term="Perl" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><title>Perl script to convert n900 pwsafe export into KeePassX XML</title><content type="html">I wanted to have an option of exporting data from pwsafe on my Nokia n900, so I wrote this script. All you have to do is export the file on N900. Transfer it as securely as possible to your computer and run the script &lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
./pwsafe2keepassx_n900.pl &lt; PWsafe_n900_txt_output_file &gt; out_keepassx.xml&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
The script can be downloaded &lt;a href="http://n.neonatus.net/files/pwsafe2keepassx_n900.pl"&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Drop me a comment if you like it or if you have any comment of how to improve it further.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-4014359798845347185?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-mE00gW0zAGOxTaogtVGZYEa4OA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-mE00gW0zAGOxTaogtVGZYEa4OA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-mE00gW0zAGOxTaogtVGZYEa4OA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-mE00gW0zAGOxTaogtVGZYEa4OA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/v1WIZ5zmhBI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/4014359798845347185/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=4014359798845347185" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/4014359798845347185?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/4014359798845347185?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/v1WIZ5zmhBI/perl-script-to-convert-n900-pwsafe.html" title="Perl script to convert n900 pwsafe export into KeePassX XML" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2011/02/perl-script-to-convert-n900-pwsafe.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YDRn8zeip7ImA9Wx5WFkQ.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-5408046870479820938</id><published>2010-09-28T18:26:00.000+02:00</published><updated>2010-09-28T18:26:17.182+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-09-28T18:26:17.182+02:00</app:edited><title>Trip to Singapore, Bali and Gili islands (Lombok)</title><content type="html">Hey, long time no write ;)&lt;br /&gt;
&lt;br /&gt;
Had a great thing happen in my life while I was away (from the blog). I got married ;)&lt;br /&gt;
&lt;br /&gt;
And the lovely wife and I went for a nice trip to the aforementioned  locations (Singapore, Bali and Gili islands).&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.olympus-europa.com/consumer/images/products/mediando/MjuTough-8010_PlatinumSilver__front_M.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://www.olympus-europa.com/consumer/images/products/mediando/MjuTough-8010_PlatinumSilver__front_M.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;I got my hands on a nice tough (2m shock-proof) and waterproof (10m) compact camera - an &lt;a href="http://www.olympus-europa.com/consumer/29_digital-camera_mju_tough-8010_22707.htm"&gt;Olympus μ TOUGH-8010 &lt;/a&gt;. And we have taken quite some underwater photos of the Bali islands reef snorkeling. It really is a _verry_ automatic camera (verry little manual options present - apart for preset shooting profiles), but makes quite nice underwater photos.&lt;br /&gt;
&lt;br /&gt;
The rest of the pictures I took with my trusty Olympus E510 with ownusers grip.&lt;br /&gt;
&lt;br /&gt;
Here are the photos from the trip - if you like them do comment:&lt;br /&gt;
&lt;embed type="application/x-shockwave-flash" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" width="288" height="192" flashvars="host=picasaweb.google.com&amp;captions=1&amp;hl=en_GB&amp;feat=flashalbum&amp;RGB=0x000000&amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fneospics%2Falbumid%2F5517920682044388177%3Falt%3Drss%26kind%3Dphoto%26authkey%3DGv1sRgCPbn1I3NkK-UjgE%26hl%3Den_GB" pluginspage="http://www.macromedia.com/go/getflashplayer"&gt;&lt;/embed&gt;&lt;br /&gt;
The weather was quite gloomy, it's not the cameras fault for the lack of light ;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-5408046870479820938?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NccoKz130t1wWm39eSNbpQMDrhk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NccoKz130t1wWm39eSNbpQMDrhk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NccoKz130t1wWm39eSNbpQMDrhk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NccoKz130t1wWm39eSNbpQMDrhk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/8Z6ra0eZQG8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/5408046870479820938/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=5408046870479820938" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/5408046870479820938?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/5408046870479820938?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/8Z6ra0eZQG8/trip-to-singapore-bali-and-gili-islands.html" title="Trip to Singapore, Bali and Gili islands (Lombok)" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2010/09/trip-to-singapore-bali-and-gili-islands.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MESHs-fCp7ImA9WxFTFU4.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-4687168812722095815</id><published>2010-04-06T09:35:00.001+02:00</published><updated>2010-04-06T09:36:49.554+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-06T09:36:49.554+02:00</app:edited><title>A GE-free future</title><content type="html">The European Commission &lt;span style="font-weight:bold;"&gt;has just allowed genetically engineered crops into Europe&lt;/span&gt;, ignoring safety concerns of the public interest. I've just joined a new EU initiative with Greenpeace, Avaaz and Friends of the Earth - calling for a moratorium on GE crops in the EU. With 1 million citizens' signatures, we can make an official legal request to the European Commission. Sign below and let's get to 1 million:&lt;br /&gt;&lt;br /&gt;You can read more and sign the petition here: &lt;a href="http://www.greenpeace.org/GEpetition"&gt;http://www.greenpeace.org/GEpetition&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-4687168812722095815?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5Jo6H9HkgeZiOp7UFBRWg-6XLIA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5Jo6H9HkgeZiOp7UFBRWg-6XLIA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5Jo6H9HkgeZiOp7UFBRWg-6XLIA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5Jo6H9HkgeZiOp7UFBRWg-6XLIA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/VSvDGtAG3bw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/4687168812722095815/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=4687168812722095815" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/4687168812722095815?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/4687168812722095815?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/VSvDGtAG3bw/ge-free-future.html" title="A GE-free future" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2010/04/ge-free-future.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUAMSHozeip7ImA9WxBVFUo.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-4340372485231988991</id><published>2010-02-19T12:02:00.003+01:00</published><updated>2010-02-19T12:09:49.482+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-19T12:09:49.482+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Winter" /><category scheme="http://www.blogger.com/atom/ns#" term="Snow" /><category scheme="http://www.blogger.com/atom/ns#" term="Sleigh" /><title>Sleighing / Ir a trineo</title><content type="html">This week we had a visitor on our couch and we decided to do some Slovenian winter sport activities and we got a couple of our sleighs and went to a hill near Ljubljana called Kurenšček. Well here you can see the actual photos, the adventures and misadventures ;)&lt;br /&gt;&lt;br /&gt;Snow is FUN!&lt;br /&gt;&lt;br /&gt;So we took some pictures, I hope you can find some enjoyment in them as we did in sleighing.&lt;br /&gt;&lt;br /&gt;B.&lt;br /&gt;&lt;embed type="application/x-shockwave-flash" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" width="288" height="192" flashvars="host=picasaweb.google.com&amp;hl=en_GB&amp;feat=flashalbum&amp;RGB=0x000000&amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fneospics%2Falbumid%2F5438954022871550049%3Falt%3Drss%26kind%3Dphoto%26authkey%3DGv1sRgCKGqkL_n6Maxew%26hl%3Den_GB" pluginspage="http://www.macromedia.com/go/getflashplayer"&gt;&lt;/embed&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-4340372485231988991?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-VBnRlWLP-5WiV7ihnMz62FP7GY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-VBnRlWLP-5WiV7ihnMz62FP7GY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-VBnRlWLP-5WiV7ihnMz62FP7GY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-VBnRlWLP-5WiV7ihnMz62FP7GY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/2sc_kYRfJgE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/4340372485231988991/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=4340372485231988991" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/4340372485231988991?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/4340372485231988991?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/2sc_kYRfJgE/sleighing-ir-trineo.html" title="Sleighing / Ir a trineo" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2010/02/sleighing-ir-trineo.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUQNQ3Y_fCp7ImA9WxVVEEo.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-6844000516248930724</id><published>2009-03-03T11:35:00.004+01:00</published><updated>2009-03-03T11:49:52.844+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-03T11:49:52.844+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Trips" /><category scheme="http://www.blogger.com/atom/ns#" term="photography" /><title>Dublin is grand!</title><content type="html">I was lucky enough to be able and take some time away traveling and this time we went to Dublin, Ireland. We spent four days walking around the "town", visiting tourist and some less touristy attractions. Had a taste of Guinness (actually I hat to taste and re-taste it quite a couple of times).&lt;br /&gt;&lt;br /&gt;We also went for a "&lt;a href="http://www.newdublintours.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=2&amp;amp;Itemid=2"&gt;Free walking tour&lt;/a&gt;", which was great and so was our guide &lt;a href="http://picasaweb.google.com/lh/photo/dPJZSVObfFa7ZUdA0ZkKUQ?feat=directlink"&gt;Rob&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I must say I like the "town" A LOT!&lt;br /&gt;The weather we had was surprisingly nice and the people were extremely nice to us.&lt;br /&gt;I definitely would recommend to visit it.&lt;br /&gt;&lt;br /&gt;Here are some photos I took during the visit:&lt;br /&gt;&lt;br /&gt;&lt;embed type="application/x-shockwave-flash" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" flashvars="host=picasaweb.google.com&amp;amp;RGB=0x000000&amp;amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fneospics%2Falbumid%2F5308690523346782977%3Fkind%3Dphoto%26alt%3Drss" pluginspage="http://www.macromedia.com/go/getflashplayer" width="400" height="267"&gt;&lt;/embed&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-6844000516248930724?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/fdxgNJW2fWAzNvBquXNc8OPchCQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fdxgNJW2fWAzNvBquXNc8OPchCQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/fdxgNJW2fWAzNvBquXNc8OPchCQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fdxgNJW2fWAzNvBquXNc8OPchCQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/DmBRyqPlcQc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/6844000516248930724/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=6844000516248930724" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/6844000516248930724?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/6844000516248930724?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/DmBRyqPlcQc/dublin-rox.html" title="Dublin is grand!" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2009/03/dublin-rox.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkUFQ346fyp7ImA9WxRaGUk.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-4893240801140630380</id><published>2008-12-22T12:23:00.007+01:00</published><updated>2008-12-22T13:16:52.017+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-22T13:16:52.017+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="computers" /><category scheme="http://www.blogger.com/atom/ns#" term="software" /><category scheme="http://www.blogger.com/atom/ns#" term="phone" /><title>Sony Ericsson W910i and its "special" ways</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.michaelvoong.com/wp-content/uploads/2008/02/w910-narrowweb-300x3802.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 300px; height: 380px;" src="http://www.michaelvoong.com/wp-content/uploads/2008/02/w910-narrowweb-300x3802.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;span style="font-style: italic;"&gt;Yes, special... (as in special needs).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;After fiddling around with many (many, many, ...) options of how to make Album Art work in visualization options, I have figured out it supports &lt;span style="font-weight: bold;"&gt;ID3 v2.3&lt;/span&gt; (and v2.4 but is faulty - read on) tags that can have embedded pictures in them. It supports only &lt;span style="font-weight: bold;"&gt;image/jpeg&lt;/span&gt; type files. After twiddling for quite some time I converted all the tags to version 2.4.0 and UTF-8 encoded them - BIG MISTAKE, the player displays all the artists, albums and song names incorrectly than. The names seem to be split in 2 or more characters - GO SE ;). So I had to convert them all back.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here is the final coctail of Id3 tags, that does work and display all fields ok:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;ID3 version &lt;span style="font-weight: bold;"&gt;2.3.0&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Picture field with &lt;span style="font-weight: bold;"&gt;image/jpeg&lt;/span&gt; type&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;ISO-8859-1&lt;/span&gt; (latin-1) encoding&lt;/li&gt;&lt;/ul&gt;I use &lt;a href="http://kid3.sourceforge.net/"&gt;Kid3-qt&lt;/a&gt; tag editor for most jobs with tagging my audio files.&lt;br /&gt;&lt;br /&gt;Another glitch I noticed was that &lt;span style="font-style: italic; font-weight: bold; color: rgb(255, 0, 0);"&gt;the device did not correctly disconnect&lt;/span&gt; when umounting the phone (as a storage device) from the PC. I use Ubuntu as my desktop and what I needed to do was to use eject (or a variation of it) to get proper disconnect - so this is the concoction I brewed to make it work properly:&lt;br /&gt;in &lt;span style="font-weight: bold;font-family:courier new;" &gt;~/.gnome2/nautilus-scripts/&lt;/span&gt; create a file called &lt;span style="font-weight: bold;font-family:courier new;" &gt;Eject&lt;/span&gt; with the following contents:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;MNTPNT=$(echo "$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS" |tr -d '\n')&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;gnome-eject --pseudonym "$MNTPNT"&lt;/span&gt;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;When right clicking on the device icon on your desktop (the storage device that displays either the internal or the storage card of your W910i phone), navigate to &lt;span style="font-weight: bold;"&gt;Scripts-&gt;Eject&lt;/span&gt;, now the device should be ejected correctly and the phone will display the message that the storage session is finished.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Well hopefully someone else will stumble upon this post instead of wasting a weekend arranging their music files and discovering the tags have all gone beserk...&lt;br /&gt;&lt;br /&gt;PS: The same procedure should work on older/other SE W(alkman) model phones/players.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-4893240801140630380?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qd_uMy--4xnn_pApyOnXzPbPrrU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qd_uMy--4xnn_pApyOnXzPbPrrU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qd_uMy--4xnn_pApyOnXzPbPrrU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qd_uMy--4xnn_pApyOnXzPbPrrU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/qUKZlYdQZcI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/4893240801140630380/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=4893240801140630380" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/4893240801140630380?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/4893240801140630380?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/qUKZlYdQZcI/sony-ericsson-w910i-and-its-special.html" title="Sony Ericsson W910i and its &quot;special&quot; ways" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>1</thr:total><feedburner:origLink>http://blog.neonatus.net/2008/12/sony-ericsson-w910i-and-its-special.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUQEQXw_fCp7ImA9WxRUEUU.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-7295725815076379125</id><published>2008-11-18T19:54:00.008+01:00</published><updated>2008-11-20T13:15:00.244+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-11-20T13:15:00.244+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="computers" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="software" /><category scheme="http://www.blogger.com/atom/ns#" term="virtualbox" /><category scheme="http://www.blogger.com/atom/ns#" term="suspend" /><title>Ubuntu, VirtualBox and suspend</title><content type="html">Hey, I know, long time no write, well, long time no time left...&lt;br /&gt;&lt;br /&gt;and allways running around requires me to suspend my laptop a lot, mainly when suspending it with VirtualBox running. Well after resuming the suspend VirtualBox froze most of the times. Killing the program and restarting it did not work, removing the module was impossible, so the only fix was the reboot. Well until smarter thought came ofcourse.&lt;br /&gt;&lt;br /&gt;Create an pm script (in Ubuntu go to &lt;span style="font-weight: bold;font-family:courier new;" &gt;/etc/pm/sleep.d/&lt;/span&gt;)  create a newfile named &lt;span style="font-weight: bold;font-family:courier new;" &gt;90virtualbox&lt;/span&gt; with the following contents:&lt;br /&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;&lt;br /&gt;&lt;PRE&gt;&lt;br /&gt;#!/bin/sh&lt;br /&gt;&lt;br /&gt;USR_RNNG=$(ps aux |grep VirtualBox |grep -v grep |cut -f1 -d' ')&lt;br /&gt;if [ "x$USR_RNNG" != "x" ]; then&lt;br /&gt;    if  [ $(id -u) -eq 0 ]; then&lt;br /&gt;        su $USR_RNNG -c $0&lt;br /&gt;    else&lt;br /&gt;        for VMS in $(VBoxManage list runningvms |egrep "^[0-9]"); do&lt;br /&gt;            VBoxManage controlvm $VMS savestate&lt;br /&gt;        done&lt;br /&gt;    fi&lt;br /&gt;fi&lt;br /&gt;exit 0&lt;br /&gt;&lt;/PRE&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;&lt;span style="font-family:arial;"&gt;Dont forget to make the script executable (&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;chmod +x 90virtualbox&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;).&lt;/span&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:arial;"&gt;Well that works for me, now before doing ACPI suspend&lt;/span&gt;&lt;span style="font-family:courier new;"&gt; &lt;span style="font-family:arial;"&gt;the virtualbox machines are suspended nicely and afterwards you have to start them again, but they are up in a heartbeat (well 5 seconds in my case).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;You can do that either by running VirtualBox gui and starting them or running:&lt;/span&gt; &lt;/span&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;&lt;span style="font-weight: bold;"&gt;VBoxManage start UUID|name_of_virtual_machine&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;Happy virtualizing...&lt;/span&gt;&lt;span style="font-weight: bold;font-family:courier new;" &gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-7295725815076379125?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/F-vF0nBZrrOfks4vE6IvC6goccs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/F-vF0nBZrrOfks4vE6IvC6goccs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/F-vF0nBZrrOfks4vE6IvC6goccs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/F-vF0nBZrrOfks4vE6IvC6goccs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/tM5qgcXQP5Q" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/7295725815076379125/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=7295725815076379125" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/7295725815076379125?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/7295725815076379125?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/tM5qgcXQP5Q/ubuntu-virtualbox-and-suspend.html" title="Ubuntu, VirtualBox and suspend" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>3</thr:total><feedburner:origLink>http://blog.neonatus.net/2008/11/ubuntu-virtualbox-and-suspend.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUAMQH0yfSp7ImA9WxdbFk4.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-162318189546841082</id><published>2008-08-13T15:14:00.005+02:00</published><updated>2008-08-13T15:23:01.395+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-08-13T15:23:01.395+02:00</app:edited><title>Vacation in Spain</title><content type="html">...we enjoyed very much. The people were great, the sights were excellent, the water was perfect. The pictures... well those you can judge for yourself.&lt;br /&gt;&lt;br /&gt;I would recommend it to anyone, but maybe not necessarily by car and maybe you could take a bit longer (we had 3 weeks to enjoy it) lingering in each of the locations.&lt;br /&gt;&lt;br /&gt;&lt;table style="width: 194px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="background: transparent url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat scroll left center; height: 194px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="center"&gt;&lt;a href="http://picasaweb.google.com/neospics/Spain2008?authkey=5iMth-W5s3Y" target="_new"&gt;&lt;img src="http://lh6.ggpht.com/neospics/SKLOhRkLxDE/AAAAAAAADjE/ll4WOfLMDFk/s160-c/Spain2008.jpg" style="margin: 1px 0pt 0pt 4px;" height="160" width="160" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="text-align: center; font-family: arial,sans-serif; font-size: 11px;"&gt;&lt;a href="http://picasaweb.google.com/neospics/Spain2008?authkey=5iMth-W5s3Y" target="_new" style="color: rgb(77, 77, 77); font-weight: bold; text-decoration: none;"&gt;Spain 2008&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-162318189546841082?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xGLylVVsdPPIy9PUoQf5Y0NXorg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xGLylVVsdPPIy9PUoQf5Y0NXorg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xGLylVVsdPPIy9PUoQf5Y0NXorg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xGLylVVsdPPIy9PUoQf5Y0NXorg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/YrpsrtIoq3E" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/162318189546841082/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=162318189546841082" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/162318189546841082?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/162318189546841082?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/YrpsrtIoq3E/vacation-in-spain.html" title="Vacation in Spain" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh6.ggpht.com/neospics/SKLOhRkLxDE/AAAAAAAADjE/ll4WOfLMDFk/s72-c/Spain2008.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2008/08/vacation-in-spain.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkYEQ3o7cCp7ImA9WxdXGE4.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-5862363634558870249</id><published>2008-06-30T14:33:00.004+02:00</published><updated>2008-06-30T14:48:22.408+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-06-30T14:48:22.408+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="photography" /><category scheme="http://www.blogger.com/atom/ns#" term="GPS" /><category scheme="http://www.blogger.com/atom/ns#" term="gadgets" /><title>Geocoding photos</title><content type="html">A couple of posts ago I mentioned I was awaiting an GPS bluetooth gizmo. Well (to the dissapointment of my wifie) it arived. I spent a couple of evenings coding or should I better say recoding two peaces of software (python s60) progs to work as I want them to work and now I have a nicelly working GPS data reader and uploader from Symbian S60 phone with Python and a storage card (the data taken can come up to a couple of MB in size) and an external GPS bluetooth receiver.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The file is saved with a datetime timestamp, and is internally of &lt;a href="http://www.gpsinformation.org/dale/nmea.htm"&gt;NMEA  0183 format&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;After you transfer the file to your computer (either in NMEA or GPX format - I use my uploader script for the second), you can use a peace of software called &lt;a href="http://code.google.com/p/gpicsync/"&gt;gpicsync&lt;/a&gt;. You could ofcorse use any other software that does the same job, but I am verry satisfied with gpicsync. It also works on Linux, Win, and OS X.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;The program asks you to enter the path to the coordinates file (NMEA or GPX formated) and to the directory where the pictures (JPEG format) are kept.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;You can also do some additional tweaking like the UTC time offset, but other than that you are set to go - so click "Synchronise!" and the coordinates are read from the GPS files and the coordinates are writen to the EXIF info in the JPEG files.&lt;/li&gt;&lt;li&gt;All you have to do now is to upload your pics to a web service that can make use of the coordinates embedded in the images, Picasa Web Albums, Flickr, etc. or you can view the locations in Google Earth application or another app that can read KML files.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href="http://picasaweb.google.com/neospics/VelikaPlanina"&gt;Here&lt;/a&gt; is the web album of some geocoded pics.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://picasaweb.google.com/neospics/VelikaPlanina/photo#map"&gt;And the map of the photo locations&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-5862363634558870249?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/913RMgwLBwhRE4ByBRF65KdhATA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/913RMgwLBwhRE4ByBRF65KdhATA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/913RMgwLBwhRE4ByBRF65KdhATA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/913RMgwLBwhRE4ByBRF65KdhATA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/o7mE644bf6g" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/5862363634558870249/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=5862363634558870249" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/5862363634558870249?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/5862363634558870249?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/o7mE644bf6g/geocoding-photos.html" title="Geocoding photos" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2008/06/geocoding-photos.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A08ER3c6fip7ImA9WxRWEU0.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-507954799201492047</id><published>2008-06-29T17:35:00.007+02:00</published><updated>2008-10-27T13:16:46.916+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-27T13:16:46.916+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="photography" /><category scheme="http://www.blogger.com/atom/ns#" term="Depth of field" /><category scheme="http://www.blogger.com/atom/ns#" term="software" /><category scheme="http://www.blogger.com/atom/ns#" term="python" /><category scheme="http://www.blogger.com/atom/ns#" term="s60" /><title>Depth of Field calculator for your mobile (s60)</title><content type="html">I had some time on my hands and tried to spend it usefully (learning Python while actually doing something useful). So I wrote Depth of Field calculator that runs on Python enabled Symbian phones.&lt;br /&gt;Ok so the usefulness part is so so, it is only useful if you are interested in photography and actually try to calculate the DoF instead of just going for it. While most of the time I just go for it, there are times when I can't really tell by the picture on the screen how much of it is actually sharp and where does the blur begin.&lt;br /&gt;&lt;br /&gt;Here is what the result looks like on the phone screen:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://n.neonatus.net/DoFCalc/Screenshot0003.jpg"&gt;    &lt;img style="cursor: pointer; width: 200px;" src="http://n.neonatus.net/DoFCalc/Screenshot0003.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://n.neonatus.net/DoFCalc/Screenshot0002.jpg"&gt;       &lt;img style="cursor: pointer; width: 200px;" src="http://n.neonatus.net/DoFCalc/Screenshot0002.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The files are available &lt;a href="http://n.neonatus.net/DoFCalc/"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;And if you want additional information on Depth of Field and formulas used in my prog look &lt;a href="http://en.wikipedia.org/wiki/Depth_of_field"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;If you like it - drop me a note - leave a post on the blog. If you want more/new/different features - please don't hesitate to ask - I'm sure there is more to it than just what I did.&lt;br /&gt;&lt;br /&gt;PS: the code is my first try of actually doing some Symbian stuff in Python so please keep the comments objective ;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-507954799201492047?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-OCtO7m9BaIqHyTknzzHF1bUb94/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-OCtO7m9BaIqHyTknzzHF1bUb94/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-OCtO7m9BaIqHyTknzzHF1bUb94/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-OCtO7m9BaIqHyTknzzHF1bUb94/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/OiD4bt_iTPk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/507954799201492047/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=507954799201492047" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/507954799201492047?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/507954799201492047?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/OiD4bt_iTPk/depth-of-field-calculator-for-your.html" title="Depth of Field calculator for your mobile (s60)" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>4</thr:total><feedburner:origLink>http://blog.neonatus.net/2008/06/depth-of-field-calculator-for-your.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUUFQHozeSp7ImA9WxdRGUk.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-5564030677287961971</id><published>2008-06-08T18:04:00.004+02:00</published><updated>2008-06-08T18:40:11.481+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-06-08T18:40:11.481+02:00</app:edited><title>moo/flickr cards</title><content type="html">An acquaintance of mine gave me his "business card" that looked kind of funny. It was a bit more narrow, printed on good paper, and had a photo that he took on the back side. Being an amateur photographer I thought well that's kind of cool how could I get my grubby little hands on a couple of those. So he told me you could create them from the pictures you post on &lt;a href="http://flickr.com/"&gt;flickr.com&lt;/a&gt; and the company called &lt;a href="http://moo.com/"&gt;moo&lt;/a&gt; prints them for you.&lt;br /&gt;&lt;br /&gt;So, here is the result of the cards I got (only displaying the picture side). On the front side you can squeeze in 6 lines of text and an optional logo. The text can be read from the picture specs too (aperture, lenses, etc).&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_qgdYJxZKxrg/SEwK5v3oynI/AAAAAAAACE8/aS1KFkxsCDw/s1600-h/p6083514.jpg"&gt;&lt;img style="cursor: pointer;" src="http://bp0.blogger.com/_qgdYJxZKxrg/SEwK5v3oynI/AAAAAAAACE8/aS1KFkxsCDw/s320/p6083514.jpg" alt="" id="BLOGGER_PHOTO_ID_5209550856179468914" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-5564030677287961971?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Iejboxjm9U3Xb_1hd5okwsD7qNQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Iejboxjm9U3Xb_1hd5okwsD7qNQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Iejboxjm9U3Xb_1hd5okwsD7qNQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Iejboxjm9U3Xb_1hd5okwsD7qNQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/D8OWzxppdTs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/5564030677287961971/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=5564030677287961971" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/5564030677287961971?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/5564030677287961971?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/D8OWzxppdTs/mooflickr-cards.html" title="moo/flickr cards" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp0.blogger.com/_qgdYJxZKxrg/SEwK5v3oynI/AAAAAAAACE8/aS1KFkxsCDw/s72-c/p6083514.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2008/06/mooflickr-cards.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkEMRnYzcCp7ImA9WxdXF0o.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-7287601310515933850</id><published>2008-06-08T17:48:00.004+02:00</published><updated>2008-06-29T22:18:07.888+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-06-29T22:18:07.888+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="photography" /><title>Ownuser E-510 battery grip</title><content type="html">&lt;a style="" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.ownuser.com.tw/n_FBH_E510/product_s1.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 187px; height: 197px;" src="http://www.ownuser.com.tw/n_FBH_E510/product_s1.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;A couple of weeks ago I ordered an &lt;a href="http://www.ownuser.com.tw/e_E510_menu.htm"&gt;ownuser battery grip&lt;/a&gt; for my Oly E-510 camera. It helps vertical shooting a lot and is a verry firm grip. Built well (not the cheap plastic you would expect really).&lt;br /&gt;&lt;br /&gt;The it has two buttons on the grip (for left/right handed) and it can pack two batteries (two BLM-1) or 12AA type batteries with a special battery holder.&lt;br /&gt;The only problem is that it actually powers the camera through the mini USB connector on the back side so it is a bit clumsy, but otherwise works perfectly.&lt;br /&gt;&lt;br /&gt;It takes a bit getting used to if you use a lot of manual mode like I do and have to turn the knobs all the time ;)&lt;br /&gt;&lt;br /&gt;I'd rate it worth the money for an E-510 user (since olympus does not produce any official grips for E-510/E-520 models).&lt;br /&gt;&lt;br /&gt;I have also ordered an GPS bluetooth module from E-bay, when that one comes in we'll dig into geocoding of pictures.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-7287601310515933850?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Va6NB4CfzzCFFx3OWMKPZaol0i0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Va6NB4CfzzCFFx3OWMKPZaol0i0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Va6NB4CfzzCFFx3OWMKPZaol0i0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Va6NB4CfzzCFFx3OWMKPZaol0i0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/jWbDgkR24yI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/7287601310515933850/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=7287601310515933850" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/7287601310515933850?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/7287601310515933850?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/jWbDgkR24yI/ownuser-e-510-battery-grip.html" title="Ownuser E-510 battery grip" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2008/06/ownuser-e-510-battery-grip.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkAAQ30yeCp7ImA9WxdXF0o.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-363370073790721839</id><published>2008-05-23T11:18:00.003+02:00</published><updated>2008-06-29T22:19:02.390+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-06-29T22:19:02.390+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Trips" /><category scheme="http://www.blogger.com/atom/ns#" term="photography" /><title>Vacation in Hungary</title><content type="html">A couple of weeks ago around May 1st we went (by car) to Hungary specifically to Budapest and later to Siofok by lake Balaton. The trip was great. We really enjoyed the city, great architecture, monumental buildings, friendly people (most of all our &lt;a href="http://www.couchsurfing.com/"&gt;CouchSurfing&lt;/a&gt; hostess there). I would recomend it to anyone who favors architecture and beautiful sites ;)&lt;br /&gt;&lt;br /&gt;Also Balaton lake is very nice, and did I mention before the people were very, very nice? I can't seem to stress that enough ;)&lt;br /&gt;&lt;br /&gt;I am attaching a slideshow of the Budapest&lt;br /&gt;&lt;br /&gt;&lt;a style="left: 0px ! important; top: 15px ! important;" title="Click here to block this object with Adblock Plus" class="abp-objtab-05005098293040857 visible ontop" href="http://picasaweb.google.com/s/c/bin/slideshow.swf"&gt;&lt;/a&gt;&lt;embed type="application/x-shockwave-flash" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" flashvars="host=picasaweb.google.com&amp;amp;RGB=0x000000&amp;amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fneospics%2Falbumid%2F5197281579847762209%3Fkind%3Dphoto%26alt%3Drss" pluginspage="http://www.macromedia.com/go/getflashplayer" width="288" height="192"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;br /&gt;and Balaton pictures:&lt;br /&gt;&lt;br /&gt;&lt;a style="left: 0px ! important; top: 15px ! important;" title="Click here to block this object with Adblock Plus" class="abp-objtab-05005098293040857 visible ontop" href="http://picasaweb.google.com/s/c/bin/slideshow.swf"&gt;&lt;/a&gt;&lt;embed type="application/x-shockwave-flash" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" flashvars="host=picasaweb.google.com&amp;amp;RGB=0x000000&amp;amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fneospics%2Falbumid%2F5197290006573599569%3Fkind%3Dphoto%26alt%3Drss" pluginspage="http://www.macromedia.com/go/getflashplayer" width="288" height="192"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I hope you enjoy them but there is no supplement for the real thing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-363370073790721839?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NLLUG6D1V1ONHI4tin_kC2V4Q_A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NLLUG6D1V1ONHI4tin_kC2V4Q_A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NLLUG6D1V1ONHI4tin_kC2V4Q_A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NLLUG6D1V1ONHI4tin_kC2V4Q_A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/CIyU0mWOd8s" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/363370073790721839/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=363370073790721839" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/363370073790721839?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/363370073790721839?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/CIyU0mWOd8s/vacation-in-hungary.html" title="Vacation in Hungary" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2008/05/vacation-in-hungary.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkAFQH0yeyp7ImA9WxdXF0o.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-4962654465221004325</id><published>2008-04-16T12:51:00.004+02:00</published><updated>2008-06-29T22:18:31.393+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-06-29T22:18:31.393+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="photography" /><title>The Zoo photo session</title><content type="html">&lt;p&gt;Regardless to the fact weather zoo's are OK or not, some days ago a couple of friends and I went to the Ljubljana Zoo, to practice our photography skills. I noticed I need a lot more time to take better pictures and observe the animals in their behavior than I actually managed to do this time. And after the shooting was done I also finally decided that the work flow in post processing needed serious changes and more of a structured approach. With pictures overloading the disks and me not being tidy enough to label them appropriately it's becoming a pain in the (a word that rhymes with bass).&lt;/p&gt;&lt;p&gt;Here are some of the pictures taken in a slide show - click for larger pics.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a style="left: 0px ! important; top: 0px ! important;" title="Click here to block this object with Adblock Plus" class="abp-objtab-05005098293040857 visible ontop" href="http://picasaweb.google.com/s/c/bin/slideshow.swf"&gt;&lt;/a&gt;&lt;embed type="application/x-shockwave-flash" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" flashvars="host=picasaweb.google.com&amp;amp;RGB=0x000000&amp;amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fneospics%2Falbumid%2F5189792356434577985%3Fkind%3Dphoto%26alt%3Drss" pluginspage="http://www.macromedia.com/go/getflashplayer" width="288" height="192"&gt;&lt;/embed&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-4962654465221004325?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/DSnd17bf2Mmx_6uKoELAmPbQjAk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DSnd17bf2Mmx_6uKoELAmPbQjAk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/DSnd17bf2Mmx_6uKoELAmPbQjAk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DSnd17bf2Mmx_6uKoELAmPbQjAk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/-ZheTXTF3Tw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/4962654465221004325/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=4962654465221004325" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/4962654465221004325?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/4962654465221004325?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/-ZheTXTF3Tw/zoo-photo-session.html" title="The Zoo photo session" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2008/04/zoo-photo-session.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkAMQH4_cCp7ImA9WxdXF0o.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-1953759645461069753</id><published>2008-04-02T16:38:00.006+02:00</published><updated>2008-06-29T22:19:41.048+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-06-29T22:19:41.048+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="gadgets" /><category scheme="http://www.blogger.com/atom/ns#" term="eBook" /><title>Iliad - The E-book reader</title><content type="html">The "heads" here at my workplace have purchased a couple of &lt;a href="http://www.linuxdevices.com/articles/AT9929449485.html"&gt;&lt;span style="font-weight: bold;"&gt;E-book readers - iRex Iliad&lt;/span&gt; &lt;/a&gt;models for possible integration into a big launch of a electronic newspaper release (which did not quite make it onto the drawing board) which leaves me with one of the gadgets in my greedy little hands. The preciousss... Oh and did I mention it &lt;span style="font-weight: bold;"&gt;runs GNU/Linux&lt;/span&gt;? This is where the fun begins...&lt;br /&gt;&lt;br /&gt;The &lt;a href="http://wiki.mobileread.com/wiki/Iliad_Software"&gt;wiki.mobileread.com&lt;/a&gt; page has a list of programs of different sorts available for the Illiad reader and the instructions on installing them. You can install additional or improved reader software, or even ssh package that enables you to work remotely with the full shell on the Linux computer.&lt;br /&gt;You can even play mp3's on it while reading your favourite book.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.productwiki.com/upload/images/irex_iliad.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px;" src="http://www.productwiki.com/upload/images/irex_iliad.png" alt="" border="0" /&gt;&lt;/a&gt;The Illiad is actually quite good with displaying pages from PDF or (properly formated) HTML pages, and with the help of the additional &lt;a href="http://wiki.mobileread.com/wiki/ILiad_FBReader"&gt;FBReader&lt;/a&gt;   you can also read plucker, CHM and a bunch of other e-literature types.&lt;br /&gt;&lt;br /&gt;Hey and there is also an option of installing a web browser. You can choose between Dillo (minimalist browser) and Minimo (mozilla for memory/screen challenged devices) allthough they might be usable as a last resort with speed being the biggest problem on Illiad.&lt;br /&gt;&lt;br /&gt;The computer supports WiFi, LAN connection and USB, it can load media an programs from CF, MMC or USB slots.&lt;br /&gt;&lt;br /&gt;You do have to install an additional peace of software to make all of the above work - the "developer shell" which invaluates your software guarantee, so  be carefull about it.&lt;br /&gt;&lt;br /&gt;It can also download and upload files to/from a network SMB share either via WiFi or LAN, and you can also make it connect and sync at predefined intervals if you want your daily newspapers/comics etc. on it every morning.&lt;br /&gt;&lt;br /&gt;Overall it is an interesting toy, but it lacks in certain areas:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;speed (horrible, horrible, slow..., reading is ok if you dont mind waiting between the pages to switch and resizing of fonts also takes a while)&lt;/li&gt;&lt;li&gt;no back light (not  by default not by option), which means you have to read it like a book (under some kind of light source)&lt;/li&gt;&lt;li&gt;the memory is a bit on the small size, but if you don't actually keep all the books on it, but exchange them via keys, CF, mmc you actually get some good mileage&lt;/li&gt;&lt;li&gt;sometimes the pen is off (yes I know there is calibration in the settings page, but none the less on some pdf pages it is _allways_ 5-7 mm to the right of the point where you touch the screen)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Other than that I am quite impressed with the thingy (especially after discovering the possibility to install additional reading software - after writing an half witted CHM automated parsing and HTML conversion service).&lt;br /&gt;&lt;br /&gt;So all in all a toy for geeks, but not really useful for general public I'd say.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-1953759645461069753?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/CSWCdbcCgfHbX7NpGiWhtM73ubA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CSWCdbcCgfHbX7NpGiWhtM73ubA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/CSWCdbcCgfHbX7NpGiWhtM73ubA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CSWCdbcCgfHbX7NpGiWhtM73ubA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/_Z9Gum7bQV8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/1953759645461069753/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=1953759645461069753" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/1953759645461069753?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/1953759645461069753?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/_Z9Gum7bQV8/iliad-e-book-reader.html" title="Iliad - The E-book reader" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2008/04/iliad-e-book-reader.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C08FQXk8eCp7ImA9WxZSFkw.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-1589933204542363628</id><published>2008-01-29T13:39:00.000+01:00</published><updated>2008-01-29T14:03:30.770+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-01-29T14:03:30.770+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="photography" /><category scheme="http://www.blogger.com/atom/ns#" term="gadgets" /><title>The tripod monopod or something completely different</title><content type="html">I keep reading and investigating what one needs to get better photos, and considering the limited lighting  when you are on the go (not shooting in conditions that you set up yourself), some kind of stabilization is obligatory.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Tripod:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Since there is quite an array of tripods available I guess you could get your hands on one of those, but, since I just mentioned taking pictures on the go I would like to find one that can suit all the following needs:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;compact (eg. less than 50cm when fully folded)&lt;/li&gt;&lt;li&gt;can be extended from smallest about 20cm up to max of 140-170 cm)&lt;/li&gt;&lt;li&gt;is rigid enough not to shake when lenses are fully extended and longer exposures are necessary and so that it does not tilt by itself&lt;/li&gt;&lt;li&gt;as lightweight as possible (below 2kg)&lt;/li&gt;&lt;li&gt;the head should be able to rotate and tilt&lt;br /&gt;&lt;/li&gt;&lt;li&gt;price (the cheaper the better)&lt;/li&gt;&lt;/ul&gt;By now I have found exactly 0 of those ;) They might be light, but they were not sturdy or could not handle the 1+ kg of weight that dSLR's+lenses weigh.&lt;br /&gt;&lt;br /&gt;Hey if someone has a sudgestion for a tripod that matches approximately the above specification, leave a comment please.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Monopod:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Another topic are monopods. However, they don't seem to be as popular here in Slovenia, at least the couple of stores I walked into did not have a single one.&lt;br /&gt;Again monopods would probably be even better alternatives for shooting on the go, since they tend to be even lighter, a bit less appropriate for really long exposure since they are not as stable as tripods are, but much easier to set up when you are walking around.&lt;br /&gt;So if you know of a model that folds up nicely and can support a weight of a dSLR (cca 2kg) please leave a comment.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Bean bags (and other animals of the kind):&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Small tripods, minimal portable gear seems to be fine in certain conditions, when you have somewhere to put them, but in general tripod or monopod is a must. I have read a book by a wildlife photograph Andy Rouse, where he mentiones that a Bean bag is the ultimate support to have when traveling or being driven around, since it offers support in places where you would not usually be able to even set up a tripod, monopod or similar. A bean bag is generaly a small sack of beans,rice or similar that gives you support on uneven ground and you don't have to fill them at home, you can just buy the beans on any market/store at your destination.&lt;br /&gt;&lt;br /&gt;So what to go for in the end... whatever suits your needs... I still need a new support option, since my last tripod is too wabbly to use for serious work (except if I would intentionally want blurry photos).&lt;br /&gt;&lt;br /&gt;Have a blast!&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-1589933204542363628?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/9BLyc-UtPP7H43hxRBEMJIDx3ME/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9BLyc-UtPP7H43hxRBEMJIDx3ME/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/9BLyc-UtPP7H43hxRBEMJIDx3ME/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9BLyc-UtPP7H43hxRBEMJIDx3ME/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/yIPgblfx1Ao" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/1589933204542363628/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=1589933204542363628" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/1589933204542363628?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/1589933204542363628?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/yIPgblfx1Ao/tripod-monopod-or-something-completely.html" title="The tripod monopod or something completely different" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2008/01/tripod-monopod-or-something-completely.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4MQXY8cSp7ImA9WB9aGUU.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-8024839780028946575</id><published>2008-01-10T15:34:00.000+01:00</published><updated>2008-01-10T17:03:00.879+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-01-10T17:03:00.879+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="fedora8" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="ATI" /><title>ATI Radeon X1270 and Fedora 8</title><content type="html">The continuation of the saga that is one of my &lt;a href="http://blog.neonatus.net/2007/12/fedora-8-on-hp-compaq-6715b-laptop.html"&gt;previous blog entries&lt;/a&gt;. I have been using "the other" OS for a while now, and have not noticed that my Linux did not use the correct resolution until I tried to view some pictures on it and they were odd shaped to say the least ;)&lt;br /&gt;So I checked and surely the screen resolution was set to 1280x1024 and would not budge to anything higher (even if manually inserted as Modes line into the xorg.conf). After googling for a while I stumbled upon &lt;a href="http://home.earthlink.net/%7Ejvasdias/radeonX1200.html"&gt;this&lt;/a&gt; and &lt;a href="http://wiki.x.org/wiki/radeonhd"&gt;this&lt;/a&gt; site.&lt;br /&gt;&lt;br /&gt;Sadly the radeonhd driver can not offer 2D and 3D acceleration yet, but I am not that much into games so I don't mind right now... If I need 3D I can still switch to fglrx driver (on 1280x1024 max).&lt;br /&gt;Vieos work quite ok on xshm driver for xine and work ok in Kaffeine (mplayer does not perform ok - neither video nor alsa seems to be ok with it).&lt;br /&gt;&lt;br /&gt;glxgears runs on about 600 in windowed mode and drops to about 90 in full screen mode.&lt;br /&gt;&lt;br /&gt;If you had better results with the specified card please don't hesitate to leave me a note...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-8024839780028946575?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/p_H_pj89JP-QxBmEiOnW7feFzj8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/p_H_pj89JP-QxBmEiOnW7feFzj8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/p_H_pj89JP-QxBmEiOnW7feFzj8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/p_H_pj89JP-QxBmEiOnW7feFzj8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/lUbZnEvmdx4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/8024839780028946575/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=8024839780028946575" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/8024839780028946575?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/8024839780028946575?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/lUbZnEvmdx4/ati-radeon-x1270-and-fedora-8.html" title="ATI Radeon X1270 and Fedora 8" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2008/01/ati-radeon-x1270-and-fedora-8.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYGR3c4cCp7ImA9WB9aE0w.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-6061427021383521320</id><published>2008-01-02T22:54:00.000+01:00</published><updated>2008-01-02T23:15:26.938+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-01-02T23:15:26.938+01:00</app:edited><title>Happy 2k8! The Fireworks...</title><content type="html">We had a nice dinner, good company and enjoyed ourselves for new years eve. The city of Ljubljana even organized a fireworks which we would have been able to see if there was not for the fog (in which the 5.7k € worth of fireworks disappeared). But never fear the heat packing neighbors are here. They seem to have spent (a couple of) their pay checks on the fireworks and were more than happy to blast them off of the rooftops (see the picture). I of course was ready to shoot the "big" Ljubljana fireworks, but had to &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_qgdYJxZKxrg/R3wKNo3UwSI/AAAAAAAABGY/TWWQctd0cTE/s1600-h/P1010894.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp0.blogger.com/_qgdYJxZKxrg/R3wKNo3UwSI/AAAAAAAABGY/TWWQctd0cTE/s320/P1010894.JPG" alt="" id="BLOGGER_PHOTO_ID_5151003303229047074" border="0" /&gt;&lt;/a&gt;satisfy my big bang with the neighbors one (it probably cost more altogether than the cities anyway).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The Ljubljana New Year fireworks.&lt;br /&gt;See the rest of the pictures &lt;a href="http://picasaweb.google.com/neospics/FireworksNY2008"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;An I wish you all a happy new year!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-6061427021383521320?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/gaB7-jo6KHRdAZ1LhPLpLLZ7G0U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gaB7-jo6KHRdAZ1LhPLpLLZ7G0U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/gaB7-jo6KHRdAZ1LhPLpLLZ7G0U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gaB7-jo6KHRdAZ1LhPLpLLZ7G0U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/-TNmYq0g6jU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/6061427021383521320/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=6061427021383521320" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/6061427021383521320?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/6061427021383521320?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/-TNmYq0g6jU/happy-2k8-fireworks.html" title="Happy 2k8! The Fireworks..." /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp0.blogger.com/_qgdYJxZKxrg/R3wKNo3UwSI/AAAAAAAABGY/TWWQctd0cTE/s72-c/P1010894.JPG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2008/01/happy-2k8-fireworks.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0MESXsyeyp7ImA9WB9bFU8.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-5245524875113404045</id><published>2007-12-24T18:48:00.000+01:00</published><updated>2007-12-24T20:43:28.593+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-12-24T20:43:28.593+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="photography" /><category scheme="http://www.blogger.com/atom/ns#" term="ramblings" /><title>New backpack for SLR photo + laptop</title><content type="html">Heyya,&lt;br /&gt;&lt;br /&gt;I am thinking of buying a new backpack. Not that I don't have a couple already and not that they did not cost enough, but they are both mostly biking/hiking related and don't really serve well for storing a SLR camera and enable you to use it. So I would now need one that would suite carrying both the SLR camera + couple of lenses and a laptop of up to 17" in size.&lt;br /&gt;&lt;br /&gt;I have picked out two models that I like (and are in the price range I consider high but might get approved by the &lt;span style="font-style: italic;"&gt;higher power&lt;/span&gt;). The &lt;a href="http://www.lowepro.com/Products/Backpacks/notebook_camera/CompuRover_AW.aspx"&gt;Lowepro CompuRover AW&lt;/a&gt; or &lt;a href="http://www.tamrac.com/5549.htm"&gt;Tamrac Adventure 9&lt;/a&gt;. The first one seems to cost a bit more than the second but seems sturdier in build. 189$ US VS 124$ US (online price check), but in EU the prices differ a bit... the first costs roughly 168€ and the second 130€. That's some difference ;) I haven't handled the Lowepro one in person but I have seen the Tamrac model, and it looks quite nice (better than the pictures display it - looks soft and weak).&lt;br /&gt;&lt;br /&gt;Hmm after just reading a review on &lt;a href="http://www.photozone.de/8Reviews/accessory/lowepro_compurover/index.html"&gt;this&lt;/a&gt; page I am suddenly not interested in Lowepro backpack anymore ;)&lt;br /&gt;&lt;br /&gt;So I guess when the &lt;span style="font-style: italic;"&gt;"higher power" &lt;/span&gt;ok's it I'll be getting a Tamrac Adventure 9 ;)&lt;br /&gt;&lt;br /&gt;Oh and &lt;a href="http://picasaweb.google.com/neospics/WinterTimeIsHere" target=_new&gt;here&lt;/a&gt; are some of the pictures I took with the new photo (the one that now needs a fine new storage - hence the post searching for a new backpack).&lt;br /&gt;&lt;br /&gt;And of course I wish you all a very nice and peaceful Christmas (or insert a holiday you celebrate around this date)!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-5245524875113404045?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/x091GPHoYGV39e42KI6pqmTdEQI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/x091GPHoYGV39e42KI6pqmTdEQI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/x091GPHoYGV39e42KI6pqmTdEQI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/x091GPHoYGV39e42KI6pqmTdEQI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/bKu3qsvLVAQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/5245524875113404045/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=5245524875113404045" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/5245524875113404045?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/5245524875113404045?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/bKu3qsvLVAQ/new-backpack-for-slr-photo-laptop.html" title="New backpack for SLR photo + laptop" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2007/12/new-backpack-for-slr-photo-laptop.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEcGRX09fip7ImA9WB9aGUQ.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-7766472766619995711</id><published>2007-12-15T13:50:00.000+01:00</published><updated>2008-01-10T20:07:04.366+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-01-10T20:07:04.366+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="fedora8" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><title>Fedora 8 on HP Compaq 6715b laptop</title><content type="html">&lt;span style="font-weight: bold;"&gt;First run:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;check media (check ok)&lt;/li&gt;&lt;li&gt;continue (anaconda crash...)&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold;"&gt;reboot...&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;check media (skip)&lt;/li&gt;&lt;li&gt;continue (no X install method - X detection failed)&lt;/li&gt;&lt;li&gt;... let disk druid do the partitioning (remove linux only partitions and create new ones - we'll see how Vista likes that one)...&lt;/li&gt;&lt;li&gt;install Grub on /dev/sda6 (MBR is reserved for vista because it behaved badly on previous installs)&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold;"&gt;reboot... (boot into Vista&lt;/span&gt; to see if all is ok with it... checked out ok, used neosmart easybcd to change the boot loader)&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;another reboot... booting to Fedora 8&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Booted into text mode, system-config-display croaked... &lt;/li&gt;&lt;li&gt;off to the drawing board...&lt;/li&gt;&lt;li&gt;somehow eth0 failed to establish connection via dhcp... ran dhcpclient manually&lt;/li&gt;&lt;li&gt;installed livna repo (http://www.mjmwired.net/resources/mjm-fedora-f8.html#yum)&lt;/li&gt;&lt;li&gt;installed amarok, mplayer, xine (the goodies we need to have a distro multimedia capable)&lt;/li&gt;&lt;li&gt;installed ATI proprietary drivers from livna kmod-fglrx and&lt;br /&gt;&lt;/li&gt;&lt;li&gt;ran yum update to get current (~450MB worth of upgrades... on 100mbit link + package upgrade time = ~1h)&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold;"&gt;reboot&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;(forgot to change the runlevel so had to do init 5 first) but other than that PERFECT Xorg picture! yaaay!&lt;/li&gt;&lt;li&gt;fglx_glxgears measures around 200 in window mode and   ~60 in fullscreen mode 1680x1050&lt;/li&gt;&lt;li&gt;tried to install some packages via pirut (system-config-packages) and got _REALLY_ slow download speed and unresponsive pirut windows at time.&lt;/li&gt;&lt;li&gt;ATI driver seems to be having some problems at times (creates shadows on parts of display that dissapear only after exiting X server session).&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;The conclusion:&lt;/span&gt;&lt;br /&gt;  After twiddling around a bit and setting up software and the hardware&lt;/span&gt;&lt;span style="font-style: italic;"&gt; the conclusion is&lt;/span&gt;&lt;span style="font-style: italic;"&gt; that f8 is currently not really ready for everyone (for instance my wifi card did not work correctly, networkmanager did not discover any wifi networks and even manual configuration failed - keeps asking for password. I could not install ndiswrapper from an rpm package because there was no kmod for the updated kernel I am running... so unusable for me -&lt;br /&gt;untill I find enough time to get all the bits and pieces running that is ;)&lt;br /&gt;&lt;br /&gt;PS: suspend to disk works perfectly now as it seems  (only tested a couple of times) (suspend to RAM fails  to  awake again&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;UPDATE (27.12.2007):&lt;/span&gt; after running yum update today all the above mentioned defects were fixed. WiFi now works perfectly - without ndiswrapper even and the later can be installed since there is a kernel update available now... So thumbs up for Fedora 8! I'm off fiddling with it now ;)&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-7766472766619995711?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/GYaHxwo7XvpL9soEZm-Q6wMYUng/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GYaHxwo7XvpL9soEZm-Q6wMYUng/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/GYaHxwo7XvpL9soEZm-Q6wMYUng/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GYaHxwo7XvpL9soEZm-Q6wMYUng/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/oNCB6qSKPJ8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/7766472766619995711/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=7766472766619995711" title="9 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/7766472766619995711?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/7766472766619995711?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/oNCB6qSKPJ8/fedora-8-on-hp-compaq-6715b-laptop.html" title="Fedora 8 on HP Compaq 6715b laptop" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><thr:total>9</thr:total><feedburner:origLink>http://blog.neonatus.net/2007/12/fedora-8-on-hp-compaq-6715b-laptop.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkIMQXozeip7ImA9WB9UEk4.&quot;"><id>tag:blogger.com,1999:blog-4785082500988081204.post-2200672760845491261</id><published>2007-12-09T21:15:00.000+01:00</published><updated>2007-12-09T23:16:20.482+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-12-09T23:16:20.482+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="photography" /><category scheme="http://www.blogger.com/atom/ns#" term="cooking" /><title>Cookies R US</title><content type="html">My wifie decided that Sunday is a cookie baking day... so the cookies were on the schedule.&lt;br /&gt;First she made the dough, put it in the fridge for a couple of hours. And since we had a couple of hours on our hands we went for a cup of coffee in Ljubljana old center.&lt;br /&gt;&lt;br /&gt;During Christmas/NY holidays Ljubljana is decorated with lights and looks quite nice in the dark (not that it wouldn't look nice during the daytime). Here are some pictures...&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_qgdYJxZKxrg/R1xb7B4J65I/AAAAAAAAA54/YufZbIIzp7I/s1600-h/PC090124.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp3.blogger.com/_qgdYJxZKxrg/R1xb7B4J65I/AAAAAAAAA54/YufZbIIzp7I/s400/PC090124.JPG" alt="" id="BLOGGER_PHOTO_ID_5142085944224639890" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ljubljana old town (view from the Town hall to the Prešeren Square)&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_qgdYJxZKxrg/R1xeBh4J66I/AAAAAAAAA6A/hSA1EzvQRsA/s1600-h/PC090133.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp1.blogger.com/_qgdYJxZKxrg/R1xeBh4J66I/AAAAAAAAA6A/hSA1EzvQRsA/s400/PC090133.JPG" alt="" id="BLOGGER_PHOTO_ID_5142088254917045154" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ljubljana old town (City Hall)&lt;br /&gt;&lt;br /&gt;Later we made a short visit to my family...&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_qgdYJxZKxrg/R1xVxx4J63I/AAAAAAAAA5o/3x0U59-gnF0/s1600-h/PC090147.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_qgdYJxZKxrg/R1xVxx4J63I/AAAAAAAAA5o/3x0U59-gnF0/s200/PC090147.JPG" alt="" id="BLOGGER_PHOTO_ID_5142079188241083250" border="0" /&gt;&lt;/a&gt;Kind of reminds me of Grinch.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And after that we came home she made cookies (with chocolate and sprinkles, almonds and just plain old). I did a small assist on sprinkles and almonds, but I can't take any more credentials for them. I seem to be the one without any cooking inclinations in our family. The best I can cook is if I order pizza or take wifie out to a restaurant ;)&lt;br /&gt;&lt;br /&gt;Well here is a plate of the &lt;span style="font-style: italic;"&gt;rrrRRRReeeealy&lt;/span&gt; tasty final results (cookies).&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp2.blogger.com/_qgdYJxZKxrg/R1xM9x4J60I/AAAAAAAAA5Q/9aCjkAJzjsU/s1600-h/PC090168.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_" style="margin: 0px 10px 10px 0px; clear: both; float: left;" alt="" src="http://bp2.blogger.com/_qgdYJxZKxrg/R1xM9x4J60I/AAAAAAAAA5Q/9aCjkAJzjsU/s400/PC090168.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="clear: both; text-align: left;"&gt;&lt;a href="http://picasa.google.com/blogger/" target="ext"&gt;&lt;img src="http://photos1.blogger.com/pbp.gif" alt="Posted by Picasa" style="border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="middle" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4785082500988081204-2200672760845491261?l=blog.neonatus.net' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/US81fVw6JoIY2Bu4IRVj4x9neNw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/US81fVw6JoIY2Bu4IRVj4x9neNw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/US81fVw6JoIY2Bu4IRVj4x9neNw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/US81fVw6JoIY2Bu4IRVj4x9neNw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ThingsToRambleAboutAdInfinitum/~4/x9MaX4tZmCg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.neonatus.net/feeds/2200672760845491261/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4785082500988081204&amp;postID=2200672760845491261" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/2200672760845491261?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4785082500988081204/posts/default/2200672760845491261?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/ThingsToRambleAboutAdInfinitum/~3/x9MaX4tZmCg/cookies-r-us.html" title="Cookies R US" /><author><name>..:: neonatus ::..</name><uri>http://www.blogger.com/profile/13038701727557798104</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://lh5.google.com/neospics/RzW_M3Jo2jI/AAAAAAAAAV4/t6M0uYYW93Q/s288/DSCF0262.JPG" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp3.blogger.com/_qgdYJxZKxrg/R1xb7B4J65I/AAAAAAAAA54/YufZbIIzp7I/s72-c/PC090124.JPG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://blog.neonatus.net/2007/12/cookies-r-us.html</feedburner:origLink></entry></feed>

