<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Denis Altudov&#039;s Blog</title>
	<atom:link href="http://blog.altudov.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.altudov.com</link>
	<description></description>
	<lastBuildDate>Wed, 11 Jan 2012 13:34:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on (technical) A practical way of encrypting backups by KeySize</title>
		<link>http://blog.altudov.com/2010/09/27/using-openssl-for-asymmetric-encryption-of-backups/#comment-508</link>
		<dc:creator><![CDATA[KeySize]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 13:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.altudov.com/?p=36#comment-508</guid>
		<description><![CDATA[One wrong point the is that &#039;openssl smime&#039; is actually not an asymmetric encryption, but a hybrid one. A random secret symmetric key to encrypt the data is created and then encrypted by public asymmetric key. Just google/wiki &#039;hybrid encryption&#039;.]]></description>
		<content:encoded><![CDATA[<p>One wrong point the is that &#8216;openssl smime&#8217; is actually not an asymmetric encryption, but a hybrid one. A random secret symmetric key to encrypt the data is created and then encrypted by public asymmetric key. Just google/wiki &#8216;hybrid encryption&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on (technical) A practical way of encrypting backups by Barry</title>
		<link>http://blog.altudov.com/2010/09/27/using-openssl-for-asymmetric-encryption-of-backups/#comment-503</link>
		<dc:creator><![CDATA[Barry]]></dc:creator>
		<pubDate>Fri, 30 Dec 2011 23:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.altudov.com/?p=36#comment-503</guid>
		<description><![CDATA[Fantastic solution! Worked a charm! Thanks heaps.]]></description>
		<content:encoded><![CDATA[<p>Fantastic solution! Worked a charm! Thanks heaps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maze62: a dense and speedy alphanumeric encoding for binary data by Alexey Tourbin</title>
		<link>http://blog.altudov.com/2011/05/16/maze62-a-dense-and-speedy-alphanumeric-encoding-for-binary-data/#comment-501</link>
		<dc:creator><![CDATA[Alexey Tourbin]]></dc:creator>
		<pubDate>Mon, 19 Dec 2011 08:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.altudov.com/?p=120#comment-501</guid>
		<description><![CDATA[Hello, there seems to be one problem which has to be addressed.  Suppose the alphabet is 0-9A-Za-z and you need to encode 6 bits, all being zero.  So you put &#039;0&#039; character, and then there&#039;s another q=0 bit to clarify that this was actually 0 and not 62.  With 5 trailing zero bits, you put the second &#039;0&#039; character but then again, by the rules, &#039;0&#039; has to be complemented by the q=0 bit, and so on. Thus by trying to encode a sequence of zero bits, you enter an infinite loop.

On the other hand, consider that you have to decode the string which consists only of &#039;0&#039; and &#039;1&#039; characters.  What do you do?  Suppose the first character is &#039;0&#039;.  You then you need to decode the second character to decide whether the first character was 0 or 62.  But to complete the second character, you need to peek at the third character, and so on.  And so you may end up with unlimited lookahead.

Thus the problem which has to be addressed is consecutive special characters. One possibility is to devise the algorithm which avoids them altogether (that is, guarantees that &#039;0&#039; or &#039;1&#039; is never followed by &#039;0&#039; or &#039;1&#039;, so that only one-character lookahead is ever needed), but it would take slightly more bits.  It may (or may not) be also possible, though, to tweak the algorithm so that multiple specials are handled gracefully.]]></description>
		<content:encoded><![CDATA[<p>Hello, there seems to be one problem which has to be addressed.  Suppose the alphabet is 0-9A-Za-z and you need to encode 6 bits, all being zero.  So you put &#8217;0&#8242; character, and then there&#8217;s another q=0 bit to clarify that this was actually 0 and not 62.  With 5 trailing zero bits, you put the second &#8217;0&#8242; character but then again, by the rules, &#8217;0&#8242; has to be complemented by the q=0 bit, and so on. Thus by trying to encode a sequence of zero bits, you enter an infinite loop.</p>
<p>On the other hand, consider that you have to decode the string which consists only of &#8217;0&#8242; and &#8217;1&#8242; characters.  What do you do?  Suppose the first character is &#8217;0&#8242;.  You then you need to decode the second character to decide whether the first character was 0 or 62.  But to complete the second character, you need to peek at the third character, and so on.  And so you may end up with unlimited lookahead.</p>
<p>Thus the problem which has to be addressed is consecutive special characters. One possibility is to devise the algorithm which avoids them altogether (that is, guarantees that &#8217;0&#8242; or &#8217;1&#8242; is never followed by &#8217;0&#8242; or &#8217;1&#8242;, so that only one-character lookahead is ever needed), but it would take slightly more bits.  It may (or may not) be also possible, though, to tweak the algorithm so that multiple specials are handled gracefully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The upcoming Amazon&#8217;s Android tablet will eclipse the iPhone App Store. by The Best Android Tablet</title>
		<link>http://blog.altudov.com/2011/08/27/the-upcoming-amazons-android-tablet-will-eclipse-the-iphone-app-store/#comment-491</link>
		<dc:creator><![CDATA[The Best Android Tablet]]></dc:creator>
		<pubDate>Sat, 12 Nov 2011 14:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.altudov.com/?p=147#comment-491</guid>
		<description><![CDATA[&lt;strong&gt;The Best Android Tablet...&lt;/strong&gt;

[...]The upcoming Amazon&#8217;s Android tablet will eclipse the iPhone App Store. &#171; Denis Altudov&#039;s Blog[...]...]]></description>
		<content:encoded><![CDATA[<p><strong>The Best Android Tablet&#8230;</strong></p>
<p>[...]The upcoming Amazon&#8217;s Android tablet will eclipse the iPhone App Store. &laquo; Denis Altudov&#039;s Blog[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The upcoming Amazon&#8217;s Android tablet will eclipse the iPhone App Store. by sony experia</title>
		<link>http://blog.altudov.com/2011/08/27/the-upcoming-amazons-android-tablet-will-eclipse-the-iphone-app-store/#comment-487</link>
		<dc:creator><![CDATA[sony experia]]></dc:creator>
		<pubDate>Sun, 23 Oct 2011 08:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.altudov.com/?p=147#comment-487</guid>
		<description><![CDATA[&lt;strong&gt;apple...&lt;/strong&gt;

[...]The upcoming Amazon&#8217;s Android tablet will eclipse the iPhone App Store. &#171; Denis Altudov&#039;s Blog[...]...]]></description>
		<content:encoded><![CDATA[<p><strong>apple&#8230;</strong></p>
<p>[...]The upcoming Amazon&#8217;s Android tablet will eclipse the iPhone App Store. &laquo; Denis Altudov&#039;s Blog[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The upcoming Amazon&#8217;s Android tablet will eclipse the iPhone App Store. by Sony Ericsson</title>
		<link>http://blog.altudov.com/2011/08/27/the-upcoming-amazons-android-tablet-will-eclipse-the-iphone-app-store/#comment-486</link>
		<dc:creator><![CDATA[Sony Ericsson]]></dc:creator>
		<pubDate>Thu, 13 Oct 2011 04:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.altudov.com/?p=147#comment-486</guid>
		<description><![CDATA[&lt;strong&gt;Sony Ericsson...&lt;/strong&gt;

[...]The upcoming Amazon&#8217;s Android tablet will eclipse the iPhone App Store. &#171; Denis Altudov&#039;s Blog[...]...]]></description>
		<content:encoded><![CDATA[<p><strong>Sony Ericsson&#8230;</strong></p>
<p>[...]The upcoming Amazon&#8217;s Android tablet will eclipse the iPhone App Store. &laquo; Denis Altudov&#039;s Blog[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The upcoming Amazon&#8217;s Android tablet will eclipse the iPhone App Store. by Denis Altudov</title>
		<link>http://blog.altudov.com/2011/08/27/the-upcoming-amazons-android-tablet-will-eclipse-the-iphone-app-store/#comment-435</link>
		<dc:creator><![CDATA[Denis Altudov]]></dc:creator>
		<pubDate>Mon, 29 Aug 2011 20:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.altudov.com/?p=147#comment-435</guid>
		<description><![CDATA[If no one was skeptical it wouldn&#039;t make sense to write a prediction about it, would it?

I don&#039;t think it&#039;s utopian, at least in that this system makes economic sense for all parties involved, and allows expanding current market.]]></description>
		<content:encoded><![CDATA[<p>If no one was skeptical it wouldn&#8217;t make sense to write a prediction about it, would it?</p>
<p>I don&#8217;t think it&#8217;s utopian, at least in that this system makes economic sense for all parties involved, and allows expanding current market.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The upcoming Amazon&#8217;s Android tablet will eclipse the iPhone App Store. by Paul</title>
		<link>http://blog.altudov.com/2011/08/27/the-upcoming-amazons-android-tablet-will-eclipse-the-iphone-app-store/#comment-434</link>
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Mon, 29 Aug 2011 11:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.altudov.com/?p=147#comment-434</guid>
		<description><![CDATA[Very skeptical.  The difference between Amazon’s Android tablet &amp; the iPhone App Store?  The latter exists.  You describe a utopian ecosystem -- which would be amazing. Apple&#039;s took a long time to gel.  Santa is delivering Amazon&#039;s for Christmas?  Ok, I&#039;ll just hold my breath &#039;til then ...]]></description>
		<content:encoded><![CDATA[<p>Very skeptical.  The difference between Amazon’s Android tablet &amp; the iPhone App Store?  The latter exists.  You describe a utopian ecosystem &#8212; which would be amazing. Apple&#8217;s took a long time to gel.  Santa is delivering Amazon&#8217;s for Christmas?  Ok, I&#8217;ll just hold my breath &#8217;til then &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The upcoming Amazon&#8217;s Android tablet will eclipse the iPhone App Store. by Quick takes &#124; Third Pipe</title>
		<link>http://blog.altudov.com/2011/08/27/the-upcoming-amazons-android-tablet-will-eclipse-the-iphone-app-store/#comment-433</link>
		<dc:creator><![CDATA[Quick takes &#124; Third Pipe]]></dc:creator>
		<pubDate>Sun, 28 Aug 2011 20:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.altudov.com/?p=147#comment-433</guid>
		<description><![CDATA[[...] mill: Amazon and Android could be working together on a new recipe for [...]]]></description>
		<content:encoded><![CDATA[<p>[...] mill: Amazon and Android could be working together on a new recipe for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The so-called economic recovery described in a single graph. by Denis Altudov</title>
		<link>http://blog.altudov.com/2011/08/04/the-so-called-economic-recovery-described-in-a-single-graph/#comment-424</link>
		<dc:creator><![CDATA[Denis Altudov]]></dc:creator>
		<pubDate>Thu, 04 Aug 2011 21:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.altudov.com/?p=135#comment-424</guid>
		<description><![CDATA[Huge improvement in the last two years? Doubtful... :)]]></description>
		<content:encoded><![CDATA[<p>Huge improvement in the last two years? Doubtful&#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

