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

<channel>
	<title>Blog of Leonid Mamchenkov</title>
	<atom:link href="http://mamchenkov.net/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://mamchenkov.net/wordpress</link>
	<description>You just stepped in a pile of posts.</description>
	<lastBuildDate>Fri, 19 Mar 2010 09:45:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Programmer&#8217;s Day</title>
		<link>http://mamchenkov.net/wordpress/2010/03/19/programmers-day/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=programmers-day</link>
		<comments>http://mamchenkov.net/wordpress/2010/03/19/programmers-day/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 09:45:13 +0000</pubDate>
		<dc:creator>Leonid Mamchenkov</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://mamchenkov.net/wordpress/?p=12269</guid>
		<description><![CDATA[Here is a funny, yet too realistic diagram of a programmer&#8217;s day.  See a bigger version and some comments over at Digg.


	Tags: Humor, office, productivity, work
]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Here is a funny, yet too realistic diagram of a programmer&#8217;s day.  See a bigger version and some comments over at <a href="http://digg.com/programming/A_Day_In_The_Life_Of_A_Programmer_v1_0_COMIC">Digg</a>.</p>
<p><a href="http://digg.com/programming/A_Day_In_The_Life_Of_A_Programmer_v1_0_COMIC"><img class="aligncenter size-full wp-image-12270" title="A day in programmer's life" src="http://mamchenkov.net/wordpress/wp-content/uploads/2010/03/programmer_day.png" alt="" width="500" height="349" /></a></p>
<!-- google_ad_section_end -->
	<div class="postMeta"><span class="tags">Tags: <a href="http://mamchenkov.net/wordpress/tag/humor/" title="Humor" rel="tag">Humor</a>, <a href="http://mamchenkov.net/wordpress/tag/office/" title="office" rel="tag">office</a>, <a href="http://mamchenkov.net/wordpress/tag/productivity/" title="productivity" rel="tag">productivity</a>, <a href="http://mamchenkov.net/wordpress/tag/work/" title="work" rel="tag">work</a></span></div>
]]></content:encoded>
			<wfw:commentRss>http://mamchenkov.net/wordpress/2010/03/19/programmers-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy SSH key to remote machine</title>
		<link>http://mamchenkov.net/wordpress/2010/03/19/copy-ssh-key-to-remote-machine/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=copy-ssh-key-to-remote-machine</link>
		<comments>http://mamchenkov.net/wordpress/2010/03/19/copy-ssh-key-to-remote-machine/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 09:13:46 +0000</pubDate>
		<dc:creator>Leonid Mamchenkov</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://mamchenkov.net/wordpress/?p=12267</guid>
		<description><![CDATA[Those of us who use secure shell (SSH) for logging in to remote machines, already know about key authentication, which is so much easier and sometimes more secure than password authentication.  We also know that in order to make it work you need to:

generate a pair of keys with ssh-keygen command
copy public key from the [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Those of us who use secure shell (SSH) for logging in to remote machines, already know about key authentication, which is so much easier and sometimes more secure than password authentication.  We also know that in order to make it work you need to:</p>
<ul>
<li>generate a pair of keys with <em>ssh-keygen</em> command</li>
<li>copy public key from the local machine to <em>authorized_keys</em> file on the remote machine</li>
<li>fix the permissions of the <em>.ssh/</em> folder and <em>authorized_keys</em> file on the remote machine</li>
</ul>
<p>And that&#8217;s just what we have been doing.  Or at least me.  Today, after approximately 10 years of using secure shell, I&#8217;ve learned that there is a <strong><em>ssh-copy-id</em></strong> command, which will automatically add your current public key to a remote machine&#8217;s <em>authorized_keys</em> file and arrange for correct permissions.   Wow!</p>
<p>Thanks to <a href="http://twitter.com/commandlinefu">@commandlinefu</a> and top <a href="http://www.catonmat.net/blog/top-ten-one-liners-from-commandlinefu-explained/">10 one-liners blog post</a>.</p>
<!-- google_ad_section_end -->
	<div class="postMeta"><span class="tags">Tags: <a href="http://mamchenkov.net/wordpress/tag/command-line/" title="command line" rel="tag">command line</a>, <a href="http://mamchenkov.net/wordpress/tag/security/" title="security" rel="tag">security</a>, <a href="http://mamchenkov.net/wordpress/tag/tips/" title="tips" rel="tag">tips</a></span></div>
]]></content:encoded>
			<wfw:commentRss>http://mamchenkov.net/wordpress/2010/03/19/copy-ssh-key-to-remote-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day in brief</title>
		<link>http://mamchenkov.net/wordpress/2010/03/18/day-in-brief/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=day-in-brief</link>
		<comments>http://mamchenkov.net/wordpress/2010/03/18/day-in-brief/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 20:01:00 +0000</pubDate>
		<dc:creator>Leonid Mamchenkov</dc:creator>
				<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://mamchenkov.net/wordpress/2010/03/18/day-in-brief-4/</guid>
		<description><![CDATA[
Tried KDE 4 in Fedora Linux 12.  Still as unusable as ever.  #
Mitter looks like a really simple (but nice) Twitter app for Gnome.  #
Mitter turned out to be too simplified. No way to close it or to switch between different streams. Trying out pino.  Also sweet. :)  #
I favorited [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><ul class="aktt_tweet_digest">
<li>Tried KDE 4 in Fedora Linux 12.  Still as unusable as ever.  <a href="http://twitter.com/mamchenkov/statuses/10648554718" class="aktt_tweet_time">#</a></li>
<li>Mitter looks like a really simple (but nice) Twitter app for Gnome.  <a href="http://twitter.com/mamchenkov/statuses/10648599942" class="aktt_tweet_time">#</a></li>
<li>Mitter turned out to be too simplified. No way to close it or to switch between different streams. Trying out pino.  Also sweet. :)  <a href="http://twitter.com/mamchenkov/statuses/10665480540" class="aktt_tweet_time">#</a></li>
<li>I favorited a YouTube video &#8212; Konica Minolta chooses Google Apps <a href='http://youtu.be/ORHFwcRhgDY?a' rel='nofollow'>http://youtu.be/ORHFwcRhgDY?a</a>  <a href="http://twitter.com/mamchenkov/statuses/10684772953" class="aktt_tweet_time">#</a></li>
<li>I favorited a YouTube video &#8212; The Joker&#39;s Magic/Pencil Trick (High Quality) <a href='http://youtu.be/2KX3OriDpgg?a' rel='nofollow'>http://youtu.be/2KX3OriDpgg?a</a>  <a href="http://twitter.com/mamchenkov/statuses/10689096048" class="aktt_tweet_time">#</a></li>
</ul>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://mamchenkov.net/wordpress/2010/03/18/day-in-brief/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diggnation week</title>
		<link>http://mamchenkov.net/wordpress/2010/03/17/diggnation-week/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=diggnation-week</link>
		<comments>http://mamchenkov.net/wordpress/2010/03/17/diggnation-week/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 21:30:13 +0000</pubDate>
		<dc:creator>Leonid Mamchenkov</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[diggnation]]></category>
		<category><![CDATA[geek culture]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://mamchenkov.net/wordpress/?p=12263</guid>
		<description><![CDATA[I officially call this week a Diggnation week.  Not that I have anything to do with Diggnation except being a fan, but you&#8217;ll get what I mean in just a second.  First, on Monday, while shopping at Carrefour supermarket, I came across Michelob lager bottles.  Michelob is an American brewery which used to sponsor several [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>I officially call this week a <strong>Diggnation week</strong>.  Not that I have anything to do with <a href="http://revision3.com/diggnation">Diggnation</a> except being a fan, but you&#8217;ll get what I mean in just a second.  First, on Monday, while shopping at Carrefour supermarket, I came across <a href="http://www.michelob.com/">Michelob</a> lager bottles.  Michelob is an American brewery which used to sponsor several Diggnatino episodes, and Kevin and Alex even did a tour of the brewery.   Not a particularly great beer (here in Europe we are blessed with a variety of excellent beers), but not a bad one either.</p>
<p><a href="http://www.michelob.com/"><img class="aligncenter size-full wp-image-12264" title="michelob" src="http://mamchenkov.net/wordpress/wp-content/uploads/2010/03/michelob.jpg" alt="" width="150" height="250" /></a></p>
<p>Secondly, I was waiting for a fresh episode of Diggnation to come out and give me an atmospheric reason to chuck the first bottle and enjoy the second.  And what did Diggnation do?  They came up with probably their best live show episode ever.  <a href="http://revision3.com/diggnation/sxsw2010">Episode #246 in Austin, Texas</a>.  It started off slowly, but it turned epic with Leo Laporte streaming a live TWiT show while crowd surfing (fast forward 40 minutes or so).  And then it went even crazier with Robert Rodrigez himself showing up at the show and doing a brief interview about an upcoming Predators movie.   In the words of Alex Albrecht: &#8220;What??!!!&#8221;</p>
<p>P.S.: If you watched a few episodes of Diggnation and haven&#8217;t got hooked, don&#8217;t worry.  I skipped quite a bit of Diggnation history.  Until I saw them with my own two eyes back in Amsterdam.  The guys are awesome!</p>
<!-- google_ad_section_end -->
	<div class="postMeta"><span class="tags">Tags: <a href="http://mamchenkov.net/wordpress/tag/beer/" title="beer" rel="tag">beer</a>, <a href="http://mamchenkov.net/wordpress/tag/diggnation/" title="diggnation" rel="tag">diggnation</a>, <a href="http://mamchenkov.net/wordpress/tag/geek-culture/" title="geek culture" rel="tag">geek culture</a>, <a href="http://mamchenkov.net/wordpress/tag/videos/" title="videos" rel="tag">videos</a></span></div>
]]></content:encoded>
			<wfw:commentRss>http://mamchenkov.net/wordpress/2010/03/17/diggnation-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lenovo G550 laptop</title>
		<link>http://mamchenkov.net/wordpress/2010/03/17/lenovo-g550-laptop/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=lenovo-g550-laptop</link>
		<comments>http://mamchenkov.net/wordpress/2010/03/17/lenovo-g550-laptop/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 11:04:57 +0000</pubDate>
		<dc:creator>Leonid Mamchenkov</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[fedora linux]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[laptops]]></category>
		<category><![CDATA[lenovo]]></category>
		<category><![CDATA[notebooks]]></category>

		<guid isPermaLink="false">http://mamchenkov.net/wordpress/?p=12257</guid>
		<description><![CDATA[
A couple of days ago I bought two Lenovo G550 laptops &#8211; one for me, one for my wife.  After spending a day browsing all the online shops and driving around all computer outlets in the city, I decided that this is the best option available.
Specifications: Dual-core 2Ghz Intel CPU, 15.6 inch glossy screen (WXGA, [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://mamchenkov.net/wordpress/wp-content/uploads/2010/03/lenovo_g550.png"><img class="aligncenter size-full wp-image-12258" title="Lenovo G550" src="http://mamchenkov.net/wordpress/wp-content/uploads/2010/03/lenovo_g550.png" alt="" width="446" height="269" /></a></p>
<p>A couple of days ago I bought two <strong>Lenovo G550</strong> laptops &#8211; one for me, one for my wife.  After spending a day browsing all the online shops and driving around all computer outlets in the city, I decided that this is the best option available.</p>
<p><strong>Specifications</strong>: Dual-core 2Ghz Intel CPU, 15.6 inch glossy screen (WXGA, maximum resolution 1366&#215;768), 4 GB of RAM, 250 GB hard disk, a bunch of USB ports, HDMI out, DVD writer, WiFi, and all the standard stuff, weighting at around 2.7 kilograms. Battery life is around 4 hours. Price: 500 EUR + 15% VAT = <strong>575 EUR</strong>.</p>
<p>Both machines are running Linux (Fedora 12) already, even though they were coming with some Windows pre-installed.  I wouldn&#8217;t know which one since I haven&#8217;t even booted into that once.  Fedora Linux installation was straight-forward and everything worked, except for the wireless networking, which needs an extra step to enable those Broadcom drivers.  Gladly, the required step is widely covered in the blogosphere. &#8211; basically, enable <a href="http://rpmfusion.org/">RPM Fusion yum repository</a>, install <em>kmod-wl</em> package, and reboot your machine.</p>
<p>Everything is working find and I really enjoy the laptop, except for a few things that annoy me with its keyboard.  The layout is somewhat weird.  First of all, I am not used to having a number pad on a laptop keyboard.  But that&#8217;s OK &#8211; if there is space, then why not, right?  Well, there is space, but I think it would have been utilized better for Home, End, PgUp, and PgDn keys.  As they are now, PgUp and PgDn are located next to navigation arrow keys and Home/End keys are only accessible through a Fn key, which is really strange.  On top of that, Insert and Delete keys are in a different part of the keyboard &#8211; on top of the Backspace key.  And while I don&#8217;t use Caps Lock all that often, some people will notice that Caps Lock indicator is missing, as well as NumLock and ScrollLock.  What can I say?  That&#8217;s one <strong>weird keyboard layout</strong>.</p>
<p>Other than that though there is nothing that I can complain about.  The machine is nice and cool and pleasant to use.  My wife seems to enjoy it as well.</p>
<!-- google_ad_section_end -->
	<div class="postMeta"><span class="tags">Tags: <a href="http://mamchenkov.net/wordpress/tag/fedora-linux/" title="fedora linux" rel="tag">fedora linux</a>, <a href="http://mamchenkov.net/wordpress/tag/hardware/" title="hardware" rel="tag">hardware</a>, <a href="http://mamchenkov.net/wordpress/tag/laptops/" title="laptops" rel="tag">laptops</a>, <a href="http://mamchenkov.net/wordpress/tag/lenovo/" title="lenovo" rel="tag">lenovo</a>, <a href="http://mamchenkov.net/wordpress/tag/notebooks/" title="notebooks" rel="tag">notebooks</a></span></div>
]]></content:encoded>
			<wfw:commentRss>http://mamchenkov.net/wordpress/2010/03/17/lenovo-g550-laptop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenSSH 5.4 released</title>
		<link>http://mamchenkov.net/wordpress/2010/03/17/openssh-5-4-released/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=openssh-5-4-released</link>
		<comments>http://mamchenkov.net/wordpress/2010/03/17/openssh-5-4-released/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 09:53:15 +0000</pubDate>
		<dc:creator>Leonid Mamchenkov</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://mamchenkov.net/wordpress/?p=12254</guid>
		<description><![CDATA[Now that I have a bit more time on my hands, I am catching up with all the RSS feeds, news, and announcements that I&#8217;ve missed recently.  One of them was the release of OpenSSH 5.4 &#8211; a tool for pretty much every Linux user.  There are a few interesting bits in the changelog:
Added a [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Now that I have a bit more time on my hands, I am catching up with all the RSS feeds, news, and announcements that I&#8217;ve missed recently.  One of them was the <a href="http://undeadly.org/cgi?action=article&amp;sid=20100309072751">release of OpenSSH 5.4</a> &#8211; a tool for pretty much every Linux user.  There are a few interesting bits in the changelog:</p>
<blockquote><p>Added a &#8216;netcat mode&#8217; to ssh(1): &#8220;ssh -W host:port &#8230;&#8221; This connects stdio on the client to a single port forward on the server. This allows, for example, using ssh as a ProxyCommand to route connections via intermediate servers.</p></blockquote>
<p>and</p>
<blockquote><p>Add a &#8216;read-only&#8217; mode to sftp-server(8) that disables open in write mode and all other fs-modifying protocol methods.</p></blockquote>
<p>Also, it was mentioned that sftp got a whole lot of improvements, including tab completion, user-friendly sizes option, recursive transfers, etc.</p>
<p>Overall, a very welcome release.</p>
<!-- google_ad_section_end -->
	<div class="postMeta"><span class="tags">Tags: <a href="http://mamchenkov.net/wordpress/tag/security/" title="security" rel="tag">security</a></span></div>
]]></content:encoded>
			<wfw:commentRss>http://mamchenkov.net/wordpress/2010/03/17/openssh-5-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Survey Results from The 451 Group</title>
		<link>http://mamchenkov.net/wordpress/2010/03/16/open-source-survey-results-from-the-451-group/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=open-source-survey-results-from-the-451-group</link>
		<comments>http://mamchenkov.net/wordpress/2010/03/16/open-source-survey-results-from-the-451-group/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 12:44:06 +0000</pubDate>
		<dc:creator>Leonid Mamchenkov</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[open source software]]></category>

		<guid isPermaLink="false">http://mamchenkov.net/wordpress/?p=12251</guid>
		<description><![CDATA[Last year I participated in the Open Source Survey ran by The 451 Group, who are well known for their analysis and research technology and business trends.  Back in December they emailed me the results of the survey.  Unfortunately, it sort of got lost in my mailbox and never had the time to read it.  [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Last year I participated in the Open Source Survey ran by <a href="http://the451group.com/">The 451 Group</a>, who are well known for their analysis and research technology and business trends.  Back in December they emailed me the results of the survey.  Unfortunately, it sort of got lost in my mailbox and never had the time to read it.  Now, cleaning up the stuff, I came across <a href="http://mamchenkov.net/wordpress/wp-content/uploads/2010/03/451_CAOS_ClimateChange_SurveyResults_R1.pdf">the PDF file with survey results</a>.  While parts of it are rather predictable it is still an interesting read.</p>
<blockquote><p>Lower cost is still the top reason an organization decides to use open source software, but flexibility has become a more significant factor in recent years, and is now cited as the biggest post-adoption benefit of open source. Meanwhile, vendor lock-in appears to have become less of a concern. With nearly half of our survey respondents citing cost, we believe it will continue to be the leading factor driving consideration of open source. While flexibility, mitigation of vendor lock-in and even reliability will continue to be significant factors, the cost element is reinforced by the time-to-market and time-to-value advantages of open source software.</p></blockquote>
<!-- google_ad_section_end -->
	<div class="postMeta"><span class="tags">Tags: <a href="http://mamchenkov.net/wordpress/tag/business/" title="Business" rel="tag">Business</a>, <a href="http://mamchenkov.net/wordpress/tag/open-source-software/" title="open source software" rel="tag">open source software</a></span></div>
]]></content:encoded>
			<wfw:commentRss>http://mamchenkov.net/wordpress/2010/03/16/open-source-survey-results-from-the-451-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parting ways with FxPro</title>
		<link>http://mamchenkov.net/wordpress/2010/03/12/parting-ways-with-fxpro/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=parting-ways-with-fxpro</link>
		<comments>http://mamchenkov.net/wordpress/2010/03/12/parting-ways-with-fxpro/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 17:09:46 +0000</pubDate>
		<dc:creator>Leonid Mamchenkov</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://mamchenkov.net/wordpress/?p=12249</guid>
		<description><![CDATA[Today was my last day with FxPro Financial Services Ltd.   Looking back at how much I&#8217;ve learned and at how much the company changed during my time there, it&#8217;s really difficult to believe that I was there for only two years.  In that time, the IT infrastructure was totally redesigned, several major versions of the [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Today was my last day with <a href="http://www.fxpro.com">FxPro Financial Services Ltd</a>.   Looking back at how much I&#8217;ve learned and at how much the company changed during my time there, it&#8217;s really difficult to believe that I was there for only two years.  In that time, the IT infrastructure was totally redesigned, several major versions of the corporate web site were launched, <a href="https://www.myfx.pro">MyFx.Pro</a> was developed from scratch and much improved over hundreds of iterrations, the company moved into a new (and bigger) office, and the staff grew in numbers.  While internal changes are not always visible to the outside world, an accumulated effect is rather obvious &#8211; the company is now well established, known, and respected in the industry.</p>
<p>For me, this work was personal.  And how it couldn&#8217;t have been?  During the last two years I enjoyed working with and learning from a lot from a number of people.  Each and every one of them left a trace in both my personal character and professional career.  And for that I&#8217;m thankful.</p>
<p>As much as I enjoyed working at FxPro, now is the time to part our ways.  I wish good luck and all the best to the company as a whole, as well as to everyone individually.   It was a blust!  Thank you.</p>
<!-- google_ad_section_end -->
	<div class="postMeta"><span class="tags">Tags: <a href="http://mamchenkov.net/wordpress/tag/career/" title="career" rel="tag">career</a>, <a href="http://mamchenkov.net/wordpress/tag/work/" title="work" rel="tag">work</a></span></div>
]]></content:encoded>
			<wfw:commentRss>http://mamchenkov.net/wordpress/2010/03/12/parting-ways-with-fxpro/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Checkout &#8211; an example to follow</title>
		<link>http://mamchenkov.net/wordpress/2010/03/12/google-checkout-an-example-to-follow/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=google-checkout-an-example-to-follow</link>
		<comments>http://mamchenkov.net/wordpress/2010/03/12/google-checkout-an-example-to-follow/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 07:49:27 +0000</pubDate>
		<dc:creator>Leonid Mamchenkov</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Web work]]></category>
		<category><![CDATA[Google Checkout]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://mamchenkov.net/wordpress/?p=12247</guid>
		<description><![CDATA[My Gmail free space has been running out way too often recently.  I got bored with cleaning it up all the time and decided to upgrade my account.  While the process of buying something online is often trivial, I was pleasantly surprised by Google Checkout.  It was even easier than ever.  It felt like every [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>My Gmail free space has been running out way too often recently.  I got bored with cleaning it up all the time and decided to <a href="https://www.google.com/accounts/PurchaseStorage">upgrade my account</a>.  While the process of buying something online is often trivial, I was pleasantly surprised by Google Checkout.  It was even easier than ever.  It felt like every little detail has been thought about.  Here are the things that I particularly liked:</p>
<ul>
<li>Simple, straight-forward interface.  No bragging about coupons, special offers, promotions, and a trillion redirects.</li>
<li>Sensible defaults.  Google knows my name, address, and telephone number.  They can use this information to make order form submission easier.  And they do.  Including the default for the &#8220;name on card&#8221; field.</li>
<li>Clear information about the amount being charged.  Order submission button itself displays the amount that will be charged.  This way you can&#8217;t be confused by all the sub-totals, taxes, etc.  Crystal clear!</li>
<li>Excellent email notification.  The email clearly states what I have bought and when I will get it.</li>
</ul>
<p>While none of the above sounds like rocket science, it actually is.  Go and buy something, enjoy the experience.</p>
<!-- google_ad_section_end -->
	<div class="postMeta"><span class="tags">Tags: <a href="http://mamchenkov.net/wordpress/tag/google-checkout/" title="Google Checkout" rel="tag">Google Checkout</a>, <a href="http://mamchenkov.net/wordpress/tag/user-interface/" title="user interface" rel="tag">user interface</a></span></div>
]]></content:encoded>
			<wfw:commentRss>http://mamchenkov.net/wordpress/2010/03/12/google-checkout-an-example-to-follow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to Mozilla Firefox</title>
		<link>http://mamchenkov.net/wordpress/2010/03/12/back-to-mozilla-firefox/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=back-to-mozilla-firefox</link>
		<comments>http://mamchenkov.net/wordpress/2010/03/12/back-to-mozilla-firefox/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 07:41:23 +0000</pubDate>
		<dc:creator>Leonid Mamchenkov</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Web work]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>

		<guid isPermaLink="false">http://mamchenkov.net/wordpress/?p=12245</guid>
		<description><![CDATA[About a month ago I praised Chromium browser (and Google Chrome incarnation of it).  It&#8217;s fast, slick, and like Firefox has a gadzillion extensions.  Unfortunately, I switched back to Mozilla Firefox for now.  And as much as I&#8217;d like to use Chrome, there is an issue that annoys me enough not to &#8211; profile corruption.
As [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>About a month ago <a href="http://mamchenkov.net/wordpress/2010/02/11/the-amazing-chromium/">I praised Chromium browser</a> (and Google Chrome incarnation of it).  It&#8217;s fast, slick, and like Firefox has a gadzillion extensions.  Unfortunately, I switched back to Mozilla Firefox for now.  And as much as I&#8217;d like to use Chrome, there is an issue that annoys me enough not to &#8211; profile corruption.</p>
<p>As any other young application, Chromium crashes quite often.   That is understandable.  But the problem is that every time it crashes, my browser profile is corrupted, which results in loss of history, saved passwords, and open tabs.  That&#8217;s just something I can&#8217;t tolerate.  Crash  all you want, but bring me right back to where I was, when I restart your sorry butt!</p>
<p>Hopefully this problem will annoy enough people for someone to step up and fix it.</p>
<!-- google_ad_section_end -->
	<div class="postMeta"><span class="tags">Tags: <a href="http://mamchenkov.net/wordpress/tag/browsers/" title="Browsers" rel="tag">Browsers</a>, <a href="http://mamchenkov.net/wordpress/tag/google-chrome/" title="Google Chrome" rel="tag">Google Chrome</a>, <a href="http://mamchenkov.net/wordpress/tag/mozilla-firefox/" title="Mozilla Firefox" rel="tag">Mozilla Firefox</a></span></div>
]]></content:encoded>
			<wfw:commentRss>http://mamchenkov.net/wordpress/2010/03/12/back-to-mozilla-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
