<?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>Miscellaneous and Useless Information &#187; Computers and technology</title>
	<atom:link href="http://blog.jameslin.name/category/computers-and-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jameslin.name</link>
	<description>Jimmy Lin&#039;s blog</description>
	<lastBuildDate>Thu, 03 Nov 2011 01:07:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mac OS X: Clipboard vs Pasteboard</title>
		<link>http://blog.jameslin.name/2011/08/14/mac-os-x-clipboard-vs-pasteboard/</link>
		<comments>http://blog.jameslin.name/2011/08/14/mac-os-x-clipboard-vs-pasteboard/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 18:55:15 +0000</pubDate>
		<dc:creator>Jimmy Lin</dc:creator>
				<category><![CDATA[Computers and technology]]></category>
		<category><![CDATA[Software and the Internet]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Clipboard]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[NeXTSTEP]]></category>
		<category><![CDATA[Pasteboard]]></category>

		<guid isPermaLink="false">http://blog.jameslin.name/?p=573</guid>
		<description><![CDATA[In my previous blog post, I noted my surprise and distaste for the term &#8220;Pasteboard&#8221; over &#8220;Clipboard&#8221; in Mac OS X. It seemed like an unnecessary change in terminology. However, a friend and long-time Mac user later pointed out to me that OS X still calls it a Clipboard, for example, Edit&#8594;Show Clipboard in the [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://blog.jameslin.name/2011/08/12/inkscape-on-mac/">my previous blog post</a>, I noted my surprise and distaste for the term &#8220;Pasteboard&#8221; over &#8220;<a href="http://en.wikipedia.org/wiki/Clipboard_(software)">Clipboard</a>&#8221; in Mac OS X. It seemed like an unnecessary change in terminology. However, a friend and long-time Mac user later pointed out to me that OS X still calls it a Clipboard, for example, <i>Edit&rarr;Show Clipboard</i> in the Finder. In fact, he had never heard of a Pasteboard until reading my blog.</p>
<p>This encouraged me to dig a little deeper. The term &#8220;Pasteboard&#8221; was inherited from Mac OS X&#8217;s ancestor, NeXTSTEP, which used it in its user interface (see <a href="http://books.google.com/books?id=dCczblScSoYC&#038;pg=PA131">The Complete Guide to the NEXTSTEP User Environment</a> for an example). &#8220;Pasteboard&#8221; is still used in <a href="http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/PasteboardGuide106/">Apple&#8217;s documentation for programmers</a>. However, while NeXTSTEP may form the technical foundation for OS X, the classic Mac OS, which <a href="http://nd.edu/~jvanderk/sysone/">always used the term &#8220;Clipboard,&#8221;</a> is the basis for Mac OS X&#8217;s user interface, so &#8220;Clipboard&#8221; has mostly won out.</p>
<p>So why does the X11 application use the term &#8220;Pasteboard&#8221;? I can only speculate that the X11&rsquo;s developers wanted to the distinction between X11&rsquo;s <small>CLIPBOARD</small> and OS X&#8217;s Clipboard as clear as possible, and that computer geeks, who are likely the only ones who would use X11 in the first place, would be familiar with the term.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jameslin.name/2011/08/14/mac-os-x-clipboard-vs-pasteboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for Inkscape on a Mac</title>
		<link>http://blog.jameslin.name/2011/08/12/inkscape-on-mac/</link>
		<comments>http://blog.jameslin.name/2011/08/12/inkscape-on-mac/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 07:02:09 +0000</pubDate>
		<dc:creator>Jimmy Lin</dc:creator>
				<category><![CDATA[Computers and technology]]></category>
		<category><![CDATA[Software and the Internet]]></category>

		<guid isPermaLink="false">http://blog.jameslin.name/?p=553</guid>
		<description><![CDATA[Last night, I worked on an SVG file that Caitlin Kelleher had created with Inkscape (for the cover of the proceedings of VL/HCC 2011). I also used Inkscape, but it took a few tricks on my Mac to get it to work properly. I wanted to use Helvetica Neue for all of the text, but [...]]]></description>
			<content:encoded><![CDATA[<p>Last night, I worked on an <a href="http://en.wikipedia.org/wiki/Scalable_Vector_Graphics">SVG</a> file that <a href="http://www.cse.wustl.edu/~ckelleher/">Caitlin Kelleher</a> had created with <a href="http://www.inkscape.org/">Inkscape</a> (for the cover of the proceedings of <a href="http://vlhcc2011.cs.cmu.edu/">VL/HCC 2011</a>). I also used Inkscape, but it took a few tricks on my Mac to get it to work properly.</p>
<ul>
<li>I wanted to use <a href="http://new.myfonts.com/fonts/adobe/helvetica-neue/">Helvetica Neue</a> for all of the text, but it wasn&#8217;t included in Inkscape&#8217;s Fonts drop-down list. I had to copy the font from /System/Library/Fonts to /Users/<i>my_username</i>/Library/Fonts for Inkscape to load it. None of the other fonts in the system folder had problems loading.
<li>I also could not use Helvetica. Whenever I chose it, Inkscape kept switching me to Sans. I never figured out what was wrong.
<li>I tried to copy some objects from one Inkscape window to another, but the pasted objects were converted into a bitmap. This is because X11 synchronizes its <small>CLIPBOARD</small> and <small>PRIMARY</small> buffers with Mac OS X&#8217;s Pasteboard* as much as possible, and something got lost in translation. I turned off the synchronizing by going to X11 &rarr; Preferences&#8230; &rarr; Pasteboard tab and turned off <em>Enable Syncing</em>.
<li>I wanted to import an <a href="http://en.wikipedia.org/wiki/Encapsulated_PostScript">EPS</a> file which contained vector graphics, but Inkscape can&#8217;t import EPS files directly. Instead, I opened the file in Preview and then saved it as a PDF. Inkscape then imported the PDF perfectly.
</ul>
<p>Hopes this helps others using Inkscape on a Mac!</p>
<p><small>* The clipboard on Mac OS X is called a <i>pasteboard?</i> Bleh!</small></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jameslin.name/2011/08/12/inkscape-on-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter highlights: May 1–7, 2011</title>
		<link>http://blog.jameslin.name/2011/05/15/twitter-2011-05-01/</link>
		<comments>http://blog.jameslin.name/2011/05/15/twitter-2011-05-01/#comments</comments>
		<pubDate>Mon, 16 May 2011 03:22:37 +0000</pubDate>
		<dc:creator>Jimmy Lin</dc:creator>
				<category><![CDATA[Art and music]]></category>
		<category><![CDATA[Computers and technology]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Human-computer interaction]]></category>
		<category><![CDATA[Math and science]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.jameslin.name/?p=484</guid>
		<description><![CDATA[James Landay: &#8220;Nice profile of Scott Klemmer’s work in Technology Review: Tools for Better Web Design&#8221; Watch President Obama announce the death of Osama bin Laden: MSNBC [May 1] Osama&#8217;s death have prompted huge crowds to gather at World Trade Ctr. (Wall Street Journal) Hard to believe I was there &#60;36 hrs ago. Sadat Shami: [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>James Landay: &#8220;Nice profile of <a href="http://hci.stanford.edu/srk/">Scott Klemmer</a>’s work in Technology Review: <a href="http://www.technologyreview.com/business/37224/">Tools for Better Web Design</a>&#8221; <a href="http://twitter.com/landay/status/64708055396388864"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Watch President Obama announce the death of Osama bin Laden: <a href="http://www.msnbc.msn.com/id/21134540/vp/42852983">MSNBC</a> <a href="http://twitter.com/j_lin/status/64916128987758592"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>[May 1] <a href="http://blogs.wsj.com/dispatch/2011/05/02/celebration-breaks-out-at-ground-zero/">Osama&#8217;s death have prompted huge crowds to gather at World Trade Ctr.</a> (Wall Street Journal) Hard to believe I was there &lt;36 hrs ago. <a href="http://twitter.com/j_lin/status/64921364859072512"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Sadat Shami: &#8220;<a href="http://www.nytimes.com/interactive/2011/05/03/us/20110503-osama-response.html">Interactive map</a> of emotional reactions and the perceived significance on the war on terror after Bin Laden&#8217;s death&#8221; (New York Times) <a href="http://twitter.com/sadatshami/status/65761656495538177"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Overrrated Outcast: &#8220;We still haven&#8217;t seen Sarah Palin&#8217;s high school diploma.&#8221; <a href="http://twitter.com/over_rated/status/63320203282481152"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Keir Clarke: &#8220;<a href="http://googlemapsmania.blogspot.com/2011/04/google-map-of-american-civil-war.html">Washington Post Map of the American Civil War</a>. I can&#8217;t believe how much work has gone into this animated time-line map.&#8221; <a href="http://twitter.com/KeirClarke/status/59398138552795136"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>New York Times: <a href="http://www.nytimes.com/2011/05/05/science/05chip.html">Intel Increases Transistor Speed by Building Upward</a>. James Landay adds: &#8220;This will be more important than people say.&#8221; <a href="http://twitter.com/landay/status/65822287777112064"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>&#8220;Henry Kissinger&#8221;: &#8220;I asked Palin for her thoughts on secularism in Turkey. She said she only eats poultry from &#8216;God-fearing farmers&#8217;. #GiveMeStrength&#8221; <a href="http://twitter.com/Henry_Kissinger/status/61400466763939840"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Overthinking It: <a href="http://www.overthinkingit.com/2011/04/25/star-wars-death-star-economics/">The economics of Death Star planet destruction</a> (via Daring Fireball) <a href="http://twitter.com/j_lin/status/66183870575419392"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li><a href="http://www.obscure.org/physics-faq/Relativity/SpeedOfLight/c.html">Why is c the symbol for the speed of light?</a> (Physics FAQ) <a href="http://twitter.com/j_lin/status/66550461955706880"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li><a href="http://googletechprograms.blogspot.com/2011/05/google-at-chi-2011.html">Google at CHI 2011</a> (via Ed Chi <a href="http://twitter.com/edchi/status/66372177699676160"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>)
<li>Another sweet stop-motion video: <a href="http://vimeo.com/17894033">2000 photos of Paris</a> <a href="http://twitter.com/j_lin/status/67001211580198912"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>A reminder to all Americans going to <a href="http://chi2011.org/">CHI 2011</a>: Canada is a foreign country. Don&#8217;t forget your passport. <a href="http://twitter.com/j_lin/status/67051415373217792"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.jameslin.name/2011/05/15/twitter-2011-05-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter highlights: April 17–23, 2011</title>
		<link>http://blog.jameslin.name/2011/05/15/twitter-2011-04-17/</link>
		<comments>http://blog.jameslin.name/2011/05/15/twitter-2011-04-17/#comments</comments>
		<pubDate>Sun, 15 May 2011 20:36:50 +0000</pubDate>
		<dc:creator>Jimmy Lin</dc:creator>
				<category><![CDATA[Art and music]]></category>
		<category><![CDATA[Business and economy]]></category>
		<category><![CDATA[Computers and technology]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Software and the Internet]]></category>
		<category><![CDATA[Software development]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.jameslin.name/?p=429</guid>
		<description><![CDATA[Sadat Shami: &#8220;Giving up tenure… and getting happiness in return? Reflections from someone who did&#8221; (The Scientist via Nick Diakopoulos) I think I&#8217;ll get a standing desk (New York Times) Jeffrey Bigham: &#8220;How languages may have diffused from Africa, modeling phonemes&#8221; (New York Times) Boris Smus: &#8220;Allow me to explain sorting algorithms through interpretive dance&#8221; [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Sadat Shami: &#8220;Giving up tenure… and getting happiness in return? <a href="http://blog.the-scientist.com/2011/04/12/giving-up-tenure-and-getting-happiness-in-return/">Reflections from someone who did</a>&#8221; (The Scientist via Nick Diakopoulos) <a href="http://twitter.com/sadatshami/status/58329721758425088"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li><a href="http://www.nytimes.com/2011/04/17/magazine/mag-17sitting-t.html">I think I&#8217;ll get a standing desk</a> (New York Times) <a href="http://twitter.com/j_lin/status/59656348148834304"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Jeffrey Bigham: &#8220;<a href="http://www.nytimes.com/2011/04/15/science/15language.html">How languages may have diffused from Africa, modeling phonemes</a>&#8221; (New York Times) <a href="http://twitter.com/jeffbigham/status/58606623039561728"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Boris Smus: &#8220;<a href="http://www.youtube.com/watch?v=lyZQPjUT5B4">Allow me to explain sorting algorithms through interpretive dance</a>&#8221; (YouTube via Pamela Fox) <a href="http://twitter.com/borismus/status/58596125850087424"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li><a href="http://www.youtube.com/watch?v=C9jghLeYufQ">This collaboration of cellist Yo-Yo Ma and street dancer Lil Buck is amazing</a> (YouTube) <a href="http://twitter.com/j_lin/status/59700118420602880"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Looks like the folks at Red Hat are creating their own JVM language called <a href="http://arstechnica.com/open-source/news/2011/04/the-rationale-for-ceylon-red-hats-new-programming-language.ars">Ceylon</a> (Ars Technica) <a href="http://twitter.com/j_lin/status/59748251712237568"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Sandra Kogan: &#8220;<a href="http://dailyartifacts.com/walmarts-185-billon-dollar-mistake">Walmart&#8217;s $1.85 billion mistake.</a> They relied on what customers said in a survey versus what they actually do.&#8221; (Phil Terry) <a href="http://twitter.com/sandrako/status/58273159585071104"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Dilbert creator Scott Adams: Forget art history and calculus. <a href="http://online.wsj.com/article/SB10001424052748704101604576247143383496656.html">Most students need to learn how to run a business.</a> (Wall Street Journal) <a href="http://twitter.com/j_lin/status/60028529160617985"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Mugizi Rwebangira: &#8220;<a href="http://www.dextronet.com/blog/2011/04/10-best-tricks-of-fooling-myself-to-work/">How to fool yourself into working harder</a>&#8221; (Dextronet) <a href="http://twitter.com/rweba/status/60020331368296448"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Impressed by <a href="http://maps.ovi.com/3d/">Ovi Maps 3D</a>. Besides buildings, trees and overpasses in suburban Silicon Valley are also 3D. <a href="http://twitter.com/j_lin/status/60360903559880704"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li><a href="http://www.sfgate.com/cgi-bin/blogs/nov05election/detail?entry_id=87338">Republicans paying $575 an hour to defend Defense of Marriage Act</a> (San Francisco Chronicle) <a href="http://twitter.com/j_lin/status/60391014233407488"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Sadat Shami: &#8220;<a href="http://google-latlong.blogspot.com/2011/04/add-your-local-knowledge-to-map-with.html">Google Map Maker</a> allows you to add your local knowledge to a map [currently for the United States only]&#8221; <a href="http://twitter.com/sadatshami/status/60340482181574656"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Kayur Patel: &#8220;<a href="http://www.theonion.com/articles/new-5000-multimedia-computer-system-downloads-real,1618/">1998 Onion article on streaming video</a>. It&#8217;s more interesting than funny in today&#8217;s Netflix age.&#8221; <a href="http://twitter.com/foil/status/60236266859528192"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li><a href="http://www.forbes.com/forbes/2011/0509/technology-frog-design-jan-chipchase-ethnographer-birth-cool.html">Frog Design and design innovation in China</a> (Forbes via James Landay) <a href="http://twitter.com/j_lin/status/60963827730235392"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li><a href="http://www.tampabay.com/features/can-a-complete-novice-become-a-golf-pro-with-10000-hours-of-practice/1159357">Can a complete novice become a golf pro with 10,000 hours of practice?</a> (St. Petersburg Times via Lynn Wu) <a href="http://twitter.com/j_lin/status/61115365761101825"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>John Regehr: &#8220;&#8216;Facts have no meaning on the Internet.&#8217; —Thomas Jefferson&#8221; <a href="http://twitter.com/johnregehr/status/60440879961358337"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Boyce Avenue not only covered Katy Perry&#8217;s &#8220;Teenage Dream,&#8221; they subtly changed some of the lyrics: <a href="http://www.youtube.com/watch?v=yAUMU3QQE6w">YouTube video</a> <a href="http://twitter.com/j_lin/status/61268512785707009"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Intrigued by <a href="http://ringce.com/hyde">Hyde</a>, a static website generator in Python and Django by <a href="http://twitter.com/lakshmivyas">Lakshmi Vyas</a>. <a href="http://twitter.com/borismus">Boris Smus</a> switched his blog to it. <a href="http://twitter.com/j_lin/status/61295053993291776"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>xkcd: <a href="http://xkcd.com/723/">Seismic Waves</a> <a href="http://twitter.com/j_lin/status/61448684067500032"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Mike Lee: &#8220;So busy bitching about iPhone location logs I forgot to check in on Foursquare&#8221; <a href="http://twitter.com/bmf/status/61071722253791232"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li><a href="http://www.maproomblog.com/2011/04/when_terrain_layers_get_weird.php">The joy of mapping a 2D image on to a 3D terrain model</a> (The Map Room) <a href="http://twitter.com/j_lin/status/61544913375985664"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li><a href="http://travel.usatoday.com/flights/story/2011/04/Cities-build-airport-cities----aerotropolises---for-growth/46293998/1">Cities build airport cities — &#8216;aerotropolises&#8217; — for growth</a> (USA Today via Sara Galligan) <a href="http://twitter.com/saradelekta/status/61173109536985088"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Sadat Shami: &#8220;<a href="http://www.huffingtonpost.com/2011/04/21/bolt-website_n_852006.html">BO.LT is a web-based tool that enables people to quickly, without code, remix the content presented on a website</a>&#8221; (Huffington Post) <a href="http://twitter.com/sadatshami/status/61440411624939520"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Madhu Prabaker: &#8220;Interesting new approach to metered parking in San Francisco. <a href="http://sfpark.org/">sfpark.org</a>&#8221; <a href="http://twitter.com/madhuprabaker/status/61149536504119296"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Sadat Shami: &#8220;Recommendation service <a href="http://twitter.com/hunch">Hunch</a> revisits the Mac vs. PC debate with <a href="http://blog.hunch.com/?p=45344">this infographic based on their users</a>&#8221; <a href="http://twitter.com/sadatshami/status/61441952436064257"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>The Onion: <a href="http://www.theonion.com/articles/the-economist-to-halt-production-for-month-to-let,20090/">&#8216;The Economist&#8217; To Halt Production For Month To Let Readers Catch Up</a> <a href="http://twitter.com/TheOnion/status/60341891123777538"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.jameslin.name/2011/05/15/twitter-2011-04-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter highlights: April 10-16, 2011</title>
		<link>http://blog.jameslin.name/2011/04/17/twitter-2011-04-10/</link>
		<comments>http://blog.jameslin.name/2011/04/17/twitter-2011-04-10/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 07:23:05 +0000</pubDate>
		<dc:creator>Jimmy Lin</dc:creator>
				<category><![CDATA[Computers and technology]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Software and the Internet]]></category>
		<category><![CDATA[Software development]]></category>
		<category><![CDATA[TV and radio]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.jameslin.name/?p=418</guid>
		<description><![CDATA[Backbone.js is a model-view-controller JavaScript library in just 4KB (via Boris Smus ) SparkFun intros IOIO, which allows Android phones to control DIY electronics. (Engadget) Everyone in Google Doodle for Charlie Chaplin&#8217;s birthday are part of Doodle team, and like many of Chaplin&#8217;s films, it was filmed in the Niles District of Fremont, California. More [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://documentcloud.github.com/backbone/">Backbone.js</a> is a model-view-controller JavaScript library in just 4KB (via Boris Smus <a href="http://twitter.com/borismus/status/58301778332102656"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>)
<li><a href="http://www.engadget.com/2011/04/10/sparkfun-intros-ioio-for-android-a-hack-free-breakout-box-to-ge/">SparkFun intros IOIO</a>, which allows Android phones to control DIY electronics. (Engadget) <a href="http://twitter.com/j_lin/status/59406247618813954"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li>Everyone in <a href="http://www.youtube.com/watch?v=3NGSU2PM9dA">Google Doodle for Charlie Chaplin&#8217;s birthday</a> are part of Doodle team, and like many of Chaplin&#8217;s films, it was filmed in the Niles District of Fremont, California. <a href="http://articles.cnn.com/2011-04-15/tech/charlie.chaplin.google_1_google-doodle-google-s-doodle-google-homepage?_s=PM:TECH">More from CNN.</a> <a href="http://twitter.com/j_lin/status/59367734970036224"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li><a href="http://www.eweek.com/c/a/Application-Development/IBM-Launches-Maqetta-HTML5-Tool-as-OpenSource-Answer-to-Flash-Silverlight-669762/">IBM launches Maqetta, an HTML 5 tool as an open-source answer to Flash and Silverlight.</a> (eWeek via Jeff Pierce <a href="http://twitter.com/drjpierce/status/57572140119105537"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>)
<li>The White House launches a <a href="http://www.whitehouse.gov/taxreceipt">personalized tax receipt</a> (<a href="http://twitter.com/macon44/">Macon Phillips</a> of the White House, via Ed O&#8217;Keefe of the Washington Post <a href="http://twitter.com/edatpost/status/58869698133098496"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>)
<li>I&#8217;ve often had this very same thought: Tim Pawlenty wants members of Congress to do their own taxes without help. <a href="http://www.nytimes.com/2011/02/13/business/yourtaxes/13essay.html">New York Times article</a> <a href="http://twitter.com/j_lin/status/59279532930240512"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
<li><a href="http://youtu.be/yXEuEUQIP3Q">Mister Rogers defends PBS in front of the US Senate in 1969.</a> (via @Noetic_Hatter <a href="http://twitter.com/Noetic_Hatter/status/58995538841976833"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>)
<li><a href="http://www.youtube.com/watch?v=5ocq6_3-nEw">The Story of Linux</a>: a 4-minute video commemorating 20 years of the Linux operating system (via Mario Fusco <a href="http://twitter.com/mariofusco/status/57026547890139137"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>)
<li>Jen Mankoff, a Carnegie Mellon computer science professor with Lyme disease, tries to <a href="http://www.post-gazette.com/pg/11101/1138165-114.stm">make sense of Lyme info online</a> (via James Landay <a href="http://twitter.com/landay/status/57480181337686016"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>)
<li>Barack Obama: &#8220;There’s nothing serious about a plan that claims to reduce the deficit by spending $1 trillion on tax cuts for millionaires &#038; billionaires.&#8221; <a href="http://twitter.com/BarackObama/status/58253126154727424"><img src="http://jameslin.name/images/twitter_icon.gif" alt="[original tweet]"/></a>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.jameslin.name/2011/04/17/twitter-2011-04-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choice words from Bob Taylor</title>
		<link>http://blog.jameslin.name/2010/11/28/choice-words-from-bob-taylor/</link>
		<comments>http://blog.jameslin.name/2010/11/28/choice-words-from-bob-taylor/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 23:19:57 +0000</pubDate>
		<dc:creator>Jimmy Lin</dc:creator>
				<category><![CDATA[Computers and technology]]></category>
		<category><![CDATA[Software and the Internet]]></category>

		<guid isPermaLink="false">http://blog.jameslin.name/?p=403</guid>
		<description><![CDATA[Back in May, Bob Taylor spoke with Guy Raz at the Computer History Museum about his days at ARPA, funding visionary projects such as Douglas Engelbart at SRI and the ARPAnet, and founding the Computer Systems Laboratory at PARC. Here are some of my favorite quotes of Bob Taylor from that conversation: Computers were abominable [...]]]></description>
			<content:encoded><![CDATA[<p>Back in May, <a href="http://www.youtube.com/watch?v=Y0MsrrTo8jY">Bob Taylor spoke with Guy Raz</a> at the Computer History Museum about his days at ARPA, funding visionary projects such as <a href="http://dougengelbart.org/">Douglas Engelbart</a> at SRI and the <a href="http://www.computerhistory.org/internet_history/">ARPAnet</a>, and founding the Computer Systems Laboratory at <a href="http://www.parc.com/">PARC</a>. Here are some of my favorite quotes of Bob Taylor from that conversation:</p>
<ul>
<li>Computers were abominable to use. <em>(To the audience)</em> How many of you have punched holes in cards? <em>(Most of the audience raises their hands.)</em> You look a lot smarter than that.</li>
<li>There are four people that claim to be the father of the Internet. What does that say of the morals of the mother?</li>
<li>&#8220;Mission-oriented research&#8221; by definition can&#8217;t be research.</li>
<li><em>(Someone who questioned the importance of the research Taylor was funding said to him:)</em> &#8220;If what you&#8217;re working on is so important, why isn&#8217;t IBM working on it?&#8221; What do you say to an idiot like that?</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.jameslin.name/2010/11/28/choice-words-from-bob-taylor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-02-07</title>
		<link>http://blog.jameslin.name/2010/02/07/twitter-weekly-updates-for-2010-02-07/</link>
		<comments>http://blog.jameslin.name/2010/02/07/twitter-weekly-updates-for-2010-02-07/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 01:30:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers and technology]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.jameslin.name/2010/02/07/twitter-weekly-updates-for-2010-02-07/</guid>
		<description><![CDATA[@landay I find iPhone&#8217;s UI still has more polish. Plus, I&#8217;m still in an AT&#38;T contract, and Nexus One doesn&#8217;t support AT&#38;T&#8217;s 3G frequencies. in reply to landay # @j_lin Google Voice also avoids the annoyances of voicemail. in reply to j_lin # Whatever happened to the opening crawl in Star Wars? http://www.youtube.com/watch?v=w8O8YbnworA (via Gizmodo) [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>@<a class="aktt_username" href="http://twitter.com/landay">landay</a> I find iPhone&#8217;s UI still has more polish. Plus, I&#8217;m still in an AT&amp;T contract, and Nexus One doesn&#8217;t support AT&amp;T&#8217;s 3G frequencies. <a class="aktt_tweet_reply" href="http://twitter.com/landay/statuses/8436167710">in reply to landay</a> <a class="aktt_tweet_time" href="http://twitter.com/j_lin/statuses/8462850172">#</a></li>
<li>@<a class="aktt_username" href="http://twitter.com/j_lin">j_lin</a> Google Voice also avoids the annoyances of voicemail. <a class="aktt_tweet_reply" href="http://twitter.com/j_lin/statuses/8420904224">in reply to j_lin</a> <a class="aktt_tweet_time" href="http://twitter.com/j_lin/statuses/8462892940">#</a></li>
<li>Whatever happened to the opening crawl in Star Wars? <a rel="nofollow" href="http://www.youtube.com/watch?v=w8O8YbnworA">http://www.youtube.com/watch?v=w8O8YbnworA</a> (via Gizmodo) <a class="aktt_tweet_time" href="http://twitter.com/j_lin/statuses/8466264280">#</a></li>
<li>Who says an iPad won&#8217;t fit in a pocket? Just ask Stephen Colbert: <a rel="nofollow" href="http://bit.ly/9UKqt0">http://bit.ly/9UKqt0</a> <a class="aktt_tweet_time" href="http://twitter.com/j_lin/statuses/8483452434">#</a></li>
<li>@<a class="aktt_username" href="http://twitter.com/landay">landay</a> Nexus One supports three 3G frequencies, but the other two are used in Europe and Asia. <a class="aktt_tweet_reply" href="http://twitter.com/landay/statuses/8478233394">in reply to landay</a> <a class="aktt_tweet_time" href="http://twitter.com/j_lin/statuses/8505715525">#</a></li>
<li>Combating bribery by giving &#8220;cash&#8221; worth nothing: <a rel="nofollow" href="http://bit.ly/c7XnVR">http://bit.ly/c7XnVR</a> (via @<a class="aktt_username" href="http://twitter.com/landay">landay</a>) <a class="aktt_tweet_time" href="http://twitter.com/j_lin/statuses/8505719287">#</a></li>
<li>Just saw a &#8220;free iPad&#8221; ad in Facebook, which screamed &#8220;BS&#8221;. A quick web search led me to a Technologizer article: <a rel="nofollow" href="http://bit.ly/bIQjZo">http://bit.ly/bIQjZo</a> <a class="aktt_tweet_time" href="http://twitter.com/j_lin/statuses/8531184915">#</a></li>
<li>Where the heck did January go? Soon it will be 2011! <a class="aktt_tweet_time" href="http://twitter.com/j_lin/statuses/8531307205">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jameslin.name/2010/02/07/twitter-weekly-updates-for-2010-02-07/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few thoughts about Apple&#8217;s iPad</title>
		<link>http://blog.jameslin.name/2010/01/29/a-few-thoughts-about-apples-ipad/</link>
		<comments>http://blog.jameslin.name/2010/01/29/a-few-thoughts-about-apples-ipad/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 08:41:13 +0000</pubDate>
		<dc:creator>Jimmy Lin</dc:creator>
				<category><![CDATA[Computers and technology]]></category>
		<category><![CDATA[Software and the Internet]]></category>

		<guid isPermaLink="false">http://blog.jameslin.name/?p=353</guid>
		<description><![CDATA[One day after the iPad was introduced, reactions in the tech world have been mixed, so I watched Apple&#8217;s announcement to see for myself. There are quite a few features the iPad lacks: multitasking, a camera, Adobe Flash support, HDMI video output, USB ports, an SD slot, and so on. But remember that at first, [...]]]></description>
			<content:encoded><![CDATA[<p>One day after the <a href="http://www.apple.com/ipad/">iPad</a> was introduced, reactions in the tech world have been mixed, so I watched <a href="http://www.apple.com/quicktime/qtv/specialevent0110/">Apple&#8217;s announcement</a> to see for myself.</p>
<p>There are quite a few features the iPad lacks: multitasking, a camera, Adobe Flash support, HDMI video output, USB ports, an SD slot, and so on. But remember that at first, the iPhone didn&#8217;t 3G or native apps for a whole year. And who would have thought you could successfully sell a smartphone without copy and paste for <em>two</em> years? I bet the iPad is starting out the same way — start off with just enough features to get people hooked, figure out what&#8217;s really necessary, and then add on.</p>
<p>If you paid attention to Steve Jobs&#8217; pitch, he may have talked about features and specs, but he really emphasized the experience of using the iPad. &#8220;The Internet in your hands,&#8221; he said over and over again. Hey, it may look like just a giant iPhone, but once you actually try it out, you&#8217;ll be hooked. He&#8217;s trying to appeal to your emotional, sensual side — which helps explain why a lot of left-brained geeks weren&#8217;t buying his spiel.</p>
<p>A few other random thoughts:</p>
<ul>
<li>I found it quite interesting to see what were essentially full-screen iPhone menus being used as pop-up menus or sidebars in iPad applications. If Apple designs its <abbr title="software development kit">SDK</abbr> well, it may not be too difficult to create one application that works on both the iPhone and the iPad.</li>
<li>The home screens look anemic on such a large screen. The icons look too small, and the spacing too large. I&#8217;m surprised Apple didn&#8217;t put more design work into this.</li>
<li>For input, I didn&#8217;t believe the rumor that the iPad would require you to <a href="http://www.nytimes.com/2010/01/09/technology/personaltech/09reader.html">learn a complex set of gestures</a>, but I was hoping for something more interesting than a virtual keyboard (hello, <a href="http://www.shapewriter.com/">ShapeWriter</a>). I&#8217;m curious to try it out and see how well it works. While the iPhone keyboard isn&#8217;t perfect, it works better than I expected on such a small screen. And at least you can use a Bluetooth keyboard with it.</li>
<li>The biggest surprise for me was how aggressive the pricing is, $500 to $830.</li>
</ul>
<p>I&#8217;d love to get my hands on an iPad, try it out, and see whether it&#8217;s as &#8220;magical&#8221; as Jobs claims. But even if it is, I won&#8217;t buy one yet. I never buy the first generation of a gadget, and in the case of the iPhone, it was a good idea. Let&#8217;s see what the iPad 2 is like.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jameslin.name/2010/01/29/a-few-thoughts-about-apples-ipad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HCI well represented in this year&#8217;s TR35</title>
		<link>http://blog.jameslin.name/2009/08/18/hci-well-represented-in-this-years-tr35/</link>
		<comments>http://blog.jameslin.name/2009/08/18/hci-well-represented-in-this-years-tr35/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 06:54:18 +0000</pubDate>
		<dc:creator>Jimmy Lin</dc:creator>
				<category><![CDATA[Computers and technology]]></category>
		<category><![CDATA[Human-computer interaction]]></category>

		<guid isPermaLink="false">http://blog.jameslin.name/?p=349</guid>
		<description><![CDATA[Congratulations to the HCI researchers in MIT Technology Review&#8217;s list of top 35 innovators under 35: Jeff Bigham, Jeff Heer, Shahram Izadi, Shwetak Patel, and Jamie Teevan. Represent! Technology Review: TR35 2009]]></description>
			<content:encoded><![CDATA[<p>Congratulations to the HCI researchers in MIT Technology Review&#8217;s list of top 35 innovators under 35: <a href="http://www.technologyreview.com/TR35/Profile.aspx?Cand=T&amp;TRID=766">Jeff Bigham</a>, <a href="http://www.technologyreview.com/TR35/Profile.aspx?Cand=T&amp;TRID=788">Jeff Heer</a>, <a href="http://www.technologyreview.com/TR35/Profile.aspx?Cand=T&amp;TRID=796">Shahram Izadi</a>, <a href="http://www.technologyreview.com/TR35/Profile.aspx?Cand=T&amp;TRID=814">Shwetak Patel</a>, and <a href="http://www.technologyreview.com/TR35/Profile.aspx?Cand=T&amp;TRID=778">Jamie Teevan</a>. Represent!</p>
<ul>
<li><a href="http://www.technologyreview.com/TR35/?Year=2009">Technology Review: TR35 2009</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.jameslin.name/2009/08/18/hci-well-represented-in-this-years-tr35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory price drops</title>
		<link>http://blog.jameslin.name/2009/05/23/memory-price-drops/</link>
		<comments>http://blog.jameslin.name/2009/05/23/memory-price-drops/#comments</comments>
		<pubDate>Sat, 23 May 2009 21:14:21 +0000</pubDate>
		<dc:creator>Jimmy Lin</dc:creator>
				<category><![CDATA[Business and economy]]></category>
		<category><![CDATA[Computers and technology]]></category>

		<guid isPermaLink="false">http://blog.jameslin.name/?p=335</guid>
		<description><![CDATA[As I was cleaning out my papers, I came across some old receipts for various tech gadgets. While I&#8217;m used to high-tech stuff getting cheaper and cheaper, I still find it stunning how quickly prices have fallen for certain items: Item Purchase date Purchase price Current price Annual depreciation rate Annual overall inflation rate (CPI) [...]]]></description>
			<content:encoded><![CDATA[<p>As I was cleaning out my papers, I came across some old receipts for various tech gadgets. While I&#8217;m used to high-tech stuff getting cheaper and cheaper, I still find it stunning how quickly prices have fallen for certain items:</p>
<table border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td style="border-bottom: 1px solid gray">Item</td>
<td style="border-bottom: 1px solid gray">Purchase date</td>
<td style="border-bottom: 1px solid gray">Purchase price</td>
<td style="border-bottom: 1px solid gray">Current price</td>
<td style="border-bottom: 1px solid gray">Annual depreciation rate</td>
<td style="border-bottom: 1px solid gray">Annual overall inflation rate (<abbr title="Consumer Price Index">CP</abbr>I)</td>
</tr>
<tr>
<td style="border-bottom: 1px dotted gray">1 GB USB flash drive</td>
<td style="border-bottom: 1px dotted gray">Dec 16, 2005</td>
<td style="border-bottom: 1px dotted gray" align="right">$69.99</td>
<td style="border-bottom: 1px dotted gray" align="right">$7.99</td>
<td style="border-bottom: 1px dotted gray" align="right">&minus;43.8%</td>
<td style="border-bottom: 1px dotted gray" align="right">+2.4%</td>
</tr>
<tr>
<td style="border-bottom: 1px dotted gray">2 GB SD Flash card</td>
<td style="border-bottom: 1px dotted gray">Nov 24, 2006</td>
<td style="border-bottom: 1px dotted gray" align="right">$84.98</td>
<td style="border-bottom: 1px dotted gray" align="right">$9.99</td>
<td style="border-bottom: 1px dotted gray" align="right">&minus;57.6%</td>
<td style="border-bottom: 1px dotted gray" align="right">+2.4%</td>
</tr>
<tr>
<td style="border-bottom: 1px dotted gray">Canon PowerShot 7.1 megapixel camera</td>
<td style="border-bottom: 1px dotted gray">Nov 23, 2006</td>
<td style="border-bottom: 1px dotted gray" align="right">$361.49</td>
<td style="border-bottom: 1px dotted gray" align="right">$179.99<br /><small>(8.0 <abbr title="megapixels">MP</abbr>)</small></td>
<td style="border-bottom: 1px dotted gray" align="right">&minus;24.4%</td>
<td style="border-bottom: 1px dotted gray" align="right">+2.4%</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.jameslin.name/2009/05/23/memory-price-drops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

