<?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>《[微言]时间长度感知》的评论</title>
	<atom:link href="https://headsalon.org/archives/4565.html/feed" rel="self" type="application/rss+xml" />
	<link>https://headsalon.org/archives/4565.html</link>
	<description>A Salon for Heads, No Sofa for Ass</description>
	<lastBuildDate>Fri, 23 Jan 2026 05:27:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>作者：辉格</title>
		<link>https://headsalon.org/archives/4565.html#comment-18603</link>
		<dc:creator><![CDATA[辉格]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 13:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-18603</guid>
		<description><![CDATA[嗯，对应我的说法就是，什么才算“新颖”？或何种事件会构成“里程碑”？]]></description>
		<content:encoded><![CDATA[<p>嗯，对应我的说法就是，什么才算“新颖”？或何种事件会构成“里程碑”？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：tcya</title>
		<link>https://headsalon.org/archives/4565.html#comment-18543</link>
		<dc:creator><![CDATA[tcya]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 06:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-18543</guid>
		<description><![CDATA[如果要说缓存的话可能是一个多级的机制，越上面的调用速度越快但容量小，全结算了放底层去了才链接到某个跟时间感知有关的索引。]]></description>
		<content:encoded><![CDATA[<p>如果要说缓存的话可能是一个多级的机制，越上面的调用速度越快但容量小，全结算了放底层去了才链接到某个跟时间感知有关的索引。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：tcya</title>
		<link>https://headsalon.org/archives/4565.html#comment-18542</link>
		<dc:creator><![CDATA[tcya]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 06:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-18542</guid>
		<description><![CDATA[恩，我的意思差不多，倒不是非留在缓存里备查。关键是这件事存档结算了没，还处于一个工作流中这事就还没完，等完了大脑再把这事和一些相关信息捆一起丢进记忆深处，这样回忆时才会被当做路标调用。]]></description>
		<content:encoded><![CDATA[<p>恩，我的意思差不多，倒不是非留在缓存里备查。关键是这件事存档结算了没，还处于一个工作流中这事就还没完，等完了大脑再把这事和一些相关信息捆一起丢进记忆深处，这样回忆时才会被当做路标调用。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bear</title>
		<link>https://headsalon.org/archives/4565.html#comment-18539</link>
		<dc:creator><![CDATA[bear]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 06:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-18539</guid>
		<description><![CDATA[缓存有点道理，但似乎不是让我信服的解释。考虑另一种类似的情况--玩RPG游戏，也是几个小时就不知不觉过去了，但可能做了很多任务，且任务之间并没有多大关联。
我觉得人脑的缓存很小（至少我的应该很小），完全不足以保留编程需要的信息，事实上写代码的时候要常常把文件切来切去找信息。
直觉上，只要处于同一“工作流”中，就觉得时间过得很快。所以我的猜测是--工作流的频繁切换使人感觉时间变长。]]></description>
		<content:encoded><![CDATA[<p>缓存有点道理，但似乎不是让我信服的解释。考虑另一种类似的情况&#8211;玩RPG游戏，也是几个小时就不知不觉过去了，但可能做了很多任务，且任务之间并没有多大关联。<br />
我觉得人脑的缓存很小（至少我的应该很小），完全不足以保留编程需要的信息，事实上写代码的时候要常常把文件切来切去找信息。<br />
直觉上，只要处于同一“工作流”中，就觉得时间过得很快。所以我的猜测是&#8211;工作流的频繁切换使人感觉时间变长。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：szgz</title>
		<link>https://headsalon.org/archives/4565.html#comment-18429</link>
		<dc:creator><![CDATA[szgz]]></dc:creator>
		<pubDate>Sun, 03 Mar 2013 13:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-18429</guid>
		<description><![CDATA[写代码的过程中经常需要查找资料，不知不觉就到旁枝上去了，偏离了纯粹写代码的活动]]></description>
		<content:encoded><![CDATA[<p>写代码的过程中经常需要查找资料，不知不觉就到旁枝上去了，偏离了纯粹写代码的活动</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：tcya</title>
		<link>https://headsalon.org/archives/4565.html#comment-17951</link>
		<dc:creator><![CDATA[tcya]]></dc:creator>
		<pubDate>Fri, 01 Mar 2013 01:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-17951</guid>
		<description><![CDATA[这个有点棘手。感觉是这样的，大脑回溯时是以结算过的事件作为标记来估计时间。我没怎么写过代码，不过读一大段代码确实一天不知不觉就过去了，大概这些信息都是关联的，随时需要调用，读完一段就没有结算做标记，信息似乎还都放在在缓存里，睡觉时才清理存档。假如一天写n多个没什么关联的小程序，这样每写完一个大概就结算一次，是不是就会觉得比较漫长。这似乎符合我的印象，比如睡前躺在床上的时候心想：“今天做了20个任务，好漫长啊……”问路的话问完就可以结算了，留个最终结果供调用就行，不过主贴里的例子想想跟找不到路时的焦虑烦躁应该也有很大关系。]]></description>
		<content:encoded><![CDATA[<p>这个有点棘手。感觉是这样的，大脑回溯时是以结算过的事件作为标记来估计时间。我没怎么写过代码，不过读一大段代码确实一天不知不觉就过去了，大概这些信息都是关联的，随时需要调用，读完一段就没有结算做标记，信息似乎还都放在在缓存里，睡觉时才清理存档。假如一天写n多个没什么关联的小程序，这样每写完一个大概就结算一次，是不是就会觉得比较漫长。这似乎符合我的印象，比如睡前躺在床上的时候心想：“今天做了20个任务，好漫长啊……”问路的话问完就可以结算了，留个最终结果供调用就行，不过主贴里的例子想想跟找不到路时的焦虑烦躁应该也有很大关系。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：padrick</title>
		<link>https://headsalon.org/archives/4565.html#comment-17947</link>
		<dc:creator><![CDATA[padrick]]></dc:creator>
		<pubDate>Fri, 01 Mar 2013 00:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-17947</guid>
		<description><![CDATA[想起一部电影《最长的一天》，说的是诺曼底登陆的事]]></description>
		<content:encoded><![CDATA[<p>想起一部电影《最长的一天》，说的是诺曼底登陆的事</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：辉格</title>
		<link>https://headsalon.org/archives/4565.html#comment-17897</link>
		<dc:creator><![CDATA[辉格]]></dc:creator>
		<pubDate>Thu, 28 Feb 2013 17:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-17897</guid>
		<description><![CDATA[有兴趣可以看看这个词条： http://en.wikipedia.org/wiki/Time_perception 
另外，索尔所的《认知心理学》（ http://book.douban.com/subject/3171969/ ）里好像也提到了这个问题。]]></description>
		<content:encoded><![CDATA[<p>有兴趣可以看看这个词条： <a href="http://en.wikipedia.org/wiki/Time_perception" rel="nofollow">http://en.wikipedia.org/wiki/Time_perception</a><br />
另外，索尔所的《认知心理学》（ <a href="http://book.douban.com/subject/3171969/" rel="nofollow">http://book.douban.com/subject/3171969/</a> ）里好像也提到了这个问题。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：辉格</title>
		<link>https://headsalon.org/archives/4565.html#comment-17886</link>
		<dc:creator><![CDATA[辉格]]></dc:creator>
		<pubDate>Thu, 28 Feb 2013 15:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-17886</guid>
		<description><![CDATA[这些判断恐怕得不到实验支持]]></description>
		<content:encoded><![CDATA[<p>这些判断恐怕得不到实验支持</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：ferraris</title>
		<link>https://headsalon.org/archives/4565.html#comment-17881</link>
		<dc:creator><![CDATA[ferraris]]></dc:creator>
		<pubDate>Thu, 28 Feb 2013 14:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-17881</guid>
		<description><![CDATA[进入物我两忘状态，就会感觉时间飞快。反之时间缓慢，和感知到的时间数量和新颖程度没关系，最能说服力的例子就是黄粱一梦

1. 走回头路，因为更熟悉就融入了路途之中
2. 编程时间飞快是因为进入状态
3. 看电影，短短90分钟视觉映像中大约切换了600~800个镜头，每隔10秒钟镜头就会变化，但是仍然觉得时间飞快，这说明和事件的数量和触动强度没有关系]]></description>
		<content:encoded><![CDATA[<p>进入物我两忘状态，就会感觉时间飞快。反之时间缓慢，和感知到的时间数量和新颖程度没关系，最能说服力的例子就是黄粱一梦</p>
<p>1. 走回头路，因为更熟悉就融入了路途之中<br />
2. 编程时间飞快是因为进入状态<br />
3. 看电影，短短90分钟视觉映像中大约切换了600~800个镜头，每隔10秒钟镜头就会变化，但是仍然觉得时间飞快，这说明和事件的数量和触动强度没有关系</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：hagen</title>
		<link>https://headsalon.org/archives/4565.html#comment-17857</link>
		<dc:creator><![CDATA[hagen]]></dc:creator>
		<pubDate>Thu, 28 Feb 2013 11:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-17857</guid>
		<description><![CDATA[同感]]></description>
		<content:encoded><![CDATA[<p>同感</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：zaeneas</title>
		<link>https://headsalon.org/archives/4565.html#comment-17784</link>
		<dc:creator><![CDATA[zaeneas]]></dc:creator>
		<pubDate>Thu, 28 Feb 2013 04:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-17784</guid>
		<description><![CDATA[这种时间感知会不会与拖延症有关系?

顺便询问有没有时间感知和神经科学相关的资料?]]></description>
		<content:encoded><![CDATA[<p>这种时间感知会不会与拖延症有关系?</p>
<p>顺便询问有没有时间感知和神经科学相关的资料?</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bear</title>
		<link>https://headsalon.org/archives/4565.html#comment-17776</link>
		<dc:creator><![CDATA[bear]]></dc:creator>
		<pubDate>Thu, 28 Feb 2013 03:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-17776</guid>
		<description><![CDATA[那为什么写代码的时候也觉得特别快？常常不知不觉就两三个小时过去了。]]></description>
		<content:encoded><![CDATA[<p>那为什么写代码的时候也觉得特别快？常常不知不觉就两三个小时过去了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：辉格</title>
		<link>https://headsalon.org/archives/4565.html#comment-17669</link>
		<dc:creator><![CDATA[辉格]]></dc:creator>
		<pubDate>Wed, 27 Feb 2013 19:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-17669</guid>
		<description><![CDATA[嗯，同感，这能不能用来评价一本书的好坏呢，呵呵]]></description>
		<content:encoded><![CDATA[<p>嗯，同感，这能不能用来评价一本书的好坏呢，呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：辉格</title>
		<link>https://headsalon.org/archives/4565.html#comment-17668</link>
		<dc:creator><![CDATA[辉格]]></dc:creator>
		<pubDate>Wed, 27 Feb 2013 19:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-17668</guid>
		<description><![CDATA[这倒没发现，有机会我体会一下]]></description>
		<content:encoded><![CDATA[<p>这倒没发现，有机会我体会一下</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：tcya</title>
		<link>https://headsalon.org/archives/4565.html#comment-17663</link>
		<dc:creator><![CDATA[tcya]]></dc:creator>
		<pubDate>Wed, 27 Feb 2013 18:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-17663</guid>
		<description><![CDATA[http://www.guokr.com/article/330756/
看书比较多的时候时间感明显变慢了，三个月前看的书回忆起来感觉得有半年。而那些生活少有变化的大妈就会经常教导我“X年是很快的，一眨眼就过去了”之类的XD。而且这效应是对回忆时使用的线索起作用，回忆那些没怎么干过的事情的时候就也会觉得时间过很快，怎么我什么都还没干就过去了。]]></description>
		<content:encoded><![CDATA[<p><a href="http://www.guokr.com/article/330756/" rel="nofollow">http://www.guokr.com/article/330756/</a><br />
看书比较多的时候时间感明显变慢了，三个月前看的书回忆起来感觉得有半年。而那些生活少有变化的大妈就会经常教导我“X年是很快的，一眨眼就过去了”之类的XD。而且这效应是对回忆时使用的线索起作用，回忆那些没怎么干过的事情的时候就也会觉得时间过很快，怎么我什么都还没干就过去了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Gaii</title>
		<link>https://headsalon.org/archives/4565.html#comment-17651</link>
		<dc:creator><![CDATA[Gaii]]></dc:creator>
		<pubDate>Wed, 27 Feb 2013 17:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://headsalon.org/?p=4565#comment-17651</guid>
		<description><![CDATA[这个长度感知可以用听歌的方法来粗略测量. 同一首歌在不同的路上听, 节奏快慢听起来会变的, 和当时的心理状态有关.]]></description>
		<content:encoded><![CDATA[<p>这个长度感知可以用听歌的方法来粗略测量. 同一首歌在不同的路上听, 节奏快慢听起来会变的, 和当时的心理状态有关.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
