<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments for The Command Line</title>
	<atom:link href="http://thecommandline.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecommandline.net</link>
	<description>Podcast and blog exploring digital citizenry as a creator and a consumer.</description>
	<lastBuildDate>Tue, 31 Aug 2010 12:58:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>Comment on CodeSounding, Sonification of Source Code Structure by robermann</title>
		<link>http://thecommandline.net/2010/08/30/codesounding-sonification-of-source-code-structure/comment-page-1/#comment-6663</link>
		<dc:creator>robermann</dc:creator>
		<pubDate>Tue, 31 Aug 2010 12:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3529#comment-6663</guid>
		<description>I was forgetting this other link: the &quot;Musical Software Metrics&quot; project (http://en.juth.ch/node/20). Its leit motiv is how to listen to the source code of an application in order to assess its design quality – where a “good designed code” means having good software metrics.  I have not yet listen to it, but it “sounds” promising…</description>
		<content:encoded><![CDATA[<p>I was forgetting this other link: the &#8220;Musical Software Metrics&#8221; project (<a href="http://en.juth.ch/node/20" rel="nofollow">http://en.juth.ch/node/20</a>). Its leit motiv is how to listen to the source code of an application in order to assess its design quality – where a “good designed code” means having good software metrics.  I have not yet listen to it, but it “sounds” promising…</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeSounding, Sonification of Source Code Structure by Thomas Gideon</title>
		<link>http://thecommandline.net/2010/08/30/codesounding-sonification-of-source-code-structure/comment-page-1/#comment-6662</link>
		<dc:creator>Thomas Gideon</dc:creator>
		<pubDate>Tue, 31 Aug 2010 12:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3529#comment-6662</guid>
		<description>Thanks for the info, especially the licensing.  It was not clear to me that there was even a SourceForge project from the URL posted on Hacker News.  It should have occurred to me to search for something like that.

That multi-threaded code was more what I was expecting, and I suppose that makes the most sense.  I wonder if sonification of parallel code could offer insight or help with debugging what are traditionally some of the hardest programs with which to work.

I appreciate the challenges.  I know a couple of musicians into the noise scene, I wonder if any of them would be interested in helping produce more musical samples?  Clearly there are some conversations I need to strike up.

Thanks for the additional links for further reading.  The more I learn about this space, the more interesting it gets.</description>
		<content:encoded><![CDATA[<p>Thanks for the info, especially the licensing.  It was not clear to me that there was even a SourceForge project from the URL posted on Hacker News.  It should have occurred to me to search for something like that.</p>
<p>That multi-threaded code was more what I was expecting, and I suppose that makes the most sense.  I wonder if sonification of parallel code could offer insight or help with debugging what are traditionally some of the hardest programs with which to work.</p>
<p>I appreciate the challenges.  I know a couple of musicians into the noise scene, I wonder if any of them would be interested in helping produce more musical samples?  Clearly there are some conversations I need to strike up.</p>
<p>Thanks for the additional links for further reading.  The more I learn about this space, the more interesting it gets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeSounding, Sonification of Source Code Structure by robermann</title>
		<link>http://thecommandline.net/2010/08/30/codesounding-sonification-of-source-code-structure/comment-page-1/#comment-6661</link>
		<dc:creator>robermann</dc:creator>
		<pubDate>Tue, 31 Aug 2010 12:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3529#comment-6661</guid>
		<description>Hello 
Just some clarifications:
- CodeSounding is open source (GPLv3) - see http://sourceforge.net/projects/codesounding/#more. Official source and binary releases include its text
- CodeSounding sonifies the Java instructions, as they are triggered at runtime: so not the static source structure. 
- The sorting example is just a &quot;standard exercise&quot;; you can also sonify a multi-threaded Swing application - see for example http://www.youtube.com/watch?v=2J662O16f7E

The major challenges are 1) keeping realtime synchronization between instructions executed and sounds played, 2) how to &quot;compress&quot; the CPU speed into a meaningful rhythm, that is how to going from 2GHz to 44kHz.
Of course, getting good audio samples is a hard work, and would well require a musician :)

Finally, let me signal you the following links, I hope you&#039;ll enjoy them:
- data sonification is used at NASA as well, when analyzing space data: http://spdf.gsfc.nasa.gov/research/sonification/sonification.html
- the &quot;Institute for Algorhythmics&quot; (http://www.algorhythmics.net/en/?p=427) sets a conceptual framework for these experiments</description>
		<content:encoded><![CDATA[<p>Hello<br />
Just some clarifications:<br />
- CodeSounding is open source (GPLv3) &#8211; see <a href="http://sourceforge.net/projects/codesounding/#more" rel="nofollow">http://sourceforge.net/projects/codesounding/#more</a>. Official source and binary releases include its text<br />
- CodeSounding sonifies the Java instructions, as they are triggered at runtime: so not the static source structure.<br />
- The sorting example is just a &#8220;standard exercise&#8221;; you can also sonify a multi-threaded Swing application &#8211; see for example <a href="http://www.youtube.com/watch?v=2J662O16f7E" rel="nofollow">http://www.youtube.com/watch?v=2J662O16f7E</a></p>
<p>The major challenges are 1) keeping realtime synchronization between instructions executed and sounds played, 2) how to &#8220;compress&#8221; the CPU speed into a meaningful rhythm, that is how to going from 2GHz to 44kHz.<br />
Of course, getting good audio samples is a hard work, and would well require a musician <img src='http://thecommandline.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Finally, let me signal you the following links, I hope you&#8217;ll enjoy them:<br />
- data sonification is used at NASA as well, when analyzing space data: <a href="http://spdf.gsfc.nasa.gov/research/sonification/sonification.html" rel="nofollow">http://spdf.gsfc.nasa.gov/research/sonification/sonification.html</a><br />
- the &#8220;Institute for Algorhythmics&#8221; (<a href="http://www.algorhythmics.net/en/?p=427" rel="nofollow">http://www.algorhythmics.net/en/?p=427</a>) sets a conceptual framework for these experiments</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dell Streak Stumbles Over GPL Compliance by Thomas Gideon</title>
		<link>http://thecommandline.net/2010/08/27/dell-streak-stumbles-over-gpl-compliance/comment-page-1/#comment-6642</link>
		<dc:creator>Thomas Gideon</dc:creator>
		<pubDate>Sun, 29 Aug 2010 14:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3505#comment-6642</guid>
		<description>I expressly do not want a phone.  If I got the Streak, I would not activate it.  If I were to get an Evo or Galaxy, I would not activate it either.  I&#039;d rather get something intended to be a MID so it simply is not an issue.  I also am probably one of the rare few MessagePad users who loved it despite its awkward size.</description>
		<content:encoded><![CDATA[<p>I expressly do not want a phone.  If I got the Streak, I would not activate it.  If I were to get an Evo or Galaxy, I would not activate it either.  I&#8217;d rather get something intended to be a MID so it simply is not an issue.  I also am probably one of the rare few MessagePad users who loved it despite its awkward size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Touchless, Gestural Interface by john</title>
		<link>http://thecommandline.net/2010/08/26/touchless-gestural-interface/comment-page-1/#comment-6641</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sun, 29 Aug 2010 14:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3497#comment-6641</guid>
		<description>The best use I&#039;ve seen so far has been in an interactive museum exhibit.  There were no mechanical parts to break or be vandalized!</description>
		<content:encoded><![CDATA[<p>The best use I&#8217;ve seen so far has been in an interactive museum exhibit.  There were no mechanical parts to break or be vandalized!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dell Streak Stumbles Over GPL Compliance by Braz</title>
		<link>http://thecommandline.net/2010/08/27/dell-streak-stumbles-over-gpl-compliance/comment-page-1/#comment-6640</link>
		<dc:creator>Braz</dc:creator>
		<pubDate>Sun, 29 Aug 2010 13:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3505#comment-6640</guid>
		<description>To that end, I&#039;ve got nothing but great things to say about my rooted EVO. Connect my Apple Bluetooth keyboard for some serious email writing, but other than that, it&#039;s a fantastic video and music device that also does email and web and phone and...

Depending on carrier, the Galaxy S line is good, and the upcoming HTC EVO-but-not on VZW looks really sharp, too.  I just think the Streak, much like the MessagePad all those years ago, crosses the line from Big to Too Big.</description>
		<content:encoded><![CDATA[<p>To that end, I&#8217;ve got nothing but great things to say about my rooted EVO. Connect my Apple Bluetooth keyboard for some serious email writing, but other than that, it&#8217;s a fantastic video and music device that also does email and web and phone and&#8230;</p>
<p>Depending on carrier, the Galaxy S line is good, and the upcoming HTC EVO-but-not on VZW looks really sharp, too.  I just think the Streak, much like the MessagePad all those years ago, crosses the line from Big to Too Big.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dell Streak Stumbles Over GPL Compliance by Thomas Gideon</title>
		<link>http://thecommandline.net/2010/08/27/dell-streak-stumbles-over-gpl-compliance/comment-page-1/#comment-6615</link>
		<dc:creator>Thomas Gideon</dc:creator>
		<pubDate>Fri, 27 Aug 2010 21:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3505#comment-6615</guid>
		<description>I don&#039;t want a tablet, I want a MID.  When I am at a computer, I want full capabilities.  When I am not, I want a device that prevents me from disappearing into a project or the net when I am intentionally away from a computer.  A four to five inch screen fits what I am looking for better than the class of tablets which are larger and designed for easier use.  I admit my needs are a bit off the wall but I&#039;d rather have something that fits well or nothing at all.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t want a tablet, I want a MID.  When I am at a computer, I want full capabilities.  When I am not, I want a device that prevents me from disappearing into a project or the net when I am intentionally away from a computer.  A four to five inch screen fits what I am looking for better than the class of tablets which are larger and designed for easier use.  I admit my needs are a bit off the wall but I&#8217;d rather have something that fits well or nothing at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dell Streak Stumbles Over GPL Compliance by Braz</title>
		<link>http://thecommandline.net/2010/08/27/dell-streak-stumbles-over-gpl-compliance/comment-page-1/#comment-6614</link>
		<dc:creator>Braz</dc:creator>
		<pubDate>Fri, 27 Aug 2010 21:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3505#comment-6614</guid>
		<description>Curious, Tom, what&#039;s got you thinking about the Streak as opposed to, say, the Galaxy S Tab from Samsung?  I&#039;ve looked at the Streak as an interesting hybrid, but still don&#039;t think it fits any real purpose - too big for a phone, too small for a tablet.</description>
		<content:encoded><![CDATA[<p>Curious, Tom, what&#8217;s got you thinking about the Streak as opposed to, say, the Galaxy S Tab from Samsung?  I&#8217;ve looked at the Streak as an interesting hybrid, but still don&#8217;t think it fits any real purpose &#8211; too big for a phone, too small for a tablet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Brings Telephony to Gmail by Michael Sandahl</title>
		<link>http://thecommandline.net/2010/08/25/google-brings-telephony-to-gmail/comment-page-1/#comment-6592</link>
		<dc:creator>Michael Sandahl</dc:creator>
		<pubDate>Wed, 25 Aug 2010 22:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3484#comment-6592</guid>
		<description>I would be surprised if it couldn&#039;t be somehow integrated into a chat client such as Empathy. It will be interesting to see how this is implemented on Android phones as an alternative for those trying to use Skype.</description>
		<content:encoded><![CDATA[<p>I would be surprised if it couldn&#8217;t be somehow integrated into a chat client such as Empathy. It will be interesting to see how this is implemented on Android phones as an alternative for those trying to use Skype.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TCLP 2010-08-04 Habits of an Infovore by Wrap-ups &#124; Think Before Type</title>
		<link>http://thecommandline.net/2010/08/04/infovore/comment-page-1/#comment-6591</link>
		<dc:creator>Wrap-ups &#124; Think Before Type</dc:creator>
		<pubDate>Mon, 23 Aug 2010 20:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3381#comment-6591</guid>
		<description>[...]  Posted on August 23, 2010 by qva5on3   Today at a gym I&#8217;ve been listening to The CommandLine Podcast show about a way Thomas is trying to control information flow and focus in a age of internet and [...]</description>
		<content:encoded><![CDATA[<p>[...]  Posted on August 23, 2010 by qva5on3   Today at a gym I&#8217;ve been listening to The CommandLine Podcast show about a way Thomas is trying to control information flow and focus in a age of internet and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Naive Prediction on Simulating a Human Brain by Thomas Gideon</title>
		<link>http://thecommandline.net/2010/08/17/naive-prediction-on-simulating-a-human-brain/comment-page-1/#comment-6566</link>
		<dc:creator>Thomas Gideon</dc:creator>
		<pubDate>Thu, 19 Aug 2010 17:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3440#comment-6566</guid>
		<description>Citing his book doesn&#039;t prove anything nor does it persuade me.  You are restating his assumptions which I have tried to argue against as faulty.

All the same, I will borrow the book from the library and read the suggested chapter so I can at least have a better understanding of his argument, in the absence of anything other than a mere citation on your part.  I doubt very much he&#039;ll persuade me especially if it is any variation on his part arguments.  I have read him argue for being able to perform very detailed scans, often destructive, of an existing brain and I am skeptical that the resulting information leads any more easily to a workable simulation of a human brain by 2030.</description>
		<content:encoded><![CDATA[<p>Citing his book doesn&#8217;t prove anything nor does it persuade me.  You are restating his assumptions which I have tried to argue against as faulty.</p>
<p>All the same, I will borrow the book from the library and read the suggested chapter so I can at least have a better understanding of his argument, in the absence of anything other than a mere citation on your part.  I doubt very much he&#8217;ll persuade me especially if it is any variation on his part arguments.  I have read him argue for being able to perform very detailed scans, often destructive, of an existing brain and I am skeptical that the resulting information leads any more easily to a workable simulation of a human brain by 2030.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Naive Prediction on Simulating a Human Brain by Jeremy Wilson</title>
		<link>http://thecommandline.net/2010/08/17/naive-prediction-on-simulating-a-human-brain/comment-page-1/#comment-6565</link>
		<dc:creator>Jeremy Wilson</dc:creator>
		<pubDate>Thu, 19 Aug 2010 17:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3440#comment-6565</guid>
		<description>&quot;Simply put, there isn’t a 1:1 mapping between DNA and the neurons in a living brain&quot;

I think this is exactly what he says in his book.

&quot;and lacking that, I doubt there is any shortcut past simulating from protein expression all the way up through cellular processes and neuronal development and interaction. That is a ton more computation than just simulating the end result.&quot;

When I read &quot;The Singularity Is Near&quot; I never saw Kuzweil say that we need to simulate the brain atom by atom, protein by protein. I also would reject the how and when if it was brassed on simulating protein folding but its not in the book.

I would recommend Chapter 4: Achieving The software of Human Intelligence: How to Reverse Engineer the Human Brain</description>
		<content:encoded><![CDATA[<p>&#8220;Simply put, there isn’t a 1:1 mapping between DNA and the neurons in a living brain&#8221;</p>
<p>I think this is exactly what he says in his book.</p>
<p>&#8220;and lacking that, I doubt there is any shortcut past simulating from protein expression all the way up through cellular processes and neuronal development and interaction. That is a ton more computation than just simulating the end result.&#8221;</p>
<p>When I read &#8220;The Singularity Is Near&#8221; I never saw Kuzweil say that we need to simulate the brain atom by atom, protein by protein. I also would reject the how and when if it was brassed on simulating protein folding but its not in the book.</p>
<p>I would recommend Chapter 4: Achieving The software of Human Intelligence: How to Reverse Engineer the Human Brain</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Naive Prediction on Simulating a Human Brain by Thomas Gideon</title>
		<link>http://thecommandline.net/2010/08/17/naive-prediction-on-simulating-a-human-brain/comment-page-1/#comment-6564</link>
		<dc:creator>Thomas Gideon</dc:creator>
		<pubDate>Thu, 19 Aug 2010 16:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3440#comment-6564</guid>
		<description>I am fairly certain that Myers gets that the compression would be applied to the information content of the DNA itself.  It is irrelevant whether that information is compressed as the argument is that Kurzweil is drastically underestimating the complexity involved in taking DNA as a starting point and somehow ending up with a functioning brain.  Compressing the input doesn&#039;t compress the time complexity of the process, in fact it will only increase it as you&#039;ll need to decompress the information to actually do anything with it.  The process in question isn&#039;t a direct translation of DNA into atoms or bits in a computer model.  The only method about which we have any clue for getting from DNA to an organ, let alone an organism, is to &quot;execute&quot; the DNA which is the non-linear, emergently complex process I was talking about.

This is where Myers&#039; discussion of proteomics is relevant as that is what a DNA program does when executed.  It produces proteins that then fold in non-trivially complex ways as they are synthesized.  To get from proteins and how they fold to organs requires simulating layers on layers of complexity.  We haven&#039;t even fully mapped out the full set of proteins and necessary folding, let alone getting to the next layer up that depends on them.  Simply put, there isn&#039;t a 1:1 mapping between DNA and the neurons in a living brain and lacking that, I doubt there is any shortcut past simulating from protein expression all the way up through cellular processes and neuronal development and interaction.  That is a ton more computation than just simulating the end result.

In algorithmic terms, Kurzweil wants to assume that the order of complexity for simulating a brain is a constant or lower order (linear, log-linear or logarithmic) of the assumed input, DNA.  I doubt that is anywhere near correct, I would say we don&#039;t even have a good first order approximation on the inherent complexity in producing a brain from DNA, computationally for the reasons I stated above.

Granted, once you have that result, reproducing a digital copy is trivial in theory though the practicalities at that scale of information density may be prohibitive.  Bear in mind that the best general purpose lossless compression averages about 2:1.  If a living brain requires yottabytes of storage, cutting that in half doesn&#039;t make the problem of copying it any more tractable.

I would also argue that the brain is dependent on the body in which it is embedded.  So I think there is a basis to reject Kurzweil&#039;s argument even earlier on, that you could somehow separate out the portion of DNA that ultimately results in the development of a brain and have that fragment even work in any meaningful fashion.

I am not trying to say that we may never achieve machine based intelligence (either wholly synthetic or simulating existing minds), rather I reject Kurzweil&#039;s naive predictions about how and when it will happen.  In my opinion I think that Kurzweil&#039;s folly lately is just an all too common fear of mortality leading to willfully taking on many flawed assumptions as long as they might lead to his personal wish fulfillment of practical immortality.</description>
		<content:encoded><![CDATA[<p>I am fairly certain that Myers gets that the compression would be applied to the information content of the DNA itself.  It is irrelevant whether that information is compressed as the argument is that Kurzweil is drastically underestimating the complexity involved in taking DNA as a starting point and somehow ending up with a functioning brain.  Compressing the input doesn&#8217;t compress the time complexity of the process, in fact it will only increase it as you&#8217;ll need to decompress the information to actually do anything with it.  The process in question isn&#8217;t a direct translation of DNA into atoms or bits in a computer model.  The only method about which we have any clue for getting from DNA to an organ, let alone an organism, is to &#8220;execute&#8221; the DNA which is the non-linear, emergently complex process I was talking about.</p>
<p>This is where Myers&#8217; discussion of proteomics is relevant as that is what a DNA program does when executed.  It produces proteins that then fold in non-trivially complex ways as they are synthesized.  To get from proteins and how they fold to organs requires simulating layers on layers of complexity.  We haven&#8217;t even fully mapped out the full set of proteins and necessary folding, let alone getting to the next layer up that depends on them.  Simply put, there isn&#8217;t a 1:1 mapping between DNA and the neurons in a living brain and lacking that, I doubt there is any shortcut past simulating from protein expression all the way up through cellular processes and neuronal development and interaction.  That is a ton more computation than just simulating the end result.</p>
<p>In algorithmic terms, Kurzweil wants to assume that the order of complexity for simulating a brain is a constant or lower order (linear, log-linear or logarithmic) of the assumed input, DNA.  I doubt that is anywhere near correct, I would say we don&#8217;t even have a good first order approximation on the inherent complexity in producing a brain from DNA, computationally for the reasons I stated above.</p>
<p>Granted, once you have that result, reproducing a digital copy is trivial in theory though the practicalities at that scale of information density may be prohibitive.  Bear in mind that the best general purpose lossless compression averages about 2:1.  If a living brain requires yottabytes of storage, cutting that in half doesn&#8217;t make the problem of copying it any more tractable.</p>
<p>I would also argue that the brain is dependent on the body in which it is embedded.  So I think there is a basis to reject Kurzweil&#8217;s argument even earlier on, that you could somehow separate out the portion of DNA that ultimately results in the development of a brain and have that fragment even work in any meaningful fashion.</p>
<p>I am not trying to say that we may never achieve machine based intelligence (either wholly synthetic or simulating existing minds), rather I reject Kurzweil&#8217;s naive predictions about how and when it will happen.  In my opinion I think that Kurzweil&#8217;s folly lately is just an all too common fear of mortality leading to willfully taking on many flawed assumptions as long as they might lead to his personal wish fulfillment of practical immortality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Naive Prediction on Simulating a Human Brain by Jeremy Wilson</title>
		<link>http://thecommandline.net/2010/08/17/naive-prediction-on-simulating-a-human-brain/comment-page-1/#comment-6563</link>
		<dc:creator>Jeremy Wilson</dc:creator>
		<pubDate>Thu, 19 Aug 2010 16:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3440#comment-6563</guid>
		<description>I think Kuzweil knows that chemical biology is inherently non-linear. And I think he knows how fetal development works. I agree that blueprints are static but so is DNA without a cellular mechanisms to start the process. In sperm and egg banks the DNA is practical frozen. The blueprint is there but the process is stalled and hasn&#039;t event begun until the sperm and egg come together.

PZ Myers doesn&#039;t understand that Kuzweil is not talking about compressing &quot;the process&quot; but that the DNA information can be compressed then uncompressed.  As I said before this is only for biological brains.</description>
		<content:encoded><![CDATA[<p>I think Kuzweil knows that chemical biology is inherently non-linear. And I think he knows how fetal development works. I agree that blueprints are static but so is DNA without a cellular mechanisms to start the process. In sperm and egg banks the DNA is practical frozen. The blueprint is there but the process is stalled and hasn&#8217;t event begun until the sperm and egg come together.</p>
<p>PZ Myers doesn&#8217;t understand that Kuzweil is not talking about compressing &#8220;the process&#8221; but that the DNA information can be compressed then uncompressed.  As I said before this is only for biological brains.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Naive Prediction on Simulating a Human Brain by Thomas Gideon</title>
		<link>http://thecommandline.net/2010/08/17/naive-prediction-on-simulating-a-human-brain/comment-page-1/#comment-6562</link>
		<dc:creator>Thomas Gideon</dc:creator>
		<pubDate>Thu, 19 Aug 2010 15:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3440#comment-6562</guid>
		<description>Not, it isn&#039;t just terminology. Kurzweil&#039;s observation about the role of DNA is overly simplistic, that it can be read like a technical specification and a functioning, thinking brain assembled atom by atom.

Biological development is inherently complex and non-linear.  DNA is a bootstrapping network where each stage of the biological systems it governs provide feedback.  Read anything that discusses how fetal development progresses.  You cannot just start with DNA and skip to the end of an infant organism.  Each intermediate step is contingent on the effects in the womb and within the fetus itself wrought by preceding developmental steps.  The environment of the womb and the prenatal organism are the media through which DNA and living matter communicate with each other .  That communication is critical to how DNA works and life develops, it cannot be omitted as far as we know to get from DNA to life.

As I said, the blueprint is more for the process, not the end result.  Big difference.  And blueprint is a pretty poor choice of term as the process it governs is highly contingent and emergently complex.  A blueprint is static, DNA is made up of both regulatory genes that active and suppress depending on circumstance and those genes which encode for phenotypic expression, that is observable traits.

I cannot recommend PZ Myers&#039; take on this highly enough.  He has a strong background in the relevant field and makes a much more detailed but still coherent and accessible argument.</description>
		<content:encoded><![CDATA[<p>Not, it isn&#8217;t just terminology. Kurzweil&#8217;s observation about the role of DNA is overly simplistic, that it can be read like a technical specification and a functioning, thinking brain assembled atom by atom.</p>
<p>Biological development is inherently complex and non-linear.  DNA is a bootstrapping network where each stage of the biological systems it governs provide feedback.  Read anything that discusses how fetal development progresses.  You cannot just start with DNA and skip to the end of an infant organism.  Each intermediate step is contingent on the effects in the womb and within the fetus itself wrought by preceding developmental steps.  The environment of the womb and the prenatal organism are the media through which DNA and living matter communicate with each other .  That communication is critical to how DNA works and life develops, it cannot be omitted as far as we know to get from DNA to life.</p>
<p>As I said, the blueprint is more for the process, not the end result.  Big difference.  And blueprint is a pretty poor choice of term as the process it governs is highly contingent and emergently complex.  A blueprint is static, DNA is made up of both regulatory genes that active and suppress depending on circumstance and those genes which encode for phenotypic expression, that is observable traits.</p>
<p>I cannot recommend PZ Myers&#8217; take on this highly enough.  He has a strong background in the relevant field and makes a much more detailed but still coherent and accessible argument.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Naive Prediction on Simulating a Human Brain by Jeremy Wilson</title>
		<link>http://thecommandline.net/2010/08/17/naive-prediction-on-simulating-a-human-brain/comment-page-1/#comment-6561</link>
		<dc:creator>Jeremy Wilson</dc:creator>
		<pubDate>Thu, 19 Aug 2010 15:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3440#comment-6561</guid>
		<description>&quot;Here’s how that math works, Kurzweil explains: The design of the brain is in the genome.&quot;
&quot;DNA is a blueprint for developing a brain, not “running” one or even building a fully realized one.&quot;

Is design not equatable to blueprint in your opinion? Is the reason you disagree with Kuzeweil because of your different use of terminology? I would agree that Kuzweil is wrong if he said: A.I. can be developed using the human genome, but he said brain not A.I.</description>
		<content:encoded><![CDATA[<p>&#8220;Here’s how that math works, Kurzweil explains: The design of the brain is in the genome.&#8221;<br />
&#8220;DNA is a blueprint for developing a brain, not “running” one or even building a fully realized one.&#8221;</p>
<p>Is design not equatable to blueprint in your opinion? Is the reason you disagree with Kuzeweil because of your different use of terminology? I would agree that Kuzweil is wrong if he said: A.I. can be developed using the human genome, but he said brain not A.I.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on feeds &#124; grep links &gt; Profile of a Hacktivist, How the Internet Changed Language, Natty Narwhals, and More by Thomas Gideon</title>
		<link>http://thecommandline.net/2010/08/18/feeds-grep-links-profile-of-a-hacktivist-how-the-internet-changed-language-natty-narwhals-and-more/comment-page-1/#comment-6559</link>
		<dc:creator>Thomas Gideon</dc:creator>
		<pubDate>Thu, 19 Aug 2010 00:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3446#comment-6559</guid>
		<description>I don&#039;t disagree. I admit to not looking into Haystack that closely but will completely concur with your endorsement of Tor over most anything else.  Especially now that DuckDuckGo has set up an exit enclave so you can search with leaving Tor.

My interest was more in the human side of the story, of a young man&#039;s shift in interest and motivation from the usual things that occupy members of his generation and gender towards my socially aware pursuits.  I am also pleased to see a more mainstream outlet pay attention to this particular kind of story given how often hackers are portrayed as socially and politically inept at best and downright selfish at worst.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t disagree. I admit to not looking into Haystack that closely but will completely concur with your endorsement of Tor over most anything else.  Especially now that DuckDuckGo has set up an exit enclave so you can search with leaving Tor.</p>
<p>My interest was more in the human side of the story, of a young man&#8217;s shift in interest and motivation from the usual things that occupy members of his generation and gender towards my socially aware pursuits.  I am also pleased to see a more mainstream outlet pay attention to this particular kind of story given how often hackers are portrayed as socially and politically inept at best and downright selfish at worst.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on feeds &#124; grep links &gt; Profile of a Hacktivist, How the Internet Changed Language, Natty Narwhals, and More by Anon</title>
		<link>http://thecommandline.net/2010/08/18/feeds-grep-links-profile-of-a-hacktivist-how-the-internet-changed-language-natty-narwhals-and-more/comment-page-1/#comment-6558</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Wed, 18 Aug 2010 22:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3446#comment-6558</guid>
		<description>That &quot;hacktivist&quot; promotes security through obscurity and prevents people from getting access to real privacy-enabling technology. The tor website has sourcecode and specs - haystack&#039;s has neither.</description>
		<content:encoded><![CDATA[<p>That &#8220;hacktivist&#8221; promotes security through obscurity and prevents people from getting access to real privacy-enabling technology. The tor website has sourcecode and specs &#8211; haystack&#8217;s has neither.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TCLP 2010-08-04 Habits of an Infovore by Ken Kennedy</title>
		<link>http://thecommandline.net/2010/08/04/infovore/comment-page-1/#comment-6500</link>
		<dc:creator>Ken Kennedy</dc:creator>
		<pubDate>Fri, 13 Aug 2010 18:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3381#comment-6500</guid>
		<description>Outstanding monologue, Thomas! I always enjoy hearing about the tips, methods, and habits others have developed for churning through information, and your discussion gave me some needed clarity. We use similar techniques, but  I had developed some &quot;bad&quot; habits (trying to read too much in first pass) that we really starting to bog me down. Reapplying myself to &quot;triage first, study later&quot; has already made a difference in just the past couple days, in both my feedreader and my inbox! FTW. Thanks.</description>
		<content:encoded><![CDATA[<p>Outstanding monologue, Thomas! I always enjoy hearing about the tips, methods, and habits others have developed for churning through information, and your discussion gave me some needed clarity. We use similar techniques, but  I had developed some &#8220;bad&#8221; habits (trying to read too much in first pass) that we really starting to bog me down. Reapplying myself to &#8220;triage first, study later&#8221; has already made a difference in just the past couple days, in both my feedreader and my inbox! FTW. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diaspora Proposal: Open Source, Distributed Social Network by Mick</title>
		<link>http://thecommandline.net/2010/04/30/diaspora-proposal-open-source-distributed-social-network/comment-page-1/#comment-6494</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Thu, 12 Aug 2010 11:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/2010/04/30/diaspora-proposal-open-source-distributed-social-network/#comment-6494</guid>
		<description>There are approximately thirty &quot;known&quot; distributed social projects, and several more flying under the radar seeking VC funding.  Mistpark appears to be moving much faster than Diaspora.  It&#039;s available today, has published specs, publicly released code (under the BSD license), secure and verifiable transport, atomic privacy controls, and apparently no funding.</description>
		<content:encoded><![CDATA[<p>There are approximately thirty &#8220;known&#8221; distributed social projects, and several more flying under the radar seeking VC funding.  Mistpark appears to be moving much faster than Diaspora.  It&#8217;s available today, has published specs, publicly released code (under the BSD license), secure and verifiable transport, atomic privacy controls, and apparently no funding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stalled Progress on Linux Switch by Chooch Schubert</title>
		<link>http://thecommandline.net/2010/08/05/stalled-progress-on-linux-switch/comment-page-1/#comment-6448</link>
		<dc:creator>Chooch Schubert</dc:creator>
		<pubDate>Fri, 06 Aug 2010 19:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3384#comment-6448</guid>
		<description>I was also going to recommend Rockbox, but a quick look at the FAQ shows it is not supported yet. Neither does it seem to be supported by Amarok, gPodder, gtkpod, etc. which is a shame. I moved my primary workstation from Windows to Ubuntu last year and have been quite happy with a modified version of bashpodder and gtkpod. I prefer my podcast syncing/listening flow better now than I did with any of the Windows tools I used (Juice and iTunes).

I&#039;ve been selfishly watching your progress on the ffado front as we have the same mixer and I haven&#039;t taken the time to try it with Linux. Very sorry to see it isn&#039;t yet working.

I was thinking along the lines of Jonathan above, however I think that the VM abstraction will bring too many additional variables to help much. You could, however, carve off a couple gigabytes from your Linux drive and simply install another instance on it. Make that your experimental partition and leave your &quot;stable&quot; Linux partition alone until you have a solution you are comfortable with.</description>
		<content:encoded><![CDATA[<p>I was also going to recommend Rockbox, but a quick look at the FAQ shows it is not supported yet. Neither does it seem to be supported by Amarok, gPodder, gtkpod, etc. which is a shame. I moved my primary workstation from Windows to Ubuntu last year and have been quite happy with a modified version of bashpodder and gtkpod. I prefer my podcast syncing/listening flow better now than I did with any of the Windows tools I used (Juice and iTunes).</p>
<p>I&#8217;ve been selfishly watching your progress on the ffado front as we have the same mixer and I haven&#8217;t taken the time to try it with Linux. Very sorry to see it isn&#8217;t yet working.</p>
<p>I was thinking along the lines of Jonathan above, however I think that the VM abstraction will bring too many additional variables to help much. You could, however, carve off a couple gigabytes from your Linux drive and simply install another instance on it. Make that your experimental partition and leave your &#8220;stable&#8221; Linux partition alone until you have a solution you are comfortable with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stalled Progress on Linux Switch by Jason Penney</title>
		<link>http://thecommandline.net/2010/08/05/stalled-progress-on-linux-switch/comment-page-1/#comment-6445</link>
		<dc:creator>Jason Penney</dc:creator>
		<pubDate>Fri, 06 Aug 2010 18:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3384#comment-6445</guid>
		<description>One thing I&#039;ve come to really rely on with my Linux setup is use of the Software RAID to mirror my OS.  Then when the time comes to upgrade, or do something potentially difficult to recover from I break the mirror, remove one of the drives, and run in degraded mode during the upgrade/whatever.  If everything comes out fine, then I return the drive to the mirror and keep going.  If not, I boot of the other drive, and re-mirror it.</description>
		<content:encoded><![CDATA[<p>One thing I&#8217;ve come to really rely on with my Linux setup is use of the Software RAID to mirror my OS.  Then when the time comes to upgrade, or do something potentially difficult to recover from I break the mirror, remove one of the drives, and run in degraded mode during the upgrade/whatever.  If everything comes out fine, then I return the drive to the mirror and keep going.  If not, I boot of the other drive, and re-mirror it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stalled Progress on Linux Switch by Jonathan Schultz</title>
		<link>http://thecommandline.net/2010/08/05/stalled-progress-on-linux-switch/comment-page-1/#comment-6428</link>
		<dc:creator>Jonathan Schultz</dc:creator>
		<pubDate>Fri, 06 Aug 2010 03:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3384#comment-6428</guid>
		<description>Rather than triple booting, I wonder if virtualizing a mac would do the trick, you could even get it set up, take a snapshot, and if things go completely pear-shaped while tinkering you can revert to snapshot in less than a minute.  Not sure how the audio devices would play with virtualization, but in theory it should work...theory being a pretty wide and at times thin blanket, naturally.</description>
		<content:encoded><![CDATA[<p>Rather than triple booting, I wonder if virtualizing a mac would do the trick, you could even get it set up, take a snapshot, and if things go completely pear-shaped while tinkering you can revert to snapshot in less than a minute.  Not sure how the audio devices would play with virtualization, but in theory it should work&#8230;theory being a pretty wide and at times thin blanket, naturally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stalled Progress on Linux Switch by John T</title>
		<link>http://thecommandline.net/2010/08/05/stalled-progress-on-linux-switch/comment-page-1/#comment-6427</link>
		<dc:creator>John T</dc:creator>
		<pubDate>Fri, 06 Aug 2010 02:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3384#comment-6427</guid>
		<description>Interesting read, thanks.  Audio is one of the few areas I still occasionally see Linux desktop glitches too.  I&#039;m not doing anything as complex as yourself, recording wise, but once in a while some app or other seems to not yield audio control back to the system.  Admittedly, I can&#039;t recall that that&#039;s happened since I clean-installed 10.04.

WRT the portable media players, I revived my wife&#039;s iPod video (30GB I think) with an installation of Rockbox, whiich is very Linux Friendly.  When I did so I inherited her old iRiver H10 (6GB) player, which I now use, also with Rockbox, although almost exclusively for podcasts. It does support FLSAC though, which is nice for the occasionaly time when I do want to do some serious music listening. It works great with gPodder on my Ubuntu desktop box.

It may be worth having a look at Rockbox, I believe they&#039;ve added support for a few more iPods in recent times.</description>
		<content:encoded><![CDATA[<p>Interesting read, thanks.  Audio is one of the few areas I still occasionally see Linux desktop glitches too.  I&#8217;m not doing anything as complex as yourself, recording wise, but once in a while some app or other seems to not yield audio control back to the system.  Admittedly, I can&#8217;t recall that that&#8217;s happened since I clean-installed 10.04.</p>
<p>WRT the portable media players, I revived my wife&#8217;s iPod video (30GB I think) with an installation of Rockbox, whiich is very Linux Friendly.  When I did so I inherited her old iRiver H10 (6GB) player, which I now use, also with Rockbox, although almost exclusively for podcasts. It does support FLSAC though, which is nice for the occasionaly time when I do want to do some serious music listening. It works great with gPodder on my Ubuntu desktop box.</p>
<p>It may be worth having a look at Rockbox, I believe they&#8217;ve added support for a few more iPods in recent times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verizon Denies Tethering, Hot Spot Features to Droid Owners by Mike H</title>
		<link>http://thecommandline.net/2010/08/03/verizon-denies-tethering-hot-spot-features-to-droid-owners/comment-page-1/#comment-6401</link>
		<dc:creator>Mike H</dc:creator>
		<pubDate>Wed, 04 Aug 2010 20:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3356#comment-6401</guid>
		<description>I am running a rooted DROID 1 and I couldn&#039;t be happier.  I liberally overclock, I tether wired, wirelessly (ad-hoc and through Bluetooth).

In fact, I&#039;m so happy that I won&#039;t upgrade until a significant change in technology comes around (not even the mighty DROID X is going to make me switch).  Also, I won&#039;t upgrade to a phone until it&#039;s been rooted due to the increasing amount of bloatware coming onto these devices (http://www.wired.com/gadgetlab/2010/07/bloatware-android-phones/).  I see a minimal amount of this on my girlfriend&#039;s DROID X and it makes me want to vomit.

The wireless tether is a great feature and it should be free.  I&#039;m paying for &#039;unlimited&#039; data, who cares how I use it?  Heaven forbid Verizon gives us a killer reason to brag to iPhone users and compel them to switch.  Let us have it free!  I think Motorola was given a massive break when Apple and Verizon couldn&#039;t get their acts together and offer an iPhone before Android was a serious competitor.  But I&#039;m not on the inside of those deals, so what do I know.

All of this said, I understand why Moto holds back these features from original DROID owners - because the environment is less and less about hardware and more and more about the Market (or app store for those types).  Aside from a front-facing camera (which I have issues with) and 4G speeds, I don&#039;t see anything coming out in the next year that would make me want to move away from my precious DROID 1.</description>
		<content:encoded><![CDATA[<p>I am running a rooted DROID 1 and I couldn&#8217;t be happier.  I liberally overclock, I tether wired, wirelessly (ad-hoc and through Bluetooth).</p>
<p>In fact, I&#8217;m so happy that I won&#8217;t upgrade until a significant change in technology comes around (not even the mighty DROID X is going to make me switch).  Also, I won&#8217;t upgrade to a phone until it&#8217;s been rooted due to the increasing amount of bloatware coming onto these devices (<a href="http://www.wired.com/gadgetlab/2010/07/bloatware-android-phones/" rel="nofollow">http://www.wired.com/gadgetlab/2010/07/bloatware-android-phones/</a>).  I see a minimal amount of this on my girlfriend&#8217;s DROID X and it makes me want to vomit.</p>
<p>The wireless tether is a great feature and it should be free.  I&#8217;m paying for &#8216;unlimited&#8217; data, who cares how I use it?  Heaven forbid Verizon gives us a killer reason to brag to iPhone users and compel them to switch.  Let us have it free!  I think Motorola was given a massive break when Apple and Verizon couldn&#8217;t get their acts together and offer an iPhone before Android was a serious competitor.  But I&#8217;m not on the inside of those deals, so what do I know.</p>
<p>All of this said, I understand why Moto holds back these features from original DROID owners &#8211; because the environment is less and less about hardware and more and more about the Market (or app store for those types).  Aside from a front-facing camera (which I have issues with) and 4G speeds, I don&#8217;t see anything coming out in the next year that would make me want to move away from my precious DROID 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verizon Denies Tethering, Hot Spot Features to Droid Owners by Chooch</title>
		<link>http://thecommandline.net/2010/08/03/verizon-denies-tethering-hot-spot-features-to-droid-owners/comment-page-1/#comment-6400</link>
		<dc:creator>Chooch</dc:creator>
		<pubDate>Wed, 04 Aug 2010 19:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3356#comment-6400</guid>
		<description>I have tried a few different non-root tether apps, but they required you to run client software on the computer connecting to the phone. I&#039;ll have to look into &quot;easytether&quot;. I kind of like having a wired tether since you keep your phone battery juiced up while you surf.</description>
		<content:encoded><![CDATA[<p>I have tried a few different non-root tether apps, but they required you to run client software on the computer connecting to the phone. I&#8217;ll have to look into &#8220;easytether&#8221;. I kind of like having a wired tether since you keep your phone battery juiced up while you surf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verizon Denies Tethering, Hot Spot Features to Droid Owners by Chooch</title>
		<link>http://thecommandline.net/2010/08/03/verizon-denies-tethering-hot-spot-features-to-droid-owners/comment-page-1/#comment-6399</link>
		<dc:creator>Chooch</dc:creator>
		<pubDate>Wed, 04 Aug 2010 19:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3356#comment-6399</guid>
		<description>The mystery unravels. &lt;a href=&quot;http://bit.ly/diwu2z&quot; rel=&quot;nofollow&quot;&gt;This article&lt;/a&gt; has a Verizon rep stating that the Texas Instruments WL1271 WiFi chipset in the Droid doesn&#039;t support the official Froyo way of tethering (enabling access point mode). The market apps and custom ROMs enable ad-hoc mode only.

Makes sense.</description>
		<content:encoded><![CDATA[<p>The mystery unravels. <a href="http://bit.ly/diwu2z" rel="nofollow">This article</a> has a Verizon rep stating that the Texas Instruments WL1271 WiFi chipset in the Droid doesn&#8217;t support the official Froyo way of tethering (enabling access point mode). The market apps and custom ROMs enable ad-hoc mode only.</p>
<p>Makes sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verizon Denies Tethering, Hot Spot Features to Droid Owners by George MARKER</title>
		<link>http://thecommandline.net/2010/08/03/verizon-denies-tethering-hot-spot-features-to-droid-owners/comment-page-1/#comment-6395</link>
		<dc:creator>George MARKER</dc:creator>
		<pubDate>Wed, 04 Aug 2010 12:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3356#comment-6395</guid>
		<description>there is tethering available without rooting... the program is called &quot;easytether&quot; on the market. the only semi-drawback is that it requires a usb connection to the laptop. i used it a bit before i got froyo and it does indeed work pretty well.</description>
		<content:encoded><![CDATA[<p>there is tethering available without rooting&#8230; the program is called &#8220;easytether&#8221; on the market. the only semi-drawback is that it requires a usb connection to the laptop. i used it a bit before i got froyo and it does indeed work pretty well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verizon Denies Tethering, Hot Spot Features to Droid Owners by Chooch</title>
		<link>http://thecommandline.net/2010/08/03/verizon-denies-tethering-hot-spot-features-to-droid-owners/comment-page-1/#comment-6390</link>
		<dc:creator>Chooch</dc:creator>
		<pubDate>Wed, 04 Aug 2010 00:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3356#comment-6390</guid>
		<description>It pissed me off when I read the line about the hardware being unable to tether. I don&#039;t know what they gain from this either - other than most customers will take the statement at face value and trust them. Froyo would allow them to not only enable wireless (and wired) tether but to CHARGE for it. So, they wouldn&#039;t be missing out on their MiFi money. Customers have shown that they are willing to pay an extra fee for tethering.

I&#039;m still rocking the original T-Mobile G1 and am running a custom ROM (T-Mobile has left the G1 at version 1.6 aka Cupcake). I have installed a preview build of Froyo which worked well (once I turned on a mod to compress RAM). Via custom ROMs with all versions of Android I have been able to tether with a usb cable, via wifi or bluetooth with no problems whatsoever - and this is the oldest/slowest hardware that runs Android!</description>
		<content:encoded><![CDATA[<p>It pissed me off when I read the line about the hardware being unable to tether. I don&#8217;t know what they gain from this either &#8211; other than most customers will take the statement at face value and trust them. Froyo would allow them to not only enable wireless (and wired) tether but to CHARGE for it. So, they wouldn&#8217;t be missing out on their MiFi money. Customers have shown that they are willing to pay an extra fee for tethering.</p>
<p>I&#8217;m still rocking the original T-Mobile G1 and am running a custom ROM (T-Mobile has left the G1 at version 1.6 aka Cupcake). I have installed a preview build of Froyo which worked well (once I turned on a mod to compress RAM). Via custom ROMs with all versions of Android I have been able to tether with a usb cable, via wifi or bluetooth with no problems whatsoever &#8211; and this is the oldest/slowest hardware that runs Android!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TCLP 2010-07-07 Will We Ever Have Effective Complex Privacy Controls? by What is 'Privacy' to you? &#124; Law Office of Carey N. Lening -- Your Washington, DC Privacy, Technology and IP Business Attorney</title>
		<link>http://thecommandline.net/2010/07/07/complex_privacy/comment-page-1/#comment-6356</link>
		<dc:creator>What is 'Privacy' to you? &#124; Law Office of Carey N. Lening -- Your Washington, DC Privacy, Technology and IP Business Attorney</dc:creator>
		<pubDate>Sun, 01 Aug 2010 04:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://thecommandline.net/?p=3155#comment-6356</guid>
		<description>[...] for defining privacy. Some of this was inspired by my recent reading of Tom Gideon&#8217;s post on The Command Line, while a great deal of it came after my talk with Aaron Titus.  Thanks [...]</description>
		<content:encoded><![CDATA[<p>[...] for defining privacy. Some of this was inspired by my recent reading of Tom Gideon&#8217;s post on The Command Line, while a great deal of it came after my talk with Aaron Titus.  Thanks [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
