<?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; Software and the Internet</title>
	<atom:link href="http://blog.jameslin.name/category/software-and-the-internet/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: 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-14</title>
		<link>http://blog.jameslin.name/2010/02/14/twitter-weekly-updates-for-2010-02-14/</link>
		<comments>http://blog.jameslin.name/2010/02/14/twitter-weekly-updates-for-2010-02-14/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 01:30:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Human-computer interaction]]></category>
		<category><![CDATA[Software and the Internet]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.jameslin.name/2010/02/14/twitter-weekly-updates-for-2010-02-14/</guid>
		<description><![CDATA[Collection of iPad UI conventions pulled from frames of Apple&#8217;s demo videos. http://j.mp/daLakN (via @manukumar, @veen) # RT @wattenberg a celebration of color (new piece with @viegasf): http://hint.fm/blog # Must check this out: RT @landay nice talk by Paul Gross of Wash U. (C. Kelleher student) on code reuse in end-user programming tool #iui2010 # [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Collection of iPad UI conventions pulled from frames of Apple&#8217;s demo videos. <a rel="nofollow" href="http://j.mp/daLakN">http://j.mp/daLakN</a> (via @<a class="aktt_username" href="http://twitter.com/manukumar">manukumar</a>, @<a class="aktt_username" href="http://twitter.com/veen">veen</a>) <a class="aktt_tweet_time" href="http://twitter.com/j_lin/statuses/8909729078">#</a></li>
<li>RT @<a class="aktt_username" href="http://twitter.com/wattenberg">wattenberg</a> a celebration of color (new piece with @<a class="aktt_username" href="http://twitter.com/viegasf">viegasf</a>): <a rel="nofollow" href="http://hint.fm/blog">http://hint.fm/blog</a> <a class="aktt_tweet_time" href="http://twitter.com/j_lin/statuses/8909738172">#</a></li>
<li>Must check this out: RT @<a class="aktt_username" href="http://twitter.com/landay">landay</a> nice talk by Paul Gross of Wash U. (C. Kelleher student) on code reuse in end-user programming tool #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23iui2010">iui2010</a> <a class="aktt_tweet_time" href="http://twitter.com/j_lin/statuses/8909761796">#</a></li>
<li>Google Buzz: someone&#8217;s post can pop into my feed if enough people recommend it, even if I don&#8217;t follow them. Very useful within a company. <a class="aktt_tweet_time" href="http://twitter.com/j_lin/statuses/8909956319">#</a></li>
<li>Google&#8217;s code name for Buzz: Taco Town. <a rel="nofollow" href="http://bit.ly/afqsIF">http://bit.ly/afqsIF</a> A lot of Googlers still calling Buzz postings &#8220;Tacos&#8221;. <a class="aktt_tweet_time" href="http://twitter.com/j_lin/statuses/8910085275">#</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/14/twitter-weekly-updates-for-2010-02-14/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>An epic rickroll</title>
		<link>http://blog.jameslin.name/2008/11/27/an-epic-rickroll/</link>
		<comments>http://blog.jameslin.name/2008/11/27/an-epic-rickroll/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 20:49:25 +0000</pubDate>
		<dc:creator>Jimmy Lin</dc:creator>
				<category><![CDATA[Art and music]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Software and the Internet]]></category>

		<guid isPermaLink="false">http://blog.jameslin.name/2008/11/27/an-epic-rickroll/</guid>
		<description><![CDATA[This is the ultimate rickroll: &#160;]]></description>
			<content:encoded><![CDATA[<p>This is the ultimate <a href="http://en.wikipedia.org/wiki/Rickrolling">rickroll</a>:</p>
<p>&nbsp;</p>
<p><embed src="http://www.youtube.com/v/iXJnOjAGR24&amp;hl=en&amp;fs=1" width="425" height="344" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jameslin.name/2008/11/27/an-epic-rickroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So that&#8217;s what that song is</title>
		<link>http://blog.jameslin.name/2008/10/25/so-thats-what-that-song-is/</link>
		<comments>http://blog.jameslin.name/2008/10/25/so-thats-what-that-song-is/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 00:44:16 +0000</pubDate>
		<dc:creator>Jimmy Lin</dc:creator>
				<category><![CDATA[Art and music]]></category>
		<category><![CDATA[Computers and technology]]></category>
		<category><![CDATA[Software and the Internet]]></category>

		<guid isPermaLink="false">http://blog.jameslin.name/2008/10/25/so-thats-what-that-song-is/</guid>
		<description><![CDATA[Last night, an old song that I first heard in high school suddenly popped into my head. I didn&#8217;t know the name or any of the words, but I could distinctly hear in my mind the haunting melody and the clear singing but the indistinct lyrics. I also knew it was by the &#8217;90s British [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Lush_(band)"><img style="margin-bottom: 0.5em; margin-right: 0.5em" alt="The British band Lush" src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/50/Lush_in_my_backyard.jpg/120px-Lush_in_my_backyard.jpg" align="left" border="0"></a>Last night, an old song that I first heard in high school suddenly popped into my head. I didn&#8217;t know the name or any of the words, but I could distinctly hear in my mind the haunting melody and the clear singing but the indistinct lyrics. I also knew it was by the &#8217;90s British band <a href="http://en.wikipedia.org/wiki/Lush_(band)">Lush</a>. </p>
<p>So I went on a little quest: how could I figure out what that song was? Two iPhone apps sounded like they could help.</p>
<p>One of them is <a href="http://www.shazam.com/iphone">Shazam</a>: hold up your phone to a recording of a song, and Shazam will figure out the song. It works well at weddings (<a href="http://www.youtube.com/watch?v=IjlOYHpi-A0">American Boy</a> by Estelle featuring Kanye West), bookstores (<a href="http://www.imeem.com/babouabou/music/GhsWUIxO/ivy_midnight_sun/">Midnight Sun</a> by Ivy) and even while boarding airplanes (<a href="http://www.youtube.com/watch?v=DBcJL0mX4Eo">Taking You Home</a> by Don Henley). But it doesn&#8217;t work if you don&#8217;t have a recording, so it wasn&#8217;t going to help in this case. </p>
<p>Another iPhone app, <a href="http://www.midomi.com/iphone">Midomi</a>, is supposed to detect songs that are played on the radio or even hummed. But I&#8217;ve found that it doesn&#8217;t work as well as Shazam for recorded music, and when I tried humming the Lush song, it didn&#8217;t display any songs by Lush in its results.</p>
<p>So I tried something else: I went to Amazon and searched for Lush. Eventually I navigated to the <a href="http://www.amazon.com/Lush/dp/B000S2CZ9Y">Amazon MP3</a> store, where I could press one button and hear 30-second previews of virtually all of Lush&#8217;s songs. Finally, at #23, I heard it: <a href="http://www.youtube.com/watch?v=2F4aHdMxM0k">For Love</a>. And also thanks to the web, I finally figured out <a href="http://music.yahoo.com/Lush/For-Love/lyrics/678951">what the heck they were singing</a>.</p>
<p><embed src="http://www.youtube.com/v/2F4aHdMxM0k&amp;hl=en&amp;fs=1" width="425" height="344" type="application/x-shockwave-flash" allowfullscreen="true"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jameslin.name/2008/10/25/so-thats-what-that-song-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roundup</title>
		<link>http://blog.jameslin.name/2008/02/23/roundup/</link>
		<comments>http://blog.jameslin.name/2008/02/23/roundup/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 01:27:35 +0000</pubDate>
		<dc:creator>Jimmy Lin</dc:creator>
				<category><![CDATA[Art and music]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Oddities]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software and the Internet]]></category>

		<guid isPermaLink="false">http://blog.jameslin.name/2008/02/23/roundup/</guid>
		<description><![CDATA[A few months ago I said I&#8217;d blog about the highlights I had gleaned from my friends&#8217; blogs. Well, here they finally are: Twitter is the latest social software craze from the valley, whose appeal I barely understand. Anyway, if you want to know what the buzz is about, Thomas Han, an avid user, has [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I said I&#8217;d blog about <a href="http://blog.jameslin.name/2007/12/17/busy-busy/">the highlights</a> I had gleaned from my friends&#8217; blogs. Well, here they finally are:</p>
<ul class="expanded">
<li><a href="http://twitter.com/">Twitter</a> is the latest social software craze from the valley, whose appeal I barely understand. Anyway, if you want to know what the buzz is about, Thomas Han, an avid user, has a great <a href="http://www.thomashan.com/blog/2007/12/twitter-101.html">tutorial</a>, a review of <a href="http://www.thomashan.com/blog/2008/01/review-of-3-twitter-clients-on-mac.html">Twitter clients</a> for the Mac, and some <a href="http://www.thomashan.com/blog/2008/02/twitter-tips-and-tricks.html">tips and tricks</a>.
<li>Jason Hong found <a href="http://confabulator.blogspot.com/2007/11/crayon-physics-game.html">a video</a> of a nifty game for tablet PCs called <a href="http://www.kloonigames.com/crayon/">Crayon Physics Deluxe</a>.
<li>Jason also found a web site that <a href="http://www.criticsrant.com/bb/reading_level.aspx">&#8220;measures&#8221; the reading level</a> of a blog. According to the site, my blog&#8217;s reading level is high school. But there is no explanation what they are measuring, and Jonathan Bailey in his blog <em>Plagiarism Today</em> has pointed out <a href="http://www.plagiarismtoday.com/2008/01/07/a-dirty-spam-trick/">a sleazy ad technique</a> they use.
<li>Meanwhile, Juicy Studio has a more rigorous discussion on <a href="http://juicystudio.com/services/readability.php">how reading levels are measured</a>. According to them, <a href="http://juicystudio.com/services/readability.php?url=http://blog.jameslin.name">my Gunning Fog Index is 9.18</a>. What does that mean? <a href="http://juicystudio.com/services/readability.php?url=http://blog.jameslin.name">Find out</a>.
<li>Danyel Fisher <a href="http://danyelf.spaces.live.com/Blog/cns!B160390F91E916FA!712.entry">ran into</a> a rant about <a href="http://blog.codahale.com/2006/04/29/google-analytics-the-goggles-they-do-nothing/">pie charts</a> by Coda Hale, although <a href="http://charts.jorgecamoes.com/pie-charts-a-neverending-discussion/">other viewpoints</a> were discussed in the comments.
<li>Nicodemus <a href="http://nicodemusrat.livejournal.com/165931.html">clued me in</a> on <em>three</em> spinoffs for Mystery Science Theater 3000: <a title="http://www.rifftrax.com/" href="http://www.rifftrax.com/">Riff Trax</a>, <a title="http://www.filmcrewonline.com/" href="http://www.filmcrewonline.com/">The Film Crew</a>, and <a title="http://cinematictitanic.com/wpmu/" href="http://cinematictitanic.com/wpmu/">Cinematic Titanic</a>. Isn&#8217;t the net wonderful?
<li>I had no idea where &#8220;<a href="http://www.sptimes.com/2007/10/31/State/Tasered_student_is_so.shtml">Don&#8217;t tase me bro!</a>&#8221; came from, but I was enlightened by Dulbecco (<a href="http://dulbecco.blogspot.com/2007/10/note-to-self-follow-rules-and-you-wont.html">1</a>, <a href="http://dulbecco.blogspot.com/2007/10/sharks-and-tasers.html">2</a>). Now, a certain <a href="http://ars.userfriendly.org/cartoons/?id=20080124">comic strip</a> make more sense.
<li>Dulbecco also blogged about the delightfully wacked song &#8220;<a href="http://dulbecco.blogspot.com/2007/12/cake-is-lie.html">Still Alive</a>&#8221; in the game <em>Portal</em>. After I heard it, I wasn&#8217;t surprised to find out that <a href="http://blog.jameslin.name/2007/09/27/jonathan-coulton/">Jonathan Coulton</a> wrote the song. He is <a href="http://www.primotechnology.com/2007/10/26/jonathan-coulton-on-the-portal-song/">interviewed</a> about the song in the gaming web site Primotech.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.jameslin.name/2008/02/23/roundup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

