<?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>Zach Seward</title>
	<atom:link href="http://zachseward.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://zachseward.com</link>
	<description>I live in New York, work for The Wall Street Journal, think about media.</description>
	<lastBuildDate>Wed, 22 Feb 2012 03:42:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>RSS Feeds for Twitter</title>
		<link>http://zachseward.com/twitter-rss-feeds/</link>
		<comments>http://zachseward.com/twitter-rss-feeds/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 17:19:15 +0000</pubDate>
		<dc:creator>Zach Seward</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://zachseward.com/?p=1365</guid>
		<description><![CDATA[&#8220;The problem for the tech industry corporations is that RSS disempowers them,&#8221; writes Dave Winer, the forefather of RSS. &#8220;It makes them commodities.&#8221; Perhaps this is why Twitter stopped officially supporting RSS earlier this year. Who knows. In any event, it is still possible to construct RSS feeds for Twitter users, lists, and searches. Dave&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;The problem for the tech industry corporations is that RSS disempowers them,&#8221; <a href="http://scripting.com/stories/2011/10/21/connectingRssAndOccupy.html">writes Dave Winer</a>, the forefather of RSS. &#8220;It makes them commodities.&#8221; Perhaps this is why Twitter <a href="http://stackoverflow.com/questions/6594153/twitter-rss-feed/6594202#6594202">stopped officially supporting</a> RSS earlier this year. Who knows.</p>
<p>In any event, it is still possible to construct RSS feeds for Twitter users, lists, and searches. Dave&#8217;s piece and a few questions I&#8217;ve received recently inspired me to document those methods. These instructions are intended for savvy web users who don&#8217;t want to mess around with code. In all cases, replace stuff like <font face="courier">{username}</font> to suit your needs.<span id="more-1365"></span></p>
<h2>RSS feed for a Twitter user</h2>
<p>There are at least two ways to generate an RSS feed for an individual Twitter user, and I&#8217;ll document both on the assumption that they won&#8217;t work forever. The easiest method is as follows:</p>
<p><b><font face="courier">http://api.twitter.com/1/statuses/user_timeline.rss?screen_name={username}</font></b></p>
<p>The other method is slightly more complicated:</p>
<p><b><font face="courier">http://twitter.com/statuses/user_timeline/{userID}.rss</font></b></p>
<p>You can find a user&#8217;s ID most easily with <a href="http://www.idfromuser.com/">this tool</a>. If that tool ever goes away, you can also find a Twitter user&#8217;s ID in this XML feed: <font face="courier">https://api.twitter.com/1/users/show.xml?screen_name={username}</font> The ID is at the very top of the feed in the <font face="courier">&#60;id&#62;</font> tag.</p>
<p>If you generate RSS feeds for several Twitter users, you could bundle them together as an <a href="http://en.wikipedia.org/wiki/OPML">OPML file</a>, and you&#8217;ve got yourself a Twitter list. If you go that route, you might also be interested in Dave&#8217;s <a href="http://quick.newsriver.org/">River2</a>, which would help you elegantly display the list (and <a href="http://poets.scripting.com/">put it on the web</a>). But if you prefer Twitter&#8217;s native support for lists, keep reading.</p>
<h2>Atom feed for a Twitter list</h2>
<p>Twitter lists don&#8217;t support RSS at all, as far as I can tell, but you can consume them as <a href="http://en.wikipedia.org/wiki/Atom_(standard)">Atom feeds</a>, which are recognized by most RSS readers, including Google Reader. Here is that method:</p>
<p><b><font face="courier">https://api.twitter.com/1/{username}/lists/{listname}/statuses.atom</font></b></p>
<p>For instance, to generate the Atom feed for The Wall Street Journal&#8217;s <a href="http://twitter.com/#!/wsj/wsj-staff">list of staffers on Twitter</a> replace <font face="courier">{username}</font> with <font face="courier">wsj</font> and <font face="courier">{listname}</font> with <font face="courier">wsj-staff</font> (the list&#8217;s official name, found in its URL).</p>
<h2>RSS feed for a Twitter search</h2>
<p>For some people, the most useful type of RSS feed to generate from Twitter may be a search — for mentions of a Twitter handle, perhaps. Any search can be consumed in RSS as follows:</p>
<p><b><font face="courier">http://search.twitter.com/search.rss?q={query}</font></b></p>
<p>If your search is simple, replacing <font face="courier">{query}</font> will be easy. But if the query is complex, you may first need to encode it to get a useable URL. <a href="http://www.w3schools.com/tags/ref_urlencode.asp">This tool</a> ought to help in most cases. You could also <a href="http://twitter.com/#!/search/realtime/example%20search%20with%20%23hashtag">perform the search</a> on twitter.com and see how Twitter encodes it in the resulting URL. For instance, a Twitter search for <i>example search with #hashtag</i> ends up looking like: <font face="courier">http://search.twitter.com/search.rss?q=example%20search%20with%20%23hashtag</font></p>
<p>In a pinch, you might prefer to turn to a third-party search engine such as <a href="http://topsy.com/">Topsy</a>, which exposes an RSS feed for pretty much any search you can perform there, just as Twitter used to do.</p>
]]></content:encoded>
			<wfw:commentRss>http://zachseward.com/twitter-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>We&#8217;re Hiring</title>
		<link>http://zachseward.com/social-media-job/</link>
		<comments>http://zachseward.com/social-media-job/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 14:10:42 +0000</pubDate>
		<dc:creator>Zach Seward</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zachseward.com/?p=1088</guid>
		<description><![CDATA[I&#8217;m very excited to share this news: we just posted the first of a few job openings at WSJ.com this year. You can click here to apply; email me with any questions. The job description follows: The Wall Street Journal seeks a social-media editor to join its growing team of journalists responsible for engaging users [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very excited to share this news: we just posted the first of a few job openings at <a href="http://wsj.com/">WSJ.com</a> this year. You can <a href="https://dowjones.taleo.net/careersection/djexternal/jobdetail.ftl?lang=en&#038;job=44273">click here</a> to apply; <a href="mailto:zach.seward@gmail.com?subject=[WSJ.com Social-Media Job]">email me</a> with any questions. The job description follows:</p>
<hr />
<p><b>The Wall Street Journal seeks a social-media editor</b> to join its growing team of journalists responsible for engaging users on new platforms. We&#8217;re looking for someone who thinks creatively about the social web and how the Journal fits within it.</p>
<p><span id="more-1088"></span>Based in New York, the job requires real-time analysis of traffic and trends to inform our efforts across WSJ.com and quickly capitalize on new opportunities. As part of a multi-skilled team, this editor will focus, at least initially, on managing and expanding the Journal&#8217;s institutional presence in social media; training and advising Journal staffers; and generating new reporting projects built for the social web. Our intent is to experiment quickly with new tools, repeat what works, and share what we find with the rest of the newsroom.</p>
<p>Social media is a growth area for the Journal, touching much of the organization. Candidates for this position should have a good feel for a broad range of news and be able to spot the tweet or Facebook question in any story. Ideally, many of these attributes describe you:</p>
<ul>
<li>has strong journalistic instincts and experience</li>
<li>lives on the web with a feel for how people use it</li>
<li>works effectively with large online communities</li>
<li>is experienced in web analytics and project management</li>
<li>spins a good story with text, data or otherwise</li>
<li>writes web apps and scripts at the speed of news</li>
<li>knows CSS, JavaScript, and other client-side languages</li>
</ul>
<p>The editor will be part of a team of diverse talents. Therefore, development and design experience is desired but not required.</p>
<p>In a cover letter, please specify which of the above and other skills you would bring to the team and include at least five links to any material we should see (articles, websites, videos, apps, social-media profiles). Bear in mind that we&#8217;re more concerned with how you think about Twitter and whether you can hack the Twitter API, for example, than how many followers you have. And, most of all, we are looking for strong journalists. Please also attach or include a link to your résumé.</p>
<p><a href="https://dowjones.taleo.net/careersection/djexternal/jobdetail.ftl?lang=en&#038;job=44273">Click here for the official posting and to apply</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://zachseward.com/social-media-job/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sparktweets</title>
		<link>http://zachseward.com/sparktweets/</link>
		<comments>http://zachseward.com/sparktweets/#comments</comments>
		<pubDate>Mon, 09 May 2011 14:00:16 +0000</pubDate>
		<dc:creator>Zach Seward</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[journalism]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[sparklines]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WSJ]]></category>

		<guid isPermaLink="false">http://zachseward.com/?p=1116</guid>
		<description><![CDATA[Sparklines, according to Edward Tufte, who invented them, are &#8220;small, high-resolution graphics embedded in a context of words, numbers, images.&#8221; Among designers, there&#8217;s general agreement that sparklines are fantastic for conveying time-series data, particularly financial and economic information, in primarily text-based media like stock tables. Several weeks ago, my colleague Brian Aguilar came into work [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/sparktweet.png" width="460"></p>
<p><a href="http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001OR">Sparklines</a>, according to Edward Tufte, who invented them, are &#8220;small, high-resolution graphics embedded in a context of words, numbers, images.&#8221; Among designers, there&#8217;s general agreement that sparklines are fantastic for conveying <a href="http://en.wikipedia.org/wiki/Time_series">time-series data</a>, particularly financial and economic information, in primarily text-based media like stock tables.</p>
<p><span id="more-1116"></span>Several weeks ago, my colleague <a href="http://unplan.org/">Brian Aguilar</a> came into work with an idea: what if we embedded a sparkline in a tweet? He had found a <a href="http://www.datadrivenconsulting.com/2010/06/twitter-sparkline-generator/">blog post</a> by Alex Kerin that explained how to generate a bar chart with <a href="http://en.wikipedia.org/wiki/Unicode">Unicode</a> characters like so: ▁▃▆▃▁▅▆▆▃▆▅▃▂▁▁</p>
<p>So we <a href="http://twitter.com/#!/WSJ/status/63630916991459328">gave it a shot</a>, using Kerin&#8217;s Excel workbook to generate the appropriate Unicode for a dataset of new claims for unemployment benefits. Reaction was generally <a href="http://twitter.com/#!/bkostrzewski/status/63650276099362816">positive</a>, but there were deficits to the approach, most notably that some of the blocks didn&#8217;t align along the x-axis on Macs. I also placed the blocks after six words of introductory text, which meant they split over two lines in some contexts like mobile Twitter clients. And it turns out that Unicode characters don&#8217;t display on TweetDeck by default. Still, we were thrilled with version one.</p>
<p>On Friday, we tried again, this time relying on a <a href="http://www.datacollective.org/sparkblocks.html">web-based tool</a> by  The Data Collective, which was inspired by Kerin and discovered by <a href="http://twitter.com/#!/albertsun">Albert Sun</a>. It was the morning of the monthly jobs report, so we visualized the unemployment rate over the past 12 months. <a href="http://twitter.com/#!/WSJ/status/66484941051019265">That&#8217;s the tweet above</a>, which has been retweeted 249 times amid an <a href="http://apple.copydesk.org/2011/05/06/leave-it-to-those-geniuses-at-the-wall-street-journal/">enthusiastic</a> <a href="http://shortformblog.tumblr.com/post/5257464717/wsj-infographic-tweet">reception</a>.</p>
<p><a href="http://twitter.com/#!/thanland/statuses/66532574318690304">Some</a> <a href="http://twitter.com/#!/michelleminkoff/status/66529694853500928">people</a> observed the sparktweet — if it&#8217;s OK to call it that — may suggest unemployment in April 2011 (9%) was a third of the rate in August through November 2010 (9.6% – 9.8%), when that&#8217;s hardly the case. Certainly the y-axis does not begin at zero. Charts built with <a href="http://en.wikipedia.org/wiki/List_of_Unicode_characters#Block_elements">Unicode block elements</a> will always be rough, but I&#8217;d be interested in ways to improve their <a href="http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=00002G">resolution</a>. (There&#8217;s <a href="http://www.youtube.com/watch?v=Z_sl99D2a18">a lot to work with</a>.)</p>
<p>In the meantime, here are some observations and best practices:</p>
<ul>
<li><b>Place the chart at the beginning of a sparktweet</b> to minimize how often it breaks over two lines. You might even try a line break after the chart, which will render in some Twitter clients.</li>
<li><b>Six unique values can be visualized in a sparktweet.</b> because the current iteration makes use of these characters: ▁▂▃▅▆▇ Any more than six and the differences begin to blur.</li>
<li><a href="http://support.tweetdeck.com/entries/57475-how-do-i-show-twitterkeys-unicode-characters-in-tweetdeck">It&#8217;s possible to view Unicode in TweetDeck</a>: Go to Settings > Colors/Font and choose International Font / Twitter Key. Almost no TweetDeck users enable this option, however, <b>so it&#8217;s worth writing sparktweets to be legible without the visual.</b></li>
<li>People really seem to like sparktweets, but it&#8217;s unclear how much of the reaction is due to novelty. Like <a href="http://mashable.com/2010/12/14/new-facebook-profile-hacks/">Facebook profile hacks</a>, <b>Twitter art succeeds by expanding the creative boundaries of a medium while adhering to its strict rules.</b></li>
</ul>
<p>And if you <a href="http://www.datacollective.org/sparkblocks.html">create one yourself</a>, why not hashtag it #<a href="http://search.twitter.com/search?q=%23sparktweet">sparktweet</a>.</p>
<h3>P.S.</h3>
<p><script src="http://storify.com/zseward/sparktweets.js"></script><noscript>[<a href="http://storify.com/zseward/sparktweets" target="blank">View the story "Sparktweets" on Storify]</a></noscript></p>
<h3>P.P.S.</h3>
<p><a href="http://dashes.com/anil/2011/05/sparking-innovation.html">Most</a> <a href="http://on.washingtonpost.com/post/5391354491/i-was-out-of-the-office-when-this-wsj-tweet">of</a> <a href="http://www.theatlantic.com/technology/archive/2011/05/add-graphs-or-doodles-to-your-140-characters-with-sparktweets/238748/">the</a> <a href="http://kottke.org/11/05/twitter-sparklines">reaction</a> <a href="http://daringfireball.net/linked/2011/05/11/sparktweets">to</a> <a href="http://www.mediabistro.com/10000words/tools-of-the-day-sparktweets-and-chartwell_b3936">this</a> <a href="http://infosthetics.com/archives/2011/05/sparkblocks_and_sparkbars_tweet_visualizations_as_sparklines.html">post</a> <a href="http://techland.time.com/2011/05/12/visually-graph-data-in-twitter-with-sparktweets/">was</a> <a href="http://waxy.org/links/archive/2011/05/index.shtml#79045">positive</a>, but some folks fairly focused on the accuracy issues I also <a href="http://zachseward.com/sparktweets/#p[SpoTal],h[SpoTal,1,2]">flagged</a>. The best discussion is in the <a href="http://thanland.com/notes/regarding-those-sparktweets/#comments">thread</a> below a post by Than Tibbetts, who called sparktweets &#8220;<a href="http://thanland.com/notes/regarding-those-sparktweets/">junk</a>.&#8221; He&#8217;s right to be concerned, but my favorite comment there is:</p>
<blockquote class="pull-1"><p>140 characters isn’t high resolution *period*, as far as information conveyance is concerned. Sparktweets are an amusing hack, are I would argue higher density than a raw Tweet in many cases (one I made has two time series that could not fit in 140 characters summarized).</p></blockquote>
<p>Dr. Drang, who wrote a Python script to generate sparktweets, has a similar take: &#8220;Lighten up, Francis,&#8221; <a href="http://www.leancrew.com/all-this/2011/05/textexpander-sparkline-snippet/">is how he puts it</a>.</p>
<blockquote class="pull-1"><p>This is Twitter we’re talking about, not an article for an ASA journal. Sparktweets are just a fun way to show data—data which may well be properly analyzed and presented in a linked article.</p></blockquote>
<p>The question, in their minds and mine, is how much resolution one should really expect from a tweeted chart. And in that respect, Drake Martinet <a href="http://twitter.com/#!/WithDrake/status/68818494032056320">points to a good standard</a>: &#8220;Sparktweets give me nothing that a good sentence can&#8217;t.&#8221; If that&#8217;s true, then, yes: &#8220;<a href="http://daringfireball.net/linked/2011/05/11/easy-on-the-sparktweets">Easy on the sparktweets</a>.&#8221; But I think there are signs of something more than novelty, of sparktweets that <a href="http://twitter.com/#!/stu_spivack/status/67829143110295552">pack</a> <a href="http://twitter.com/#!/Disney/status/68360491105394688">more</a> <a href="http://twitter.com/#!/dsjoerg/status/68027742708436992">punch</a> than a sentence.</p>
<p>On May 26, we <a href="http://twitter.com/#!/WSJ/statuses/73804809903411200">tried another sparktweet</a>, and it was our most successful yet: the y-axis at zero, text providing context, and a link to a more-detailed chart.</p>
<p><img class="pull-1" src="/images/sparktweet_bestpractice.png"></p>
]]></content:encoded>
			<wfw:commentRss>http://zachseward.com/sparktweets/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Emphasis</title>
		<link>http://zachseward.com/emphasis/</link>
		<comments>http://zachseward.com/emphasis/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 05:00:31 +0000</pubDate>
		<dc:creator>Zach Seward</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[deep links]]></category>
		<category><![CDATA[Emphasis]]></category>
		<category><![CDATA[highlights]]></category>
		<category><![CDATA[Kindle]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://zachseward.com/?p=914</guid>
		<description><![CDATA[I recently placed Emphasis on this blog. It&#8217;s a fantastic deep-linking tool by New York Times developer Michael Donohoe. Installation was easy, thanks to a WordPress plugin by Ben Balter. Now, anyone can link to a specific paragraph of my blog and highlight any sentences. To get started, hit shift twice. I love that. Ryan [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/images/kindlehighlight.png"><img src="/images/kindlehighlight.png" width="460"></a></p>
<p>I recently placed <a href="http://open.blogs.nytimes.com/2011/01/11/emphasis-update-and-source/">Emphasis</a> on this blog. It&#8217;s a fantastic deep-linking tool by New York Times developer <a href="http://ifelse.org/">Michael Donohoe</a>. Installation was easy, thanks to a <a href="http://wordpress.org/extend/plugins/wp-emphasis/">WordPress plugin</a> by <a href="http://ben.balter.com/">Ben Balter</a>. Now, anyone can link to a specific paragraph of my blog and highlight any sentences.</p>
<p><span id="more-914"></span>To get started, hit shift twice. I love that. Ryan Sholin <a href="http://twitter.com/#!/ryansholin/status/26729594623107072">noted</a> today that he had also installed Emphasis, and it <a href="http://twitter.com/#!/zseward/status/26731950978895872">occurred</a> to me that as the tool <a href="http://wordpress.org/extend/plugins/wp-emphasis/stats/">spreads</a>, double-tapping shift becomes a sort of shibboleth: <i>Are you enabled for deep links?</i> And if the answer is yes, <a href="http://en.wikipedia.org/wiki/Pilcrow">pilcrows</a> appear.</p>
<p>At that point, you can link to any paragraph by clicking on its pilcrow. Highlight by clicking on a paragraph and then any sentences within it that you wish to emphasize. Your new URL awaits in the address bar.</p>
<p>Emphasis is the coolest development in <a href="http://dharmishta.com/2009/06/122133780/">networked reading</a> since the <a href="http://www.openbookmarks.org/">Open Bookmarks</a> project. It was helped along by Dave Winer, who has enabled paragraph-level links on his blog <a href="http://scripting.com/davenet/1999/08/09/deepLinking.html">since 1999</a>; Jay Rosen, whose <a href="http://www.laurenmichell.com/2010/10/the-all-new-and-improved-pressthink-is-up-and-running/">adoption of them</a> last fall seemed to give the form new life; and Daniel Bachhuber, who created an <a href="https://github.com/danielbachhuber/WinerLinks/tree/0.1#readme">early WordPress plugin</a>. Companies like <a href="http://www.diigo.com/">Diigo</a> and <a href="http://www.shiftspace.org/">ShiftSpace</a> have made progress with Web highlighting.</p>
<p>In open-sourcing the <a href="https://github.com/NYTimes/Emphasis">JavaScript code</a> for Emphasis, Donohoe <a href="http://open.blogs.nytimes.com/2011/01/11/emphasis-update-and-source/#p[TatWlf],h[TatWlf,2]">hinted</a> at one direction in which this could go: popular highlights.</p>
<p>You may know I&#8217;m obsessed with the <a href="https://kindle.amazon.com/popular_highlights">passages</a> that are frequently highlighted by Kindle users. There&#8217;s an <a href="http://pipes.yahoo.com/pipes/pipe.run?_id=a6588d48a0f1f91c5f7dee9517682db4&#038;_render=rss">RSS</a> — or, ahem, any interested developers, <a href="http://pipes.yahoo.com/pipes/pipe.run?_id=a6588d48a0f1f91c5f7dee9517682db4&#038;_render=json">JSON</a> — feed for that. Lately, it&#8217;s been surfacing passages from <a href="http://www.nytimes.com/2011/01/07/books/07book.html"><i>The 4-Hour Body</i></a> and an intense, World War II <a href="http://www.amazon.com/unbroken-survival-resilience-redemption-ebook/dp/B003WUYPPG?tag=t0e7-20">yarn</a>. Stuff like:</p>
<blockquote class="pull-1"><p><b>The paradox of vengefulness is that it makes men dependent upon those who have harmed them, believing that their release from pain will come only when they make their tormentors suffer.</b></p></blockquote>
<p>Now, yikes. These popular highlights are not generally my favorite reading. But the presence of this agonizing sentence in my feed indicates that some large number of Kindle users — hundreds, it seems — were motivated to highlight it. That&#8217;s cool.</p>
<p>What motivates a user to highlight? <a href="http://www.niemanlab.org/2009/07/measuring-reader-engagement-by-how-often-they-copy-and-paste/">When I last wrote about this in 2009</a>, I said, &#8220;I&#8217;m not sure precisely what that’s measuring, but it feels like engagement.&#8221; Well, sure, but it also feels like <a href="http://static.googleusercontent.com/external_content/untrusted_dlcp/research.google.com/en/us/pubs/archive/36955.pdf">importance</a>.</p>
<p>Before the holidays, I <a href="http://twitter.com/#!/zseward/status/20536990105600000">lent out</a> a few Kindle books because <a href="http://www.amazon.com/gp/help/customer/display.html/ref=hp_rel_topic?ie=UTF8&#038;nodeId=200549320">now we can</a>. But I wished the loaned books I <a href="http://twitter.com/#!/zseward/statuses/20595736706027521">got in return</a> came with the owner&#8217;s highlights and annotations (on toggle, of course). Couldn&#8217;t Amazon facilitate a <a href="http://www.businessweek.com/the_thread/techbeat/archives/2009/02/hwo_do_i_sell_m.html">secondary ebook market</a> in which the used goods, along with their insightful notes, are actually more expensive than the originals?</p>
<p>All I mean is that deep links and highlights are <a href="http://en.wikipedia.org/wiki/Value_added">value-add</a> features. As users <a href="http://www.nytimes.com/2011/01/16/us/16loughner.html?pagewanted=all#p[LtnIsp],h[LtnIsp,1]">highlight</a> the Times, they suggest what they find important, what piques their curiosity. <a href="http://www.quora.com/What-is-the-vision-for-Apture/answer/Tristan-Harris">Apture</a> is also doing good stuff in this space.</p>
<p>Robin Sloan <a href="http://snarkmarket.com/2011/6569">sees a comeback narrative</a>:</p>
<blockquote class="pull-1"><p>And it seems to me that it’s actually an argument, in code, for the good ol’ fashioned open web—the web of pages and links. It’s like: “Slow down, App Store! We’re not done with this thing over here. We still have work to do.” Maybe it’s a futile argument—maybe the era of earnest linking is waning, and that’s just the way it is. But you never know. The web has surprised us before.</p></blockquote>
<p>Just tap shift twice.</p>
]]></content:encoded>
			<wfw:commentRss>http://zachseward.com/emphasis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mac Software</title>
		<link>http://zachseward.com/mac-software/</link>
		<comments>http://zachseward.com/mac-software/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 00:38:39 +0000</pubDate>
		<dc:creator>Zach Seward</dc:creator>
				<category><![CDATA[Material Reality]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://zachseward.com/?p=871</guid>
		<description><![CDATA[Like Frank Chimero, I recently bought a 13&#8243; MacBook Air. He&#8217;s happy with the decision, and so am I. (There&#8217;s a neglected, company-issued iPad sleeping day-and-night in the corner of my living room, stirring only for the occasional push notification.) Chimero also goes into great length about his setup, which is one of those things, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.frankchimero.com/post/2799470127/the-setup">Like Frank Chimero</a>, I recently <a href="http://zachseward.com/2010-in-review/#p[TphAtv],h[TphAtv,2]">bought</a> a 13&#8243; MacBook Air. He&#8217;s happy with the decision, and so am I. (There&#8217;s a neglected, company-issued iPad <a href="http://berglondon.com/blog/2011/01/14/asleep-and-awake/">sleeping</a> day-and-night in the corner of my living room, stirring only for the occasional push notification.) Chimero also goes into great length about his setup, which is one of those things, like interior design and typography, that I like to obsess about in theory but not in practice.</p>
<p>Really, though, I&#8217;m <a href="http://blog.frankchimero.com/post/2799470127/the-setup">linking to the post</a> for his long list of Mac software, much of which I&#8217;m downloading right now. It reminded me how much I now rely on web apps for work that used to start in the Dock. But native software is cool, too, and maybe this shiny new laptop — and, of course, the <a href="http://www.apple.com/mac/app-store/">Mac App Store</a> — will inspire me to <a href="http://en.wikipedia.org/wiki/Apple_Disk_Image">dot-dmg</a>.</p>
<p><span id="more-871"></span>So here&#8217;s some of the non-system software I use every day:</p>
<ul>
<li><a href="http://mailplaneapp.com/">Mailplane</a> ($25 app for Gmail)</li>
<li><a href="http://fluidapp.com/">Fluid</a> (to <a href="http://kottke.org/09/03/google-reader-hacks">create</a> an app that houses Google Reader)</li>
<li><a href="http://cyberduck.ch/">Cyberduck</a> (for FTP&#8217;ing without <a href="http://www.panic.com/coda/">Coda</a>, which I also use)</li>
<li><a href="http://www.barebones.com/products/textwrangler/">TextWrangler</a> and <a href="http://www.bean-osx.com/Bean.html">Bean</a> (never use Microsoft Word again)</li>
<li><a href="http://skitch.com/">Skitch</a> (for visual lulz and quick sketches)</li>
</ul>
<p>Many other of my mainstays — Photoshop, Dropbox, Skype — are also on Chimero&#8217;s list. He says he doesn&#8217;t really use iWork; I decided to forgo it entirely on this machine, though I&#8217;ll probably end up buying Keynote for <a href="http://itunes.apple.com/us/app/keynote/id409183694?mt=12">$20</a> now that Apple&#8217;s productivity software is a la carte.</p>
<p>If you have Mac software you think I&#8217;d like, too, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://zachseward.com/mac-software/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Teletype</title>
		<link>http://zachseward.com/teletype/</link>
		<comments>http://zachseward.com/teletype/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 04:45:30 +0000</pubDate>
		<dc:creator>Zach Seward</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[journalism]]></category>
		<category><![CDATA[9/11]]></category>
		<category><![CDATA[MetaFilter]]></category>
		<category><![CDATA[telegraph]]></category>
		<category><![CDATA[teletype]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[wire]]></category>

		<guid isPermaLink="false">http://zachseward.com/?p=720</guid>
		<description><![CDATA[My former boss Josh Benton gave a talk in 2008 that argued for the narrative power of real-time reporting. Late in the 50-minute presentation, he turned to a UPI teletype printout from John F. Kennedy&#8217;s assassination and the raw, arresting copy that was transmitted soon after the chaos began in the Grassy Knoll. I thought [...]]]></description>
			<content:encoded><![CDATA[<p>My former boss <a href="http://www.joshuabenton.com">Josh Benton</a> gave a talk in 2008 that argued for the narrative power of real-time reporting. Late in the <a href="http://vimeo.com/836979">50-minute presentation</a>, he turned to a UPI <a href="http://en.wikipedia.org/wiki/Teleprinter">teletype</a> printout from John F. Kennedy&#8217;s assassination and the raw, arresting copy that was transmitted soon after the chaos began in the Grassy Knoll.</p>
<p><img src="/images/upiwire.jpg" width="460"></p>
<p><span id="more-720"></span>I thought of those bulletins as I followed Twitter for accounts of the <a href="http://en.wikipedia.org/wiki/2011_Tucson_shooting">attack</a> on Rep. Gabby Giffords. Uncertainty governed the dramatic tweets, which said the congresswoman had died before she emerged alive. The UPI wire in 1963 initially reported that <a href="http://en.wikipedia.org/wiki/John_Connally#Governor_of_Texas">John Connally</a> had been slain along with Kennedy, when the Texas governor actually survived.</p>
<p>The Gifford tweets rendered the unfolding scene like another of Josh&#8217;s examples: <a href="http://www.metafilter.com/10034/Plane-crashes-in-to-the-word-trade-center">the MetaFilter thread on 9/11</a>. &#8220;This string of comments,&#8221; Josh says, &#8220;completely evokes that moment in a way that many book-length treatments would not.&#8221; And this, even though most contributors this weekend and on 9/11 were just watching on television.</p>
<p><a href="http://twitter.com/#!/caitieparker/status/23850480845197312"><img src="/images/gunmanfriend.png" width="460"></a></p>
<p>Real-time narrative journalism is sloppy and uncertain, which is to say, realistic, and that roughness is what&#8217;s compelling. It gets you on a perfectly genuine level because the narrative is genuinely unresolved; all possibilities exist. The notion of a <a href="http://en.wikipedia.org/wiki/Electrical_telegraph">wire</a> endures beyond the telegraph because it still captures the kinetic energy of a breaking-news story.</p>
<p>Below is the five-minute slice of Josh&#8217;s talk that deals with the UPI wire copy and MetaFilter thread. <a href="http://vimeo.com/836979">The whole thing</a> is worth watching.</p>
<p><iframe class="pull-2" title="YouTube video player" class="youtube-player" type="text/html" width="700" height="555" src="http://www.youtube.com/embed/XO0853damhU?rel=0" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://zachseward.com/teletype/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>2010</title>
		<link>http://zachseward.com/2010-in-review/</link>
		<comments>http://zachseward.com/2010-in-review/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 04:07:26 +0000</pubDate>
		<dc:creator>Zach Seward</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Material Reality]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Harlem]]></category>
		<category><![CDATA[lifelogging]]></category>
		<category><![CDATA[MacBook Air]]></category>
		<category><![CDATA[secrets]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://zachseward.com/?p=594</guid>
		<description><![CDATA[In 2010, I lived in the same place for all 12 months, the first time I&#8217;d done that since 2002. It was the first year since 1999 in which I spent no time in Boston. My rent tripled from 2009, but the median household income of my new neighborhood was 44% lower than my old [...]]]></description>
			<content:encoded><![CDATA[<p>In 2010, I lived in the same place for all 12 months, the first time I&#8217;d done that since 2002. It was the first year since 1999 in which I spent no time in Boston. My rent tripled from 2009, but the median household income of my <a href="http://projects.nytimes.com/census/2010/explorer?view=medianincome&#038;lat=40.8148&#038;lng=-73.959&#038;l=14">new neighborhood</a> was 44% lower than my <a href="http://projects.nytimes.com/census/2010/explorer?view=medianincome&#038;lat=42.3493&#038;lng=-71.083&#038;l=14">old one</a>. I ate at the four Italian restaurants around my apartment 39 times. When I bought lunch on workdays, I spent an average of $6.94.</p>
<p>I ended the year subscribed to 806 RSS feeds and <a href="http://twitter.com/#!/zseward/following">following</a> 832 Twitter accounts. I sent 2,387 emails from my personal address in 2010, 39% of which were to the same three people. At work, I received 39,677 emails, or 109 a day. I performed 7,939 Google searches, and my third-most-frequent query was &#8220;<a href="http://www.google.com/search?q=em+dash">em dash</a>.&#8221; I tweeted 1,781 times.</p>
<p><img src="/images/harlem125.jpg" width="460"></p>
<p><span id="more-594"></span>On 125th Street, a basket of goods — two loose Parliaments, a Citarella fruit salad, tickets at the Apollo, and an egg sandwich —  cost 24% more at the end of the year than at the beginning. A new Target <a href="http://www.nytimes.com/2010/08/14/business/14target.html#h3">opened</a> over the summer at the eastern end of the street, but I haven&#8217;t been.</p>
<p>I went down the data rabbit hole in 2010, and one result was my blog post for the Journal, &#8220;<a href="http://blogs.wsj.com/digits/2010/12/22/everything-the-internet-knows-about-me-because-i-asked-it-to/">Everything the Internet Knows About Me (Because I Asked It To)</a>.&#8221; Earlier, I <a href="http://blogs.wsj.com/digits/2010/12/13/the-top-50-gawker-media-passwords/">analyzed a dataset</a> of passwords chosen by Gawker Media users and <a href="http://blogs.wsj.com/digits/2010/02/25/the-inbox-of-an-accidental-facebook-voyeur/">revealed the contents</a> of private Facebook messages misdirected to my inbox. My beat was secrets, I guess.</p>
<p><img src="/images/foursquaregreaternewyork.png" width="460" alt="My Foursquare check-ins in the Greater New York area, showing as far north as Rhinebeck, though I also made it up to Hudson."></p>
<p>But most of my writing in 2010 was in the form of memos, comments, and random side projects. I left <a href="http://www.buzzmachine.com/2010/09/28/the-antisocial-movie/#comment-426903">my review of <i>The Social Network</i></a> on Jeff Jarvis&#8217; blog, and I <a href="http://blogs.reuters.com/felix-salmon/2010/06/28/holding-corporate-tweets-to-a-higher-standard/#comments">acknowledged a mistake</a> on Felix Salmon&#8217;s. My <a href="http://www.mattcutts.com/blog/donate-to-charity/#comment-691127">charitable contributions</a> are in the comments of a Matt Cutts post.</p>
<p>I <a href="https://docs.google.com/Doc?docid=0AS3JgJytKEC9YWM0OHQzZm5rc3dnXzEycTNxZHRjMg&#038;hl=en">taught a course</a> on social media at Columbia Journalism School. Throughout the year, I gave talks <a href="http://www.slideshare.net/zseward/zach-seward-socialmediametrics">on social-media metrics</a> at News Foo Camp, <a href="https://docs.google.com/present/view?id=df3sbp8m_143fk2d88hj">on social-media storytelling</a> for the Online News Association, <a href="http://public.iwork.com/document/?a=p1364325862&#038;d=Checking_Into_News.key">on geosocial news</a> at the Community Managers Meetup, and <a href="http://asne.org/annual_conference/1-conferenceschedule.aspx">on the economics of journalism</a> at ASNE&#8217;s annual conference.</p>
<p><img src="/images/lanyards.jpg" width="460" alt="My two-year collection of conference lanyards and badges."></p>
<p>Lately, I&#8217;ve been playing around with the <a href="http://ngrams.googlelabs.com/">Google Books Ngram Viewer</a> and created a Tumblr to <a href="http://ngrams.tumblr.com/">collect top-notch ngrams</a>. There&#8217;s a post still to be written on that. (Among other Tumblrs in 2010, some friends and I compiled a list of <a href="http://tvshowsthataresentences.tumblr.com/">TV Shows That Are Sentences</a>, and another season of <i>Mad Men</i> aired without my doing much with <a href="http://www.dickwhitman.com/">dickwhitman.com</a>.)</p>
<p>I did not miss an episode of the following television shows in 2010: <i>Friday Night Lights</i>, <i>Gossip Girl</i>, <i>Lost</i>, <i>Mad Men</i>, <i>Treme</i>, which I <a href="http://bit.ly/bundles/ismygreenlight/4">blogged</a> for the Journal, and <i>True Blood</i>. <i>The Kids Are All Right</i> was my favorite movie of the year. The best blog I discovered in 2010 was <a href="http://booktwo.org/">booktwo.org</a>.</p>
<p>My favorite book was <i>Freedom</i>, which I read on Kindle for iPad and recently <a href="http://twitter.com/#!/zseward/status/20536990105600000">lent</a> over Twitter. Which reminds me, I <a href="http://pipes.yahoo.com/pipes/pipe.run?_id=a6588d48a0f1f91c5f7dee9517682db4&#038;_render=rss">created an RSS feed</a> that surfaces passages that are <a href="https://kindle.amazon.com/popular_highlights/highlights">popularly highlighted</a> by Kindle users.</p>
<p>The personal highlight of my year was the <a href="http://www.flickr.com/photos/fellowette/sets/72157624005090285/">wedding of my friends Sarah and Simon</a>. At the very end of 2010, I bought a 13&#8243; MacBook Air.</p>
<p><img src="/images/mousetrails.jpg" width="460" alt="My mouse activity over two hours on my computer at work on May 13, 2010."></p>
]]></content:encoded>
			<wfw:commentRss>http://zachseward.com/2010-in-review/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hotel WiFi Pricing</title>
		<link>http://zachseward.com/hotel-wifi-pricing/</link>
		<comments>http://zachseward.com/hotel-wifi-pricing/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 06:51:48 +0000</pubDate>
		<dc:creator>Zach Seward</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Material Reality]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[hotels]]></category>
		<category><![CDATA[Storify]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://zachseward.com/?p=485</guid>
		<description><![CDATA[I&#8217;ve been playing around with Storify, and it&#8217;s working pretty well for me: the blog posts I want to write are increasingly hatched on Twitter and photo-sharing sites. This is another one of those, so if you&#8217;re inside an RSS reader, please click through for the Storify embed. Additional theories? Drop them in the comments.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been <a href="http://storify.com/zseward/gflbkdfgks">playing around</a> with Storify, and it&#8217;s working pretty well for me: the blog posts I want to write are increasingly hatched on Twitter and photo-sharing sites. This is another one of those, so if you&#8217;re inside an RSS reader, please click through for the Storify embed.</p>
<p><span id="more-485"></span><script src="http://storify.com/zseward/hotel-wifi-pricing.js"></script></p>
<p>Additional theories? Drop them in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://zachseward.com/hotel-wifi-pricing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Arduino</title>
		<link>http://zachseward.com/arduino/</link>
		<comments>http://zachseward.com/arduino/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 22:18:51 +0000</pubDate>
		<dc:creator>Zach Seward</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Material Reality]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Internet of Things]]></category>
		<category><![CDATA[News Foo Camp]]></category>
		<category><![CDATA[Palo Alto]]></category>
		<category><![CDATA[Phoenix]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[San Francisco]]></category>

		<guid isPermaLink="false">http://zachseward.com/?p=315</guid>
		<description><![CDATA[As Clay Shirky wrote his new book on distributed information systems, he joked about calling it LOLcats as Soulcraft. That was a play on Matthew B. Crawford&#8217;s Shop Class as Soulcraft, which argues for the intellectual value of manual labor. Shirky&#8217;s point seemed to be that captioning cat photos with pidgin English — or, just [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/shirky.jpg" width="460"></p>
<p>As Clay Shirky wrote his <a href="http://books.google.com/books?id=PjeTO822t_4C">new book</a> on distributed information systems, he <a href="http://twitter.com/#!/cshirky/status/3332077635">joked</a> about calling it <i>LOLcats as Soulcraft</i>. That was a play on Matthew B. Crawford&#8217;s <i><a href="http://books.google.com/books?id=rJiV1q1SDHcC">Shop Class as Soulcraft</a></i>, which argues for the intellectual value of manual labor. Shirky&#8217;s point seemed to be that captioning cat photos with pidgin English — or, just as likely, <a href="http://ragesoss.com/blog/2009/08/15/lolcats-as-soulcraft/">editing Wikipedia</a> — is enjoyed as a collective act of creation akin to an Amish <a href="http://en.wikipedia.org/wiki/Barn_raising">barn raising</a>. Yes! Then again, he was being facetious.</p>
<p><span id="more-315"></span>I spent the past week in Phoenix, Palo Alto, and San Francisco. </p>
<h3>Phoenix</h3>
<p> is the <a href="http://www.npr.org/templates/story/story.php?storyId=5259268">fifth-largest city</a> in the United States, situated in an <a href="http://www.guardian.co.uk/science/2009/feb/26/drought-us-climate-change">uninhabitable</a> portion of the country with no natural <a href="http://www.columbia.edu/~kk2534/Phoenix%20Water/Water%20Supply/Phoenix%20Water%20Supply%20Info.html">water supply</a>. Its existence feels stubborn, arbitrary, and ingenious: urban design as a pure and unchecked market force (see also: <a href="http://www.nytimes.com/2006/03/08/travel/08abuletter.html">Abu Dhabi</a>). The rash of <a href="http://online.wsj.com/article/SB124900822703096043.html">empty real estate</a> speaks, crucially, to the city&#8217;s character.</p>
<p>Bringing me to Phoenix was an <a href="http://newsfoo10.wiki.oreilly.com/wiki/index.php/Main_Page">unusual conference</a> of thinkers and practitioners in online journalism. We spent forty, over-saturated hours grappling with concepts like <a href="http://meetupblog.meetup.com/andres/">friction</a>, <a href="http://www.niemanlab.org/2010/11/attention-versus-distraction-what-that-big-ny-times-story-leaves-out/">attention</a>, <a href="http://www.futureofcontext.com/">context</a>, <a href="http://www.slideshare.net/zseward/zach-seward-socialmediametrics">measurement</a>, <a href="http://ignite.oreilly.com/2009/11/tim-oreilly-on-language-as-a-map.html">curiosity</a>, and <a href="http://www.openbookmarks.org/">reading</a>. It was wonderful, and afterward, I went for a <a href="http://www.arizonahikingtrails.com/hikingpages/lostdogwash.html">hike</a> outside the city with more inspiration than I had synapses to inspire.</p>
<p><img src="/images/scottsdale.jpg" class="pull-1" width="580" alt="Top of Talliesin Ridge in Scottsdale, Arizona"></p>
<p>In the Phoenix airport, a woman leaning against a GoDaddy promotional display read aloud a magazine story about Saddam Hussein&#8217;s capture from her Samsung Galaxy Tab. I remembered &#8212; how do we forget these things? &#8212; that there&#8217;s <a href="http://video.google.com/videoplay?docid=-7532034279766935521">video</a> of Hussein&#8217;s hanging on the internet.</p>
<h3>Palo Alto</h3>
<p> is named after a <a href="http://en.wikipedia.org/wiki/El_Palo_Alto">tall, double-trunked tree</a> on the banks of the San Francisquito Creek; one of the trunks was felled by a storm in 1886, but the other is still there, and you can go look at it, though I did not. Instead, on my first night in Palo Alto, I caught up with an old friend over <a href="http://www.google.com/maps/place?cid=10772779082834325076">beers, deviled eggs, and fish and chips</a>. He&#8217;s an engineer who once studied jet engines and now, as a <a href="http://www.stanford.edu/group/me310/me310_2010/people.html?pid=14">doctoral candidate</a> at Stanford, &#8220;fucks around with stuff for the enjoyment of myself and others.&#8221;</p>
<p>His research group is called <a href="http://allofusnow.com/greg-kress/portfolio/design-objects/imaginarium/">Imaginary Labs</a>.</p>
<p>At the table next to us, a group passed around a wheel with lights between the spokes that illuminated as it spun on a short axle. Over at the bar, the object of fascination looked like a Quidditch snitch, but I couldn&#8217;t discern its function. &#8220;Turn it <i>waaaaaaay</i> up,&#8221; someone said.</p>
<p><img src="/images/joel_pickaxe2.gif" width="230" class="alignright size-full wp-image-266">My friend &#8212; his name is <a href="http://allofusnow.com/greg-kress/">Greg</a> &#8212; shares a house with two other mechanical engineers, who are good people, and a &#8220;nerdy computer scientist,&#8221; who never materialized while I was there. (This was the first time in years that I&#8217;d heard &#8220;nerd&#8221; or &#8220;geek&#8221; used in a genuinely derisive context.) The place is filled with gadgetry, from the platform bed Greg constructed during a <a href="http://allofusnow.com/greg-kress/portfolio/design-objects/unit-square/">carpentry kick</a> to the garden called <a href="http://allofusnow.com/greg-kress/superbia/">Superbia</a> to the fish-tank sound system for manifesting audio from the charged pulses of an electric eel.</p>
<p><i>Whoooooooooooommmmmmmp!</i>          </p>
<p>Sometime later that night our conversation turned to the dichotomy between ideas and materials, which isn&#8217;t a dichotomy at all but often gets framed that way. Crawford, among others, <a href="http://books.google.com/books?id=oc4XsaqD4qsC&#038;lpg=PA3&#038;ots=azwJZJ8f2u&#038;dq=a%20vision%20of%20the%20future%20in%20which%20we%20somehow%20take%20leave%20of%20material%20reality%20and%20glide%20about%20in%20a%20pure%20information%20economy&#038;pg=PA3#v=onepage&#038;q&#038;f=false">worries</a> about &#8220;a vision of the future in which we somehow take leave of material reality and glide about in a pure information economy.&#8221; W00t?</p>
<p><iframe frameborder="0" scrolling="no" style="border:0px" src="http://books.google.com/books?id=oc4XsaqD4qsC&#038;lpg=PA3&#038;ots=azwJZK471v&#038;dq=a%20vision%20of%20the%20future%20in%20which%20we%20somehow%20take%20leave%20of%20material%20reality%20and%20glide%20about%20in%20a%20pure%20information%20economy&#038;pg=PA3&#038;output=embed" width=460 height=400></iframe></p>
<p>My job is fun and satisfying, but the products I help create are intangible, constructed with notions and not nails. Which is not to idealize one or the other; I&#8217;m lucky to work on the Web. It&#8217;s just that sometimes I envy our <a href="http://online.wsj.com/public/page/ipad.html">mobile team</a> because they can hold their craft and crack it open and think about the space between <a href="http://galaxytab.samsungmobile.com/">seven inches</a> and <a href="http://www.apple.com/ipad/">ten</a>.</p>
<p>Even within my seemingly limitless medium, I&#8217;m bounded by an inability to create what I conceptualize. I know HTML and CSS and can understand your PHP, but I can&#8217;t spin a database into an app or make an API call. Well, I did once, and it was totally my hello world. </p>
<p>In time, I&#8217;ve been inspired by <a href="http://unplan.org/">co-workers</a> <a href="http://albertsun.info/">who</a> <a href="http://jonkeegan.com/">code</a>, <a href="http://jsvine.com/">friends who</a> <a href="http://shhhaw.com/">learned to code</a>, meetups like <a href="http://meetupnyc.hackshackers.com/">Hacks/Hackers</a>, and posts like &#8220;<a href="http://www.chryswu.com/blog/2010/12/02/why-attend-a-hackathon/">Why Attend a Hackathon</a>,&#8221; by Chrys Wu. (<a href="http://scripting.com/stories/2010/04/19/helloNewYork.html">Hello, New York!</a>) So while I&#8217;m not big on new year&#8217;s resolutions, I told Greg, in January I plan to take <a href="http://blog.blprnt.com/workshops">my first course</a> in computer programming since I was in <a href="http://en.wikipedia.org/wiki/Logo_(programming_language)">elementary school</a>. I want to learn a data-visualization language called <a href="http://processing.org/">Processing</a>.</p>
<p><img src="/images/workbench2.jpg" class="pull-1" width="580"></p>
<p>&#8220;Have you ever seen an Arduino?&#8221; is how Greg responded to all that.</p>
<p>I had not, and the hunt was on to find one. A workbench in the living room was stocked with LEDs and hinges and <a href="http://bit.ly/i4tcQC">books by Edward Tufte</a> &#8212; but no Arduino. &#8220;There must be dozens in this house!&#8221; Finally, one was located in the frame of a <a href="http://allofusnow.com/greg-kress/portfolio/design-objects/wink/">Wink</a>, an orb Greg created that &#8220;allows two people to share a moment of synchronicity across great distances.&#8221;</p>
<p><img src="/images/arduino.jpg" width="230" class="alignright size-full wp-image-266">An <a href="http://www.arduino.cc/">Arduino</a>, I learned, is a simple <a href="http://en.wikipedia.org/wiki/Microcontroller">microcontroller</a> with inputs and outputs, and that&#8217;s pretty much it. It&#8217;s a tiny computer and, loaded with code, can control traffic lights, musical instruments, or fairly complex robots. Greg had hooked up two Arduinos to encased lights that communicate with each other over the Web. This was the <a href="http://www.readwriteweb.com/archives/tim_oreilly_explains_the_internet_of_things.php">Internet of Things</a> I&#8217;d been hearing about. Back in New York, my Internet of Things consisted of devices capable of adjusting themselves for Daylight Saving Time. With the Wink,</p>
<blockquote class="pull-1"><p>you just pick it up to communicate. The coupled device emits a light pattern, and the recipient picks up his Wink to respond. It is a state machine for presence; immediate yet implicit, <a href="http://www.youtube.com/watch?v=6okxaZI1_dc">meaningful yet ambient.</a></p></blockquote>
<p>The Arduino&#8217;s <a href="http://en.wikipedia.org/wiki/Arduino#Software">software</a> is based on Processing, Greg explained, which was the whole point of introducing me in the first place. This language I want to learn could not only visualize a large dataset but empower my relationship with the physical world. On a nightstand, I spied a copy of <i>Shop Class as Soulcraft</i>, and I <a href="http://twitter.com/#!/zseward/status/13718977654038529">purchased</a> it on Google Books.</p>
<p>Walking home through downtown Palo Alto, I passed the offices of <a href="http://www.fvgroup.com/about_us.htm">First Virtual Group</a>, &#8220;a diversified holding company&#8230;with global interests in real estate, agribusiness, philanthropy, and global financial asset management. We consist of over 50 individual corporations.&#8221;</p>
<h3>San Francisco</h3>
<p> was ostensibly where I spent my vacation, insomuch as it&#8217;s easiest to say, &#8220;I&#8217;m vacationing in San Francisco.&#8221; One day, I walked around the Mission. Mostly, I hung out in <a href="http://en.wikipedia.org/wiki/South_of_Market,_San_Francisco">South of Market</a>, which somewhat sheepishly calls itself SoMa. (My friends in New York just moved to <a href="http://nymag.com/realestate/map/26980/">SoHa</a>.) The wide streets reminded me of Seattle and <a href="http://robinsloan.com/annabel-scheme">everything felt</a></p>
<p><img src="/images/annabelscheme.jpg" width="460"></p>
<p>own, it ended up in a converted warehouse in SoMa. (That interlude was Robin Sloan&#8217;s <a href="http://robinsloan.com/annabel-scheme">brilliant novel</a> set amid a realistically quasi-apocalyptic San Francisco in HD.) Formerly industrial neighborhoods seem to attract internet startups as <a href="http://en.wikipedia.org/wiki/Beaver_dam">abandoned beaver dams nourish wetlands.</a></p>
<blockquote class="pull-1"><p>Beaver dams can be disruptive&#8230; beaver dams along a stream may contribute to denitrification&#8230; Each time the stream life cycle repeats itself another layer of rich organic soil is added to the bottom of the valley.</p></blockquote>
<p>I surfed around SoMa, firing up <a href="http://foursquare.com/venue/49547">Twitter Inc.</a>, searching <a href="http://foursquare.com/venue/70298">Google Inc.</a>, checking the <a href="http://foursquare.com/venue/242755">Wikimedia Foundation</a>, blogging about it with <a href="http://foursquare.com/venue/32460">Six Apart Ltd.,</a> embedding myself at <a href="http://foursquare.com/venue/41283">Scribd Inc.</a> Their lofts encourage the sense of navigating a network not a neighborhood. Even the <a href="http://foursquare.com/venue/43053">coffee</a> <a href="http://foursquare.com/venue/90636">houses</a> appeared to brew according to an algorithm.</p>
<p>Last.fm Ltd. thinks I&#8217;m a <a href="http://playground.last.fm/demo/genderplot?period=overall&#038;artists=90&#038;users=ismygreenlight">23-year-old female</a>. Intuit Inc. <a href="http://mint.com">says</a> I spent too much on uncategorized last month. The blog post I meant to write on vacation would have ruminated on a <a href="http://messymatters.com/2010/12/01/webdemo/">new study</a> of American browsing behavior: &#8220;Comparing the homogeneity of websites to zip codes, we find that websites tend to be more racially diverse.&#8221; W00t?</p>
<p>Another evening in Palo Alto, a patent lawyer hanging around Greg&#8217;s house picked her head up from a pile of documents and asked, &#8220;Is a circuit a physical object?&#8221; You know a conversation will be fruitful when it begins with <a href="http://en.wikipedia.org/wiki/Circuit">disambiguation</a>, and, oh man, did I learn about circuits.</p>
<p><img src="/images/sanfrancisco.jpg" class="pull-2" width="700"></p>
]]></content:encoded>
			<wfw:commentRss>http://zachseward.com/arduino/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Scaling Gawker</title>
		<link>http://zachseward.com/scaling-gawker/</link>
		<comments>http://zachseward.com/scaling-gawker/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 22:12:02 +0000</pubDate>
		<dc:creator>Zach Seward</dc:creator>
				<category><![CDATA[journalism]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[Felix Salmon]]></category>
		<category><![CDATA[Gawker]]></category>
		<category><![CDATA[Gawker Media]]></category>
		<category><![CDATA[Nick Denton]]></category>
		<category><![CDATA[The Awl]]></category>

		<guid isPermaLink="false">http://zachseward.com/?p=131</guid>
		<description><![CDATA[You can&#8217;t achieve this— —without something along the lines of this: Felix Salmon predicted it two years ago: But here&#8217;s the problem: the very posts which will help bring in new unique visitors (Denton wants Gawker to be &#8220;a national media gossip and pop culture site, which is based in new york, but can attract [...]]]></description>
			<content:encoded><![CDATA[<p>You can&#8217;t achieve <a href="http://gawker.com/5470869/a-traffic-boast-to-end-the-week">this</a>—</p>
<p><img src="/images/gawker_traffic.png" width="460"></p>
<p><span id="more-131"></span>—without something along the lines of <a href="http://choiresicha.com/post/387384122/lololololol">this</a>:</p>
<p><img src="/images/gawker_comment.png" width="460"></p>
<p>Felix Salmon <a href="http://www.felixsalmon.com/000875.html">predicted</a> it two years ago:</p>
<blockquote class="pull-1"><p>But here&#8217;s the problem: the very posts which will help bring in new unique visitors (Denton wants Gawker to be &#8220;a national media gossip and pop culture site, which is based in new york, but can attract a national audience&#8221;) also risk being the posts which alienate Gawker&#8217;s core commenter audience.</p></blockquote>
<p>And it&#8217;s <a href="http://sanford.duke.edu/research/papers/SAN01-01.pdf">more or less</a> what happened to newspapers in the 19th century:</p>
<blockquote class="pull-1"><p>These pressures pushed papers to try and attain sufficient scale to lower production costs and attract both local and national advertisers. The number of party stalwarts placed a boundary on the potential circulations of strongly partisan papers. If a paper adopted a nonpartisan take on political news, it could draw on a larger segment of the population if readers from either party could be attracted to the outlet.</p></blockquote>
<p>The cultural equivalent of bipartisanship is clearly evident in Gawker&#8217;s <a href="http://gawker.com/5438767/the-most-popular-gawker-posts-of-2009">20 most-popular posts of 2009</a> (with 9 million pageviews among them).</p>
<p>None of which really explains Nick Denton&#8217;s <a href="http://www.businessinsider.com/gawker-acquires-cityfile-2010-2">acquisition</a> of Cityfile, except that you can only wring <a href="http://www.quantcast.com/gawker.com">so many</a> pageviews from the same type of content and the same type of readers. Search traffic to Cityfile&#8217;s <a href="http://cityfile.com/browse">topic pages</a> will help achieve Denton&#8217;s <a href="http://www.theawl.com/2010/01/gawker-media-moves-to-uniques-be-even-more-of-a-hustler-says-nick-denton">new focus</a> on unique visitors.</p>
<p>But where there&#8217;s mainstream media, there will always be <a href="http://twitter.com/anamariecox/statuses/9156166971">alt-media</a>:</p>
<p><img src="/images/twitter_theawl.png" width="460"></p>
<h3>P.S.</h3>
<p> I went back and read the first mention of Gawker in my inbox, April 19, 2004. It was a <a href="http://gawker.com/015074/horace-mann-and-spence-sex-and-drugs-and-rock-n-roll">link</a> from a friend with a note, &#8220;This site is amazing!&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://zachseward.com/scaling-gawker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

