<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>雪花面包 &#187; 抽象</title>
	<atom:link href="https://snowbread.com/category/posts-on-home/mind/c00073/feed" rel="self" type="application/rss+xml" />
	<link>https://snowbread.com</link>
	<description>just for fun</description>
	<lastBuildDate>Thu, 16 Apr 2026 07:19:33 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>对于两个对象同一的理解</title>
		<link>https://snowbread.com/for-two-objects-share-the-same-understanding.html</link>
		<comments>https://snowbread.com/for-two-objects-share-the-same-understanding.html#comments</comments>
		<pubDate>Sun, 20 Sep 2015 07:56:18 +0000</pubDate>
		<dc:creator>雪花面包</dc:creator>
				<category><![CDATA[.]]></category>
		<category><![CDATA[抽象]]></category>

		<guid isPermaLink="false">http://snowbread.com/for-two-objects-share-the-same-understanding.html</guid>
		<description><![CDATA[文件所标注的页数引自书籍《计算机程序的构造和解释》第二版，ISBN: 9787111135104

所谓两个对象同一就是指在任意时刻这两个对象对外界造成的影响完全一致(这里所说的对外界造成的影响并不单单是指对象最终求得的值对外界的影响，还包括其它的影响，例如在对象中使用赋值改变外部变量的值(参见p151))，也就是具有引用透明性(参见p159)

&#160;

[......]<p class='read-more'><a href='https://snowbread.com/for-two-objects-share-the-same-understanding.html'>继续阅读</a></p>]]></description>
				<content:encoded><![CDATA[<p>文件所标注的页数引自书籍《计算机程序的构造和解释》第二版，ISBN: 9787111135104</p>
<p>所谓两个对象同一就是指在任意时刻这两个对象对外界造成的影响完全一致(这里所说的对外界造成的影响并不单单是指对象最终求得的值对外界的影响，还包括其它的影响，例如在对象中使用赋值改变外部变量的值(参见p151))，也就是具有引用透明性(参见p159)</p>
<p>&nbsp;</p>
<p><span id="more-2854"></span></p>
<p>首先来看看什么[......]
<p class='read-more'><a href='https://snowbread.com/for-two-objects-share-the-same-understanding.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>https://snowbread.com/for-two-objects-share-the-same-understanding.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>数据和过程</title>
		<link>https://snowbread.com/data-and-process.html</link>
		<comments>https://snowbread.com/data-and-process.html#comments</comments>
		<pubDate>Thu, 11 Jun 2015 04:46:45 +0000</pubDate>
		<dc:creator>雪花面包</dc:creator>
				<category><![CDATA[.]]></category>
		<category><![CDATA[抽象]]></category>

		<guid isPermaLink="false">http://snowbread.com/data-and-process.html</guid>
		<description><![CDATA[SICP 1.1节是这样描述数据和过程的:数据是一种我们希望去操作的东西，而过程就是有关操作这些数据的规则的描述。也就是说，数据是被动的，而过程是主动的。

这只是对数据和过程的一种表面上的理解，实际上，数据本身就是由过程构造出来的(参见SICP 2.1.3的有理数，序对，以及本节练习2.6中非负整数)，本质上过程和数据就是一个东西。从最底层的角度来看，无论是数据还是过程，对于计算机来说都是0和1的序列，存储时也是以0和1来保存的。

[......]<p class='read-more'><a href='https://snowbread.com/data-and-process.html'>继续阅读</a></p>]]></description>
				<content:encoded><![CDATA[<p>SICP 1.1节是这样描述数据和过程的:数据是一种我们希望去操作的东西，而过程就是有关操作这些数据的规则的描述。也就是说，数据是被动的，而过程是主动的。</p>
<p>这只是对数据和过程的一种表面上的理解，实际上，数据本身就是由过程构造出来的(参见SICP 2.1.3的有理数，序对，以及本节练习2.6中非负整数)，本质上过程和数据就是一个东西。从最底层的角度来看，无论是数据还是过程，对于计算机来说都是0[......]
<p class='read-more'><a href='https://snowbread.com/data-and-process.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>https://snowbread.com/data-and-process.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>信息与行动之间的距离</title>
		<link>https://snowbread.com/the-distance-between-information-and-action.html</link>
		<comments>https://snowbread.com/the-distance-between-information-and-action.html#comments</comments>
		<pubDate>Tue, 05 May 2015 07:54:22 +0000</pubDate>
		<dc:creator>雪花面包</dc:creator>
				<category><![CDATA[.]]></category>
		<category><![CDATA[抽象]]></category>

		<guid isPermaLink="false">http://snowbread.com/the-distance-between-information-and-action.html</guid>
		<description><![CDATA[文字，只能存储信息，但无法将信息转化为行动，只有人通过阅读文字，将文字存储的信息传递到大脑，然后通过大脑指挥身体作出行动。

这样做对于非重复性劳动没有什么问题，但对于重复性劳动就不划算了。下面以批量生产螺丝钉为例，说明应对重复性劳动的方法。

首先由人通过阅读文字，获得生产一颗螺丝钉的信息，然后将生产一颗螺丝钉的信息固化到一台机器上，也就是制造一台生产螺丝钉的机器，然后由这个机器来生产螺丝钉。

[......]<p class='read-more'><a href='https://snowbread.com/the-distance-between-information-and-action.html'>继续阅读</a></p>]]></description>
				<content:encoded><![CDATA[<p>文字，只能存储信息，但无法将信息转化为行动，只有人通过阅读文字，将文字存储的信息传递到大脑，然后通过大脑指挥身体作出行动。</p>
<p>这样做对于非重复性劳动没有什么问题，但对于重复性劳动就不划算了。下面以批量生产螺丝钉为例，说明应对重复性劳动的方法。</p>
<p>首先由人通过阅读文字，获得生产一颗螺丝钉的信息，然后将生产一颗螺丝钉的信息固化到一台机器上，也就是制造一台生产螺丝钉的机器，然后由这个机器来生产螺[......]
<p class='read-more'><a href='https://snowbread.com/the-distance-between-information-and-action.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>https://snowbread.com/the-distance-between-information-and-action.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>宇宙的发展历程</title>
		<link>https://snowbread.com/the-development-process-of-the-universe.html</link>
		<comments>https://snowbread.com/the-development-process-of-the-universe.html#comments</comments>
		<pubDate>Tue, 05 May 2015 07:39:55 +0000</pubDate>
		<dc:creator>雪花面包</dc:creator>
				<category><![CDATA[.]]></category>
		<category><![CDATA[抽象]]></category>

		<guid isPermaLink="false">http://snowbread.com/the-development-process-of-the-universe.html</guid>
		<description><![CDATA[宇宙的发展实际上就是信息不断丰富的过程，可以用下面这句话来总结
一生二，二生三，三生万物

物质是信息的存储介质，通过观察物质，就可以知道信息的丰富程度。

首先是宇宙大爆炸，温度十分之高，宇宙中全部是基本粒子，不存在原子。整个宇宙的物质很单一，信息很匮乏。

[......]<p class='read-more'><a href='https://snowbread.com/the-development-process-of-the-universe.html'>继续阅读</a></p>]]></description>
				<content:encoded><![CDATA[<p>宇宙的发展实际上就是信息不断丰富的过程，可以用下面这句话来总结<br />
一生二，二生三，三生万物</p>
<p>物质是信息的存储介质，通过观察物质，就可以知道信息的丰富程度。</p>
<p>首先是宇宙大爆炸，温度十分之高，宇宙中全部是基本粒子，不存在原子。整个宇宙的物质很单一，信息很匮乏。</p>
<p><span id="more-2823"></span></p>
<p>然后宇宙冷却了一点，形成了质子数很少的原子，形成了星云。物质的种类丰富了一些，信息也丰富了一些。</p>
<p>星云坍缩形成[......]
<p class='read-more'><a href='https://snowbread.com/the-development-process-of-the-universe.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>https://snowbread.com/the-development-process-of-the-universe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
