<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: The Data Compression Book</title>
	<link>http://marknelson.us</link>
	<description>Programming, mostly.</description>
	<pubDate>Fri, 03 Sep 2010 06:27:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Mark Nelson</title>
		<link>http://marknelson.us/about/tdcb/#comment-319363</link>
		<dc:creator>Mark Nelson</dc:creator>
		<pubDate>Sun, 29 Nov 2009 21:22:58 +0000</pubDate>
		<guid>http://marknelson.us/about/tdcb/#comment-319363</guid>
		<description>@J:

Thanks for the corrections - the first edition was done in the dark ages of publishing - believe it or not I had to send in hardcopy, so it had more than it's share of problems, particularly in the code.

- Mark</description>
		<content:encoded><![CDATA[<p>@J:</p>
<p>Thanks for the corrections - the first edition was done in the dark ages of publishing - believe it or not I had to send in hardcopy, so it had more than it&#8217;s share of problems, particularly in the code.</p>
<p>- Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://marknelson.us/about/tdcb/#comment-319357</link>
		<dc:creator>J</dc:creator>
		<pubDate>Sun, 29 Nov 2009 18:27:31 +0000</pubDate>
		<guid>http://marknelson.us/about/tdcb/#comment-319357</guid>
		<description>Mark-

Love the book.  It's been on my bookshelf since '92.

I was referring to it this morning, and thought I'd pass along some errata, in case you plan to come out with a revised edition sometime soon.

These are pertaining to the first edition.

Page 125, in your table, all 18 of your "greater than" signs should be "less than signs".  Example, 
SPACE   1/10  0.00 &#62;= r &#62; 0.10
(no value of r can be both less than 0 and greater than 0.1)


Page 234, second last paragraph ends with:
So this token is encoded as: 14, 4, ' .'    - which should be
So this token is encoded as: 14, 4, ' '.
(I'm sure some English-expert editor (or program) incorrectly put the period inside the quote for you.  If you want to satisfy the editor, perhaps put it inside of double quotes, like you did on page 235:
So this token is encoded as: "14, 4, ' '."

I found a few more minor things... not sure if you want them.  Very helpful book, though!  Thanks!</description>
		<content:encoded><![CDATA[<p>Mark-</p>
<p>Love the book.  It&#8217;s been on my bookshelf since &#8216;92.</p>
<p>I was referring to it this morning, and thought I&#8217;d pass along some errata, in case you plan to come out with a revised edition sometime soon.</p>
<p>These are pertaining to the first edition.</p>
<p>Page 125, in your table, all 18 of your &#8220;greater than&#8221; signs should be &#8220;less than signs&#8221;.  Example,<br />
SPACE   1/10  0.00 &gt;= r &gt; 0.10<br />
(no value of r can be both less than 0 and greater than 0.1)</p>
<p>Page 234, second last paragraph ends with:<br />
So this token is encoded as: 14, 4, &#8216; .&#8217;    - which should be<br />
So this token is encoded as: 14, 4, &#8216; &#8216;.<br />
(I&#8217;m sure some English-expert editor (or program) incorrectly put the period inside the quote for you.  If you want to satisfy the editor, perhaps put it inside of double quotes, like you did on page 235:<br />
So this token is encoded as: &#8220;14, 4, &#8216; &#8216;.&#8221;</p>
<p>I found a few more minor things&#8230; not sure if you want them.  Very helpful book, though!  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myself</title>
		<link>http://marknelson.us/about/tdcb/#comment-212224</link>
		<dc:creator>Myself</dc:creator>
		<pubDate>Tue, 16 Sep 2008 06:13:34 +0000</pubDate>
		<guid>http://marknelson.us/about/tdcb/#comment-212224</guid>
		<description>I just wanna see how iG:Syntax Hiliter works:

[c]
int main()
{
printf( "Hello, world!\n" );
return 1;
}
[/c]</description>
		<content:encoded><![CDATA[<p>I just wanna see how iG:Syntax Hiliter works:</p>
<div class="igBar"><span id="lc-1"><a href="#" onclick="javascript:showPlainTxt('c-1'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C:</span>
<div id="c-1">
<div class="c">
<ol>
<li class="li1">
<div class="de1"><span class="kw4">int</span> main<span class="br0">&#40;</span><span class="br0">&#41;</span></div>
</li>
<li class="li2">
<div class="de2"><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1"><a href="http://www.opengroup.org/onlinepubs/009695399/functions/printf.html"><span class="kw3">printf</span></a><span class="br0">&#40;</span> <span class="st0">"Hello, world!</span><span class="es0">\n</span>" <span class="br0">&#41;</span>;</div>
</li>
<li class="li2">
<div class="de2"><span class="kw1">return</span> <span class="nu0">1</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Nelson</title>
		<link>http://marknelson.us/about/tdcb/#comment-163411</link>
		<dc:creator>Mark Nelson</dc:creator>
		<pubDate>Wed, 02 Jul 2008 13:19:10 +0000</pubDate>
		<guid>http://marknelson.us/about/tdcb/#comment-163411</guid>
		<description>@sophie:

Actually, I don't have anything in book about Context Trees or the Context Tree Algorithm - because I don't know anything about them. Sorry.

Post to comp.compression and ask for references, I'm sure the good people there will be happy to give you a pointer or two.

- Mark</description>
		<content:encoded><![CDATA[<p>@sophie:</p>
<p>Actually, I don't have anything in book about Context Trees or the Context Tree Algorithm - because I don't know anything about them. Sorry.</p>
<p>Post to comp.compression and ask for references, I'm sure the good people there will be happy to give you a pointer or two.</p>
<p>- Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sophie</title>
		<link>http://marknelson.us/about/tdcb/#comment-163203</link>
		<dc:creator>sophie</dc:creator>
		<pubDate>Wed, 02 Jul 2008 07:19:57 +0000</pubDate>
		<guid>http://marknelson.us/about/tdcb/#comment-163203</guid>
		<description>dear mr.Mark nelson

now i'm doing my final exam about lossless compression using context tree modeling. i have download several references, but until now i'm still confuse about context modeling and context tree algorithm. can you give me suggestion, a book or an article about this algorithm? thank you</description>
		<content:encoded><![CDATA[<p>dear mr.Mark nelson</p>
<p>now i'm doing my final exam about lossless compression using context tree modeling. i have download several references, but until now i'm still confuse about context modeling and context tree algorithm. can you give me suggestion, a book or an article about this algorithm? thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Nelson</title>
		<link>http://marknelson.us/about/tdcb/#comment-161269</link>
		<dc:creator>Mark Nelson</dc:creator>
		<pubDate>Sun, 29 Jun 2008 19:52:23 +0000</pubDate>
		<guid>http://marknelson.us/about/tdcb/#comment-161269</guid>
		<description>@Jacques:

Note that the head of the first table says "Ratios" - the numbers you are seeing are compression ratios. The ratio used is described in the front of the book in the section "Keeping Score". A value of 100 indicates perfect compression, and 0 indicates no compression.</description>
		<content:encoded><![CDATA[<p>@Jacques:</p>
<p>Note that the head of the first table says "Ratios" - the numbers you are seeing are compression ratios. The ratio used is described in the front of the book in the section "Keeping Score". A value of 100 indicates perfect compression, and 0 indicates no compression.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JacquesRoth</title>
		<link>http://marknelson.us/about/tdcb/#comment-159161</link>
		<dc:creator>JacquesRoth</dc:creator>
		<pubDate>Thu, 26 Jun 2008 18:05:44 +0000</pubDate>
		<guid>http://marknelson.us/about/tdcb/#comment-159161</guid>
		<description>I have the 1st edition I read years ago and have to review it again because I have some data compression work to do.  The book is a great help to my understanding.

However, Appendix A (Compression Statistics) gives some numbers without describing their units.  There are some 4 digit numbers of the form NN.NN.  I assume they are compression ratio percentages, but perhaps they are execution time in seconds!  If they are percentages, they might be compressed size / original size or (original size - compressed size) / original size.  Also, there are numbers listed between 3 digits and 5 digits long in other tables, are these bytes/second, total seconds, or something else?  Maybe someone that understands could respond or an entry could be made under Errata.</description>
		<content:encoded><![CDATA[<p>I have the 1st edition I read years ago and have to review it again because I have some data compression work to do.  The book is a great help to my understanding.</p>
<p>However, Appendix A (Compression Statistics) gives some numbers without describing their units.  There are some 4 digit numbers of the form NN.NN.  I assume they are compression ratio percentages, but perhaps they are execution time in seconds!  If they are percentages, they might be compressed size / original size or (original size - compressed size) / original size.  Also, there are numbers listed between 3 digits and 5 digits long in other tables, are these bytes/second, total seconds, or something else?  Maybe someone that understands could respond or an entry could be made under Errata.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evilkyro1965</title>
		<link>http://marknelson.us/about/tdcb/#comment-140895</link>
		<dc:creator>evilkyro1965</dc:creator>
		<pubDate>Mon, 26 May 2008 02:55:51 +0000</pubDate>
		<guid>http://marknelson.us/about/tdcb/#comment-140895</guid>
		<description>Thank Your for send me the souce. It will be very usefull to learn compression.
best regard</description>
		<content:encoded><![CDATA[<p>Thank Your for send me the souce. It will be very usefull to learn compression.<br />
best regard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evilkyro1965</title>
		<link>http://marknelson.us/about/tdcb/#comment-140493</link>
		<dc:creator>evilkyro1965</dc:creator>
		<pubDate>Sun, 25 May 2008 11:34:21 +0000</pubDate>
		<guid>http://marknelson.us/about/tdcb/#comment-140493</guid>
		<description>and i want to ask where can i find all the source code of your book Mr. Mark. cause, i have search but can find it. and this book i borrow from library and i live in indonesia. so i hard to find this book. can you give me the link. so i can download it. i'm so appreciate if you give me all source in your book.
best regard</description>
		<content:encoded><![CDATA[<p>and i want to ask where can i find all the source code of your book Mr. Mark. cause, i have search but can find it. and this book i borrow from library and i live in indonesia. so i hard to find this book. can you give me the link. so i can download it. i'm so appreciate if you give me all source in your book.<br />
best regard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evilkyro1965</title>
		<link>http://marknelson.us/about/tdcb/#comment-140224</link>
		<dc:creator>evilkyro1965</dc:creator>
		<pubDate>Sun, 25 May 2008 01:58:31 +0000</pubDate>
		<guid>http://marknelson.us/about/tdcb/#comment-140224</guid>
		<description>yes, sure think mark i have type it. give me copy of the source in zip file very helpfull to me. i so appreciate. thank you. by the way where the link that i can download it mark. and again thanx

best regard</description>
		<content:encoded><![CDATA[<p>yes, sure think mark i have type it. give me copy of the source in zip file very helpfull to me. i so appreciate. thank you. by the way where the link that i can download it mark. and again thanx</p>
<p>best regard</p>
]]></content:encoded>
	</item>
</channel>
</rss>
