<?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 Alexander Mamchenkov &#187; General</title>
	<atom:link href="http://alex.mamchenkov.net/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://alex.mamchenkov.net</link>
	<description>... mammoth cave ...</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:58:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>

   <image>
    <title>Blog of Alexander Mamchenkov</title>
    <url>http://0.gravatar.com/avatar/28fa14800d5183df0b0e73cf9c22b5ee.png?s=48</url>
    <link>http://alex.mamchenkov.net</link>
   </image>
		<item>
		<title>DNS wildcard observations</title>
		<link>http://alex.mamchenkov.net/2011/10/11/dns-wildcard-observations/</link>
		<comments>http://alex.mamchenkov.net/2011/10/11/dns-wildcard-observations/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 06:35:29 +0000</pubDate>
		<dc:creator>Alexander Mamchenkov</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://alex.mamchenkov.net/?p=962</guid>
		<description><![CDATA[Had an interesting case with DNS wildcard records: if you have a wildcard (*) A record &#8211; it works pretty fine, but if you specify a CNAME record to point to non-existing A record (which would normally be satisfied by wildcard A record) it won&#8217;t work, at least in the case I had. So as [...]]]></description>
			<content:encoded><![CDATA[<p>Had an interesting case with <acronym title="Domain Name System">DNS</acronym> wildcard records: if you have a wildcard (*) A record &#8211; it works pretty fine, but if you specify a CNAME record to point to non-existing A record (which would normally be satisfied by wildcard A record) it won&#8217;t work, at least in the case I had. So as an example if you have:</p>
<p><strong>Zone file for domain1</strong><br />
<em>* IN A 111.111.111.111</em></p>
<p><strong>Zone file for domain2:</strong><br />
<em>host1 IN CNAME host1.domain1.</em></p>
<p>Then any query for host1.domain1 will resolve with no problems, but when you will try to resolve the host1.domain2 &#8211; it will fail. For this case you need to explicitly specify the host1.domain1. as follows:</p>
<p><strong>Zone file for domain1</strong><br />
<em>host1 IN A 111.111.111.111</em><br />
<em>* IN A 111.111.111.111</em></p>
<p>Interesting case, just to remember for the next time&#8230;</p>]]></content:encoded>
			<wfw:commentRss>http://alex.mamchenkov.net/2011/10/11/dns-wildcard-observations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GNOME3 Delete button in Nautilus</title>
		<link>http://alex.mamchenkov.net/2011/10/04/gnome3-delete-button-in-nautilus/</link>
		<comments>http://alex.mamchenkov.net/2011/10/04/gnome3-delete-button-in-nautilus/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 17:19:09 +0000</pubDate>
		<dc:creator>Alexander Mamchenkov</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://alex.mamchenkov.net/?p=955</guid>
		<description><![CDATA[Just noticed that Delete button in Nautilus of GNOME3 does not delete a file. Either Shift+Delete should be used to delete file completely or Ctrl+Delete for normal removal to Trash. If you use Nautilus a lot and would like to get normal (old-style) behaviour, check out these post: http://www.khattam.info/howto-enable-delete-key-in-nautilus-3-fedora-15-2011-06-01.html Basically you need to enable accels key [...]]]></description>
			<content:encoded><![CDATA[<p>Just noticed that Delete button in Nautilus of GNOME3 does not delete a file. Either Shift+Delete should be used to delete file completely or Ctrl+Delete for normal removal to Trash.</p>
<p>If you use Nautilus a lot and would like to get normal (old-style) behaviour, check out these post: <a href="http://www.khattam.info/howto-enable-delete-key-in-nautilus-3-fedora-15-2011-06-01.html">http://www.khattam.info/howto-enable-delete-key-in-nautilus-3-fedora-15-2011-06-01.html<br />
</a></p>
<p>Basically you need to enable accels key editing in Gnome with gsettings (or gconf-editor), then reassign a button you wish and then disable change of accels key back (unless you want to have it permanently on, which I don&#8217;t advice, otherwise you might mess a bit by accident),</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
			<wfw:commentRss>http://alex.mamchenkov.net/2011/10/04/gnome3-delete-button-in-nautilus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>September, vacations&#8230;</title>
		<link>http://alex.mamchenkov.net/2011/09/26/september-vacations/</link>
		<comments>http://alex.mamchenkov.net/2011/09/26/september-vacations/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 06:35:01 +0000</pubDate>
		<dc:creator>Alexander Mamchenkov</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://alex.mamchenkov.net/?p=949</guid>
		<description><![CDATA[It&#8217;s been a long while since I&#8217;ve been on such good vacations. More than one week away from office traveling around Cyprus and having all sorts of fun. Just a short post with list of things done during these nice days: 15/09/2011: Trip to Agia Napa to see Olga and Anatoly who came to visit [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long while since I&#8217;ve been on such good vacations. More than one week away from office traveling around Cyprus and having all sorts of fun. Just a short post with list of things done during these nice days:</p>
<p>15/09/2011:</p>
<ul>
<li>Trip to Agia Napa to see Olga and Anatoly who came to visit us from Finland. Saw Cape Greko and sea caves (<a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627586848867/" target="_blank">photos here</a>)</li>
<li>Short stop at MacKenzie Beach in Larnaca to see landing airplanes (<a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627710831274/" target="_blank">photos</a>)</li>
<li>Some nice food at Lesheotiki Kebab place in Limassol. Guys offer buffet for EURO 7.90 only with unlimited food. Nice&#8230;</li>
<li>Trip to Germasogia Dam. Apparently it is almost empty (<a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627710844238/" target="_blank">photos</a>)</li>
<li>Wine festival. Promised to show it to the guys</li>
<li>Home. Wine. Guitar. Some nice mint liquor</li>
</ul>
<p>16/09/2011:</p>
<ul>
<li>Car broke in the morning. Took it to garage</li>
<li>Bus trip to Park Beach</li>
<li>Few beers to recover after hangover at a beach cafe (<a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627586905067/" target="_blank">photos</a>)</li>
<li>Borrowed Toyota IQ from a friend of mine to continue with nice vacations</li>
<li>Trip to Aphrodite Hills via old Paphos road and short stop at the top of the Kurium beach (<a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627710880692/" target="_blank">photos</a>)</li>
<li>Kebabs at my favorite place next to pentadromos.</li>
<li>Few beers and nice sea at the Kurium beach in the evening</li>
</ul>
<p>17/09/2011:</p>
<ul>
<li>Kurium archaeological stuff for the guys under hot Sun (<a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627586928971/" target="_blank">photos</a>)</li>
<li>Trip to mountains passing Platres, trout farm, Troodos, Olympus and way back (<a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627586940941/" target="_blank">photos</a>)</li>
<li>Short stop at the top of Monte Caputo parking for a nice view of Limassol at night</li>
</ul>
<p>18/09/2011:</p>
<ul>
<li>Trip to Agia Napa to bring guys back to their hotel and let them enjoy some more Sun and sea during their last day in Cyprus, while we were having some beers and kupa in the beach cafe (<a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627711150262/" target="_blank">photos</a>)</li>
</ul>
<p>19/09/2011 &#8211; 20/09/2011:</p>
<ul>
<li>Took car back from the garage, successfully fixed</li>
<li>Recovering and relaxing at home after that many events and trips with guys. Uploading photos, watching movies, sleeping&#8230;</li>
</ul>
<p>21/09/2011:</p>
<ul>
<li>Trip to Omodos village in the mountains (<a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627601738089/" target="_blank">photos</a>)</li>
<li>Trip to Foini village. Wanted to enjoy some nice stake but Augustos (owner of the tavern) was not there, so we just spent some time there taking pictures and left back to Limassol (<a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627725835732/" target="_blank">photos</a>)</li>
<li>Pork chops and Guiness in Moly Malones</li>
<li>Few billiard games with Sergey at Century Billiard Club</li>
<li>Few pitchers of Krombaher at Ship Inn</li>
</ul>
<p>22/09/2011:</p>
<ul>
<li>Relaxing at home with movies</li>
<li>Shopping</li>
<li>Few beers and guitar with Den at home</li>
</ul>
<p>23/09/2011:</p>
<ul>
<li>Trip to Kakopetria. Very nice village with tons of view for our camera (<a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627615417623/" target="_blank">photos</a>)</li>
<li>Short stop uphill from Limassol to enjoy nice view on a city (<a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627739384194/" target="_blank">photos</a>)</li>
</ul>
<p>24/09/2011:</p>
<ul>
<li>Trip to Akamas ending at the nice tavern in Latsi. Promised this trip to Yana for ages and finally did it. Like it a lot myself (<a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627621908569/" target="_blank">photos</a>)</li>
</ul>
<p>25/09/2011:</p>
<ul>
<li>Morning trip to Agia Napa with mam to let her enjoy the sea and the Sun. Ended with t-storm.</li>
<li>Nice food and movies on a sofa at home to finalize the vacations</li>
</ul>
<p>There are also few random pics while Olga and Anatoly were in Limassol which I didn&#8217;t manage to put in different sets, so I created a separate one for them <a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627586892909/" target="_blank">here</a>.</p>
<p>I might miss some events in the above just because there were too many and I might forget something.</p>
<p>Finally, just wanted to mention that one week prior to vacations I had another guests coming to Agia Napa whom I managed to visit: <a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627596857082/" target="_blank">Alexandra Negina and her sister</a>. By some strange chance I had two of my classmates (Olga and Alexandra) visited me in one month, though I haven&#8217;t seen any of my classmates for years.</p>]]></content:encoded>
			<wfw:commentRss>http://alex.mamchenkov.net/2011/09/26/september-vacations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repost: If you can read this you have a strong mind</title>
		<link>http://alex.mamchenkov.net/2011/09/05/repost-if-you-can-read-this-you-have-a-strong-mind/</link>
		<comments>http://alex.mamchenkov.net/2011/09/05/repost-if-you-can-read-this-you-have-a-strong-mind/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 06:53:24 +0000</pubDate>
		<dc:creator>Alexander Mamchenkov</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://alex.mamchenkov.net/?p=943</guid>
		<description><![CDATA[7H15 M3554G3 53RV35 7O PR0V3 H0W 0UR M1ND C4N D0 4M4Z1NG 7H1NG5, 1MPR3551V3 7H1NG5! 1N 7H3 B3G1NN1NG 17 WA5 H4RD BU7 N0W, 0N 7H15 LIN3 Y0UR M1ND 1S R34D1NG 17 4U70M471C4LLY W17H0U7 3V3N 7H1NK1NG 4B0U7 17, B3 PROUD! 0NLY C3R741N P30PL3 C4N R3AD 7H15. R3-P057 1F U C4N R35D 7H15&#8230; !!! Originally took it from [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>7H15 M3554G3 53RV35 7O PR0V3 H0W 0UR M1ND C4N D0 4M4Z1NG 7H1NG5, 1MPR3551V3 7H1NG5! 1N 7H3 B3G1NN1NG 17 WA5 H4RD BU7 N0W, 0N 7H15 LIN3 Y0UR M1ND 1S R34D1NG 17 4U70M471C4LLY W17H0U7 3V3N 7H1NK1NG 4B0U7 17, B3 PROUD! 0NLY C3R741N P30PL3 C4N R3AD 7H15.<br />
R3-P057 1F U C4N R35D 7H15&#8230; !!!</p></blockquote>
<p>Originally took it from here: <a href="http://maxz-vegas.livejournal.com/310842.html">http://maxz-vegas.livejournal.com/310842.html</a></p>]]></content:encoded>
			<wfw:commentRss>http://alex.mamchenkov.net/2011/09/05/repost-if-you-can-read-this-you-have-a-strong-mind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secret places on a map</title>
		<link>http://alex.mamchenkov.net/2011/08/11/secret-places-on-a-map/</link>
		<comments>http://alex.mamchenkov.net/2011/08/11/secret-places-on-a-map/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 08:19:58 +0000</pubDate>
		<dc:creator>Alexander Mamchenkov</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://alex.mamchenkov.net/?p=935</guid>
		<description><![CDATA[Whenever I need to point somebody to some place on the map, I use wikimapia, since it is very handy for such things. Today, when I went there, I decided to see what&#8217;s around me and found this: http://wikimapia.org/#lat=34.5871849&#38;lon=32.9922009&#38;z=15&#38;l=0&#38;m=b It is a very nicely described Akrotiri RAF. Almost every small building in a guarded area is [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I need to point somebody to some place on the map, I use wikimapia, since it is very handy for such things. Today, when I went there, I decided to see what&#8217;s around me and found this: <a href="http://wikimapia.org/#lat=34.5871849&amp;lon=32.9922009&amp;z=15&amp;l=0&amp;m=b">http://wikimapia.org/#lat=34.5871849&amp;lon=32.9922009&amp;z=15&amp;l=0&amp;m=b</a></p>
<p>It is a very nicely described Akrotiri RAF. Almost every small building in a guarded area is pretty well described and labeled. That&#8217;s kinda cool.</p>]]></content:encoded>
			<wfw:commentRss>http://alex.mamchenkov.net/2011/08/11/secret-places-on-a-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl strict refs</title>
		<link>http://alex.mamchenkov.net/2011/08/02/perl-strict-refs/</link>
		<comments>http://alex.mamchenkov.net/2011/08/02/perl-strict-refs/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 05:01:28 +0000</pubDate>
		<dc:creator>Alexander Mamchenkov</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://alex.mamchenkov.net/?p=929</guid>
		<description><![CDATA[Just a short note on Perl strict refs. I had to dynamically load a module and call a function in perl while using strict mode. Originally tried this way: my $module_name = "Blah"; eval("require $module_name;"); if ($@) {   die "Failed to load module: $@\n"; } else { my $func_name = $module_name . "::do_something"; &#38;$func_name("some args"); } But [...]]]></description>
			<content:encoded><![CDATA[<p>Just a short note on Perl strict refs. I had to dynamically load a module and call a function in perl while using strict mode. Originally tried this way:</p>
<pre>my $module_name = "Blah";
eval("require $module_name;");

if ($@) {
  die "Failed to load module: $@\n";
} else {
  my $func_name = $module_name . "::do_something";
  &amp;$func_name("some args");
}</pre>
<p>But got a warning that I am not allowed to do this while in strict refs. To fix this, had to change the last block to</p>
<pre>  my $func_name = $module_name . "::do_something";
  my $func_ref = \&amp;$func_name;
  &amp;$func_ref("some args");</pre>
<p>And all went fine. One other alternative was to use the next setup:</p>
<pre>  my $func_name = $module_name . "::do_something";
  { no strict refs; &amp;$func_name("some args"); }</pre>
<p>Which would cancel strict refs in a short scope. But I didn&#8217;t like it :)</p>]]></content:encoded>
			<wfw:commentRss>http://alex.mamchenkov.net/2011/08/02/perl-strict-refs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vanessa Mae</title>
		<link>http://alex.mamchenkov.net/2011/07/09/vanessa-mae/</link>
		<comments>http://alex.mamchenkov.net/2011/07/09/vanessa-mae/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 09:10:53 +0000</pubDate>
		<dc:creator>Alexander Mamchenkov</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://alex.mamchenkov.net/?p=914</guid>
		<description><![CDATA[Attended a concert of Vanessa Mae yesterday. While the performance was very good, the organization sucked completely. There was a huge mess with entrances, where people didn&#8217;t know which entry point they will be allowed having which type of tickets and huge crowds were going around the building. Then, when entrance was announced, it was [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://farm7.static.flickr.com/6024/5917122976_1de79800c9_z.jpg" rel="lightbox[914]"><img class="alignleft" src="http://farm7.static.flickr.com/6024/5917122976_1de79800c9_m.jpg" alt="" width="240" height="180" /></a>Attended a concert of Vanessa Mae yesterday. While the performance was very good, the organization sucked completely. There was a huge mess with entrances, where people didn&#8217;t know which entry point they will be allowed having which type of tickets and huge crowds were going around the building. Then, when entrance was announced, it was not opened in advanced and doors opened just 15 minutes before the announced beginning. After people went inside, there was a complete mess with seats, since some tickets were with reserved places and some not, but there were no clear distinction on which areas are for reserved and which are not, what caused a lot of movements between the seats for another hour or so. The actual concert delayed by 1 hour.</p>
<p>Another weird thing was the fact of people coming with <acronym title="Short for POP3, the Post Office Protocol for email">POP</acronym> corn. That&#8217;s kinda funny.</p>
<p>After the concert, it took us more than one hour to exit the parking, since the traffic was not organized by any means, and at the end, I found that half of the exit gate from parking was closed, which caused huge traffic jam.</p>
<p>At least Vanessa was very good, energetic and active!<a href="http://www.flickr.com/photos/alex_mamchenkov/sets/72157627026973359/"> Pictures here</a>.</p>
<p>PS: I am not good at photography, so photos are not of the best quality, but whatever I could manage, seating on the other side of in darkness :)</p>]]></content:encoded>
			<wfw:commentRss>http://alex.mamchenkov.net/2011/07/09/vanessa-mae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changes</title>
		<link>http://alex.mamchenkov.net/2011/07/09/changes/</link>
		<comments>http://alex.mamchenkov.net/2011/07/09/changes/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 23:18:50 +0000</pubDate>
		<dc:creator>Alexander Mamchenkov</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://alex.mamchenkov.net/?p=912</guid>
		<description><![CDATA[Too many upgrades and other changes happen recently. First of all &#8211; new WordPress with new look and all those nice things. I am completely happy about it. Being system administrator for a while, I bet wordpress is the easiest thing to upgrade, compared to all the rest. Android 2.2&#8230; As I have purchased Samsung [...]]]></description>
			<content:encoded><![CDATA[<p>Too many upgrades and other changes happen recently. First of all &#8211; new WordPress with new look and all those nice things. I am completely happy about it. Being system administrator for a while, I bet wordpress is the easiest thing to upgrade, compared to all the rest.</p>
<p>Android 2.2&#8230; As I have purchased Samsung Galaxy 3 (i5800 or Apollo), I was checking around and found out that I can upgrade to newer version of android, which was supposed to be faster, better and so on. Fighting for a day or so I did managed to upgrade the phone. One thing that I got weird &#8211; I had to use Windows PC with Odin tool to do the upgrade of a Linux based phone. I am not sure if there is a way to do it somehow simplier and from Linux PC, but that was the only proper way I found out. On the other hard &#8211; it really was a nice thing. My phone became much faster (can see that with no bench-marking) as well as some apps got much better (especially contacts. No I can use native contact application and like it more that GO Contacts, that I used while running Android 2.1).</p>
<p>Google+, oh that&#8217;s a nice thingy&#8230; I like pretty much. Being a big fan of Google products at one hard and a user of all those social network sites, I find Google+ to be very fast, clear and handy. One thing that I regret yet is a limited amount of people there and invite-based friendships that have some limits, but I bet this is a matter of time and I do believe that Google+ will find it&#8217;s way out there.</p>
<p>There are few other changes here and there, but I won&#8217;t mention them due to many reasons for each of them. Generally I like what&#8217;s going on and while I believe things will shape around, I am really glad to see all those changes.</p>]]></content:encoded>
			<wfw:commentRss>http://alex.mamchenkov.net/2011/07/09/changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New pet</title>
		<link>http://alex.mamchenkov.net/2011/07/04/new-pet/</link>
		<comments>http://alex.mamchenkov.net/2011/07/04/new-pet/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 06:02:54 +0000</pubDate>
		<dc:creator>Alexander Mamchenkov</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://alex.mamchenkov.net/?p=908</guid>
		<description><![CDATA[Now I have a new pet at home :) It doesn&#8217;t need much, just water from time to time, and possibly a bit of sun. Any other kind of neighbor will not survive in my apartment due to lack of attention&#8230; &#160; &#160; &#160; &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p><a href="http://farm6.static.flickr.com/5240/5899643263_3c42f42f4e_z.jpg" rel="lightbox[908]"><img class="alignleft" title="Kaktus" src="http://farm6.static.flickr.com/5240/5899643263_3c42f42f4e_m.jpg" alt="" width="180" height="240" /></a>Now I have a new pet at home :)</p>
<p>It doesn&#8217;t need much, just water from time to time, and possibly a bit of sun. Any other kind of neighbor will not survive in my apartment due to lack of attention&#8230;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
			<wfw:commentRss>http://alex.mamchenkov.net/2011/07/04/new-pet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung Galaxy 3 i5800 and Android</title>
		<link>http://alex.mamchenkov.net/2011/07/03/samsung-galaxy-3-i5800-and-android/</link>
		<comments>http://alex.mamchenkov.net/2011/07/03/samsung-galaxy-3-i5800-and-android/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 15:36:48 +0000</pubDate>
		<dc:creator>Alexander Mamchenkov</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://alex.mamchenkov.net/?p=904</guid>
		<description><![CDATA[As I have mentioned before, I ordered an Android phone from Amazon, but unfortunately the order didn&#8217;t go through properly due to stock issues and I decided to go outside and just buy from the local shop. Ended up getting a Samsung Galaxy 3 for 180 euros and pretty happy with that. Using the phone [...]]]></description>
			<content:encoded><![CDATA[<p>As I have <a href="http://alex.mamchenkov.net/2011/06/29/waiting-for-android/" target="_blank">mentioned before</a>, I ordered an Android phone from Amazon, but unfortunately the order didn&#8217;t go through properly due to stock issues and I decided to go outside and just buy from the local shop. Ended up getting a Samsung Galaxy 3 for 180 euros and pretty happy with that. Using the phone for 3 days and here is a long post on the issue:</p>
<p><strong>Initial Startup</strong></p>
<p>First of all I was pretty surprised not to find something like <em>&#8220;you need to charge your phone for 8 hours before using it&#8221; </em>in the documentation which comes with the phone. Instead it was stating <em>&#8220;you need to charge your phone before use&#8221; </em>or something like that. Charging the phone took about 2 hours (until it notified me that a battery is fully charged).</p>
<p>When first booting the phone, all UI was in Greek (probably because I bought in a local shop of Greek-speaking country), but what pissed me off a quite a bit is that it didn&#8217;t give me any option to select language and I had to find the path through to settings using Greek, which I am not that good at :)</p>
<p><strong>Problems</strong></p>
<p>Since the phone and Android platform is pretty find, this section will be short and might have some solutions which I didn&#8217;t find yet, or is a limitation of my choice.</p>
<p>First of I really like sync with Google services, but somehow contacts (and especially groups) are not synced correctly in all cases. I don&#8217;t have all groups that I have on Google as well some userpics are missing and so on, but I am checking this out. Currently using GO Contacts to manage people in my phone :)</p>
<p>Second is a hardware QWERTY keyboard that I used to have on my Sony Ericsson P1i. I really miss it. I do have QWERTY onscreen keyboard here, but I just cant physically feel the buttons which is a bit not handy, since I m missing the keys by accident and it is very hard to type SMS while on the go/in the car. But this has more to do with a choice of the phone. I could go with one that have hardware keyboard. Currently using GO Keyboard by the way, looks much better than default one. Swype didn&#8217;t do a job for me. Completely different approach that I didn&#8217;t like.</p>
<p>Internet connectivity is another issue, since I am using pre-paid SIM card and connectivity is very expensive. Good thing is that there is a lot of places with free WiFi around, but proper internet on the go would be much better. Will think on changing the connection package for a phone.</p>
<p><strong>Software</strong></p>
<p>Here comes a whole list of software that I am currently using on the phone and which I like. Some items will have descriptions and comments, while some are too obvious to explain:</p>
<ul>
<li>Android Assistant &#8211; like a task manager and optimizer for performance. Nothing much to say, just wanted to see what&#8217;s going on with my device</li>
<li>Angry Birds, Bubble Break, Jewels, Ace Solitaire - games</li>
<li>ClockQ &#8211; a nice clock widget for home view</li>
<li>JuiceDefender &#8211; a kind of a magic software, which optimizes battery performance. Advised by <a href="http://mamchenkov.net" target="_blank">my brother</a> and installed yesterday. Can&#8217;t judge it yet, but it claims to already improve battery performance by 1.15 times</li>
<li>Compass, Google Sky Map, Speed Test (speedtest.net client) &#8211; nice gadgets :)</li>
<li>ConnectBot &#8211; an <acronym title="Secure SHell (encrypted protocol replaces telnet and FTP)">SSH</acronym> client with support for key auth. Very handy for sysadmin.</li>
<li>Contact Photo Finder &#8211; can&#8217;t say much about it. Name is self explaining, use is unknown yet.</li>
<li>Dropbox &#8211; amazing thing for dropbox users! Just love it!</li>
<li>Everdroid &#8211; a client to everdroid (former mobical) for contact sync. Needed to check old contacts, will uninstall it later on</li>
<li>Facebook, Foursquare (someone explain me why I need this),  Twitter, Vkontakte (russian facebook), LinkedIn</li>
<li>Fancy Widgets &#8211; weather forecast widgets</li>
<li>FBReader &#8211; ebook reader for .fb2 format. Amazing to use along with dropbox and FBReader for my laptop</li>
<li>GO Contacts, GO Keyboard, GO Launcher GO &lt;all other products&gt; &#8211; a very nice line of products to replace default components. Happy so far.</li>
<li>Google Reader</li>
<li><acronym title="Instant Message">IM</acronym>+, Skype &#8211; For all my <acronym title="Instant Message">IM</acronym> needs</li>
<li>KeePassDroid &#8211; an android client of KeePassX software I use on my laptop as a password manager. Nice thing along with dropbox again</li>
<li>All default applications like Gmail, Gmaps and so on.</li>
</ul>
<p>Pretty much that&#8217;s it. Don&#8217;t know if I will need anything else, but will be checking around for more. I also heard a lot about evernote, delicious and google docs clients, but I am not using these services even from my PC, since I stopped bookmarking things for few years now and either subscribe with <acronym title="Really Simple Syndication">RSS</acronym> to what I need to read constantly or use Google or post here what is very important and can be lost. Meanwhile I don&#8217;t like notes and don&#8217;t use much documents. For those of you who does &#8211; checkout for the apps.</p>
<p>I have also checked Opera as a browser, but removed it. It is a nice app, but lacks a bit of integration with other apps and tasks. Builtin browser is ok, missing tabs, but supports multiple windows :)</p>
<p><strong>Conclusion</strong></p>
<p>Overall I am pretty happy with a new phone. First of all it changes a way of thinking about phone. It is not a phone, not a smartphone &#8211; it is a communication platform in the pocket. Still thinking over about what my Samsung Galaxy 3 is to me :)</p>
<p>The hardware is not the high end one, but it very nice for it&#8217;s price. Sometimes the phone lugs, especially while changing screen orientation or in games with lots of effects, but it is more than ok for normal use, not playing :)</p>
<p>Will be checking for more apps and way around to make my life even better, but compared to previous experience (talking P1i), it is a major step forward.</p>]]></content:encoded>
			<wfw:commentRss>http://alex.mamchenkov.net/2011/07/03/samsung-galaxy-3-i5800-and-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/48 queries in 0.109 seconds using disk: basic
Object Caching 731/823 objects using disk: basic

Served from: alex.mamchenkov.net @ 2012-02-08 01:30:08 -->
