<?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>Stubbleblog &#187; oreilly</title>
	<atom:link href="http://www.stubbleblog.com/index.php/tag/oreilly/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stubbleblog.com</link>
	<description>A curious nerd.</description>
	<lastBuildDate>Mon, 02 Jan 2012 18:30:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Slashdot Review for Regular Expression Pocket Reference</title>
		<link>http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/</link>
		<comments>http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 03:35:53 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[oreilly]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[slashdot]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/</guid>
		<description><![CDATA[Michael J. Ross gave the second edition of Regular Expression Pocket Reference a score of 9/10 in his Slashdot review. He was particularly impressed by the lack of errors. As of this writing, there are no unconfirmed errata (those submitted by readers but not yet checked by the author to see whether they are valid), [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://books.slashdot.org/article.pl?sid=08/03/24/1426208"></a><a href="http://www.stubbleblog.com/wp-content/uploads/2008/03/regex_pr_cover.jpg"><img src="http://www.stubbleblog.com/wp-content/uploads/2008/03/regex_pr_cover.jpg" alt="" /></a><br />
Michael  J. Ross gave the second edition of Regular Expression Pocket Reference a score of 9/10 in his <a href="http://books.slashdot.org/article.pl?sid=08/03/24/1426208">Slashdot review</a>. He was particularly impressed by the lack of errors.</p>
<blockquote><p>As of this writing, there are no unconfirmed errata (those submitted by readers but not yet checked by the author to see whether they are valid), and no confirmed ones, either. In fact, in my review of the first edition, published in 2004, it was noted that there were no unconfirmed errata, despite the book being out for some time prior to that review. The most likely explanation is that the author — in addition to any technical reviewers — did a thorough job of checking all of the regular expressions in the book, along with the sample code that make use of them. These efforts have paid off with the apparent absence of any errors in this new edition — something unseen in any other technical book with which I am familiar.</p></blockquote>
<p>I&#8217;m sure that the book isn&#8217;t actually error free, but the fact that it can masquerade as so is a tribute to the tech reviewers, <a href="http://regex.info/">Jeffrey Friedl</a>, <a href="http://www.uit.co.uk/exim-book/author-bio.htm">Philip Hazel</a>, <a href="http://www.unixwiz.net/">Steve Friedl</a>, <a href="http://ola-bini.blogspot.com/">Ola Bini</a>, <a href="http://www.darwinsys.com/">Ian Darwin</a>, <a href="http://zak.greant.com/">Zak Greant</a>, <a href="http://www.ronsoft.com/index.php">Ron Hitchens</a>, <a href="http://www.amk.ca/">A.M. Kuchling</a>, Tim Allwine, <a href="http://iconocla.st/">Schuyler Erle</a>, David Lents, <a href="http://anarchogeek.com/">Evan Henshaw-Plath</a>, <a href="http://www.rcbowen.com/">Rich Bowen</a>, <a href="http://eric.eisenhart.name/">Eric Eisenhart</a>, and <a href="http://www.cybercom.net/~zbrad/">Brad Merrill</a>, and to my editors <a href="http://www.oreillynet.com/pub/au/36">Andy Oram</a>, <a href="http://radar.oreilly.com/nat/">Nat Torkington</a>, and Linda Mui. That&#8217;s a lot of people for such a small book but the draft I turned in warranted them. Thank you.</p>
<p>My goals for the second edition were to increase coverage for things that I used (it turns out that one of the best reasons to write a book is so you can look things up later) and to add content for system administrators (who, based on feedback, seemed like the biggest users of the book). I&#8217;m a ruby developer now, so this edition has a ruby chapter, plus I added an Apache chapter and a cookbook of common regular expressions for the system administrators.</p>
<p>People often ask me why I covered so many implementations and the answer is because as a web developer I used regular expressions in so many places: ruby/perl, javascript, shell, vim, and apache. I bet system administrators are the same way.</p>
<p>Make sure to <a href="http://www.amazon.com/Regular-Expression-Pocket-Reference-Stubblebine/dp/059600415X">buy a few copies from Amazon</a>.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2009/12/regex-best-practices/' title='Regex Best Practices'>Regex Best Practices</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2007/07/regular-express/' title='Regular Expression Pocket Reference, 2nd Edition'>Regular Expression Pocket Reference, 2nd Edition</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/11/introduction-to/' title='Introduction to Salesforce AppExchange'>Introduction to Salesforce AppExchange</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/06/nice-review-of/' title='Nice Review of Regular Expression Pocket Reference'>Nice Review of Regular Expression Pocket Reference</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/05/how-tom-raftery/' title='How Tom Raftery Rallied the Trolls and Escaped Culpability'>How Tom Raftery Rallied the Trolls and Escaped Culpability</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Salesforce AppExchange</title>
		<link>http://www.stubbleblog.com/index.php/2006/11/introduction-to/</link>
		<comments>http://www.stubbleblog.com/index.php/2006/11/introduction-to/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 20:46:04 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[oreilly]]></category>
		<category><![CDATA[salesforce]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=138</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>I went to a Salesforce conference recently to investigate Salesforce as a platform for building applications for the business web. I liked what I saw. The tools they are building for developers fit very much with the <a href="http://www.stubbleblog.com/archives/2006/11/odeo_joins_an_o.html">trend toward smaller development companies</a> (i.e. one or two people) who can focus completely on the product because the infrastructure for running the rest of the company already exists.</p>
<p>Today O&#8217;Reilly posted part one of my three part series on building for Salesforce AppExchange, <a href="http://www.oreillynet.com/pub/a/network/2006/11/13/an-introduction-to-saleforcecoms-appexchange.html">An Introduction to Salesforce.com&#8217;s AppExchange.</a></p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2006/12/using-the-sales/' title='Using the Salesforce API'>Using the Salesforce API</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/11/youtube-api-how/' title='YouTube API How-To'>YouTube API How-To</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/09/quotes-on-your/' title='Quotes On Your Phone'>Quotes On Your Phone</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/' title='Slashdot Review for Regular Expression Pocket Reference'>Slashdot Review for Regular Expression Pocket Reference</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2007/03/71miles-best-tr/' title='71Miles: Best Travel Advice Ever'>71Miles: Best Travel Advice Ever</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2006/11/introduction-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Tom Raftery Rallied the Trolls and Escaped Culpability</title>
		<link>http://www.stubbleblog.com/index.php/2006/05/how-tom-raftery/</link>
		<comments>http://www.stubbleblog.com/index.php/2006/05/how-tom-raftery/#comments</comments>
		<pubDate>Tue, 30 May 2006 05:26:02 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[ip]]></category>
		<category><![CDATA[oreilly]]></category>
		<category><![CDATA[trolls]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=108</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>The latest in the dust-up between Tom Raftery and O&#8217;Reilly is a <a href="http://radar.oreilly.com/archives/2006/05/the_proverbs_get_around.html#comments">group of trolls telling Marc Hedlund to can the puff pieces until Tim O&#8217;Reilly can return</a>. Apparently O&#8217;Reilly needs to shut down it&#8217;s publishing program until Tim can earn the forgiveness of Raftery&#8217;s cronies.</p>
<p>My take: O&#8217;Reilly was unprepared for an influx of trolls and vitriol, and because of that Tom Raftery has completely escaped culpability for misreading a cease and desist letter, then misrepresenting a followup letter, then villifying Cory Doctorow in spite of the facts. Most important, he&#8217;s completely escaped blame for picking a name for his conference that was already taken.</p>
<p>The O&#8217;Reilly/CMP conference is called &#8220;Web 2.0 Conference.&#8221; IT@Cork&#8217;s conference is called &#8220;Web 2.0 Half-Day Conference.&#8221; It&#8217;s common sense and common courtesy: pick a different name.</p>
<p>CMP, on behalf of itself and O&#8217;Reilly, <a href="http://www.tomrafteryit.net/oreilly-trademarks-web-20-and-sets-lawyers-on-itcork/">sent IT@Cork a cease-and-desist letter that has drawn a lot of fire</a> for asking IT@Cork not to use a similar title as the established conference. Thus far, Raftery&#8211;and the debate&#8211;have focused on whether anyone can use the term &#8220;Web 2.0.&#8221; But they&#8217;re ignoring this key paragraph of the C&#038;D:</p>
<p>&#8220;It has come to my attention that you have scheduled a conference entitled Web 2.0 for June 8 2006. Through this title you are misrepresenting and recipients are given the direct and false impression that you are providing them with CMP&#8217;s event.&#8221;</p>
<p>In other words, the reason he&#8217;s being contacted is because he&#8217;s running a conference called Web 2.0, not merely because he&#8217;s running a conference that contains the term Web 2.0. Tom would have more credibility if he were organizing a conference with an original name.</p>
<p>Did Raftery make an honestly misread the letter or is he posting intentionally inflamatory remarks in order to draw attention to himself? I thought honest mistake until I read his two followup posts.</p>
<p>First he writes of &#8220;<a href="http://www.tomrafteryit.net/oreillys-mean-spirited-response/">O&#8217;Reilly&#8217;s mean-spirited response</a>.&#8221; Mean-spirited? IT@Cork received a second letter offering to let the organization go on with its conference&#8211;name unchanged&#8211;but reserving CMP/O&#8217;Reilly&#8217;s rights to the term. He can disagree with their rights, but I have a hard seeing the meanness in the letter. The <a href="http://radar.oreilly.com/archives/2006/05/controversy_about_our_web_20_s.html">comments on O&#8217;Reilly&#8217;s Radar blog</a>, including accusations that Tim&#8217;s a child molester, that certain employees are hemroids and need to be fired, that all O&#8217;Reilly books should be burned, those seem mean-spirited. The O&#8217;Reilly/CMP communications are professional and business-like. If O&#8217;Reilly is wrong on any points, Raftery&#8217;s accusations are preventing a thoughtful discussion of those points.</p>
<p>And while Raftery says in his post that it&#8217;s unlikely IT@Cork will sign the second letter from CMP/O&#8217;Reilly, <a href="http://www.nytimes.com/2006/05/29/technology/29web.html">he&#8217;s telling the New York Times that everything is fine and that he appreciates the response he got from O&#8217;Reilly</a>:</p>
<p>&#8220;Because of Web 2.0 and blogging, I was able to put up a post and have this large multimedia organization apologize and turn around and say, &#8216;You can use our trademark terms.&#8217; That&#8217;s only possible because of the power blogging confers.&#8221;</p>
<p>Next, Raftery calls Cory Doctorow an <a href="http://www.tomrafteryit.net/cory-doctorow-oreilly-apologist/">O&#8217;Reilly apologist who&#8217;s making biased comments without disclosing his relationship with O&#8217;Reilly</a>. This despite <a href="http://www.boingboing.net/2006/05/26/can_anyone_own_web_2.html">Cory&#8217;s saying</a> in his post that he thought O&#8217;Reilly should give up the claim, that John Batelle is a &#8220;pal and colleague&#8221; and that he (Cory) is a regular contributor to O&#8217;Reilly conferences.</p>
<p>Turns out Raftery is the troll. And a good one. He&#8217;s garnered a lot of attention. And thus far nobody has held him accountable for running a conference with a copycat name. <a href="http://www.tomrafteryit.net/oreillys-mean-spirited-response/#comments">Robert Scoble</a> was dead on when he suggested changing the name to &#8220;IT@Corkâs Web 2.0 Workshop&#8221; and moving on.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2006/03/justins-cease-a/' title='Justin&#8217;s Cease and Desist'>Justin&#8217;s Cease and Desist</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/' title='Slashdot Review for Regular Expression Pocket Reference'>Slashdot Review for Regular Expression Pocket Reference</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/11/introduction-to/' title='Introduction to Salesforce AppExchange'>Introduction to Salesforce AppExchange</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/google-the-miss/' title='Google: The Missing Manual, Second Edition'>Google: The Missing Manual, Second Edition</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/01/etel-2006-day-1/' title='ETel 2006: Day 1.'>ETel 2006: Day 1.</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2006/05/how-tom-raftery/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Google: The Missing Manual, Second Edition</title>
		<link>http://www.stubbleblog.com/index.php/2006/04/google-the-miss/</link>
		<comments>http://www.stubbleblog.com/index.php/2006/04/google-the-miss/#comments</comments>
		<pubDate>Sat, 08 Apr 2006 21:28:44 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[oreilly]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=97</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>The new edition of <a href="http://www.amazon.com/gp/product/0596100191/ref=ase_tonystubblebi-20/">Google: The Missing Manual</a> is out. My girlfriend, housemate, and, until a recent promotion, executive editor of the Missing Manual series is the primary author. But it&#8217;d still be a great book if that wasn&#8217;t the case.</p>
<p>Turns out that Google is about much more than search, although the search sections are pretty useful. I picked the book up mostly for the new section on <a href="www.google.com/analytics/ ">Google Analytics</a>, which we use and love at Odeo. I&#8217;ve read the  <a href="http://www.google.com/adsense/">AdSense</a> and <a href="https://adwords.google.com/select/">AdWords</a> sections as well. Also great. The core of the book is on search. However, I pick up most of my search tips by watching Sarah. So all I can say definitively, she knew what she was talking about when she wrote the search sections.</p>
<p><a href="http://www.amazon.com/gp/product/0596100191/ref=ase_tonystubblebi-20/">Buy it for $15.74 on Amazon</a></p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2009/12/how-to-use-a-verizon-usb-card-with-ubuntu/' title='How to use a Verizon USB Card with Ubuntu'>How to use a Verizon USB Card with Ubuntu</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/' title='Slashdot Review for Regular Expression Pocket Reference'>Slashdot Review for Regular Expression Pocket Reference</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/11/introduction-to/' title='Introduction to Salesforce AppExchange'>Introduction to Salesforce AppExchange</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/11/speed-matters/' title='Speed Matters'>Speed Matters</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/05/how-tom-raftery/' title='How Tom Raftery Rallied the Trolls and Escaped Culpability'>How Tom Raftery Rallied the Trolls and Escaped Culpability</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2006/04/google-the-miss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Justin&#8217;s Cease and Desist</title>
		<link>http://www.stubbleblog.com/index.php/2006/03/justins-cease-a/</link>
		<comments>http://www.stubbleblog.com/index.php/2006/03/justins-cease-a/#comments</comments>
		<pubDate>Thu, 02 Mar 2006 19:42:35 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[eff]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[oreilly]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=93</guid>
		<description><![CDATA[Ex-coworker Justin received a hilarious cease and desist letter based on his parody of an ex-gay movement billboard. Great explanation of the failings of wikipedia as a source of legal advice: You appear to believe that the stolen image is exempt from federal intellectual property laws as a &#8216;parody&#8217; due to &#8216;fair use.&#8217; Unfortunately, the [...]]]></description>
			<content:encoded><![CDATA[<p>Ex-coworker Justin received a hilarious <a href="http://justinsomnia.org/2006/03/my-first-cease-and-desist-letter/">cease and desist letter</a> based on his parody of an ex-gay movement billboard. Great explanation of the failings of wikipedia as a source of legal advice:</p>
<blockquote><p>You appear to believe that the stolen image is exempt from federal intellectual property laws as a &#8216;parody&#8217; due to &#8216;fair use.&#8217; Unfortunately, the intricacies of federal law cannot adequately be covered on &#8216;Wikipedia&#8217; due to the variety of facts addressed by courts in numerous cases.</p></blockquote>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2006/05/how-tom-raftery/' title='How Tom Raftery Rallied the Trolls and Escaped Culpability'>How Tom Raftery Rallied the Trolls and Escaped Culpability</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/' title='Slashdot Review for Regular Expression Pocket Reference'>Slashdot Review for Regular Expression Pocket Reference</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/11/introduction-to/' title='Introduction to Salesforce AppExchange'>Introduction to Salesforce AppExchange</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/google-the-miss/' title='Google: The Missing Manual, Second Edition'>Google: The Missing Manual, Second Edition</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/01/etel-2006-day-1/' title='ETel 2006: Day 1.'>ETel 2006: Day 1.</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2006/03/justins-cease-a/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ETel 2006: Day 1.</title>
		<link>http://www.stubbleblog.com/index.php/2006/01/etel-2006-day-1/</link>
		<comments>http://www.stubbleblog.com/index.php/2006/01/etel-2006-day-1/#comments</comments>
		<pubDate>Wed, 25 Jan 2006 04:10:10 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[asterisk]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[etel]]></category>
		<category><![CDATA[etel2006]]></category>
		<category><![CDATA[oreilly]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[web20]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=85</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m at <a href="http://conferences.oreillynet.com/etel2006/">ETel</a> today, mostly to see old friends but still really enjoying myself. Kudo&#8217;s to the O&#8217;Reilly conference team for always putting on such great events. Here&#8217;s some notes.</p>
<p><strong>RAGI</strong><br />
Every O&#8217;Reilly &#8216;emerging tech&#8217; conference comes up with one technology that is suddenly very easy and very accessible. I think RAGI, a Rails to Asterisk interface, wins this time. I managed to miss the presentation but heard great buzz afterwards. Here&#8217;s an <a href="http://www.oreillynet.com/pub/a/etel/2005/12/19/hacking-in-asterisk-and-rails.html">O&#8217;Reilly introduction.</a> An anonymous Odeo engineer asked about scaling issues in Rails and got back a response that Rails scales well as evidenced by sites like Odeo =)<br />
<strong><br />
AstLinux &#8211; HA</strong><br />
This is a <a href="http://www.astlinux.org/">linux distro</a> tweaked for running Asterisk (mostly the same tweaks that real-time apps get). He&#8217;s working on adding in High Availability support which would give people an N+1 architecture. Too buzz-wordy? Key detail was that HA would work better and be impemented sooner for VOIP.</p>
<p><strong>Zork on Asterisk.</strong><br />
Awesome! Coolest demo of the day goes to <a href="http://uc.org/read/Zasterisk">Zasterisk</a>, a project to let you play Zork over the phone. It&#8217;s does Asterisk to speech recognition (<a href="http://www.speech.cs.cmu.edu/sphinx/">Sphinx</a>) to Zork to text-to-speech (<a href="http://www.cstr.ed.ac.uk/projects/festival/">Festival</a>) and back out.</p>
<p>Imagine playing Zork while on hold or playing a MUD during your commute (VMUD).</p>
<p><strong>VC Fireside Chat.</strong><br />
Sort of dreading this one but the others in the time slote didn&#8217;t look good. Turns out Marc Hedlund was on the panel. Point was start off with a product for yourself, but know when to make the switch to a product for others.</p>
<p>Other VC talking about the types of people he sees in early stage investing (spore stage).  Two. One with a plan and no product. The other with a hack but no plan. He&#8217;s especially interesting if someone has already payed for the hack.</p>
<p>I think the key concept in those two points is that it&#8217;s extremely important to prove that someone likes the product (important if you&#8217;re trying to get investment).</p>
<p>Favorite phrase of the day was along the lines of: vc&#8217;s blog in order to &#8216;chum the waters&#8217;</p>
<p>Marc gave more advice, be plain spoken. Common theme in his engineering management. Complexity is a sign that you don&#8217;t understand the problem. Plain speech also gives people the impression that you know what you&#8217;re doing. Convoluted speech just gives people the impression that _they_ don&#8217;t  know what&#8217;s going on.</p>
<p>More Marc. Hit it where they ain&#8217;t. Find a need that nobody is talking about and go after that. It&#8217;s not that you&#8217;ll be the only person in the space, but that you&#8217;ll be in the first wave.</p>
<p>Quinn Weaver. Open Source is viral marketing. If you create software that is used my millions you can create a company after. Another example of having proven customers. MySQL is a good example of a funded company and 37Signals of a private company. His company <a href="http://www.fairpath.com">Fairpath</a> is planning to give away a Perl to Asterisk software, Dido. Release tomorrow. I like Quinn.</p>
<p><strong>Usability.</strong><br />
A YakPak guy asked who did not have a microphone on their computer. Several Mac people raised there hands.  My hand went straight to my forehead.</p>
<p><strong>Favorite Encounter.</strong><br />
Cooper Marcus of <a href="http://www.sparkparking.com/">Spark Parking</a>.  He&#8217;s got a nice clear business model, pragmatic goals, and cool tech that involves phones and gluing wireless devices to the ground. He&#8217;s also Lowell &#8217;90.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2011/04/writing-rails-engines-getting-started/' title='Writing Rails Engines #1: Getting Started'>Writing Rails Engines #1: Getting Started</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/getting-started-2/' title='Getting Started With Web 2.0'>Getting Started With Web 2.0</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2005/08/10-steps-to-a-h/' title='10 Steps to a Hugely Successful Web 2.0 Company'>10 Steps to a Hugely Successful Web 2.0 Company</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2005/07/online-ruby-tra/' title='Online Ruby Training'>Online Ruby Training</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2005/07/rubyrailsfedora/' title='Ruby/Rails/Fedora/Apache2'>Ruby/Rails/Fedora/Apache2</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2006/01/etel-2006-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving to Odeo</title>
		<link>http://www.stubbleblog.com/index.php/2005/11/moving-to-odeo/</link>
		<comments>http://www.stubbleblog.com/index.php/2005/11/moving-to-odeo/#comments</comments>
		<pubDate>Tue, 08 Nov 2005 04:36:36 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[jobs]]></category>
		<category><![CDATA[odeo]]></category>
		<category><![CDATA[oreilly]]></category>
		<category><![CDATA[podcasting]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=69</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>I made a big move a few weeks back, leaving O&#8217;Reilly to be Engineering Director for Odeo.</p>
<p>There were a number of reasons, but mostly it came down to wanting to work in a more focused and intense software environment. It had almost nothing to do with <a href="http://flickr.com/photos/tags/odeoships/">sailing</a> <a href="http://www.youtube.com/?v=GFXE8C75Buk">trips</a>.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2005/12/casual-content/' title='Casual Content Creation at Odeo'>Casual Content Creation at Odeo</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2009/06/the-real-lessons-from-twitter/' title='The Real Lessons From Twitter'>The Real Lessons From Twitter</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2008/10/my-favorite-podcast-episodes/' title='My Favorite Podcast Episodes'>My Favorite Podcast Episodes</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/' title='Slashdot Review for Regular Expression Pocket Reference'>Slashdot Review for Regular Expression Pocket Reference</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2007/05/odeo-gets-new-l/' title='Odeo Gets New Life'>Odeo Gets New Life</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2005/11/moving-to-odeo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Connecting to New Authors</title>
		<link>http://www.stubbleblog.com/index.php/2005/09/connecting-to-n/</link>
		<comments>http://www.stubbleblog.com/index.php/2005/09/connecting-to-n/#comments</comments>
		<pubDate>Tue, 06 Sep 2005 22:39:48 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[oreilly]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=56</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m testing out an in-development <a href="http://connection.oreilly.com">Connection</a> feature which may or may not be called Leaderboard. One of the leader lists is most active authors, and the most important test is checking if any of the active authors are at all interesting. So far yes! And my two favorites are people I&#8217;d never heard of.</p>
<p>Check out this sample from <a href="http://connection.oreilly.com/users/profile.public.php?user_id=2437">Lisa McMillan</a>:<br />
<a href="http://www.lisamcmillan.com/journal/best-of-web-apps-edition">Best of. Web apps for web developers edition.</a></p>
<p>Also check out <a href="http://connection.oreilly.com/users/profile.public.php?user_id=1899">Ian Blenke</a> and his fantastic <a href="http://ian.blenke.com/blog/">blog</a>.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2005/08/10-steps-to-a-h/' title='10 Steps to a Hugely Successful Web 2.0 Company'>10 Steps to a Hugely Successful Web 2.0 Company</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2005/08/favorite-oreill/' title='Favorite O&#8217;Reilly Connection Feature'>Favorite O&#8217;Reilly Connection Feature</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/' title='Slashdot Review for Regular Expression Pocket Reference'>Slashdot Review for Regular Expression Pocket Reference</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/11/introduction-to/' title='Introduction to Salesforce AppExchange'>Introduction to Salesforce AppExchange</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/05/how-tom-raftery/' title='How Tom Raftery Rallied the Trolls and Escaped Culpability'>How Tom Raftery Rallied the Trolls and Escaped Culpability</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2005/09/connecting-to-n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Steps to a Hugely Successful Web 2.0 Company</title>
		<link>http://www.stubbleblog.com/index.php/2005/08/10-steps-to-a-h/</link>
		<comments>http://www.stubbleblog.com/index.php/2005/08/10-steps-to-a-h/#comments</comments>
		<pubDate>Thu, 25 Aug 2005 16:36:44 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[connection]]></category>
		<category><![CDATA[oreilly]]></category>
		<category><![CDATA[web20]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=52</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Stole this link from <a href="http://radar.oreilly.com/nat/">Nat on Radar</a>, <a href="http://www.thisisgoingtobebig.com/2005/08/10_steps_to_a_h.html">10 Steps to a Hugely Successful Web 2.0 Company</a></p>
<p>I liked this one, especially after all the feedback we got from our beta testers with the early launch of <a href="http://connection.oreilly.com">Connection</a>:</p>
<blockquote><p>2. Get a responsive and chatty audience using the product.  The del.icio.us community eats new features like piranhas.  They pour over the service, discuss it, promote it, and complain when they don&#8217;t like stuff.  You couldn&#8217;t have hired a better, more thorough, or more passionate group of alpha testers.  Don&#8217;t rush to get the service so easy that my dad can use it, because he&#8217;s not going to really be helpful to you in the early days when you need really hardcore Beta testing.</p></blockquote>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2006/02/identity-aggreg/' title='Identity Aggregation at Feedication'>Identity Aggregation at Feedication</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/01/etel-2006-day-1/' title='ETel 2006: Day 1.'>ETel 2006: Day 1.</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2005/09/connecting-to-n/' title='Connecting to New Authors'>Connecting to New Authors</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2005/08/favorite-oreill/' title='Favorite O&#8217;Reilly Connection Feature'>Favorite O&#8217;Reilly Connection Feature</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/' title='Slashdot Review for Regular Expression Pocket Reference'>Slashdot Review for Regular Expression Pocket Reference</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2005/08/10-steps-to-a-h/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favorite O&#8217;Reilly Connection Feature</title>
		<link>http://www.stubbleblog.com/index.php/2005/08/favorite-oreill/</link>
		<comments>http://www.stubbleblog.com/index.php/2005/08/favorite-oreill/#comments</comments>
		<pubDate>Tue, 09 Aug 2005 23:46:42 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[connection]]></category>
		<category><![CDATA[oreilly]]></category>
		<category><![CDATA[projectmanagement]]></category>
		<category><![CDATA[socialnetwork]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=47</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://connection.oreilly.com">O&#8217;Reilly Connection</a> aggregates technical things that people in your network of friends are doing and then provides it as an RSS feed. It&#8217;s only got O&#8217;Reilly articles, weblogs, codezoo tips, and article/weblog comments so far, but it&#8217;s already my favorite feature. Here&#8217;s the <a href="http://connection.oreilly.com/interface/rss.network-activity.php?user_id=58&#038;type=network">RSS feed</a> from my network.</p>
<p>Today&#8217;s batch of items turned up the  <a href="http://www.oreillynet.com/pub/wlg/7548">secret of project management</a>:</p>
<blockquote><p>If there&#8217;s a secret (and this is what the agile development community has been saying for a while &#8212; neither Andy nor I make a secret of that) it&#8217;s that you have to be relentlessly honest about what you can and cannot handle. You don&#8217;t have to have perfect knowledge, but you have to stop deluding yourself and your customer that changes are free, that you&#8217;ve made more progress than you have, and that your initial estimates and guesses are completely right and will never change.</p></blockquote>
<p>Also, I found out that <a href="http://www.oreillynet.com/pub/wlg/7500">I&#8217;m lovable</a>. Not sure how I feel about that.</p>
<p>I&#8217;m working on aggregating more, like external RSS feeds, open source contributions, credit reports and del.icio.us links.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2005/09/connecting-to-n/' title='Connecting to New Authors'>Connecting to New Authors</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2005/08/10-steps-to-a-h/' title='10 Steps to a Hugely Successful Web 2.0 Company'>10 Steps to a Hugely Successful Web 2.0 Company</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2005/08/five-days-of-so/' title='Five Days of Social Networking'>Five Days of Social Networking</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/' title='Slashdot Review for Regular Expression Pocket Reference'>Slashdot Review for Regular Expression Pocket Reference</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2007/10/bif-3-collaborative-innovation-summit/' title='BIF-3 Collaborative Innovation Summit'>BIF-3 Collaborative Innovation Summit</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2005/08/favorite-oreill/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XQuery Shell</title>
		<link>http://www.stubbleblog.com/index.php/2005/06/xquery-shell/</link>
		<comments>http://www.stubbleblog.com/index.php/2005/06/xquery-shell/#comments</comments>
		<pubDate>Wed, 22 Jun 2005 19:52:50 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[oreilly]]></category>
		<category><![CDATA[xquery]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=31</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>My coworker Andy Bruno just uploaded an XQuery shell for MarkLogic. It looks pretty sweet.</p>
<p>Read the <a href="http://xqzone.marklogic.com/svn/cqsh/releases/README.txt">docs</a> or <a href="http://xqzone.marklogic.com/svn/cqsh/releases/">download</a> the code.</p>
<p>Andy and fellow programmer Ryan Grimm are doing amazing things with xquery. I can&#8217;t wait until we can release some of it.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/' title='Slashdot Review for Regular Expression Pocket Reference'>Slashdot Review for Regular Expression Pocket Reference</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/11/introduction-to/' title='Introduction to Salesforce AppExchange'>Introduction to Salesforce AppExchange</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/05/how-tom-raftery/' title='How Tom Raftery Rallied the Trolls and Escaped Culpability'>How Tom Raftery Rallied the Trolls and Escaped Culpability</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/google-the-miss/' title='Google: The Missing Manual, Second Edition'>Google: The Missing Manual, Second Edition</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/03/justins-cease-a/' title='Justin&#8217;s Cease and Desist'>Justin&#8217;s Cease and Desist</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2005/06/xquery-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Travel Trend</title>
		<link>http://www.stubbleblog.com/index.php/2005/06/travel-trend/</link>
		<comments>http://www.stubbleblog.com/index.php/2005/06/travel-trend/#comments</comments>
		<pubDate>Tue, 21 Jun 2005 23:51:35 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[oreilly]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=30</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started a travel trend where Grinnellians blog their travel experiences on the O&#8217;Reilly Network. <a href="http://www.oreillynet.com/pub/wlg/7221">Here&#8217;s mine</a>. Here&#8217;s three time O&#8217;Reilly author (<a href="http://www.oreilly.com/catalog/802dot112">1</a> <a href="http://www.oreilly.com/catalog/t1survival">2</a> <a href="http://www.oreilly.com/catalog/netprint">3</a>) and Grinnell alumni, Matthew Ghast, <a href="http://www.oreillynet.com/pub/wlg/7254">blogging about Australia</a>.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/' title='Slashdot Review for Regular Expression Pocket Reference'>Slashdot Review for Regular Expression Pocket Reference</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2007/03/71miles-best-tr/' title='71Miles: Best Travel Advice Ever'>71Miles: Best Travel Advice Ever</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/11/introduction-to/' title='Introduction to Salesforce AppExchange'>Introduction to Salesforce AppExchange</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/05/how-tom-raftery/' title='How Tom Raftery Rallied the Trolls and Escaped Culpability'>How Tom Raftery Rallied the Trolls and Escaped Culpability</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/google-the-miss/' title='Google: The Missing Manual, Second Edition'>Google: The Missing Manual, Second Edition</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2005/06/travel-trend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.stubbleblog.com/index.php/tag/oreilly/feed/ ) in 0.41602 seconds, on Feb 8th, 2012 at 11:05 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 15th, 2012 at 11:05 am UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  www.stubbleblog.com/index.php/tag/oreilly/feed/ ) in 0.00000 seconds, on Feb 11th, 2012 at 8:27 am UTC. -->
