<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Leho Kraav 24/7 - Information Technology, Investing, Trading, Strategy, Management, Development, Basketball</title>
	
	<link>http://leho.kraav.com</link>
	<description>I am Leho Kraav, expert in information technology. This home page exists to provide my contact information and to serve as my memo pad, hosting articles about various issues with computer hardware and software development. I am currently working on my own startup software projects dealing with financial instrument trading strategies and implementing them.</description>
	<lastBuildDate>Sat, 23 Jan 2010 08:24:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/LehoKraav24/7BasketballInformationTechnology" /><feedburner:info uri="lehokraav24/7basketballinformationtechnology" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>LehoKraav24/7BasketballInformationTechnology</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Version control for Gentoo make.conf, USE flags</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/bmHqm6m94jo/</link>
		<comments>http://leho.kraav.com/blog/2009/12/26/version-control-for-gentoo-make-conf-use-flags/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 08:41:11 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wdiff]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/?p=188</guid>
		<description><![CDATA[Introduction
I have recently implemented etckeeper and metastore to keep my Gentoo server:/etc directory under version control. Object of interest today is how to make a good git commit message regarding Gentoo&#8217;s /etc/make.conf and the long long USE flags (possibly multi-)line in there. Usually these USE flag changes happen in the process of reconfiguring some packages. [...]]]></description>
			<content:encoded><![CDATA[<a name="Introduction"></a><h2>Introduction</h2>
<p>I have recently implemented <a href="http://kitenet.net/~joey/code/etckeeper/">etckeeper</a> and <a href="http://david.hardeman.nu/software.php">metastore</a> to keep my Gentoo server:/etc directory under version control. Object of interest today is how to make a good git commit message regarding Gentoo&#8217;s /etc/make.conf and the long long USE flags (possibly multi-)line in there. Usually these USE flag changes happen in the process of reconfiguring some packages. I often don&#8217;t commit make.conf changes immediately and then after a few days can&#8217;t remember anymore what USE flags have changed and why to make a meaningful commit message.<br />
<span id="more-188"></span></p>
<a name="app-portage%2Fufed"></a><h2>app-portage/ufed</h2>
<p>I&#8217;m using <a href="http://packages.gentoo.org/package/app-portage/ufed">app-portage/ufed</a> as my USE flag helper tool. ufed automatically tidies things up:</p>
<blockquote><p>USE=&#8221;3dnow 7zip X aci acpi admin alsa amr apache2 apm autoipd avahi<br />
     bash-completion berkdb bluetooth cdda cddax cddb cdio cgi cleartype<br />
     consolekit cpudetection crypt css ctype ctypes-python curl dga dri dvb ee<br />
     (&#8230;)<br />
     xrandr xvid xvmc -arts -eds -fortran -gnome -ipv6 -kde -mikmod -oss<br />
     -pdflib -qt3 -sdl -spell -svga -tcpd&#8221;</p></blockquote>
<a name="wdiff+ftw"></a><h2>wdiff ftw</h2>
<p>Obviously line based diffs don&#8217;t do us much good here, since these lines can shift around arbitrarily due to a single use flag change. Enter <a href="http://www.gnu.org/software/wdiff/">wdiff</a> which lets us compare USE flags one by one. Eduardo has written a nice piece <a href="http://idnotfound.wordpress.com/2009/05/09/word-by-word-diffs-in-git/">how to make git wdiff alias</a>.</p>
<p>Result from a recent media-video/vlc related USE flag change:</p>
<blockquote><p><strong>server:/etc # git wdiff make.conf</strong><br />
diff &#8211;git a/make.conf b/make.conf<br />
index 79cda6c..b2b4d15 100644<br />
&#8212; a/make.conf<br />
+++ b/make.conf<br />
@@ -2,28 +2,28 @@<br />
# Contains local system settings for Portage system<br />
# Please review &#8216;man make.conf&#8217; for more information.</p>
<p>USE=&#8221;3dnow 7zip X aci acpi admin alsa <span style="color: green; font-weight: bold">amr</span> apache2 apm autoipd avahi<br />
     bash-completion berkdb bluetooth cdda cddax cddb cdio cgi cleartype<br />
     consolekit cpudetection crypt <span style="color: green; font-weight: bold">css</span> ctype ctypes-python curl dga dri dvb ee<br />
     esd eu_epg <span style="color: green; font-weight: bold">faac faad</span> fastcgi fbcon fbcondecor fbsplash ffmpeg flac gd<br />
     gnome-keyring gnutls gtk gtk2 hash httpd id3tag <span style="color: green; font-weight: bold">ieee1394</span> java java5 jikes<br />
     joystick json laptop lcms ldap libass libv4l2 lirc live lm_sensors lzo<br />
     matroska md5sum mdnsresponder-compat mmx mmxext mozilla msn mysql <span style="color: green; font-weight: bold">network</span><br />
     networkmanager nls nptl nptlonly nsplugin <span style="color: green; font-weight: bold">opencore-amr</span> opengl pcmcia<br />
     pcsc-lite pdo php policykit postgres qt-static ruby samba sasl sensord<br />
     shout simplexml skins smp soap sound speex sqlite sse sse2 sse3<br />
     startup-notification stream subversion test-programs tetex theora<br />
     truetype-fonts tv_check tv_combiner tv_pick_cgi type1-fonts udev unicode<br />
     upnp usb utf8 v4l v4l2 vhosts webdav-serf x264 xattr xcb xcomposite<br />
     xrandr xvid xvmc -arts -eds -fortran -gnome -ipv6 -kde -mikmod -oss<br />
     -pdflib -qt3 -sdl -spell -svga -tcpd&#8221;</p></blockquote>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/bmHqm6m94jo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2009/12/26/version-control-for-gentoo-make-conf-use-flags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://leho.kraav.com/blog/2009/12/26/version-control-for-gentoo-make-conf-use-flags/</feedburner:origLink></item>
		<item>
		<title>Kasuta VLC-d internetiülekande jagamiseks kohtvõrgus (#tedx Tallinn)</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/fZLQK_Eb1iE/</link>
		<comments>http://leho.kraav.com/blog/2009/11/20/kasuta-vlc-d-internetiulekande-jagamiseks-kohtvorgus-tedx-tallinn/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 12:07:17 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[estonian]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tedx]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/?p=164</guid>
		<description><![CDATA[Tänane TEDx Tallinn pani uurima kuidas internetiühendust mitte umbe tõmmata, kui mitu inimest tahavad mõnda webcasti vaadata. VLC on selleks väga hea &#8211; ta võimaldab videot ühte masinasse tõmmata ja samal ajal ennast kohtvõrgus videoserveriks teha.
Käsurida, mis mul praegu toimib:
 vlc -vvv -I dummy http://mmm.elion.ee/tedx.asx &#8211;sout &#8216;#standard{access=http,mux=asf,dst=:18080}&#8217;
Kasutajaliidesest saab sama asja:

File -> Streaming/Transcoding Wizard
Stream to network
Select [...]]]></description>
			<content:encoded><![CDATA[<p>Tänane <a href="http://www.tedx.ee">TEDx Tallinn</a> pani uurima kuidas internetiühendust mitte umbe tõmmata, kui mitu inimest tahavad mõnda webcasti vaadata. <a href="http://www.videolan.org">VLC</a> on selleks väga hea &#8211; ta võimaldab videot ühte masinasse tõmmata ja samal ajal ennast kohtvõrgus videoserveriks teha.</p>
<p>Käsurida, mis mul praegu toimib:</p>
<blockquote><p> vlc -vvv -I dummy http://mmm.elion.ee/tedx.asx &#8211;sout &#8216;#standard{access=http,mux=asf,dst=:18080}&#8217;</p></blockquote>
<p>Kasutajaliidesest saab sama asja:</p>
<ul>
<li>File -> Streaming/Transcoding Wizard</li>
<li>Stream to network</li>
<li>Select a stream: http://mmm.elion.ee/tedx.asx</li>
<li>Streaming method: HTTP, Destination: :18080</li>
<li>ignoreeri Transcoding</li>
<li>Encapsulation: asf</li>
<li>ignoreeri Additional streaming options</li>
</ul>
<p>Teised kohapealsed vaatajad avavad VLC-s või mis iganes media playeris:</p>
<blockquote><p>http://sinu-masina-nimi-või-ip:18080</p></blockquote>
<p>Port 18080 on suvaliselt valitud, peaks olema suht kindlasti teiste tarkvarade poolt kasutamata.</p>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/fZLQK_Eb1iE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2009/11/20/kasuta-vlc-d-internetiulekande-jagamiseks-kohtvorgus-tedx-tallinn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://mmm.elion.ee/tedx.asx" length="133" type="video/x-ms-asf" />
		<feedburner:origLink>http://leho.kraav.com/blog/2009/11/20/kasuta-vlc-d-internetiulekande-jagamiseks-kohtvorgus-tedx-tallinn/</feedburner:origLink></item>
		<item>
		<title>Help your Atom netbook play HD 1080p content with DXVA</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/jf-47CrvtfI/</link>
		<comments>http://leho.kraav.com/blog/2009/11/16/help-your-atom-netbook-play-hd-1080p-content-with-dxva/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 02:30:36 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[aspire one]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[hd video]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[poulsbo]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/?p=119</guid>
		<description><![CDATA[Introduction
This post describes a couple of discoveries regarding my Acer Aspire 751 11.6&#8243; netbook and playing high definition video content on it.

Since we&#8217;re only sporting an Atom Z520 CPU clocked at ~1.3 GHz which is combined with an Intel GMA 500 Poulsbo graphics system, we really do not have much to work with. Without a [...]]]></description>
			<content:encoded><![CDATA[<a name="Introduction"></a><h2>Introduction</h2>
<p>This post describes a couple of discoveries regarding my <a href="http://forum.notebookreview.com/showthread.php?t=384275">Acer Aspire 751 11.6&#8243; netbook</a> and playing high definition video content on it.<br />
<div class="wp-caption center" style="width: 510px"><img alt="Acer Aspire One 751 11.6 netbook" src="http://experts.thelink.co.uk/wp-content/uploads/2009/05/acer-aspire-751.jpg" title="Acer Aspire One 751 11.6 netbook" width="500" height="500" /><p class="wp-caption-text">Acer Aspire One 751 11.6&quot; netbook</p></div><br />
<span id="more-119"></span><br />
Since we&#8217;re only sporting an Atom Z520 CPU clocked at ~1.3 GHz which is combined with an Intel GMA 500 Poulsbo graphics system, we really do not have much to work with. Without a good combination of video drivers, video codecs and video player software, these netbooks totally choke on HD video when CPU has to do the decoding job. You get crackling sound, frame rates at around 10 fps etc. This post will serve as a record keeper of my discoveries regarding how to solve these issues, have full speed HD video and still rock the 6+h battery life that made you buy the Atom machine in the first place.</p>
<p>I&#8217;m running Windows 7 (RC) on this netbook. This has an effect regarding <a href="http://en.wikipedia.org/wiki/Media_Foundation">Media Foundation framework</a>, which is supposed to be successor of DirectShow and <a href="http://www.google.ee/search?q=media+foundation+xp&#038;ie=utf-8&#038;oe=utf-8&#038;aq=t&#038;rls=org.mozilla:en-US:official&#038;client=firefox-a">is not supported on anything less than Vista</a>. Let it be noted that currently (Nov 2009) pretty much everything related to Windows media <a href="http://social.msdn.microsoft.com/Forums/en-US/mediafoundationdevelopment/thread/6106c9f4-0c6f-4886-8835-34ab0e8eb3d5">is still DirectShow-based</a> (players, codecs), which brings up a few issues to be described later. <a href="http://msdn.microsoft.com/en-us/library/cc307941%28VS.85%29.aspx">DXVA2</a> is also only Vista-and-up technology.</p>
<a name="Video+Drivers"></a><h2>Video Drivers</h2>
<p>First it&#8217;s probably a good idea to get some up to date video drivers. Acer seems to have just recently (end of Oct 2009) put out a whole bunch of <a href="http://support.acer-euro.com/drivers/downloads_gd.html">Windows 7 drivers</a> for the Aspire One 751, here&#8217;s the 8.14.10.2003 video driver download, actual installed driver files are from 18.06.2009:</p>
<blockquote><p><a href="http://global-download.acer.com/GDFiles%5CDriver/VGA/VGA_Intel_8.14.10.2003_W7x86_A.zip?acerid=633903111488906782&#038;Step1=Netbook&#038;Step2=Aspire%20One&#038;Step3=AO751h&#038;OS=702&#038;LC=en&#038;BC=Acer&#038;SC=EMEA_27">http://global-download.acer.com/GDFiles%5CDriver/VGA/VGA_Intel_8.14.10.2003_W7&#215;86_A.zip?acerid=633903111488906782&#038;Step1=Netbook&#038;Step2=Aspire%20One&#038;Step3=AO751h&#038;OS=702&#038;LC=en&#038;BC=Acer&#038;SC=EMEA_27</a></p></blockquote>
<p>To get the other W7 drivers, just go ahead and navigate through that Javascript gayness on Acer Support site. Ever heard of permalinks, Acer guys?</p>
<a name="Codecs+and+Players"></a><h2>Codecs and Players</h2>
<p>Key here is to get all the help we can from our Poulsbo graphics chip in the form of <a href="http://en.wikipedia.org/wiki/DirectX_Video_Acceleration">DirectX Video Acceleration</a> or DXVA support. This is what lets your slow ass Atom CPU sit back, enjoy the movie and <a href="http://mpc-hc.sourceforge.net/DXVASupport.html">let the graphics chip handle heavy duty stuff</a>. Some monkeying around trying to figure out how to get this working on the Poulsbo netbook led me to this helpful thread: <a href="http://forum.pocketables.net/showthread.php?t=2531">Complete Guide to Play HD 1080p H.264, VC1 and Divx HD files via WMP on SC3</a>. Originally written for Kohjinsha SC3 UMPC, but obviously applies to any netbook sharing the same hardware configuration.</p>
<p>So first get the following codecs:</p>
<blockquote>
<ul>
<li><a href="https://sourceforge.net/projects/mpc-hc/files/"><strong>Media Player Classic &#8211; Home Cinema Standalone Filters</strong>  (currently 1.3.1249.0) </a></li>
<li><a href="http://esupport.sony.com/US/perl/swu-download.pl?mdl=VGNP588EQ&#038;upd_id=4367&#038;os_id=28"><strong>Intel HW Accelerated Media Codecs</strong></a></li>
</ul>
</blockquote>
<p>Install them as instructed in the Complete Guide mentioned earlier. I also installed PowerDVD trial, but haven&#8217;t had a HD media clip yet where PowerDVD codecs could do something the existing codecs couldn&#8217;t, so perhaps hold off on it, until you&#8217;re sure  nothing else does the job.</p>
<p>Then we need all sorts of players and helper software:</p>
<blockquote>
<ul>
<li><a href="https://sourceforge.net/projects/mpc-hc/files/"><strong>Media Player Classic &#8211; Home Cinema</strong> player (currently 1.3.1249.0)</a> &#8211; this player has quite good capabilities to switch codecs on and off so you can really fine tune your approach. If you read Complete Guide, I think you can skip RadLight Filter Manager for now, because MPC also lets you adjust filter merits etc, though I think RadLight does it system wide.</li>
<li><a href="http://bluesky23.hp.infoseek.co.jp/#DXVAChecker"><strong>DXVA Checker</strong> (currently 2.1.0.0)</a> &#8211; this is a key piece of software. Clicking on &#8216;<em>Check DirectShow/MediaFoundation Decoder&#8230;</em>&#8216; button lets you choose a media file and DXVA Checker figures out the following:
<ul>
<li>what acceleration modes does your hardware and software combination support</li>
<li>what codecs specifically will be able to play this file</li>
<li>which of these codecs support hardware acceleration for that silky smoothness you want</li>
<li>video test playback and benchmark capability</li>
</ul>
</li>
<li><a href="http://mediainfo.sourceforge.net/et/Download/Windows"><strong>MediaInfo</strong> (currently 0.7.25)</a> &#8211; cross-platform tool, GUI + CLI, that displays complete and formatted information about your video files. This is helpful for <a href="http://pastebin.ca">sharing any problem solving information</a>.</li>
</ul>
</blockquote>
<a name="HD+video+and+tweaks"></a><h2>HD video and tweaks</h2>
<p>When you test your video playback in DXVA Checker with a DXVA accelerated codec, the playback should be flawless and CPU load should stay very low, as in 20%ish. Yet there was a situation where the Microsoft WMVDECOD.DLL codec was listed as compatible, was marked DXVA, yet performed very below-par, clearly not taking advantage of anything Poulsbo had to offer. I&#8217;m guessing there is another layer of hardware-software compatibility that needs to exist, which is why we installed those Intel Media Codecs mentioned before. Hardware from Intel + software from Intel = good performance in this case.</p>
<p>Above I briefly mentioned that the Media Foundation vs DirectShow battle would be bringing a few issues and this is where I ran into them. Intel&#8217;s hw-accelerated VC-1 codec is Media Foundation-based and therefore can only be used in a Media Foundation compatible player. Windows Media Player 12 and DXVA Checker are the only ones that I know of, if you know any others please leave a comment. MPC-HC cannot help us with Media Foundation for now. WMP&#8217;s out of the box configurability isn&#8217;t anything to write home about. I could not find any way to set the Intel codec at a higher merit, like you can do with DirectShow filters. <a href="http://www.google.ee/search?q=media+foundation+merit&#038;ie=utf-8&#038;oe=utf-8&#038;aq=t&#038;rls=org.mozilla:en-US:official&#038;client=firefox-a">Googling this</a> gives conflicting results, namely that Media Foundation doesn&#8217;t have a merit system altogether and then a later dated SDK document saying that MF has a merit system again starting with Windows 7. Either way, WMP was dead set on using C:\WINDOWS\SYSTEM32\WMVDECOD.DLL so I just brute forced it: renamed the DLL to something like WMVDECOD.DLL.disabled and restarted. This leaves Intel&#8217;s hardware-accelerated IMC_VC1_DEC_MF.DLL as the only suitable decoder for WMP to use, which is exactly what we want.</p>
<a name="Media+Files+and+Benchmarks"></a><h2>Media Files and Benchmarks</h2>
<p>Keep in in mind that the benchmark plays through the video as fast as possible, that&#8217;s why CPU load is higher. DXVA Checker table I put together myself, media file information comes from running MediaInfo on the file.</p>
<a name="Robotica_1080.wmv"></a><h3><a href="http://www.aaronwt.net/downloads/WMV_HD_ContentShowcase/Robotica_1080.wmv">Robotica_1080.wmv</a></h3>
<blockquote><p><strong>DXVA Checker<br />
Codec: [MF] Intel Media Codecs VC-1 Decoder<br />
Mode : NV12 (ModeVC1_VLD) DXVA2<br />
Frame Rate : Avg 67fps / Min 59 / Max 71<br />
CPU Usage : Avg 48% / Min 40 / Max 55<br />
</strong></p>
<p>General<br />
Complete name                    : Robotica_1080.wmv<br />
Format                           : Windows Media<br />
File size                        : 19.3 MiB<br />
Duration                         : 20s 778ms<br />
Overall bit rate mode            : Constant<br />
Overall bit rate                 : 7 812 Kbps<br />
Maximum Overall bit rate         : 8 447 Kbps<br />
Encoded date                     : UTC 2003-12-20 02:30:08.491</p>
<p>Video<br />
ID                               : 2<br />
Format                           : VC-1<br />
Format profile                   : MP@HL<br />
Codec ID                         : WMV3<br />
Codec ID/Info                    : Windows Media Video 9<br />
Codec ID/Hint                    : WMV3<br />
Description of the codec         : Windows Media Video 9 &#8211; Professional<br />
Duration                         : 20s 792ms<br />
Bit rate mode                    : Constant<br />
Bit rate                         : 8 000 Kbps<br />
Width                            : 1 440 pixels<br />
Height                           : 1 080 pixels<br />
Display aspect ratio             : 4:3<br />
Frame rate                       : 24.000 fps<br />
Resolution                       : 24 bits<br />
Scan type                        : Progressive<br />
Bits/(Pixel*Frame)               : 0.214<br />
Stream size                      : 19.8 MiB<br />
Language                         : English (US)</p>
<p>Audio<br />
ID                               : 1<br />
Format                           : WMA<br />
Format profile                   : Pro<br />
Codec ID                         : 162<br />
Codec ID/Info                    : Windows Media Audio<br />
Description of the codec         : Windows Media Audio 9 Professional &#8211; 384 kbps, 48 kHz, 5.1 channel 24 bit (A/V) 2-pass CBR<br />
Duration                         : 20s 778ms<br />
Bit rate mode                    : Constant<br />
Bit rate                         : 384 Kbps<br />
Channel(s)                       : 6 channels<br />
Sampling rate                    : 48.0 KHz<br />
Resolution                       : 24 bits<br />
Stream size                      : 974 KiB (5%)<br />
Language                         : English (US)
</p></blockquote>
<a name="I+Am+Legend+%26%238211%3B+Trailer.mp4"></a><h3><a href="http://www.dvdloc8.com/clip.php?movieid=13599&#038;clipid=4">I Am Legend &#8211; Trailer.mp4</a></h3>
<blockquote><p><strong>DXVA Checker<br />
Codec: [MF] Microsoft H264 Video Decoder MFT<br />
Mode : NV12 (ModeH264_VLD_NoFGT) DXVA2<br />
Frame Rate : Avg 77fps / Min 64 / Max 92<br />
CPU Usage : Avg 76% / Min 32 / Max 100<br />
</strong></p>
<p>General<br />
Complete name                    : I Am Legend &#8211; Trailer.mp4<br />
Format                           : MPEG-4<br />
Format profile                   : Base Media<br />
Codec ID                         : isom<br />
File size                        : 121 MiB<br />
Duration                         : 2mn 3s<br />
Overall bit rate                 : 8 237 Kbps<br />
Encoded date                     : UTC 2008-12-01 05:16:01<br />
Tagged date                      : UTC 2008-12-01 05:16:01</p>
<p>Video<br />
ID                               : 1<br />
Format                           : AVC<br />
Format/Info                      : Advanced Video Codec<br />
Format profile                   : High@L4.1<br />
Format settings, CABAC           : Yes<br />
Format settings, ReFrames        : 3 frames<br />
Codec ID                         : avc1<br />
Codec ID/Info                    : Advanced Video Coding<br />
Duration                         : 2mn 3s<br />
Bit rate mode                    : Variable<br />
Bit rate                         : 8 000 Kbps<br />
Maximum bit rate                 : 22.4 Mbps<br />
Width                            : 1 920 pixels<br />
Height                           : 816 pixels<br />
Display aspect ratio             : 2.35:1<br />
Frame rate mode                  : Constant<br />
Frame rate                       : 23.976 fps<br />
Resolution                       : 24 bits<br />
Colorimetry                      : 4:2:0<br />
Scan type                        : Progressive<br />
Bits/(Pixel*Frame)               : 0.213<br />
Stream size                      : 117 MiB (97%)<br />
Writing library                  : x264 core 65 r1040M 1591275<br />
Encoding settings                : cabac=1 / ref=3 / deblock=1:-1:-1 / analyse=0&#215;3:0&#215;113 / me=umh / subme=7 / psy_rd=1.0:0.0 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=2 / 8&#215;8dct=1 / cqm=0 / deadzone=21,11 / chroma_qp_offset=-2 / threads=3 / nr=0 / decimate=1 / mbaff=0 / bframes=3 / b_pyramid=0 / b_adapt=2 / b_bias=0 / direct=3 / wpredb=1 / keyint=24 / keyint_min=2 / scenecut=40(pre) / rc=2pass / bitrate=8000 / ratetol=1.0 / qcomp=0.50 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=40000 / vbv_bufsize=40000 / ip_ratio=1.10 / pb_ratio=1.10 / aq=1:1.00<br />
Encoded date                     : UTC 2008-12-01 04:50:08<br />
Tagged date                      : UTC 2008-12-01 05:16:04</p>
<p>Audio<br />
ID                               : 2<br />
Format                           : AAC<br />
Format/Info                      : Advanced Audio Codec<br />
Format version                   : Version 4<br />
Format profile                   : LC<br />
Format settings, SBR             : No<br />
Codec ID                         : 40<br />
Duration                         : 2mn 3s<br />
Bit rate mode                    : Variable<br />
Bit rate                         : 258 Kbps<br />
Maximum bit rate                 : 365 Kbps<br />
Channel(s)                       : 6 channels<br />
Channel positions                : Front: L C R, Rear: L R, LFE<br />
Sampling rate                    : 48.0 KHz<br />
Resolution                       : 16 bits<br />
Stream size                      : 3.80 MiB (3%)<br />
Encoded date                     : UTC 2008-12-01 05:16:04<br />
Tagged date                      : UTC 2008-12-01 05:16:04
</p></blockquote>
<a name="C%3A%5CUsers%5CPublic%5CVideos%5CSample+Videos%5CWildlife.wmv"></a><h3>C:\Users\Public\Videos\Sample Videos\Wildlife.wmv</h3>
<blockquote><p><strong>DXVA Checker<br />
Codec: [MF] Intel Media Codecs VC-1 Decoder<br />
Mode : NV12 (ModeVC1_VLD) DXVA2<br />
Frame Rate : Avg 77fps / Min 64 / Max 92<br />
CPU Usage : Avg 76% / Min 32 / Max 100<br />
</strong></p>
<p>General<br />
Complete name                    : C:\Users\Public\Videos\Sample Videos\Wildlife.wmv<br />
Format                           : Windows Media<br />
File size                        : 25.0 MiB<br />
Duration                         : 30s 93ms<br />
Overall bit rate mode            : Constant<br />
Overall bit rate                 : 6 977 Kbps<br />
Maximum Overall bit rate         : 6 183 Kbps<br />
Movie name                       : Wildlife in HD<br />
Encoded date                     : UTC 2008-08-25 21:11:16.400<br />
Copyright                        : © 2008 Microsoft Corporation<br />
Comment                          : Footage: Small World Productions, Inc; Tourism New Zealand | Producer: Gary F. Spradling | Music: Steve Ball<br />
SfOriginalFPS                    : 299700</p>
<p>Video<br />
ID                               : 2<br />
Format                           : VC-1<br />
Format profile                   : AP@L3<br />
Codec ID                         : WVC1<br />
Codec ID/Hint                    : Microsoft<br />
Description of the codec         : Windows Media Video 9 Advanced Profile<br />
Duration                         : 30s 67ms<br />
Bit rate mode                    : Constant<br />
Bit rate                         : 5 942 Kbps<br />
Width                            : 1 280 pixels<br />
Height                           : 720 pixels<br />
Display aspect ratio             : 16:9<br />
Frame rate                       : 29.970 fps<br />
Resolution                       : 24 bits<br />
Colorimetry                      : 4:2:0<br />
Scan type                        : Progressive<br />
Bits/(Pixel*Frame)               : 0.215<br />
Stream size                      : 21.3 MiB (85%)<br />
Language                         : English (US)</p>
<p>Audio<br />
ID                               : 1<br />
Format                           : WMA<br />
Format version                   : Version 2<br />
Codec ID                         : 161<br />
Codec ID/Info                    : Windows Media Audio<br />
Description of the codec         : Windows Media Audio 9.2 &#8211; 192 kbps, 44 kHz, stereo (A/V) 1-pass CBR<br />
Duration                         : 30s 92ms<br />
Bit rate mode                    : Constant<br />
Bit rate                         : 192 Kbps<br />
Channel(s)                       : 2 channels<br />
Sampling rate                    : 44.1 KHz<br />
Resolution                       : 16 bits<br />
Stream size                      : 705 KiB (3%)<br />
Language                         : English (US)
</p></blockquote>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/jf-47CrvtfI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2009/11/16/help-your-atom-netbook-play-hd-1080p-content-with-dxva/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.aaronwt.net/downloads/WMV_HD_ContentShowcase/Robotica_1080.wmv" length="20289333" type="video/x-ms-wmv" />
		<feedburner:origLink>http://leho.kraav.com/blog/2009/11/16/help-your-atom-netbook-play-hd-1080p-content-with-dxva/</feedburner:origLink></item>
		<item>
		<title>twitter tools test</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/Xa3ZZ_kVVQg/</link>
		<comments>http://leho.kraav.com/blog/2009/11/02/twitter-tools-test/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 08:26:11 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/news/2009/11/02/twitter-tools-test/</guid>
		<description><![CDATA[this blogpost is supposed to get automatically tweeted.
]]></description>
			<content:encoded><![CDATA[<p>this blogpost is supposed to get automatically tweeted.</p>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/Xa3ZZ_kVVQg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2009/11/02/twitter-tools-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://leho.kraav.com/blog/2009/11/02/twitter-tools-test/</feedburner:origLink></item>
		<item>
		<title>Hinnavaatluse foorum ja lemmikteemade filtreerimine – Greasemonkey</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/wsOowi_11Ww/</link>
		<comments>http://leho.kraav.com/blog/2009/11/01/hinnavaatluse-foorum-ja-lemmikteemade-filtreerimine-greasemonkey/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 22:48:07 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[estonian]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[hinnavaatlus]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/?p=68</guid>
		<description><![CDATA[Hinnavaatluse foorum, üks olulisim sõlmpunkt Eesti IT elus, võimaldab igal kasutajal valida lemmikteemasid, klikkides &#8220;lisa lemmikuks&#8221; teema lehekülje all osas. Seejärel klikkides paremal üleval &#8220;lemmikud&#8221; lingil ilmuvad kõik märgitud teemad ühe loeteluna, koos uusi postitusi märkivate ikoonidega. Lühidalt &#8211; sealt on ilgelt mugav oma äri- ja muudel teemadel silma peal hoida.
Parandus: oli ilgelt mugav, nii [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://foorum.hinnavaatlus.ee">Hinnavaatluse foorum</a>, üks olulisim sõlmpunkt Eesti IT elus, võimaldab igal kasutajal valida lemmikteemasid, klikkides &#8220;lisa lemmikuks&#8221; teema lehekülje all osas. Seejärel klikkides paremal üleval <a href="http://foorum.hinnavaatlus.ee/favorites.php">&#8220;lemmikud&#8221;</a> lingil ilmuvad kõik märgitud teemad ühe loeteluna, koos uusi postitusi märkivate ikoonidega. Lühidalt &#8211; sealt on ilgelt mugav oma äri- ja muudel teemadel silma peal hoida.</p>
<p>Parandus: oli ilgelt mugav, nii kaua kuni see loetelu ühele ekraanilehele ära mahtus. Minu lemmikute loetelu on praegu 3,5 lk. ~1050px vertikaalresolutsiooni jagu pikk ja jube tülikaks läks ärifoorumite teemade uute postituste jaoks pidev reload+scroll+reload+scroll+reload+scroll+[...]. Arvan, et foorumi veteranid teavad millest ma räägin (insert bussipeatuse flashback).</p>
<p>Lahendus: Firefox + <a href="https://addons.mozilla.org/firefox/addon/748">Greasemonkey</a>. Esimene peaks kõigile tuttav olema, teine laseb brauseris nähtaval oleva materjaliga kasutajal endal suva magicut teha.<br />
<span id="more-68"></span></p>
<p>Kütsin täna õhtul vajaliku userscripti kokku:</p>
<p>git repo sortsuga &#8211; parandused ja edasiarendused igati teretulnud: </p>
<blockquote><p><a href="http://github.com/lkraav/HV-NewFavFilter">http://github.com/lkraav/HV-NewFavFilter</a></p></blockquote>
<p>userscripti otselink:</p>
<blockquote><p><a href="http://github.com/lkraav/HV-NewFavFilter/raw/master/hv-newfavfilter.user.js">http://github.com/lkraav/HV-NewFavFilter/raw/master/hv-newfavfilter.user.js</a></p></blockquote>
<div id="attachment_69" class="wp-caption alignright" style="width: 310px"><a href="http://leho.kraav.com/wp-content/uploads/2009/11/hinnavaatlus.png" rel="lightbox[68]"><img src="http://leho.kraav.com/wp-content/uploads/2009/11/hinnavaatlus-300x233.png" alt="Mmm... mõnusalt vähe kerimist" title="hinnavaatlus" width="300" height="233" class="size-medium wp-image-69" /></a><p class="wp-caption-text">Mmm... mõnusalt vähe kerimist</p></div>
<p>Kui sa tahad kogu oma lemmikute listi näha siis lisa suva parameeter hinnavaatluse lemmikute URL-ile otsa, näiteks:</p>
<blockquote><p>http://foorum.hinnavaatlus.ee/favorites.php?nofilter</p></blockquote>
<p>Greasemonkey script matchib ainult standardaadressit ja jätab muud rahule. Loomulikult võid scriptis muudatuse teha vastupidiseks &#8211; standardaadress laeb kõik teemad ja mingi ?filter parameeter käivitab Greasemonkey.</p>
<p>Norm värk see Greasemonkey. Tänaseks kõik.</p>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/wsOowi_11Ww" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2009/11/01/hinnavaatluse-foorum-ja-lemmikteemade-filtreerimine-greasemonkey/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://leho.kraav.com/blog/2009/11/01/hinnavaatluse-foorum-ja-lemmikteemade-filtreerimine-greasemonkey/</feedburner:origLink></item>
		<item>
		<title>Using apache authentication with gitweb, gitosis – repository access control</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/z2zIXVXU8YU/</link>
		<comments>http://leho.kraav.com/blog/2009/10/27/using-apache-authentication-with-gitweb-gitosis-repository-access-control/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 22:32:56 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gitosis]]></category>
		<category><![CDATA[gitweb]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/?p=61</guid>
		<description><![CDATA[gitosis is a tool for simple hosting of git repositories and managing access to them. gitweb has capabilities to control which repositories are listed on the project list page &#8211; $strict_export, $export_auth_hook and some other friends. in my case, everyone accessing web resources are authenticating through apache, which in turn connects to an LDAP server.
Here [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://eagain.net/gitweb/?p=gitosis.git">gitosis</a> is a tool for simple hosting of git repositories and managing access to them. <a href="http://git.or.cz/gitwiki/Gitweb">gitweb</a> has capabilities to control which repositories are listed on the project list page &#8211; $strict_export, $export_auth_hook and some other friends. in my case, everyone accessing web resources are authenticating through apache, which in turn connects to an LDAP server.</p>
<p><a href="http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way">Here</a> is a guide for setting up gitosis.</p>
<p>Q: how to provide gitweb access only to those repositories to which the apache user has been granted access in gitosis.conf?</p>
<p>A: use <a href="http://repo.or.cz/w/alt-git.git?a=blob;f=gitweb/INSTALL;h=b76a0cffff783ba580294560f0ee53131776136b;hb=HEAD#l178">$export_auth_hook</a> in <a href="http://repo.or.cz/w/alt-git.git?a=blob;f=gitweb/INSTALL;h=b76a0cffff783ba580294560f0ee53131776136b;hb=HEAD#l94">/etc/gitweb.conf</a>.<br />
<span id="more-61"></span><br />
<script src="http://gist.github.com/284504.js"></script></p>
<p>This is modified source of <a href="http://github.com/relevante/gitweb_auth">gitweb_auth</a>.</p>
<p>Make sure you match up your Apache names, ssh public keyfile names and gitosis &#8216;writable&#8217; names.</p>
<p>Note: you may want to check out <a href="http://github.com/sitaramc/gitolite">gitolite</a>, an enhanced gitosis.</p>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/z2zIXVXU8YU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2009/10/27/using-apache-authentication-with-gitweb-gitosis-repository-access-control/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://leho.kraav.com/blog/2009/10/27/using-apache-authentication-with-gitweb-gitosis-repository-access-control/</feedburner:origLink></item>
		<item>
		<title>less is also tail, who knew?</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/OryhuBveRG8/</link>
		<comments>http://leho.kraav.com/blog/2009/09/24/less-is-also-tail-who-knew/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 23:11:38 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[less]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tail]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/?p=56</guid>
		<description><![CDATA[Can&#8217;t believe I hadn&#8217;t come across this one before anywhere. You know the scenario when you&#8217;re debugging some wack crash or non-functionality in your Linux box and doing this over and over again:
less /var/log/messages
for reviewing what happened, then CTRL+C and:
tail -f /var/log/messages
to monitor what happens when you changed something.
Well how about just staying in less [...]]]></description>
			<content:encoded><![CDATA[<p>Can&#8217;t believe I hadn&#8217;t come across this one before anywhere. You know the scenario when you&#8217;re debugging some wack crash or non-functionality in your Linux box and doing this over and over again:</p>
<p><code>less /var/log/messages</code></p>
<p>for reviewing what happened, then CTRL+C and:</p>
<p><code>tail -f /var/log/messages</code></p>
<p>to monitor what happens when you changed something.</p>
<p>Well how about just staying in less and pressing F. Discovered from less&#8217; very own help page.</p>
<p><code>F                    Forward forever; like "tail -f"</code></p>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/OryhuBveRG8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2009/09/24/less-is-also-tail-who-knew/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://leho.kraav.com/blog/2009/09/24/less-is-also-tail-who-knew/</feedburner:origLink></item>
		<item>
		<title>Fixing Amilo A1650, Mobile Sempron overheating</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/FOazACM8fps/</link>
		<comments>http://leho.kraav.com/blog/2009/06/20/fixing-amilo-a1650-mobile-sempron-overheating/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 22:28:32 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[amilo]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[laptop]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/?p=49</guid>
		<description><![CDATA[Linking a couple of posts I made on encountering the subject:
CPU overheats during high usage &#8220;throttling not supported&#8221;
tldr: 

they&#8217;re cheap for a reason
check thermal paste situation, it could be in terrible shape
switch the 62W TDP Mobile Sempron out for a 25W TDP Mobile Turion

]]></description>
			<content:encoded><![CDATA[<p>Linking a couple of posts I made on encountering the subject:</p>
<p><a href="https://bugs.launchpad.net/fedora/+bug/22336/comments/271">CPU overheats during high usage &#8220;throttling not supported&#8221;</a></p>
<p>tldr: </p>
<ul>
<li>they&#8217;re cheap for a reason</li>
<li>check thermal paste situation, it could be in terrible shape</li>
<li>switch the 62W TDP Mobile Sempron out for a 25W TDP Mobile Turion</li>
</ul>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/FOazACM8fps" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2009/06/20/fixing-amilo-a1650-mobile-sempron-overheating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://leho.kraav.com/blog/2009/06/20/fixing-amilo-a1650-mobile-sempron-overheating/</feedburner:origLink></item>
		<item>
		<title>Firefox 3 (+possibly other apps) random crashing on OS X due to font cache corruption</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/Xyebn1nHg9E/</link>
		<comments>http://leho.kraav.com/blog/2009/04/15/firefox-3-possibly-other-apps-random-crashing-on-os-x-due-to-font-cache-corruption/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 11:45:15 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/?p=33</guid>
		<description><![CDATA[One day Firefox 3.0.8 started randomly crashing on me, and some other folks as well. It is not possible to remember anymore whether there was a system crash / kernel panic / unclean shutdown beforehand. PanicReporter does show one for Mar 10, 2009, which actually sets the timeline for this problem up quite well.


Tue Mar [...]]]></description>
			<content:encoded><![CDATA[<p>One day Firefox 3.0.8 started randomly crashing on me, and <a href="https://support.mozilla.com/tiki-view_forum_thread.php?forumId=1&#038;comments_parentId=318768">some other folks as well</a>. It is not possible to remember anymore whether there was a system crash / kernel panic / unclean shutdown beforehand. PanicReporter does show one for Mar 10, 2009, which actually sets the timeline for this problem up quite well.<br />
<span id="more-33"></span></p>
<blockquote><p>
Tue Mar 10 12:59:47 2009<br />
panic(cpu 0 caller 0&#215;00192FD4): &#8220;pmap_flush_tlbs() timeout: &#8221; &#8220;cpu 1 failing to respond to interrupts, pmap=0&#215;536500 cpus_to_signal=2&#8243;@/SourceCache/xnu/xnu-1228.5.20/osfmk/i386/pmap.c:4570<br />
Backtrace, Format &#8211; Frame : Return Address (4 potential args on stack)<br />
0&#215;5c4ff258 : 0&#215;12b0fa (0&#215;4592a4 0&#215;5c4ff28c 0&#215;133243 0&#215;0)<br />
0&#215;5c4ff2a8 : 0&#215;192fd4 (0&#215;45f414 0&#215;1 0&#215;536500 0&#215;2)<br />
0&#215;5c4ff318 : 0&#215;194126 (0&#215;536500 0&#215;4fa0c000 0&#215;0 0&#215;162a55)<br />
0&#215;5c4ff3b8 : 0&#215;17406e (0xbb33b 0&#215;0 0&#215;7000 0&#215;0)<br />
0&#215;5c4ff458 : 0&#215;169e3a (0xc971578 0&#215;0 0&#215;0 0&#215;8000)<br />
0&#215;5c4ff578 : 0&#215;16a437 (0&#215;4fa14000 0&#215;0 0&#215;0 0&#215;0)<br />
0&#215;5c4ff5b8 : 0&#215;18249d (0&#215;1c3cd20 0&#215;4fa0c000 0&#215;0 0&#215;4fa14000)<br />
0&#215;5c4ff618 : 0&#215;42d290 (0&#215;1c3cd20 0&#215;4fa0c000 0&#215;0 0&#215;8000)<br />
0&#215;5c4ff678 : 0&#215;42d2f4 (0&#215;8ee8780 0&#215;1c3cf78 0&#215;131dad40 0&#215;0)<br />
0&#215;5c4ff698 : 0&#215;42d3e5 (0&#215;131dad40 0&#215;0 0&#215;79fad400 0&#215;0)<br />
0&#215;5c4ff6b8 : 0&#215;42d3bc (0&#215;131dad40 0&#215;0 0&#215;2 0&#215;0)<br />
0&#215;5c4ff6d8 : 0&#215;3eb869 (0&#215;131dad40 0&#215;0 0&#215;5c4ff758 0&#215;5c4ffb50)<br />
0&#215;5c4ff6f8 : 0xfcad52 (0&#215;131dad40 0&#215;7663c00 0&#215;4ff708 0&#215;3a3)<br />
0&#215;5c4ff758 : 0xfcb247 (0&#215;46d1a000 0&#215;7663c00 0&#215;50e8d080 0&#215;2952f080)<br />
0&#215;5c4ff7b8 : 0xfcb681 (0&#215;46d1a000 0&#215;7663c00 0&#215;5c4ffb54 0&#215;5c4ffb58)<br />
0&#215;5c4ff818 : 0xf9f726 (0&#215;46d1a000 0&#215;5c4ffacc 0&#215;5c4ffa7c 0&#215;5c4ffb54)<br />
	Backtrace continues&#8230;<br />
      Kernel loadable modules in backtrace (with dependencies):<br />
         com.apple.GeForce(5.2.8)@0xf5d000->0xfebfff<br />
            dependency: com.apple.NVDAResman(5.2.8)@0xb22000<br />
            dependency: com.apple.iokit.IONDRVSupport(1.5.2)@0xb14000<br />
            dependency: com.apple.iokit.IOPCIFamily(2.4.1)@0&#215;5c1000<br />
            dependency: com.apple.iokit.IOGraphicsFamily(1.5.2)@0xaf8000</p>
<p>BSD process name corresponding to current thread: WindowServer</p>
<p>Mac OS version:<br />
9E17</p>
<p>Kernel version:<br />
Darwin Kernel Version 9.4.0: Mon Jun  9 19:30:53 PDT 2008; root:xnu-1228.5.20~1/RELEASE_I386<br />
System model name: MacBookPro3,1 (Mac-F42388C8)
 </p></blockquote>
<p>There was no persistent pattern to Firefox crashes, except it would be during loading a web page after an action. Sometimes I would click on a link, sometimes submit a form and the crashes would occur on different sites. At first I obviously suspected Firefox addons, but disabling these back and forth would seem to make no difference. First clue was given to me when I decided to <a href="https://developer.mozilla.org/en/Environment_variables_affecting_crash_reporting">enable OS X crash reporter as well</a>, besides the built in Mozilla one.</p>
<blockquote><p>
 defaults write org.mozilla.firefox OSCrashReporter 1
</p></blockquote>
<p>Later I found out that uploading the crash data with Mozilla&#8217;s tool and then doing:</p>
<blockquote><p>
about:crashes
</p></blockquote>
<p>would give me access to the same information on Mozilla bugs website. Either way, the crash log showed me:</p>
<blockquote><p>
Thread 0:<br />
0   libobjc.A.dylib               	0&#215;919366e8 objc_msgSend + 24<br />
1   &#8230;ple.ApplicationServices.ATS	0&#215;90fc2395 LLCStyleInfoCreateActiveStyleInfo + 713<br />
2   com.apple.QD                  	0&#215;908101eb TATSUStyle::ConstructActiveStyleInfo() + 43<br />
3   com.apple.QD                  	0&#215;90826165 TATSUStyle::GetStyleInfo(LLCStyleInfo const**) + 27<br />
4   com.apple.QD                  	0&#215;90825f39 TTextLineLayout::ConstructGlyphRecordArrayWithVirtualGlyphs(TATSUGlyphRecordArray*, unsigned long*) + 205<br />
5   com.apple.QD                  	0&#215;9082568f TTextLineLayout::ConstructGlyphRecordArray(TATSUGlyphRecordArray*, TLayoutControls*) + 689<br />
6   com.apple.QD                  	0&#215;908372c3 TTextLineLayout::EnsureLayoutIsUpToDate(unsigned long, unsigned char, unsigned long, TATSUGlyphRecordArray**) + 713<br />
7   com.apple.QD                  	0&#215;90841ecd TTextLineLayout::GetGlyphBounds(unsigned long, unsigned long, long, long, unsigned short, unsigned long, ATSTrapezoid*, unsigned long*) + 185<br />
8   com.apple.QD                  	0&#215;90841dfe ATSUGetGlyphBounds + 136<br />
9   XUL                           	0&#215;0150308d gfxPlatformMac::gfxPlatformMac() + 351<br />
10  XUL                           	0&#215;01504af8 gfxAtsuiFontGroup::GuessMaximumStringLength() + 4516<br />
11  XUL                           	0&#215;01504e38 gfxAtsuiFontGroup::GuessMaximumStringLength() + 5348<br />
12  XUL                           	0&#215;0150506d gfxAtsuiFontGroup::GuessMaximumStringLength() + 5913<br />
13  XUL                           	0&#215;01505c80 gfxAtsuiFontGroup::FindATSUFont(nsAString_internal const&#038;, nsACString_internal const&#038;, void*) + 112<br />
14  XUL                           	0&#215;014f520b gfxFontGroup::FontResolverProc(nsAString_internal const&#038;, void*) + 31<br />
15  XUL                           	0&#215;01502867 gfxPlatformMac::ResolveFontName(nsAString_internal const&#038;, int (*)(nsAString_internal const&#038;, void*), void*, int&#038;) + 155<br />
16  XUL                           	0&#215;014f990a gfxFontGroup::ForEachFontInternal(nsAString_internal const&#038;, nsACString_internal const&#038;, int, int, int (*)(nsAString_internal const&#038;, nsACString_internal const&#038;, void*), void*) + 2064<br />
17  XUL                           	0&#215;014f9a55 gfxFontGroup::ForEachFont(int (*)(nsAString_internal const&#038;, nsACString_internal const&#038;, void*), void*) + 57<br />
18  XUL                           	0&#215;015074d2 gfxAtsuiFontGroup::gfxAtsuiFontGroup(nsAString_internal const&#038;, gfxFontStyle const*) + 86<br />
19  XUL                           	0&#215;01502433 gfxPlatformMac::CreateFontGroup(nsAString_internal const&#038;, gfxFontStyle const*) + 43
</p></blockquote>
<p>Launching Firefox from Terminal to catch any error messages gave me:</p>
<blockquote><p>
lkraav@mobilitymac ~ $ /Applications/Firefox.app/Contents/MacOS/firefox<br />
lkraav@mobilitymac ~ $ Debugger() was called!<br />
mobilitymac.local firefox-bin[92129] <error>: GCGetStrikeMetrics failed: error 4.<br />
</error></p></blockquote>
<p>Googling it led me <a href="http://support.mozilla.com/tiki-view_forum_thread.php?locale=en-US&#038;comments_parentId=250707&#038;forumId=1">here</a>. It was interesting, because just recently <a href="http://bugs.winehq.org/buglist.cgi?quicksearch=red+kings">Wine HQ website</a> appeared completely text free in Firefox 3, to which I had no explanation. At the same time, it displayed fine in Safari. Initially, bells did not start to ring about this, though.</p>
<p>Well, doesn&#8217;t look like this crash has much to do with Firefox at all, but more like some wack problem with our friend ATSServer &#8212; Mac OS X system font manager or something related to the font system. <a href="http://www.google.ee/search?q=LLCStyleInfoCreateActiveStyleInfo&#038;ie=utf-8&#038;oe=utf-8&#038;aq=t&#038;rls=org.mozilla:en-US:official&#038;client=firefox-a">Googling around for <strong>LLCStyleInfoCreateActiveStyleInfo</strong></a> fortunately showed me that this is a known crash type, but definitely not a widespread one. However, just looking for the above keyword, it appears Google hides the key search result item, while searching for <a href="http://www.google.com/search?hl=et&#038;client=safari&#038;rls=et-ee&#038;q=LLCStyleInfoCreateActiveStyleInfo+firefox&#038;btnG=Otsi&#038;lr="><strong>LLCStyleInfoCreateActiveStyleInfo firefox</strong></a> brings it up:</p>
<p><a href="http://discussions.apple.com/message.jspa?messageID=8586764#8586764">Apple &#8211; Support &#8211; Discussions &#8211; Safari crashing on just one user account</a>, ~Bee suggests:</p>
<blockquote><p>Jake -<br />
This is fun, eh?</p>
<p>You might want to check your font manager for duplicate or corrupt fonts.</p>
<p>Also, you might want to clear the font cache.<br />
I clear mine with a little app called YASU (free/shareware).<br />
And Font Finagler is excellent, as well. </p></blockquote>
<p>to which OP respons</p>
<blockquote><p>Well, I did it. YASU&#8217;d my computer, and it seems to have worked! Very nice work, indeed, Bee.</p></blockquote>
<p>By YASU, ~Bee means <a href="http://jimmitchelldesign.com/projects/yasu/">Yet Another System Utility</a> for OS X.</p>
<p>After doing the following, Firefox has stopped crashing. Wine HQ website mentioned above also displays correctly.</p>
<div id="attachment_34" class="wp-caption alignright" style="width: 234px"><a href="http://leho.kraav.com/wp-content/uploads/2009/04/picture-3.png" rel="lightbox[33]"><img src="http://leho.kraav.com/wp-content/uploads/2009/04/picture-3-224x300.png" alt="Using YASU to clean corrupt font caches" title="picture-3" width="224" height="300" class="size-medium wp-image-34" /></a><p class="wp-caption-text">Using YASU to clean corrupt font caches</p></div>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/Xyebn1nHg9E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2009/04/15/firefox-3-possibly-other-apps-random-crashing-on-os-x-due-to-font-cache-corruption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://leho.kraav.com/blog/2009/04/15/firefox-3-possibly-other-apps-random-crashing-on-os-x-due-to-font-cache-corruption/</feedburner:origLink></item>
		<item>
		<title>Creative Zen Vision M rescue operation</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/v4ByBVBmGnw/</link>
		<comments>http://leho.kraav.com/blog/2009/02/25/creative-zen-vision-m-rescue-operation/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 20:57:11 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[creative zen vision]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[minifs]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/?p=15</guid>
		<description><![CDATA[Introduction
I&#8217;ve recently done a rescue operation of a Creative Zen Vision M 30G device that refuses to power up. I&#8217;m writing it up so people who have the same problem could find help. 
Three primary failure points are:

battery
hard drive
motherboard

Helpful links I discovered:

various Zen problem discussions and instructions on how to open the thing up: Zen [...]]]></description>
			<content:encoded><![CDATA[<a name="Introduction"></a><h2>Introduction</h2>
<p>I&#8217;ve recently done a rescue operation of a <a href="http://www.creative.com/products/mp3/zenvisionm/">Creative Zen Vision M 30G</a> device that refuses to power up. I&#8217;m writing it up so people who have the same problem could find help. </p>
<p>Three primary failure points are:</p>
<ul>
<li>battery</li>
<li>hard drive</li>
<li>motherboard</li>
</ul>
<p>Helpful links I discovered:</p>
<ul>
<li>various Zen problem discussions and instructions on how to open the thing up: <a href="http://www.anythingbutipod.com/forum/forumdisplay.php?f=96">Zen Vision:M Hacks, Mods, &#038; Repairs forum at anythingbutipod.com</a></li>
<li>battery might be dead too: <a href="http://www.thegadgetdr.com/Zen-Vision-M-Battery-LPCS285385-p/zvm-battery.htm">Replacement battery LPCS285385</a></li>
<li>seeing if the hard drive is alive and extracting the music: <a href="http://www.gruppo4.com/~tobia/zenrecover.shtml">ZenRecover &#8211; A filesystem recovery tool for the Creative NJB3/Zen™ players</a></li>
<li><a href="http://www.tietofriikki.fi/product_details.php?p=4489">ZIF to IDE conversion for the 1.8&#8243; hard drive</a></li>
<li><a href="http://www.suavetech.com/0xed/0xed.html">0xED &#8211; pretty nice hex editor for OS X</a></li>
</ul>
<p><span id="more-15"></span></p>
<a name="Opening+the+device"></a><h2>Opening the device</h2>
<p>Was relatively easy. Unscrew small screws and try not to break the plastic. anythingbutipod forum has videos and pictures on how to do this.</p>
<a name="Hard+drive"></a><h2>Hard drive</h2>
<p>&#8230;is a <a href="http://en.wikipedia.org/wiki/Zero_Insertion_Force">ZIF</a> connector 1.8&#8243; Hitachi HTC426030G5CE00 30G. To do any meaningful recovery operations on it, you probably need to use a <a href="http://www.tietofriikki.fi/product_details.php?p=4489">ZIF to 2.5&#8243; IDE converter</a>. That&#8217;s what I did anyway. That converter then connects to a run of the mill <a href="http://techgage.com/article/vantec_sataide_to_usb_adapter/">IDE to USB converter</a>.</p>
<p><img src="http://leho.kraav.com/wp-content/uploads/2009/02/zif-diag-thumb-150x150.jpg" alt="ZIF to 2.5&quot; IDE conversion" title="zif-diag-thumb" width="150" height="150" class="size-thumbnail wp-image-20" /></p>
<p>Fortunately, the disk seems to be alive and well, I could read everything through /dev/disk2.</p>
<a name="Filesystem%2C+extracting+data"></a><h2>Filesystem, extracting data</h2>
<p>Zen uses custom filesystems to store whatever it needs to store, MiniFS for operating system stuff and CFS for user stuff. Tobia Conforto has just recently done some fabulous work with his <a href="http://www.gruppo4.com/~tobia/zenrecover.shtml">ZenRecover python script and information web page</a>. This information helped me along alot. His device was a Nomad Jukebox 3. There are some differences to the newer Vision M device, which we were fortunately able to figure out together over a few hours of debugging sessions over Skype.</p>
<p>Below are the differences I had to make to the original ZenRecover.py script:</p>
<ul>
<li>cluster size has changed from 0&#215;2000 bytes (8K) to 0&#215;8000 bytes (32K), so CFS starts at offset 0&#215;3200000</li>
<li>Vision M doesn&#8217;t need to do byteswapping on the data</li>
<li>but uint32 is stored in a different order</li>
<li>so are the metadata tag bytes</li>
</ul>
<p>After making needed modifications to the script, I run:</p>
<pre>python 8kzenrecover.py -o 52428800 /dev/disk2 songs /Volumes/ZenRescueDir</pre>
<p>It worked! Thanks a lot to Tobia for his help figuring the newer device quirks out. I&#8217;m sending him the updated script and let him maintain the versions, URL is listed above. Write a comment on this post if you have any questions.</p>
<a name="Source+code"></a><h2>Source code</h2>
<p><strong>EDIT #2:</strong> I&#8217;ve gisted the source code: <a href="http://gist.github.com/237256">http://gist.github.com/237256</a>, version control ftw.</p>
<p><strong>EDIT:</strong> Tobia is a bit busy and hasn&#8217;t managed to upload the Vision:M compatible script on his web page, so I&#8217;m making it available for <del datetime="2009-11-17T20:55:48+00:00"><a href='http://leho.kraav.com/wp-content/uploads/2009/02/8kzenrecover.py'>download here</a></del> in the meanwhile.</p>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/v4ByBVBmGnw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2009/02/25/creative-zen-vision-m-rescue-operation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://leho.kraav.com/blog/2009/02/25/creative-zen-vision-m-rescue-operation/</feedburner:origLink></item>
		<item>
		<title>Master’s Graduation, Tallinn University of Technology</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/FBLDfYdDVgs/</link>
		<comments>http://leho.kraav.com/blog/2008/06/09/tut-masters-graduation/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 14:08:29 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[ttü]]></category>
		<category><![CDATA[tut]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/?p=12</guid>
		<description><![CDATA[I have been successful defending my Master&#8217;s thesis &#8220;Trading Decisions Information System &#8211; Strategic Analysis and Design&#8221; today, on June 9, 2008.  I will be receiving my Master&#8217;s degree diploma from Tallinn University of Technology, Master of Science in Engineering (Field: Informatics) somewhere between June 18-27th, 2008 on June 18th, 2008. Go academics!
]]></description>
			<content:encoded><![CDATA[<p><a href='http://leho.kraav.com/wp-content/uploads/2008/06/img_16271.jpg' rel="lightbox[12]"><img src="http://leho.kraav.com/wp-content/uploads/2008/06/img_16271-150x150.jpg" alt="Masters Thesis Defense 2008, Tallinn University of Technology" title="Masters Thesis Defense 2008, Tallinn University of Technology" width="150" height="150" class="alignleft size-thumbnail wp-image-14" /></a>I have been successful defending my Master&#8217;s thesis &#8220;Trading Decisions Information System &#8211; Strategic Analysis and Design&#8221; today, on June 9, 2008.  I will be receiving my Master&#8217;s degree diploma from <a href="http://www.ttu.ee">Tallinn University of Technology</a>, Master of Science in Engineering (Field: Informatics) <del datetime="2008-06-15T05:16:37+00:00">somewhere between June 18-27th, 2008</del> on June 18th, 2008. Go academics!</p>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/FBLDfYdDVgs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2008/06/09/tut-masters-graduation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://leho.kraav.com/blog/2008/06/09/tut-masters-graduation/</feedburner:origLink></item>
		<item>
		<title>RSS Feeds added</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/LVF3Nmth40Y/</link>
		<comments>http://leho.kraav.com/blog/2007/05/06/rss-feeds-added/#comments</comments>
		<pubDate>Sun, 06 May 2007 18:54:18 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/news/2007/05/06/rss-feeds-added/</guid>
		<description><![CDATA[Getting with the times I&#8217;ve enabled RSS capabilities so dear visitors can monitor for future site content with ease.
Currently a news items feed and a comments feed is available for subscription.
Links to feeds, you may click on them to subscribe with your favorite software. I highly recommend Google Reader.

RSS 2.0 News feed (Recommended)  
RSS [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 0px 10px 0px 0px" alt="RSS Feed icon" src="/wp-content/themes/minima-plus/images/feed-icon-16x16.png" />Getting with the times I&#8217;ve enabled RSS capabilities so dear visitors can monitor for future site content with ease.</p>
<p>Currently a news items feed and a comments feed is available for subscription.</p>
<p>Links to feeds, you may click on them to subscribe with your favorite software. I highly recommend Google Reader.</p>
<ul>
<li><a title="RSS 2.0 News feed (Recommended)" href="http://leho.kraav.com/feed/">RSS 2.0 News feed (Recommended)</a><br /><a href="http://fusion.google.com/add?feedurl=http%3A//leho.kraav.com/feed/"><img height="17" alt="Add to Google" src="http://buttons.googlesyndication.com/fusion/add.gif" width="104"/></a>  </li>
<li><a title="RSS 2.0 Comments feed (Recommended)" href="http://leho.kraav.com/comments/feed/">RSS 2.0 Comments feed (Recommended)</a><br /><a href="http://fusion.google.com/add?feedurl=http%3A//leho.kraav.com/comments/feed/"><img height="17" alt="Add to Google" src="http://buttons.googlesyndication.com/fusion/add.gif" width="104"/></a>&nbsp; </li>
<li><a title="RSS 0.92 News feed" href="http://leho.kraav.com/feed/rss/">RSS 0.92 News feed</a>  </li>
<li><a title="Atom News feed" href="http://leho.kraav.com/feed/atom/">Atom News feed</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/LVF3Nmth40Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2007/05/06/rss-feeds-added/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://leho.kraav.com/blog/2007/05/06/rss-feeds-added/</feedburner:origLink></item>
		<item>
		<title>Helsinki ToPo 2005-2006</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/r6v85jPSYYo/</link>
		<comments>http://leho.kraav.com/blog/2005/11/06/helsinki-topo-2005-2006/#comments</comments>
		<pubDate>Sun, 06 Nov 2005 19:17:44 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[basketball]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[topo]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/?p=8</guid>
		<description><![CDATA[I have signed the contract to play for Helsinki ToPo, in the Finnish Korisliiga, for the remainder of 2005-2006 season.
Direct link to the team results page: Helsinki ToPo Men&#8217;s Team
]]></description>
			<content:encoded><![CDATA[<p>I have signed the contract to play for <a title="Helsinki ToPo" href="http://www.topo.fi">Helsinki ToPo</a>, in the <a title="Finnish Korisliiga" href="http://www.koris.net/sarjat_tulokset/korisliiga/">Finnish Korisliiga</a>, for the remainder of 2005-2006 season.</p>
<p>Direct link to the team results page: <a title="Helsinki ToPo Men's Team" href="http://www.topo.fi/teams/index.php?team=miehet">Helsinki ToPo Men&#8217;s Team</a></p>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/r6v85jPSYYo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2005/11/06/helsinki-topo-2005-2006/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://leho.kraav.com/blog/2005/11/06/helsinki-topo-2005-2006/</feedburner:origLink></item>
		<item>
		<title>basketballoverseas.net</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/fO04t5AVcfI/</link>
		<comments>http://leho.kraav.com/blog/2005/10/19/basketballoverseasnet/#comments</comments>
		<pubDate>Wed, 19 Oct 2005 14:25:49 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[basketball]]></category>
		<category><![CDATA[english]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/?p=7</guid>
		<description><![CDATA[My buddy from 2004-2005 season Corey Sanders has put up a web page titled First Time Overseas Experience. This page is made primarily for American players going to play professional basketball in another country. I was impressed with the presentation, variety and quality of information available, I&#8217;d say it&#8217;s a helpful page for all professional [...]]]></description>
			<content:encoded><![CDATA[<p>My buddy from 2004-2005 season Corey Sanders has put up a web page titled <a href="http://www.basketballoverseas.net">First Time Overseas Experience</a>. This page is made primarily for American players going to play professional basketball in another country. I was impressed with the presentation, variety and quality of information available, I&#8217;d say it&#8217;s a helpful page for all professional basketball players working abroad, not just the Americans.</p>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/fO04t5AVcfI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2005/10/19/basketballoverseasnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://leho.kraav.com/blog/2005/10/19/basketballoverseasnet/</feedburner:origLink></item>
		<item>
		<title>TUT, Bachelor’s Graduation Cum Laude</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/PQWn0dADw7c/</link>
		<comments>http://leho.kraav.com/blog/2005/06/15/tallinn-university-of-technology-graduation/#comments</comments>
		<pubDate>Wed, 15 Jun 2005 13:42:29 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[ttü]]></category>
		<category><![CDATA[tut]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/?p=6</guid>
		<description><![CDATA[I have been successful defending my Bachelor&#8217;s thesis &#8220;Tallinn University of Technology Information System&#8217;s Subsystem of Organization Structure Units&#8221; to the maximum grade today, on June 15, 2005. 
I will be graduating Cum Laude and receiving my second Bachelor&#8217;s degree diploma, Bachelor of Science in Informatics from Tallinn University of Technology.
]]></description>
			<content:encoded><![CDATA[<p>I have been successful defending my Bachelor&#8217;s thesis &#8220;Tallinn University of Technology Information System&#8217;s Subsystem of Organization Structure Units&#8221; to the maximum grade today, on June 15, 2005. </p>
<p>I will be graduating Cum Laude and receiving my second Bachelor&#8217;s degree diploma, Bachelor of Science in Informatics from <a href="http://www.ttu.ee">Tallinn University of Technology</a>.</p>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/PQWn0dADw7c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2005/06/15/tallinn-university-of-technology-graduation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://leho.kraav.com/blog/2005/06/15/tallinn-university-of-technology-graduation/</feedburner:origLink></item>
		<item>
		<title>Opening Day</title>
		<link>http://feedproxy.google.com/~r/LehoKraav24/7BasketballInformationTechnology/~3/y8uHJpnXm7M/</link>
		<comments>http://leho.kraav.com/blog/2005/06/02/opening-day/#comments</comments>
		<pubDate>Thu, 02 Jun 2005 19:44:12 +0000</pubDate>
		<dc:creator>LK</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[english]]></category>

		<guid isPermaLink="false">http://leho.kraav.com/wordpress/?p=2</guid>
		<description><![CDATA[Yes, leho.kraav.com is shiny and new.
This is the News page. You can find Basketball information, My Resume and Contact information on the top right.
Comments are welcome!
]]></description>
			<content:encoded><![CDATA[<p>Yes, leho.kraav.com is shiny and new.</p>
<p>This is the News page. You can find Basketball information, My Resume and Contact information on the top right.</p>
<p>Comments are welcome!</p>
<img src="http://feeds.feedburner.com/~r/LehoKraav24/7BasketballInformationTechnology/~4/y8uHJpnXm7M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://leho.kraav.com/blog/2005/06/02/opening-day/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://leho.kraav.com/blog/2005/06/02/opening-day/</feedburner:origLink></item>
	</channel>
</rss>
