<?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/"
		>
<channel>
	<title>Comments on: Samizdata quote of the day</title>
	<atom:link href="http://www.samizdata.net/2011/01/samizdata-quote-775/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.samizdata.net/2011/01/samizdata-quote-775/</link>
	<description>A blog for people with a critically rational individualist perspective</description>
	<lastBuildDate>Wed, 19 Jun 2013 03:43:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Devil's Kitchen</title>
		<link>http://www.samizdata.net/2011/01/samizdata-quote-775/#comment-216021</link>
		<dc:creator>Devil's Kitchen</dc:creator>
		<pubDate>Sat, 05 Feb 2011 18:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.200.139/?p=13872#comment-216021</guid>
		<description><![CDATA[I am currently developing a strategy to move all of our products over to Python...

DK]]></description>
		<content:encoded><![CDATA[<p>I am currently developing a strategy to move all of our products over to Python&#8230;</p>
<p>DK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdm</title>
		<link>http://www.samizdata.net/2011/01/samizdata-quote-775/#comment-216020</link>
		<dc:creator>jdm</dc:creator>
		<pubDate>Fri, 28 Jan 2011 23:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.200.139/?p=13872#comment-216020</guid>
		<description><![CDATA[&lt;i&gt;Not in the good old days it wasn&#039;t
&lt;/i&gt;
Well, of course.






]]></description>
		<content:encoded><![CDATA[<p><i>Not in the good old days it wasn&#8217;t<br />
</i><br />
Well, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laird</title>
		<link>http://www.samizdata.net/2011/01/samizdata-quote-775/#comment-216019</link>
		<dc:creator>Laird</dc:creator>
		<pubDate>Fri, 28 Jan 2011 20:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.200.139/?p=13872#comment-216019</guid>
		<description><![CDATA[I suspect that explains a lot, Ian.]]></description>
		<content:encoded><![CDATA[<p>I suspect that explains a lot, Ian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian B</title>
		<link>http://www.samizdata.net/2011/01/samizdata-quote-775/#comment-216018</link>
		<dc:creator>Ian B</dc:creator>
		<pubDate>Fri, 28 Jan 2011 19:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.200.139/?p=13872#comment-216018</guid>
		<description><![CDATA[&lt;blockquote&gt;Just to be both hopelessly late as well as hopelessly pedantic, most of what was referenced here as &quot;machine code&quot; isn&#039;t. It&#039;s a second generation language called Assembly that has mnemonics and macros and all sorts of things to make programming easier than writing in actual machine language.&lt;/blockquote&gt;

Not in the good old days it wasn&#039;t. Machine code programming a ZX81: first take your notebook and pencil. Write your program in assembler mnemonics, one per line, in a column. Then, go down the program filling in the hexadecimal machine codes in a second column, working out relative jump offsets as you go. Next, use a simple hexloader program on the ZX81 to type the hexadecimal in. Save to cassette. Run program. Go back to notebook to try to figure out what made it crash instantly.

I&#039;ve still got the notebooks from all those years ago. No assembler programs, just raw machine code. I had the hex for virtually the entire instruction set memorised back then.]]></description>
		<content:encoded><![CDATA[<blockquote><p>Just to be both hopelessly late as well as hopelessly pedantic, most of what was referenced here as &#8220;machine code&#8221; isn&#8217;t. It&#8217;s a second generation language called Assembly that has mnemonics and macros and all sorts of things to make programming easier than writing in actual machine language.</p></blockquote>
<p>Not in the good old days it wasn&#8217;t. Machine code programming a ZX81: first take your notebook and pencil. Write your program in assembler mnemonics, one per line, in a column. Then, go down the program filling in the hexadecimal machine codes in a second column, working out relative jump offsets as you go. Next, use a simple hexloader program on the ZX81 to type the hexadecimal in. Save to cassette. Run program. Go back to notebook to try to figure out what made it crash instantly.</p>
<p>I&#8217;ve still got the notebooks from all those years ago. No assembler programs, just raw machine code. I had the hex for virtually the entire instruction set memorised back then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdm</title>
		<link>http://www.samizdata.net/2011/01/samizdata-quote-775/#comment-216017</link>
		<dc:creator>jdm</dc:creator>
		<pubDate>Fri, 28 Jan 2011 18:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.200.139/?p=13872#comment-216017</guid>
		<description><![CDATA[Just to be both hopelessly late as well as hopelessly pedantic, most of what was referenced here as &quot;machine code&quot; isn&#039;t. It&#039;s a second generation language called Assembly that has mnemonics and macros and all sorts of things to make programming easier than writing in actual machine language.

In actual machine language, each instruction takes one clock cycle. An Assembly language instruction to load or store a value takes at least two cycles, set up the memory and then move the value. I know this (empirically only)  because I had to help invent an assembly-like language for an 12-bit machine using 3 AMD-2900 Bit Slice processors stitched together. Machine had no official stack (but 32 registers, I think)... oh, sorry, us old folks (yes, I did the paper tape and front panel booting too) do carry on...
]]></description>
		<content:encoded><![CDATA[<p>Just to be both hopelessly late as well as hopelessly pedantic, most of what was referenced here as &#8220;machine code&#8221; isn&#8217;t. It&#8217;s a second generation language called Assembly that has mnemonics and macros and all sorts of things to make programming easier than writing in actual machine language.</p>
<p>In actual machine language, each instruction takes one clock cycle. An Assembly language instruction to load or store a value takes at least two cycles, set up the memory and then move the value. I know this (empirically only)  because I had to help invent an assembly-like language for an 12-bit machine using 3 AMD-2900 Bit Slice processors stitched together. Machine had no official stack (but 32 registers, I think)&#8230; oh, sorry, us old folks (yes, I did the paper tape and front panel booting too) do carry on&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Jennings</title>
		<link>http://www.samizdata.net/2011/01/samizdata-quote-775/#comment-216016</link>
		<dc:creator>Michael Jennings</dc:creator>
		<pubDate>Fri, 28 Jan 2011 15:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.200.139/?p=13872#comment-216016</guid>
		<description><![CDATA[Real men use Lisp, of course]]></description>
		<content:encoded><![CDATA[<p>Real men use Lisp, of course</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giles Thomas</title>
		<link>http://www.samizdata.net/2011/01/samizdata-quote-775/#comment-216015</link>
		<dc:creator>Giles Thomas</dc:creator>
		<pubDate>Fri, 28 Jan 2011 14:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.200.139/?p=13872#comment-216015</guid>
		<description><![CDATA[&lt;blockquote&gt;&lt;em&gt;Your regular readers include at least one Python core dev.&lt;/em&gt;

And a Numpy dev.&lt;/blockquote&gt;

And a founder of a Python spreadsheet company.]]></description>
		<content:encoded><![CDATA[<blockquote><p><em>Your regular readers include at least one Python core dev.</em></p>
<p>And a Numpy dev.</p></blockquote>
<p>And a founder of a Python spreadsheet company.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Midwesterner</title>
		<link>http://www.samizdata.net/2011/01/samizdata-quote-775/#comment-216014</link>
		<dc:creator>Midwesterner</dc:creator>
		<pubDate>Fri, 28 Jan 2011 14:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.200.139/?p=13872#comment-216014</guid>
		<description><![CDATA[Nothing was ever written in Cobol that couldn&#039;t have been said in fewer words by James Michener.]]></description>
		<content:encoded><![CDATA[<p>Nothing was ever written in Cobol that couldn&#8217;t have been said in fewer words by James Michener.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bod</title>
		<link>http://www.samizdata.net/2011/01/samizdata-quote-775/#comment-216013</link>
		<dc:creator>Bod</dc:creator>
		<pubDate>Fri, 28 Jan 2011 03:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.200.139/?p=13872#comment-216013</guid>
		<description><![CDATA[Oh yes, IanB. I had an Ace 4000.

Learning FORTH was quite a change of pace after Algol-68, FORTRAN-44,-77 and BASIC.

I still have it somewhere, in a box, with Leo Brodie&#039;s (hope I spelled that right) &#039;Starting FORTH&#039;.
]]></description>
		<content:encoded><![CDATA[<p>Oh yes, IanB. I had an Ace 4000.</p>
<p>Learning FORTH was quite a change of pace after Algol-68, FORTRAN-44,-77 and BASIC.</p>
<p>I still have it somewhere, in a box, with Leo Brodie&#8217;s (hope I spelled that right) &#8216;Starting FORTH&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsallison</title>
		<link>http://www.samizdata.net/2011/01/samizdata-quote-775/#comment-216012</link>
		<dc:creator>jsallison</dc:creator>
		<pubDate>Fri, 28 Jan 2011 02:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.200.139/?p=13872#comment-216012</guid>
		<description><![CDATA[COBOL rulez!  C++ droolz!  What are these other strange things of which y&#039;all speak?]]></description>
		<content:encoded><![CDATA[<p>COBOL rulez!  C++ droolz!  What are these other strange things of which y&#8217;all speak?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bod</title>
		<link>http://www.samizdata.net/2011/01/samizdata-quote-775/#comment-216011</link>
		<dc:creator>Bod</dc:creator>
		<pubDate>Fri, 28 Jan 2011 02:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.200.139/?p=13872#comment-216011</guid>
		<description><![CDATA[Holy crud. &quot;Rodnay&quot;? 

I guess my excuse is it was a long time ago, and while I&#039;ve met a fair number of Rodneys, (and a few Del-Boys too), I&#039;ve never met a Rodnay.

&#039;scuse me while I fall on my sword.


]]></description>
		<content:encoded><![CDATA[<p>Holy crud. &#8220;Rodnay&#8221;? </p>
<p>I guess my excuse is it was a long time ago, and while I&#8217;ve met a fair number of Rodneys, (and a few Del-Boys too), I&#8217;ve never met a Rodnay.</p>
<p>&#8216;scuse me while I fall on my sword.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Duncan</title>
		<link>http://www.samizdata.net/2011/01/samizdata-quote-775/#comment-216010</link>
		<dc:creator>Sam Duncan</dc:creator>
		<pubDate>Fri, 28 Jan 2011 01:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.200.139/?p=13872#comment-216010</guid>
		<description><![CDATA[You &lt;em&gt;know&lt;/em&gt; I do, Ian. Never had one, mind you. Always wanted one, though. FORTH looked cool.

I&#039;ve been meaning to learn Python ever since I saw &lt;a href=&quot;http://www.tuxradar.com/content/python-pygtk-webkit-20-minutes&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt;, which took me right back to the 8-bit days of just typing stuff in and trying it out. I&#039;m an &lt;strike&gt;instant gratification&lt;/strike&gt; rapid feedback kind of a bloke (I hated photograpy before digital), and that looks right up my street. C does my head in.]]></description>
		<content:encoded><![CDATA[<p>You <em>know</em> I do, Ian. Never had one, mind you. Always wanted one, though. FORTH looked cool.</p>
<p>I&#8217;ve been meaning to learn Python ever since I saw <a href="http://www.tuxradar.com/content/python-pygtk-webkit-20-minutes" rel="nofollow">this</a>, which took me right back to the 8-bit days of just typing stuff in and trying it out. I&#8217;m an <strike>instant gratification</strike> rapid feedback kind of a bloke (I hated photograpy before digital), and that looks right up my street. C does my head in.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
