<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Some thoughts</title>
	<atom:link href="http://amaslov.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://amaslov.wordpress.com</link>
	<description>Me and my toys: programming, photography, philosophy...</description>
	<lastBuildDate>Tue, 04 Aug 2009 14:12:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='amaslov.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/f6297fc48f636f3698fb0854cafaba78?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Some thoughts</title>
		<link>http://amaslov.wordpress.com</link>
	</image>
			<item>
		<title>MacVim with Python 2.5</title>
		<link>http://amaslov.wordpress.com/2009/06/23/macvim-with-python-2-5/</link>
		<comments>http://amaslov.wordpress.com/2009/06/23/macvim-with-python-2-5/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 12:38:32 +0000</pubDate>
		<dc:creator>amaslov</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://amaslov.wordpress.com/?p=63</guid>
		<description><![CDATA[I have built the latest MacVim (snapshot 45) with Python 2.5.4 from http://www.python.org and put it here. Since I do builds of new snapshots for myself I will share them here if there is any interest.
You can download MacVim + Python 2.5 here: MacVim (snapshot 47) 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=63&subd=amaslov&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have built the latest MacVim (snapshot 45) with Python 2.5.4 from <a href="http://www.python.org">http://www.python.org</a> and put it here. Since I do builds of new snapshots for myself I will share them here if there is any interest.</p>
<p>You can download MacVim + Python 2.5 here: <a href="http://sites.google.com/site/amaslov/Home/MacVim-snapshot47-py25.zip">MacVim (snapshot 47)</a> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amaslov.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amaslov.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amaslov.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amaslov.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amaslov.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amaslov.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amaslov.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amaslov.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amaslov.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amaslov.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=63&subd=amaslov&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amaslov.wordpress.com/2009/06/23/macvim-with-python-2-5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a33889bacebee63cba88cfc48025305f?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">amaslov</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL: unicode in console by default</title>
		<link>http://amaslov.wordpress.com/2009/04/29/mysql-unicode-in-console-by-default/</link>
		<comments>http://amaslov.wordpress.com/2009/04/29/mysql-unicode-in-console-by-default/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 13:26:06 +0000</pubDate>
		<dc:creator>amaslov</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://amaslov.wordpress.com/?p=59</guid>
		<description><![CDATA[Recently I became tired of typing set names utf8 at the beginning of each MySQL console session. Google search quickly suggested a solution: just add

[mysql]
default-character-set=utf8

to the ~/.my.cnf file.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=59&subd=amaslov&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently I became tired of typing <code>set names utf8</code> at the beginning of each MySQL console session. Google search quickly suggested a solution: just add<br />
<code><br />
[mysql]<br />
default-character-set=utf8<br />
</code><br />
to the ~/.my.cnf file.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amaslov.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amaslov.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amaslov.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amaslov.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amaslov.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amaslov.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amaslov.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amaslov.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amaslov.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amaslov.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=59&subd=amaslov&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amaslov.wordpress.com/2009/04/29/mysql-unicode-in-console-by-default/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a33889bacebee63cba88cfc48025305f?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">amaslov</media:title>
		</media:content>
	</item>
		<item>
		<title>Mercurial: finally as usable as git</title>
		<link>http://amaslov.wordpress.com/2009/04/24/mercurial-finally-as-usable-as-git/</link>
		<comments>http://amaslov.wordpress.com/2009/04/24/mercurial-finally-as-usable-as-git/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 11:26:58 +0000</pubDate>
		<dc:creator>amaslov</dc:creator>
				<category><![CDATA[Mercurial]]></category>

		<guid isPermaLink="false">http://amaslov.wordpress.com/?p=47</guid>
		<description><![CDATA[I have always preferred Git to Mercurial and the main reason was Git having lightweight local branches. My typical work scenario with Git is: create a branch, code a task, merge the branch into the &#8220;master&#8221; branch. If anything happens along the way (urgent issue, for instance) &#8211; I can easily switch to a new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=47&subd=amaslov&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have always preferred Git to Mercurial and the main reason was Git having lightweight local branches. My typical work scenario with Git is: create a branch, code a task, merge the branch into the &#8220;master&#8221; branch. If anything happens along the way (urgent issue, for instance) &#8211; I can easily switch to a new local branch preserving the current changes in their own branch and do the work immediately. </p>
<p>Mercurial does have the <a href="http://www.selenic.com/mercurial/wiki/index.cgi/BookmarksExtension">Bookmarks extension</a> that provides local branching. But it is very different from Git&#8217;s local branches: bookmarks are rather pointers to a common change history than isolated branches. For instance, all the commits inside a bookmark are automatically shared on &#8220;push&#8221; and &#8220;pull&#8221; with other repositories. </p>
<p>Anyway, since I had to use Mercurial for one of my projects (<a href="http://www.developers.org.ua">http://www.developers.org.ua</a>), I had to find the solution: the <a href="http://x.zpuppet.org/2009/03/09/mercurial-tasks-extension/">Tasks extension</a>. Now I can easily switch between branches working on whatever tasks I need for the moment.</p>
<p>Now I am very optimistic regarding Mercurial taking into account that it is Python-based and I can (easily?) develop my own extensions.</p>
<p>For more details on how Bookmarks work in Mercurial and what are the possible alternatives to the Tasks extension please see the discussion in the <a href="http://www.nabble.com/Please-help-with-Mercurial-Bookmarks-workflow-td22986564.html">Mercurial newsgroup</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amaslov.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amaslov.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amaslov.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amaslov.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amaslov.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amaslov.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amaslov.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amaslov.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amaslov.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amaslov.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=47&subd=amaslov&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amaslov.wordpress.com/2009/04/24/mercurial-finally-as-usable-as-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a33889bacebee63cba88cfc48025305f?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">amaslov</media:title>
		</media:content>
	</item>
		<item>
		<title>VIM: ack instead of grep</title>
		<link>http://amaslov.wordpress.com/2009/04/23/vim-ack-instead-of-grep/</link>
		<comments>http://amaslov.wordpress.com/2009/04/23/vim-ack-instead-of-grep/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 13:34:37 +0000</pubDate>
		<dc:creator>amaslov</dc:creator>
				<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://amaslov.wordpress.com/?p=32</guid>
		<description><![CDATA[I much prefer ack to the standard grep &#8211; it&#8217;s way better. If you are curious why &#8211; just open the ack page.
Replacing grep with ack in VIM is pretty easy: set grepprg=ack. But there&#8217;s a catch &#8211; ack does not output columns for search results, making search result navigation a nightmare &#8211; on each [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=32&subd=amaslov&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I much prefer <a href="http://betterthangrep.com/">ack</a> to the standard grep &#8211; it&#8217;s way better. If you are curious why &#8211; just open the <a href="http://betterthangrep.com/">ack</a> page.<br />
Replacing grep with ack in VIM is pretty easy: <code>set grepprg=ack</code>. But there&#8217;s a catch &#8211; ack does not output columns for search results, making search result navigation a nightmare &#8211; on each &#8220;:cn&#8221; VIM puts cursor at the beginning of the line and I have to do an additional search for the word. Definitely no fun!</p>
<p>Adding columns to ack turned out no big deal. Here&#8217;s how to do this (works for ack 1.86, so just get this version or tweak the patch file):</p>
<ol>
<li>Download <a href="http://groups.google.com/group/ack-users/attach/d876aa71645f7fbf/Ack.pm.diff?part=2&amp;view=1">Ack.pm.diff</a> (taken from this thread: <a href="http://groups.google.com/group/ack-users/browse_thread/thread/562cb329d515d2">here</a>, Eric Van Dewoestine, thanks a lot!).</li>
<li>Find the location of Ack.pm in your system (may be multiple files), typically <code>locate Ack.pm</code>.</li>
<li>Patch each <code>Ack.pm</code>: <code>sudo patch -p0 -b &lt; /path/to/Ack.pm.diff /path/to/Ack.pm</code> (if you have Ack.pm installed per user, please remove <code>sudo</code>).</li>
<li>In your vimrc add the following:<br />
                  <code>set grepprg=ack --column<br />
                              set grepformat=%f:%l:%c:%m</code>
	</li>
</ol>
<p>Enjoy!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amaslov.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amaslov.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amaslov.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amaslov.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amaslov.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amaslov.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amaslov.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amaslov.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amaslov.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amaslov.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=32&subd=amaslov&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amaslov.wordpress.com/2009/04/23/vim-ack-instead-of-grep/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a33889bacebee63cba88cfc48025305f?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">amaslov</media:title>
		</media:content>
	</item>
		<item>
		<title>VIM: updating ctags file automatically</title>
		<link>http://amaslov.wordpress.com/2009/03/06/vim-updating-ctags-file-automatically/</link>
		<comments>http://amaslov.wordpress.com/2009/03/06/vim-updating-ctags-file-automatically/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 13:34:37 +0000</pubDate>
		<dc:creator>amaslov</dc:creator>
				<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://amaslov.wordpress.com/?p=18</guid>
		<description><![CDATA[Most VIM developers use ctags for browsing the code. It is quite annoying to refresh the tags manually though. I forget to do this all the time &#8211; and suddenly navigation breaks.
Recently I have stumbled upon a great VIM plugin, simple and brilliant: AutoTag, http://www.vim.org/scripts/script.php?script_id=1343. This little thing updates your tags automatically on each buffer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=18&subd=amaslov&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Most VIM developers use ctags for browsing the code. It is quite annoying to refresh the tags manually though. I forget to do this all the time &#8211; and suddenly navigation breaks.</p>
<p>Recently I have stumbled upon a great VIM plugin, simple and brilliant: AutoTag, <a href="http://www.vim.org/scripts/script.php?script_id=1343">http://www.vim.org/scripts/script.php?script_id=1343</a>. This little thing updates your tags automatically on each buffer save. Just try it &#8211; you won&#8217;t go back, I promise! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I would suggest one small tweak to correct the plugin issue (which I believe will be fixed soon by it&#8217;s author). After having enabling the plugin I started to receive annoying messages containing ctags console output. I had to press &#8220;ENTER&#8221; each time to continue editing. To get rid of these messages simply change the line in autotag.vim:<br />
<code>autocmd BufWritePost,FileWritePost * call AutoTag ()</code><br />
to<br />
<code>autocmd BufWritePost,FileWritePost * silent call AutoTag ()</code>. </p>
<p>If you are curious about <code>silent</code> &#8211; <code>:help silent</code> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amaslov.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amaslov.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amaslov.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amaslov.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amaslov.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amaslov.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amaslov.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amaslov.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amaslov.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amaslov.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=18&subd=amaslov&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amaslov.wordpress.com/2009/03/06/vim-updating-ctags-file-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a33889bacebee63cba88cfc48025305f?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">amaslov</media:title>
		</media:content>
	</item>
		<item>
		<title>Usable console on Windows</title>
		<link>http://amaslov.wordpress.com/2007/05/18/usable-console-on-windows/</link>
		<comments>http://amaslov.wordpress.com/2007/05/18/usable-console-on-windows/#comments</comments>
		<pubDate>Fri, 18 May 2007 21:00:43 +0000</pubDate>
		<dc:creator>amaslov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://amaslov.wordpress.com/2007/05/18/usable-console-on-windows/</guid>
		<description><![CDATA[Console2
Poderosa
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=15&subd=amaslov&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://sourceforge.net/projects/console/">Console2</a><br />
<a href="http://en.poderosa.org/">Poderosa</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amaslov.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amaslov.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amaslov.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amaslov.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amaslov.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amaslov.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amaslov.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amaslov.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amaslov.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amaslov.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amaslov.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amaslov.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=15&subd=amaslov&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amaslov.wordpress.com/2007/05/18/usable-console-on-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a33889bacebee63cba88cfc48025305f?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">amaslov</media:title>
		</media:content>
	</item>
		<item>
		<title>HOWTO: Installing Java on Ubuntu/Debian</title>
		<link>http://amaslov.wordpress.com/2007/04/28/howto-installing-java-on-ubuntudebian/</link>
		<comments>http://amaslov.wordpress.com/2007/04/28/howto-installing-java-on-ubuntudebian/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 11:47:31 +0000</pubDate>
		<dc:creator>amaslov</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://amaslov.wordpress.com/2007/04/28/howto-installing-java-on-ubuntudebian/</guid>
		<description><![CDATA[http://technowizah.com/2005/12/debianubuntu-how-to-suns-java.html
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=14&subd=amaslov&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://technowizah.com/2005/12/debianubuntu-how-to-suns-java.html">http://technowizah.com/2005/12/debianubuntu-how-to-suns-java.html</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amaslov.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amaslov.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amaslov.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amaslov.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amaslov.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amaslov.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amaslov.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amaslov.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amaslov.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amaslov.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amaslov.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amaslov.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=14&subd=amaslov&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amaslov.wordpress.com/2007/04/28/howto-installing-java-on-ubuntudebian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a33889bacebee63cba88cfc48025305f?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">amaslov</media:title>
		</media:content>
	</item>
		<item>
		<title>Joel&#8217;s Guide To Interviewing: Must Read</title>
		<link>http://amaslov.wordpress.com/2007/04/13/joels-guide-to-interviewing-must-read/</link>
		<comments>http://amaslov.wordpress.com/2007/04/13/joels-guide-to-interviewing-must-read/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 09:51:29 +0000</pubDate>
		<dc:creator>amaslov</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://amaslov.wordpress.com/2007/04/13/joels-guide-to-interviewing-must-read/</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=13&subd=amaslov&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.joelonsoftware.com/articles/GuerrillaInterviewing3.html"></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amaslov.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amaslov.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amaslov.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amaslov.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amaslov.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amaslov.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amaslov.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amaslov.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amaslov.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amaslov.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amaslov.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amaslov.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=13&subd=amaslov&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amaslov.wordpress.com/2007/04/13/joels-guide-to-interviewing-must-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a33889bacebee63cba88cfc48025305f?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">amaslov</media:title>
		</media:content>
	</item>
		<item>
		<title>Good SQLAlchemy extension</title>
		<link>http://amaslov.wordpress.com/2007/04/11/good-sqlalchemy-extension/</link>
		<comments>http://amaslov.wordpress.com/2007/04/11/good-sqlalchemy-extension/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 15:05:46 +0000</pubDate>
		<dc:creator>amaslov</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://amaslov.wordpress.com/2007/04/11/good-sqlalchemy-extension/</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=12&subd=amaslov&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://importantshock.wordpress.com/2007/02/13/elixir-good-for-what-ails-you/"></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amaslov.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amaslov.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amaslov.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amaslov.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amaslov.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amaslov.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amaslov.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amaslov.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amaslov.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amaslov.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amaslov.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amaslov.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=12&subd=amaslov&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amaslov.wordpress.com/2007/04/11/good-sqlalchemy-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a33889bacebee63cba88cfc48025305f?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">amaslov</media:title>
		</media:content>
	</item>
		<item>
		<title>Excellent thread about languages, mostly Python vs Ruby vs Java</title>
		<link>http://amaslov.wordpress.com/2007/04/11/excellent-thread-about-languages-mostly-python-vs-ruby-vs-java/</link>
		<comments>http://amaslov.wordpress.com/2007/04/11/excellent-thread-about-languages-mostly-python-vs-ruby-vs-java/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 14:26:06 +0000</pubDate>
		<dc:creator>amaslov</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://amaslov.wordpress.com/2007/04/11/excellent-thread-about-languages-mostly-python-vs-ruby-vs-java/</guid>
		<description><![CDATA[http://www.artima.com/forums/flat.jsp?forum=106&#38;thread=141312&#38;msRange=15
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=11&subd=amaslov&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.artima.com/forums/flat.jsp?forum=106&amp;thread=141312&amp;msRange=15">http://www.artima.com/forums/flat.jsp?forum=106&amp;thread=141312&amp;msRange=15</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/amaslov.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/amaslov.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amaslov.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amaslov.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amaslov.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amaslov.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amaslov.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amaslov.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amaslov.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amaslov.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amaslov.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amaslov.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amaslov.wordpress.com&blog=597827&post=11&subd=amaslov&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://amaslov.wordpress.com/2007/04/11/excellent-thread-about-languages-mostly-python-vs-ruby-vs-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a33889bacebee63cba88cfc48025305f?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">amaslov</media:title>
		</media:content>
	</item>
	</channel>
</rss>