<?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; Programming Way</title>
	<atom:link href="http://blog.phio.me/category/diving-in-eecs/programming-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phio.me</link>
	<description>别想太多</description>
	<lastBuildDate>Sun, 31 Jul 2011 16:41:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>一个优秀的程序员用等宽字体【zz】</title>
		<link>http://blog.phio.me/2007/03/post-070320-114427-533/</link>
		<comments>http://blog.phio.me/2007/03/post-070320-114427-533/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 04:10:40 +0000</pubDate>
		<dc:creator>phio</dc:creator>
				<category><![CDATA[Programming Way]]></category>

		<guid isPermaLink="false">http://my.donews.com/phio/2007/03/20/post-070320-114427-533/</guid>
		<description><![CDATA[很早以前就观察到身边不少的程序员习惯比较差：编程时使用的分辨率是640×480的、或者是使用800×600的分辨率但是字体大小调得全屏只能显示十多行、或者是使用得Times New Roman/Tahoma/Arial来写代码，连空格都对不齐&#8230;.. 曾听到过这么种说法：判断是不是个熟手，看看他编程时的屏幕就知道了，呵呵，可见习惯的重要性。这里随便侃侃我比较认同的编程用桌面显示一般标准，最后提供一个不错的等宽字体收集网，看腻了SimSun和FixedSys又不喜欢Courier的朋友可以去看看，说不定会有意外的惊喜: ) 编程用桌面显示规范： 1. 视力不差的话，800×600以上，1024×768最优 2. 字体大小9pt至12pt最佳，保证全屏方式下一目24行以上，40行以下 3. 字体采用绝对的等宽字体，常用的有新宋体/ FixedSys / Courier New等 编程用字体选择标准： 1. 所有字符等宽 2. 简洁、清晰、规范的字符形体 3. 支持ASCII码为128以上的扩展字符集 4. 空白字符(ASCII: 0&#215;20)与其他字符等宽 5. &#8217;1&#8242;、&#8217;l'和&#8217;i'等三个字符易于区分 6. &#8217;0&#8242;、&#8217;o'和&#8217;O'等三个字符易于区分 7. 双引号、单引号的前后部分易于区分，最好是镜像对称的 8. 清晰的标点符号外形，尤其是大括符、圆括符和方括符 Monospace/Fixed Width Programmer&#8217;s Fonts: http://www.lowing.org/fonts/ zz from http://www.cnblogs.com/neoragex2002/archive/2005/06/06/169033.html]]></description>
			<content:encoded><![CDATA[<p>很早以前就观察到身边不少的程序员习惯比较差：编程时使用的分辨率是640×480的、或者是使用800×600的分辨率但是字体大小调得全屏只能显示十多行、或者是使用得Times New Roman/Tahoma/Arial来写代码，连空格都对不齐&#8230;.. 曾听到过这么种说法：判断是不是个熟手，看看他编程时的屏幕就知道了，呵呵，可见习惯的重要性。这里随便侃侃我比较认同的编程用桌面显示一般标准，最后提供一个不错的等宽字体收集网，看腻了SimSun和FixedSys又不喜欢Courier的朋友可以去看看，说不定会有意外的惊喜: )</p>
<p>编程用桌面显示规范：<br />
1. 视力不差的话，800×600以上，1024×768最优<br />
2. 字体大小9pt至12pt最佳，保证全屏方式下一目24行以上，40行以下<br />
3. 字体采用绝对的等宽字体，常用的有新宋体/ FixedSys / Courier New等</p>
<p>编程用字体选择标准：<br />
1. 所有字符等宽<br />
2. 简洁、清晰、规范的字符形体<br />
3. 支持ASCII码为128以上的扩展字符集<br />
4. 空白字符(ASCII: 0&#215;20)与其他字符等宽<br />
5. &#8217;1&#8242;、&#8217;l'和&#8217;i'等三个字符易于区分<br />
6. &#8217;0&#8242;、&#8217;o'和&#8217;O'等三个字符易于区分<br />
7. 双引号、单引号的前后部分易于区分，最好是镜像对称的<br />
8. 清晰的标点符号外形，尤其是大括符、圆括符和方括符</p>
<p>Monospace/Fixed Width Programmer&#8217;s Fonts: http://www.lowing.org/fonts/</p>
<p>zz from http://www.cnblogs.com/neoragex2002/archive/2005/06/06/169033.html</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phio.me/2007/03/post-070320-114427-533/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>感动与惭愧</title>
		<link>http://blog.phio.me/2006/11/nxquvjkpycfqoewkcrnuzbqnuchvvvrjthdo/</link>
		<comments>http://blog.phio.me/2006/11/nxquvjkpycfqoewkcrnuzbqnuchvvvrjthdo/#comments</comments>
		<pubDate>Wed, 22 Nov 2006 15:18:03 +0000</pubDate>
		<dc:creator>phio</dc:creator>
				<category><![CDATA[Programming Way]]></category>

		<guid isPermaLink="false">http://my.donews.com/phio/2006/11/22/NXquvJkpycFqoeWKCRNUzBQnUchVVVRJThdo/</guid>
		<description><![CDATA[在Bjarne Stroustrup 的个人主页看到B. S.的自我介绍，有种强烈的被震撼的感觉。做一个有点名气的人不难，在今天这样的日子里。可是做一个像他这样的大师却是难上加难。平实谦恭，但原则分明、思想犀利，崇尚优雅。无不自豪中也带着几分无奈和遗憾，呵呵，人若至此，又有何求？ I&#8217;m the College of Engineering Professor in Computer Science at Texas A&#38;M University; you can find specific academic and educational information on and through my TAMU homepage. I also retain a link to AT&#38;T Labs &#8211; Research as a member of the Information and Systems Software Research Lab. I designed and [...]]]></description>
			<content:encoded><![CDATA[<p>在<a href="http://www.research.att.com/~bs/">Bjarne Stroustrup 的个人主页</a>看到B. S.的自我介绍，有种强烈的被震撼的感觉。做一个有点名气的人不难，在今天这样的日子里。可是做一个像他这样的大师却是难上加难。平实谦恭，但原则分明、思想犀利，崇尚优雅。无不自豪中也带着几分无奈和遗憾，呵呵，人若至此，又有何求？</p>
<blockquote><p>
I&#8217;m the College of Engineering Professor in Computer Science at Texas A&amp;M University; you can find specific academic and educational information on and through my TAMU homepage. I also retain a link to AT&amp;T Labs &#8211; Research as a member of the Information and Systems Software Research Lab.</p>
<p>I designed and implemented the C++ programming language. I remain active in the ISO C++ standards committee working on C++0x.</p>
<p>Over the years, I have written a few books (including The C++ Programming Language and The Design and Evolution of C++.), written a lot of papers, and given some interviews.</p>
<p>Here is some biographical material, some frequently asked questions, some frequently asked questions about C++ style and technique and a C++ glossary.</p>
<p>These pages are permanently under construction. Constructive comments are most welcome.</p>
<p>I can be reached by email at bs at cs.tamu.edu or bs at research.att.com, and by paper mail at Department of Computer Science, TAMU 3112, College Station, TX 77843-3112, USA.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.phio.me/2006/11/nxquvjkpycfqoewkcrnuzbqnuchvvvrjthdo/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>差点被搞死</title>
		<link>http://blog.phio.me/2006/08/klffnutwmlqvpkswrwbfwvwzzlumyssvyfxw/</link>
		<comments>http://blog.phio.me/2006/08/klffnutwmlqvpkswrwbfwvwzzlumyssvyfxw/#comments</comments>
		<pubDate>Tue, 29 Aug 2006 09:19:24 +0000</pubDate>
		<dc:creator>phio</dc:creator>
				<category><![CDATA[Programming Way]]></category>

		<guid isPermaLink="false">http://my.donews.com/phio/2006/08/29/klffNUTWmLQvPkSwrWbfWVWZZLUmYSsvYfXw/</guid>
		<description><![CDATA[两天一直为一个小小的编码问题头疼,perl就是不能接收mysql返回的汉字,全部变成问号,奶奶的,差点恨死写DBI那个人.昨天上网上一天就是没有收获,加了一个IRC还被一群人无视,唔,好不郁闷. 没想到下午慢慢把返回的结果unpack出来,上网到处搜集各种解决方案,终于在吃饭前搞定了.等项目结束了,把其中遇到的所有的问题,还有解决的过程都写出来,记在这里,算作一种纪念,嘿嘿.谢谢俺老婆,一直静静地鼓励俺慢慢来,看着她在旁边,再多心事都不用烦心. 今天blog重新开张,开始log 咯. 落下的那段回忆呢,保留在另外的地方:-)]]></description>
			<content:encoded><![CDATA[<p>两天一直为一个小小的编码问题头疼,perl就是不能接收mysql返回的汉字,全部变成问号,奶奶的,差点恨死写DBI那个人.昨天上网上一天就是没有收获,加了一个IRC还被一群人无视,唔,好不郁闷.</p>
<p>没想到下午慢慢把返回的结果unpack出来,上网到处搜集各种解决方案,终于在吃饭前搞定了.等项目结束了,把其中遇到的所有的问题,还有解决的过程都写出来,记在这里,算作一种纪念,嘿嘿.谢谢俺老婆,一直静静地鼓励俺慢慢来,看着她在旁边,再多心事都不用烦心.</p>
<p>今天blog重新开张,开始log 咯. 落下的那段回忆呢,保留在另外的地方:-)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phio.me/2006/08/klffnutwmlqvpkswrwbfwvwzzlumyssvyfxw/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

