<?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>Alex Radzishevsky homepage</title>
	<atom:link href="http://radzishevsky.info/blog/?feed=rss2&#038;lang=en" rel="self" type="application/rss+xml" />
	<link>http://radzishevsky.info/blog</link>
	<description>Blog, scribble, news, info</description>
	<lastBuildDate>Tue, 31 Aug 2010 10:53:03 +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>Linux is (still) a piece of crap</title>
		<link>http://radzishevsky.info/blog/?p=716&amp;lang=en</link>
		<comments>http://radzishevsky.info/blog/?p=716&amp;lang=en#comments</comments>
		<pubDate>Tue, 31 Aug 2010 10:51:47 +0000</pubDate>
		<dc:creator>Alex Radzishevsky</dc:creator>
				<category><![CDATA[Scribble]]></category>

		<guid isPermaLink="false">http://radzishevsky.info/blog/?p=716</guid>
		<description><![CDATA[&#8230;yeah, I heard many stories about how Linux has improved during last N years, and how user-friendly it is now, and that it will soon rule the world (and of course that Windows sucks and must d1e).
Wanna the real world story? Here we go.
I installed a fresh copy of the brand new Ubuntu 10.04 64bit. [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en">&#8230;yeah, I heard many stories about how Linux has improved during last N years, and how user-friendly it is now, and that it will soon rule the world (and of course that Windows sucks and must d1e).</span></p>
<p><span lang="en">Wanna the real world story? Here we go.<br />
I installed a fresh copy of the brand new Ubuntu 10.04 64bit. Right after install, I copied a small Linux program and tried to run it in the terminal. Look:</span></p>
<p><span lang="en">aradzish@ubuntu:~/Desktop/linux$ ls -la<br />
total 13584<br />
drwxrwxrwx 2 aradzish aradzish     4096 2010-08-31 02:30 .<br />
drwxr-xr-x 3 aradzish aradzish     4096 2010-08-31 02:01 ..<br />
-rwxrw-rw- 1 aradzish aradzish      212 2010-02-16 07:43 awt2_gui<br />
-rwxrw-rw- 1 aradzish aradzish   212117 2010-08-30 06:13 awt2_gui-bin<br />
-rwxrw-rw- 1 aradzish aradzish  2542140 2010-08-28 07:05 libQtCore.so.4<br />
-rwxrw-rw- 1 aradzish aradzish 10494484 2010-08-28 07:22 libQtGui.so.4</span></p>
<p><span lang="en">aradzish@ubuntu:~/Desktop/linux$ ./awt2_gui-bin<br />
bash: ./awt2_gui-bin: No such file or directory</span></p>
<p><span lang="en">What??? WTF?</span></p>
<p><span lang="en">I immediately discussed this issue with someone experienced in Linux and I was told that it&#8217;s natural since the program I try to run uses 32-bit libraries, and that I need to install a special package &#8216;ia32-libs&#8217; to be able running 32-bit applications. So I did, I run</span></p>
<p><span lang="en">sudo apt-get install ia32-libs<br />
and got my app working.</span></p>
<p><span lang="en">Now tell me, do  you seriously think that normal user can know this? Do you seriously think that with all this crap Linux is really &#8216;user-friendly&#8217;?</span></p>
<p><span lang="en">P.S. I was additionally told that Ubuntu is the least crap of all existing Linux craps&#8230; Funny, huh?</span></p>
]]></content:encoded>
			<wfw:commentRss>http://radzishevsky.info/blog/?feed=rss2&amp;p=716&amp;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title> Little Red Riding Hood</title>
		<link>http://radzishevsky.info/blog/?p=713&amp;lang=en</link>
		<comments>http://radzishevsky.info/blog/?p=713&amp;lang=en#comments</comments>
		<pubDate>Fri, 27 Aug 2010 19:07:45 +0000</pubDate>
		<dc:creator>Alex Radzishevsky</dc:creator>
				<category><![CDATA[Scribble]]></category>

		<guid isPermaLink="false">http://radzishevsky.info/blog/?p=713</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/3514904" width="500" height="281" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://radzishevsky.info/blog/?feed=rss2&amp;p=713&amp;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title> Crazy virtualization</title>
		<link>http://radzishevsky.info/blog/?p=647&amp;lang=en</link>
		<comments>http://radzishevsky.info/blog/?p=647&amp;lang=en#comments</comments>
		<pubDate>Thu, 21 Jan 2010 13:06:49 +0000</pubDate>
		<dc:creator>Alex Radzishevsky</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://radzishevsky.info/blog/?p=647</guid>
		<description><![CDATA[Today I had to deal with a device that can be connected to PC via Linux only (as there is no drivers for Windows). So, to be able working with it first I installed VMWare Virtual Machine under my Windows 7 host PC, then installed Ubuntu under this VM. However, to conveniently access the device [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en">Today I had to deal with a device that can be connected to PC via Linux only (as there is no drivers for Windows). So, to be able working with it first I installed VMWare Virtual Machine under my Windows 7 host PC, then installed Ubuntu under this VM. However, to conveniently access the device using SCP protocol I was recommended to use WinSCP that is Windows tool. So, I installed Wine under Ubuntu and then installed and run WinSCP under Wine. In a conclusion, what I actually did is: I run Windows utility under Windows emulator running on Ubuntu which itself run under virtual Machine on Windows 7 host PC.</span></p>
<p><span lang="en">&#8230;Isn&#8217;t that crazy?<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://radzishevsky.info/blog/?feed=rss2&amp;p=647&amp;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title> Kiwi</title>
		<link>http://radzishevsky.info/blog/?p=635&amp;lang=en</link>
		<comments>http://radzishevsky.info/blog/?p=635&amp;lang=en#comments</comments>
		<pubDate>Fri, 27 Nov 2009 20:23:33 +0000</pubDate>
		<dc:creator>Alex Radzishevsky</dc:creator>
				<category><![CDATA[Scribble]]></category>

		<guid isPermaLink="false">http://radzishevsky.info/blog/?p=635</guid>
		<description><![CDATA[
Kiwi
]]></description>
			<content:encoded><![CDATA[
<p><span lang="en"><a href="http://www.youtube.com/watch?v=b6dx5jXNvT8" target="_blank">Kiwi</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://radzishevsky.info/blog/?feed=rss2&amp;p=635&amp;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title> AWT tools have been published at AudioWatermarking.Info</title>
		<link>http://radzishevsky.info/blog/?p=629&amp;lang=en</link>
		<comments>http://radzishevsky.info/blog/?p=629&amp;lang=en#comments</comments>
		<pubDate>Wed, 11 Nov 2009 15:15:52 +0000</pubDate>
		<dc:creator>Alex Radzishevsky</dc:creator>
				<category><![CDATA[Scribble]]></category>

		<guid isPermaLink="false">http://radzishevsky.info/blog/?p=629</guid>
		<description><![CDATA[





Audio Watermarking Tools (AWT) of www.audiowatermarking.info are shareware utilities for embedding (and extracting) short data payload within audio streams (wave files). The tools are distributed as a package of Win32 console utilities running on Microsoft Windows 7/Vista/XP/NT/2000/Server; x86 and x64 versions of the binaries are available. The package does not require any installation and is [...]]]></description>
			<content:encoded><![CDATA[





<p><span lang="en"><strong>Audio Watermarking Tools (AWT)</strong> of <a href="http://www.audiowatermarking.info/">www.audiowatermarking.info</a> are shareware utilities for embedding (and extracting) short data payload within audio streams (wave files). The tools are distributed as a package of Win32 console utilities running on Microsoft Windows 7/Vista/XP/NT/2000/Server; x86 and x64 versions of the binaries are available. The package does not require any installation and is ready to use right after unpacking. The package consists of encoder (watermark embedding tool) and decoder (watermark extraction tool).</span></p>
<p style="text-align: center;"><span lang="en"><img src="http://audiowatermarking.info/logo.jpg" alt="" width="207" height="96" /><br />
</span></p>
<p><span lang="en">AWT package is <strong>free to try</strong>.  Evaluation (demo) version of AWT with limited functionality is available and <a href="http://audiowatermarking.info/#evaluate">can be downloaded absolutely free</a>. Despite its limited functionality, the demo package offers enough flexibility to perform a variety of performance tests so that you can decide whether AWT suits your needs before <a href="http://audiowatermarking.info/#evaluate">buying a fully functional version</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://radzishevsky.info/blog/?feed=rss2&amp;p=629&amp;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title> New photos</title>
		<link>http://radzishevsky.info/blog/?p=627&amp;lang=en</link>
		<comments>http://radzishevsky.info/blog/?p=627&amp;lang=en#comments</comments>
		<pubDate>Sat, 17 Oct 2009 13:12:08 +0000</pubDate>
		<dc:creator>Alex Radzishevsky</dc:creator>
				<category><![CDATA[Site news]]></category>

		<guid isPermaLink="false">http://radzishevsky.info/blog/?p=627</guid>
		<description><![CDATA[
New photos  from travels to Greece and USA (Chicago) have been published in the photoalbum
]]></description>
			<content:encoded><![CDATA[
<p><span lang="en">New photos  from travels to <a href="http://radzishevsky.info/blog/?page_id=494&#38;lang=ru&#38;file=Trips%2F08.+Greece2009%2F" target="_self">Greece</a> and <a href="http://radzishevsky.info/blog/?page_id=494&#38;lang=ru&#38;file=Trips%2F07.+usa2009%2F" target="_self">USA (Chicago)</a> have been published in the photoalbum</span></p>
]]></content:encoded>
			<wfw:commentRss>http://radzishevsky.info/blog/?feed=rss2&amp;p=627&amp;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title> 3 days in Korea</title>
		<link>http://radzishevsky.info/blog/?p=607&amp;lang=en</link>
		<comments>http://radzishevsky.info/blog/?p=607&amp;lang=en#comments</comments>
		<pubDate>Sun, 27 Sep 2009 12:21:36 +0000</pubDate>
		<dc:creator>Alex Radzishevsky</dc:creator>
				<category><![CDATA[Scribble]]></category>

		<guid isPermaLink="false">http://radzishevsky.info/blog/?p=607</guid>
		<description><![CDATA[





I was visiting Korea during short business trip (3 days).
My impressions: very technologically developed country (WiMax, DVB, computerized toilets everywhere), very dense populated, a lot of cars and very tight traffic with many jams, very polite people.
Here is a photo made in one company office.

By the way, here is  a cutting I made from [...]]]></description>
			<content:encoded><![CDATA[





<p><span lang="en">I was visiting Korea during short business trip (3 days).</span></p>
<p><span lang="en">My impressions: very technologically developed country (WiMax, DVB, computerized toilets everywhere), very dense populated, a lot of cars and very tight traffic with many jams, very polite people.</span></p>
<p><span lang="en">Here is a photo made in one company office.</span></p>
<p><span lang="en"><div id="attachment_608" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-608" title="korea_photo" src="http://radzishevsky.info/blog/wp-content/uploads/2009/09/korea_photo-300x179.jpg" alt="Toilets room, one Korean company office" width="300" height="179" /><p class="wp-caption-text">Toilets room, one Korean company office</p></div></span></p>
<p><span lang="en">By the way, here is  a cutting I made from a magazine &#8220;Weekend Journal&#8221;, that I found in my seat in plane from Korea. Sweet.</span></p>
<p><span lang="en"><img src="http://radzishevsky.info/blog/wp-content/uploads/2009/09/two_cooks1.jpg" alt="Two cooks" title="Two cooks" width="500" height="340" class="aligncenter size-full wp-image-615" /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://radzishevsky.info/blog/?feed=rss2&amp;p=607&amp;lang=en</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title> wget &#8211; HTTP request from command line</title>
		<link>http://radzishevsky.info/blog/?p=575&amp;lang=en</link>
		<comments>http://radzishevsky.info/blog/?p=575&amp;lang=en#comments</comments>
		<pubDate>Sun, 19 Jul 2009 06:40:32 +0000</pubDate>
		<dc:creator>Alex Radzishevsky</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[nix]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://radzishevsky.info/blog/?p=575</guid>
		<description><![CDATA[


If you need to make a request via HTTP from Windows/*nix command line and obtain server response (example: you want to run some remote script via HTTP and then process its answer), there is a special utility exactly for this purpose. The utility called WGet:

http://www.gnu.org/software/wget/

In command line run: wget.exe http://somesite.com/script.php
As a result, server response will [...]]]></description>
			<content:encoded><![CDATA[


<p><span lang="en">If you need to make a request via HTTP from Windows/*nix command line and obtain server response (example: you want to run some remote script via HTTP and then process its answer), there is a special utility exactly for this purpose. The utility called WGet:<br />
</span></p>
<p><span lang="en"><a href="http://www.gnu.org/software/wget/" target="_blank">http://www.gnu.org/software/wget/<br />
</a></span></p>
<p><span lang="en">In command line run: wget.exe http://somesite.com/script.php<br />
As a result, server response will be stored in file. You can download files via HTTP in the same manner. Very convenient and useful tool.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://radzishevsky.info/blog/?feed=rss2&amp;p=575&amp;lang=en</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pie chart</title>
		<link>http://radzishevsky.info/blog/?p=100&amp;lang=en</link>
		<comments>http://radzishevsky.info/blog/?p=100&amp;lang=en#comments</comments>
		<pubDate>Fri, 27 Feb 2009 20:32:14 +0000</pubDate>
		<dc:creator>Alex Radzishevsky</dc:creator>
				<category><![CDATA[Humor & Entertainment]]></category>

		<guid isPermaLink="false">http://radzishevsky.info/blog/?p=100</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-104" title="2008_11_13_08_37_incredimazing_com_static_media_2008_09_19_31e6bc4e0b03902_piechart" src="http://radzishevsky.info/blog/wp-content/uploads/2009/02/2008_11_13_08_37_incredimazing_com_static_media_2008_09_19_31e6bc4e0b03902_piechart.jpg" alt="2008_11_13_08_37_incredimazing_com_static_media_2008_09_19_31e6bc4e0b03902_piechart" width="460" height="304" /></p>
]]></content:encoded>
			<wfw:commentRss>http://radzishevsky.info/blog/?feed=rss2&amp;p=100&amp;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title> AudioTag.info &#8211; music recognition robot</title>
		<link>http://radzishevsky.info/blog/?p=98&amp;lang=en</link>
		<comments>http://radzishevsky.info/blog/?p=98&amp;lang=en#comments</comments>
		<pubDate>Fri, 20 Feb 2009 22:14:39 +0000</pubDate>
		<dc:creator>Alex Radzishevsky</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Site news]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://radzishevsky.info/blog/?p=98</guid>
		<description><![CDATA[It&#8217;s my pleasure to announce a preview stage of free music recognition service &#8211; AudioTag.info.
AudioTag.info — is a free music-recognition service. It allows you to identify almost any unknown piece of music quickly and easily. Its use is very simple: you upload a short audio fragment or an entire song, the robot analyzes it and [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en">It&#8217;s my pleasure to announce a preview stage of free music recognition service &#8211; AudioTag.info.</span></p>
<p><span lang="en"><a href="http://audiotag.info/"><strong>AudioTag.info</strong></a> — is a free music-recognition service. It allows you to identify almost any unknown piece of music quickly and easily. Its use is very simple: you upload a short audio fragment or an entire song, the robot analyzes it and provides you with the information about the track title, artist name, album title, etc. Your audio fragment can be in almost any file format and of almost any quality (aurally recognizable, of course) — it can be an MP3 file downloaded from the Internet or a short recording made with your old tape recorder and stored as a low-quality .WAV-file.</span></p>


]]></content:encoded>
			<wfw:commentRss>http://radzishevsky.info/blog/?feed=rss2&amp;p=98&amp;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
