<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xml:lang="en" xml:base="http://scotchi.net/wp-atom.php">
	<title type="text">Scott Wheeler's Blog</title>
	<subtitle type="text">discount digital sophistry</subtitle>

	<updated>2010-05-27T00:21:50Z</updated>
	<generator uri="http://wordpress.org/" version="2.9.2">WordPress</generator>

	<link rel="alternate" type="text/html" href="http://scotchi.net" />
	<id>http://scotchi.net/feed/atom/</id>
	

			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/scotchi" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="scotchi" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
		<author>
			<name>Scott Wheeler</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Localghost 1.0 Released]]></title>
		<link rel="alternate" type="text/html" href="http://scotchi.net/2010/05/localghost-1-0-released/" />
		<id>http://scotchi.net/?p=178</id>
		<updated>2010-05-27T00:20:17Z</updated>
		<published>2010-05-27T00:18:34Z</published>
		<category scheme="http://scotchi.net" term="Uncategorized" /><category scheme="http://scotchi.net" term="cocoa" /><category scheme="http://scotchi.net" term="github" /><category scheme="http://scotchi.net" term="gpl" /><category scheme="http://scotchi.net" term="localghost" /><category scheme="http://scotchi.net" term="localhost" /><category scheme="http://scotchi.net" term="obj-c" /><category scheme="http://scotchi.net" term="objective-c" /><category scheme="http://scotchi.net" term="open source" /><category scheme="http://scotchi.net" term="os x" /><category scheme="http://scotchi.net" term="web development" />		<summary type="html"><![CDATA[
I&#8217;d been looking for an excuse to create a Cocoa app for a while. Even though I still switch hit between Ubuntu and OS X, I spend most of my time on OS X these days. I&#8217;d gotten Cocoa Programming for Mac OS X a while back, but had been missing that real-but-simple app idea [...]]]></summary>
		<content type="html" xml:base="http://scotchi.net/2010/05/localghost-1-0-released/"><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-175" title="localghost-about" src="http://scotchi.net/wp-content/uploads/2010/05/localghost-about.png" alt="" width="319" height="389" /></p>
<p style="text-align: left;">I&#8217;d been looking for an excuse to create a Cocoa app for a while. Even though I still switch hit between Ubuntu and OS X, I spend most of my time on OS X these days. I&#8217;d gotten <a href="http://www.amazon.com/Cocoa-Programming-Mac-OS-3rd/dp/0321503619">Cocoa Programming for Mac OS X</a> a while back, but had been missing that real-but-simple app idea to give it a whirl on. Until Localghost.</p>
<p style="text-align: left;">You see, I edit my /etc/hosts litearlly a dozen+ times a day when I want to test things in their production configuration, but with my development version. Localghost adds / removes a set of selected hosts from /etc/hosts with a system tray applet. There&#8217;s more info here:</p>
<p style="text-align: left;"><strong><a href="http://scotchi.net/localghost/">Localghost page</a>.</strong></p>
]]></content>
		<link rel="replies" type="text/html" href="http://scotchi.net/2010/05/localghost-1-0-released/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://scotchi.net/2010/05/localghost-1-0-released/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Scott Wheeler</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Gitfeed, Git to RSS and the growing collection of small hacks]]></title>
		<link rel="alternate" type="text/html" href="http://scotchi.net/2010/05/gitfeed-git-to-rss-and-the-growing-collection-of-small-hacks/" />
		<id>http://scotchi.net/?p=166</id>
		<updated>2010-05-27T00:19:39Z</updated>
		<published>2010-05-20T23:57:46Z</published>
		<category scheme="http://scotchi.net" term="Uncategorized" /><category scheme="http://scotchi.net" term="activeresource" /><category scheme="http://scotchi.net" term="c++" /><category scheme="http://scotchi.net" term="git" /><category scheme="http://scotchi.net" term="github" /><category scheme="http://scotchi.net" term="greasemonkey" /><category scheme="http://scotchi.net" term="open source" /><category scheme="http://scotchi.net" term="qt" /><category scheme="http://scotchi.net" term="ruby" /><category scheme="http://scotchi.net" term="shopify" />		<summary type="html"><![CDATA[I&#8217;ve finally succumbed to the Github bug and have been slowly offloading small projects that I&#8217;ve created mostly for work stuff. The latest of these is a relatively small hack to produce an RSS fit from a Git repository, which I&#8217;d wanted to have posted in our intranet.
Usage is simple and includes a command line [...]]]></summary>
		<content type="html" xml:base="http://scotchi.net/2010/05/gitfeed-git-to-rss-and-the-growing-collection-of-small-hacks/"><![CDATA[<p>I&#8217;ve finally succumbed to the Github bug and have been slowly offloading small projects that I&#8217;ve created mostly for work stuff. The latest of these is a relatively small hack to produce an RSS fit from a Git repository, which I&#8217;d wanted to have posted in our intranet.</p>
<p>Usage is simple and includes a command line thinger so that uses sinatra, so you can get it all in one go.  The source and docs are <a href="http://github.com/scotchi/gitfeed">here</a>.</p>
<p>Additonal hacks that have now been thrown into the wild:</p>
<ul>
<li><strong><a href="http://github.com/scotchi/fooq">fooq</a></strong> &#8212; a little wrapper around GCC that lets you write C / C++ one-liners or small script like thingers, and automatically includes and links Qt, without having to futz about with a make file or a main function, etc.</li>
<li><strong><a href="http://github.com/directededge/QActiveResource">QActiveResource</a></strong> &#8212; a hack for work since we make heavy usage of ActiveResource to pull data. This one&#8217;s a lot faster than ActiveResource for reading data &#8212; basically a C++ implementation of the find method. Details in the <a href="http://blog.directededge.com/2010/05/06/making-activeresource-34x-faster-qactiveresource/">company blog</a>, or naturally on Github.</li>
<li><strong><a href="http://github.com/scotchi/ShoParTender">ShoParTender</a><span style="font-weight: normal;"> &#8212; Greasemonkey script to make the Shopify partners panel less unweildy. Details in the <a href="http://forums.shopify.com/categories/9/posts/37941">Shopify developers forum</a>.</span></strong></li>
<li><strong><a href="http://github.com/scotchi/Chuckery">Chuckery</a></strong> &#8212; A bunch of my utility classes and my preprocessor for the <a href="http://chuck.cs.princeton.edu/">ChucK audio synthesis language</a>. Finally got around to converting this old CVS repo to git.</li>
<li><strong><a href="http://github.com/scotchi/quebec">Quebec</a></strong> &#8212; A graphical (Qt) frontend to the standard command line calculator, bc. Includes history copy-paste and all that jazz.</li>
</ul>
<p>I&#8217;ve realized that slowly I&#8217;m becoming a Ruby-ist. I still feel mediocre at the language, but more and more I&#8217;m finding it my go-to language for quick hacks. Drinking the Github Kool-Aid just brings me one step closer to the fold.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://scotchi.net/2010/05/gitfeed-git-to-rss-and-the-growing-collection-of-small-hacks/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://scotchi.net/2010/05/gitfeed-git-to-rss-and-the-growing-collection-of-small-hacks/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Scott Wheeler</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[TagLib 1.6.2 is out]]></title>
		<link rel="alternate" type="text/html" href="http://scotchi.net/2010/04/taglib-1-6-2-is-out/" />
		<id>http://scotchi.net/?p=162</id>
		<updated>2010-05-27T00:19:29Z</updated>
		<published>2010-04-09T19:31:24Z</published>
		<category scheme="http://scotchi.net" term="Uncategorized" /><category scheme="http://scotchi.net" term="audio" /><category scheme="http://scotchi.net" term="c++" /><category scheme="http://scotchi.net" term="lgpl" /><category scheme="http://scotchi.net" term="meta-data" /><category scheme="http://scotchi.net" term="mp3" /><category scheme="http://scotchi.net" term="mpl" /><category scheme="http://scotchi.net" term="open source" /><category scheme="http://scotchi.net" term="taglib" />		<summary type="html"><![CDATA[TagLib, which I wrote way back in the day and has since been through many releases had another bug fix release that went out today, handled by Lukáš Lalinský, whom I handed over the reins to a bit back.  There are more details in his blog post.
]]></summary>
		<content type="html" xml:base="http://scotchi.net/2010/04/taglib-1-6-2-is-out/"><![CDATA[<p><a href="http://developer.kde.org/~wheeler/taglib.html">TagLib</a>, which I wrote way back in the day and has since been through many releases had another bug fix release that went out today, handled by <a title="Posts by Lukáš Lalinský" href="http://oxygene.sk/lukas/author/admin/">Lukáš Lalinský</a>, whom I handed over the reins to a bit back.  There are more details in his blog <a href="http://oxygene.sk/lukas/2010/04/taglib-1-6-2/">post</a>.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://scotchi.net/2010/04/taglib-1-6-2-is-out/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://scotchi.net/2010/04/taglib-1-6-2-is-out/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Scott Wheeler</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Getting started starting up.]]></title>
		<link rel="alternate" type="text/html" href="http://scotchi.net/2010/01/getting-started-starting-up/" />
		<id>http://scotchi.net/?p=148</id>
		<updated>2010-05-27T00:20:39Z</updated>
		<published>2010-01-22T13:47:05Z</published>
		<category scheme="http://scotchi.net" term="Uncategorized" /><category scheme="http://scotchi.net" term="business" /><category scheme="http://scotchi.net" term="startups" />		<summary type="html"><![CDATA[There&#8217;s one funny bit in the history of starting up Directed Edge: I have no idea when I decided to do it. I don&#8217;t really know when the idea first crept into my head seriously to start a company. I did a little reconnaissance on my e-mail and file archives and put together some of the [...]]]></summary>
		<content type="html" xml:base="http://scotchi.net/2010/01/getting-started-starting-up/"><![CDATA[<p>There&#8217;s one funny bit in the history of starting up Directed Edge: I have no idea when I decided to do it. I don&#8217;t really know when the idea first crept into my head seriously to start a company. I did a little reconnaissance on my e-mail and file archives and put together some of the critical moments:</p>
<ul>
<li><strong>October 25th, 2005:</strong> Mailed Paul Graham asking about books on startups</li>
<li><strong>July 1st, 2006:</strong> Moved from working at the SAP LinuxLab in Walldorf, Germany to Native Instruments in Berlin</li>
<li><strong>January 29th, 2008:</strong> Ordered &#8220;Competitive Strategy&#8221; and &#8220;Harvard Business Review on Entrepreneurship&#8221;</li>
<li><strong>February 5th, 2008:</strong> Joined Hacker News</li>
<li><strong>February 19th, 2008:</strong> Ordered &#8220;Founders at Work&#8221; and &#8220;Fundamentals of Database Systems&#8221;</li>
<li><strong>February 28th, 2008:</strong> Last edit to list of 31 possible startup ideas</li>
<li><strong>February 29th, 2008:</strong> Asked Valentin if he&#8217;d like to co-found</li>
<li><strong>April 3rd, 2008:</strong> Notified boss at Native Instruments that I&#8217;d be leaving at the end of June</li>
<li><strong>April 16th, 2008:</strong> Ordered &#8220;Art of the Start&#8221;</li>
<li><strong>April 23rd, 2008:</strong> Went to first local founders event (Business &amp; Beer)</li>
<li><strong>March 4th, 2008:</strong> Started our intranet wiki to begin organizing thoughts</li>
<li><strong>March 8th, 2008:</strong> Registered directededge.com</li>
<li><strong>March 13th, 2008:</strong> Sent mail to LUG where I&#8217;d gone to college asking if any other alums had founded companies</li>
<li><strong>March 13th, 2008:</strong> Got German permanent residence (meaning I didn&#8217;t need a normal job to continue living here)</li>
<li><strong>May 23rd, 2008:</strong> Went to TechCrunch Meetup Prague</li>
<li><strong>June 11th, 2008:</strong> Went to TechCrunch Meetup Berlin</li>
<li><strong>June 20th, 2008:</strong> Attended Mini-Seedcamp Berlin with Valentin</li>
<li><strong>June 27th, 2008:</strong> Full-time on Directed Edge</li>
</ul>
<p>It was a little surprising to me that I&#8217;d apparently thought over starting a startup as early as 2005.  That was, notably, only a few months before I quit at SAP, and getting the itch to move on was presumably the trigger. That went into remission once I was settled in Berlin and working for Native Instruments.  I don&#8217;t remember when, exactly, I started entertaining the idea seriously. Certainly for most of my time at Native Instruments, I was not. It would appear that circa January 2008, with the prospect of German permanent residence at hand, that I began the motions of learning more about what it would take.</p>
</p>
<p>It&#8217;s also hard to self-evaluate and say if I moved slowly or quickly &#8212; obviously I&#8217;d been toying with the idea for 3 years by the time I went full-time, but from starting real research to giving notice at work was only two months.</p>
</p>
<p>Having done the research, I thought I&#8217;d make it here, both to preserve it for memory-lane and on the odd chance that it&#8217;s interesting for anyone else.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://scotchi.net/2010/01/getting-started-starting-up/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://scotchi.net/2010/01/getting-started-starting-up/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Scott Wheeler</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[What I Hate About Booking Travel Online]]></title>
		<link rel="alternate" type="text/html" href="http://scotchi.net/2009/09/what-i-hate-about-booking-travel-online/" />
		<id>http://scotchi.net/?p=125</id>
		<updated>2010-05-27T00:21:33Z</updated>
		<published>2009-09-16T23:08:19Z</published>
		<category scheme="http://scotchi.net" term="Uncategorized" /><category scheme="http://scotchi.net" term="rants" /><category scheme="http://scotchi.net" term="travel" /><category scheme="http://scotchi.net" term="web" />		<summary type="html"><![CDATA[I&#8217;ve traveled a good bit in my day; I&#8217;ve been to some 20-odd countries, 4 continents, you know, the works.  And if there&#8217;s one thing that I hate more than airports, it&#8217;s booking travel online.
The problem is this:  my goal is not to book flights at specific airlines, at specific airports, with specific ticket classes [...]]]></summary>
		<content type="html" xml:base="http://scotchi.net/2009/09/what-i-hate-about-booking-travel-online/"><![CDATA[<p>I&#8217;ve traveled a good bit in my day; I&#8217;ve been to some 20-odd countries, 4 continents, you know, the works.  And if there&#8217;s one thing that I hate more than airports, it&#8217;s booking travel online.</p>
<p>The problem is this:  my goal is not to book flights at specific airlines, at specific airports, with specific ticket classes &#8212; it&#8217;s to book a trip.  Trips have different goals.  For example:</p>
<h4>&#8220;I want to visit Albany and New York City next week.  I have to be in Albany on these days; NYC is flexible.&#8221;</h4>
<p><em>or</em></p>
<h4>&#8220;I want to go to central London next week, and need to be there for at least 3 days.&#8221;</h4>
<p>I don&#8217;t care about the details.  I want to know:</p>
<ul>
<li>What are the options?</li>
<li>How much do they cost?</li>
<li>How long do they take?</li>
</ul>
<p>I don&#8217;t want to have to know that <em>Airport X</em> is actually 30 miles from London, so I&#8217;m going to have to get a bus that costs me another £30 and takes an hour.  That should be worked into the equation.  I don&#8217;t care that renting cars is twice as expensive in Manhatten as it is upstate.  If it turns out that a high-speed train is almost as fast as a plane, I want to know that.</p>
<p>See, travel sites create the <em>illusion </em>of providing the information that I cite above, which is what makes them so infuriating.  In practice, it almost invariably takes me several hours of looking at options just to figure out how I effectively can get from point A to point B, and what the costs and logistics involved will be.</p>
<h3>In my dream world:</h3>
<p>Here&#8217;s how it works in my dream world:  I pick two places on a map, just like I do on Google Maps, and I get back options for how to get from point A to point B, with all variable covered.  I get nearly exact amounts of time, total costs and when I can get started.  I can chose to optimize for speed, comfort or price.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://scotchi.net/2009/09/what-i-hate-about-booking-travel-online/#comments" thr:count="4" />
		<link rel="replies" type="application/atom+xml" href="http://scotchi.net/2009/09/what-i-hate-about-booking-travel-online/feed/atom/" thr:count="4" />
		<thr:total>4</thr:total>
	</entry>
		<entry>
		<author>
			<name>Scott Wheeler</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Only 6 of the 20 largest software companies are in Silicon Valley]]></title>
		<link rel="alternate" type="text/html" href="http://scotchi.net/2009/07/only-6-of-the-20-largest-software-companies-are-in-silicon-valley/" />
		<id>http://scotchi.net/?p=116</id>
		<updated>2009-07-11T06:36:05Z</updated>
		<published>2009-07-11T04:32:53Z</published>
		<category scheme="http://scotchi.net" term="Uncategorized" /><category scheme="http://scotchi.net" term="business" /><category scheme="http://scotchi.net" term="startups" />		<summary type="html"><![CDATA[So after Fred&#8217;s post caused a little bit of a stir in the blogosphere by downplaying some of the advantages for startups being in Silicon Valley, and being from a Berlin-based startup that&#8217;s out exploring the Silicon Valley vibe this month it set me to wondering &#8212; just where have most of the &#8220;great&#8221; software companies been started?
Forbes [...]]]></summary>
		<content type="html" xml:base="http://scotchi.net/2009/07/only-6-of-the-20-largest-software-companies-are-in-silicon-valley/"><![CDATA[<p>So after <a href="http://www.avc.com/a_vc/2009/07/startup-hotbed-inferiority-complex.html">Fred&#8217;s post</a> caused a little bit of a stir in the blogosphere by downplaying some of the advantages for startups being in Silicon Valley, and being from a Berlin-based <a href="http://www.directededge.com/">startup</a> that&#8217;s out exploring the Silicon Valley vibe this month it set me to wondering &#8212; just where have most of the &#8220;great&#8221; software companies been started?</p>
<p>Forbes has a <a href="http://www.forbes.com/lists/2009/18/global-09_The-Global-2000_Rank.html">list</a> of the 2000 largest public companies, so I went through and picked out the top 20 and noted their locations.  Here&#8217;s the list:</p>
<ol>
<li>IBM, New York</li>
<li>Microsoft, Washington</li>
<li>Oracle, California</li>
<li>Google, California</li>
<li>Softbank, Japan</li>
<li>SAP, Germany</li>
<li>Accenture, Bermuda</li>
<li>Computer Sciences Corporation, Virginia</li>
<li>Yahoo, California</li>
<li>Capgemini, France</li>
<li>Computer Associates, New York</li>
<li>Tata Consultancy Services, India</li>
<li>Infosys Technologies, India</li>
<li>Fiserv, Wisconson</li>
<li>Wipro, India</li>
<li>Symantec, California</li>
<li>Adobe Systems, California</li>
<li>Affiliated Computer Services, Texas</li>
<li>Activision Blizzard, California (non-Valley)</li>
<li>Intuit, California</li>
</ol>
<p>Notably, 7 are based in California (all but one in the Bay Area).  On the one hand, it certainly is far and away ahead of any other location (Bangalore, interestingly, being its closest competitor); on the other it shows a wider distribution of companies than one might assume.  I&#8217;ll leave further conclusions as an exercise for the reader.</p>
<h3>Update:</h3>
<p>I realized after publishing this that I&#8217;d used the 2007 numbers rather than those from 2009.  The number of companies in Silicon Valley remained the same.</p>
<p>2007 Numbers:</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">1. IBM, New York</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">2. Microsoft, Washington</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">3. Oracle, California</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">4. Google, California</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">5. SAP, Germany</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">6. First Data, Colorado</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">7. Electronic Data Systems, Texas</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">8. Softbank, Japan</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">9. Yahoo, California</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">10. Symantec, California</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">11. Computer Sciences Corporation, Virginia</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">12. Capgemini, France</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">13. Tata Consultancy Services, India</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">14. Fiserv, Wisconson</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">15. Adobe Systems, California</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">16. Infosys Technologies, India</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">17. Computer Associates, New York</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">18. Wipro, India</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">19. Affiliated Computer Services, Texas</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 19px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">20. VeriSign, California</div>
<ol>
<li>IBM, New York</li>
<li>Microsoft, Washington</li>
<li>Oracle, California</li>
<li>Google, California</li>
<li>SAP, Germany</li>
<li>First Data, Colorado</li>
<li>Electronic Data Systems, Texas</li>
<li>Softbank, Japan</li>
<li>Yahoo, California</li>
<li>Symantec, California</li>
<li>Computer Sciences Corporation, Virginia</li>
<li>Capgemini, France</li>
<li>Tata Consultancy Services, India</li>
<li>Fiserv, Wisconson</li>
<li>Adobe Systems, California</li>
<li>Infosys Technologies, India</li>
<li>Computer Associates, New York</li>
<li>Wipro, India</li>
<li>Affiliated Computer Services, Texas</li>
<li>VeriSign, California</li>
</ol>
]]></content>
		<link rel="replies" type="text/html" href="http://scotchi.net/2009/07/only-6-of-the-20-largest-software-companies-are-in-silicon-valley/#comments" thr:count="9" />
		<link rel="replies" type="application/atom+xml" href="http://scotchi.net/2009/07/only-6-of-the-20-largest-software-companies-are-in-silicon-valley/feed/atom/" thr:count="9" />
		<thr:total>9</thr:total>
	</entry>
		<entry>
		<author>
			<name>Scott Wheeler</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Twitrack &#8211; Keep track of unfollows]]></title>
		<link rel="alternate" type="text/html" href="http://scotchi.net/2009/07/twitrack-keep-track-of-unfollows/" />
		<id>http://scotchi.net/?p=111</id>
		<updated>2010-05-27T00:21:50Z</updated>
		<published>2009-07-08T16:17:36Z</published>
		<category scheme="http://scotchi.net" term="Uncategorized" /><category scheme="http://scotchi.net" term="open source" /><category scheme="http://scotchi.net" term="ruby" /><category scheme="http://scotchi.net" term="twitter" />		<summary type="html"><![CDATA[I&#8217;m not one of the sort of folks that gets irritated when people unfollow me on Twitter, but I do like to keep track of it.  Qwitter used to provide that service, but it&#8217;s been absent without leave for a good long while.
So I hacked together a little Ruby script that when run shows me [...]]]></summary>
		<content type="html" xml:base="http://scotchi.net/2009/07/twitrack-keep-track-of-unfollows/"><![CDATA[<p>I&#8217;m not one of the sort of folks that gets irritated when people unfollow me on Twitter, but I do like to keep track of it.  Qwitter used to provide that service, but it&#8217;s been absent without leave for a good long while.</p>
<p>So I hacked together a little Ruby script that when run shows me the folks that have unfollowed me since the last run and a little info on them.  Just add your username / password right up there at the top and let the disgruntledness begin! <a href="http://scotchi.net/wp-content/uploads/2009/07/Twitrack.rb">Enjoy</a>.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://scotchi.net/2009/07/twitrack-keep-track-of-unfollows/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://scotchi.net/2009/07/twitrack-keep-track-of-unfollows/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	</entry>
		<entry>
		<author>
			<name>Scott Wheeler</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[Patch to fix RSS feed for news.yc]]></title>
		<link rel="alternate" type="text/html" href="http://scotchi.net/2009/03/patch-to-fix-rss-feed-for-newsyc/" />
		<id>http://scotchi.net/?p=103</id>
		<updated>2009-03-29T11:53:07Z</updated>
		<published>2009-03-29T11:49:02Z</published>
		<category scheme="http://scotchi.net" term="Uncategorized" /><category scheme="http://scotchi.net" term="news.yc" /><category scheme="http://scotchi.net" term="open source" /><category scheme="http://scotchi.net" term="programming" /><category scheme="http://scotchi.net" term="rss" />		<summary type="html"><![CDATA[I&#8217;m an avid reader of news.yc, but it&#8217;s annoyed me for some time that the RSS feed is rather broken.  So, I decided to dust off my Lisp skills and give it a go.  The biggest chunk was adding code to do conversion from UNIX timestamps to UTC in Arc.  Significant stuff that works now:

Articles [...]]]></summary>
		<content type="html" xml:base="http://scotchi.net/2009/03/patch-to-fix-rss-feed-for-newsyc/"><![CDATA[<p>I&#8217;m an avid reader of <a href="http://news.ycombinator.com/">news.yc</a>, but it&#8217;s annoyed me for some time that the RSS feed is rather broken.  So, I decided to dust off my Lisp skills and give it a go.  The biggest chunk was adding code to do conversion from UNIX timestamps to UTC in Arc.  Significant stuff that works now:</p>
<ul>
<li>Articles are properly sorted newest to oldest.</li>
<li>Articles have proper timestamps so that they&#8217;re sorted properly by feed readers.</li>
<li>Articles that drop off the homepage aren&#8217;t immediately removed from the feed to prevent them from being duplicated in if they come back.</li>
</ul>
<p>Patch is <a href="http://scotchi.net/wp-content/uploads/2009/03/news-rss.diff">here</a>.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://scotchi.net/2009/03/patch-to-fix-rss-feed-for-newsyc/#comments" thr:count="5" />
		<link rel="replies" type="application/atom+xml" href="http://scotchi.net/2009/03/patch-to-fix-rss-feed-for-newsyc/feed/atom/" thr:count="5" />
		<thr:total>5</thr:total>
	</entry>
		<entry>
		<author>
			<name>Scott Wheeler</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[The Long Walk To 2.0]]></title>
		<link rel="alternate" type="text/html" href="http://scotchi.net/2009/03/the-long-walk-to-20/" />
		<id>http://scotchi.net/?p=97</id>
		<updated>2009-03-29T11:54:00Z</updated>
		<published>2009-03-17T02:14:57Z</published>
		<category scheme="http://scotchi.net" term="Uncategorized" /><category scheme="http://scotchi.net" term="design" /><category scheme="http://scotchi.net" term="directed edge" /><category scheme="http://scotchi.net" term="web 2.0" />		<summary type="html"><![CDATA[I got started with web programming in the early days. &#8216;97, specifically.  CGI.pm was the soup of the day for 4 years straight.  But starting in early 2001, I went off to do server and desktop programming and didn&#8217;t return to the web until 2008.
I&#8217;m not a designer; I&#8217;ve never intended to be.  But I [...]]]></summary>
		<content type="html" xml:base="http://scotchi.net/2009/03/the-long-walk-to-20/"><![CDATA[<p>I got started with web programming in the early days. &#8216;97, specifically.  CGI.pm was the soup of the day for 4 years straight.  But starting in early 2001, I went off to do server and desktop programming and didn&#8217;t return to the web until 2008.</p>
<p>I&#8217;m not a designer; I&#8217;ve never intended to be.  But I do think I have a better eye for it than the average hacker.  So it&#8217;s been an interesting process getting my feelers out to web-design again.  These are the 5 designs (in current form, the first two have been updated to look nicer) that I&#8217;ve done in the last year.  It&#8217;s been a steady progression from my out-of-the-90s-let&#8217;s-get-Pearl-Jam-on-the-phone style design to something more modern.</p>
<p>Design seems to work like a lot of things.  When you&#8217;re not doing it, you&#8217;re not paying attention to how it works, what you like or why you like those things.  Once you start paying attention to it, start becoming self-aware, it starts coming more naturally.</p>
<p>The downside is that there&#8217;s a wake of designs I&#8217;m not thrilled with behind me.  The Directed Edge page is hurting for an update, but it&#8217;ll probably be deferred to our next product release.</p>
<p> </p>
<p><img class="alignnone size-medium wp-image-92" style="text-decoration: underline;" title="screen-capture-1" src="http://scotchi.net/wp-content/uploads/2009/03/screen-capture-1-500x283.png" alt="screen-capture-1" width="500" height="283" /><br />
<img class="alignnone size-medium wp-image-93" title="screen-capture-2" src="http://scotchi.net/wp-content/uploads/2009/03/screen-capture-2-500x283.png" alt="screen-capture-2" width="500" height="283" /><br />
<img class="alignnone size-medium wp-image-94" title="screen-capture-3" src="http://scotchi.net/wp-content/uploads/2009/03/screen-capture-3-500x283.png" alt="screen-capture-3" width="500" height="283" /><br />
<img class="alignnone size-medium wp-image-95" title="screen-capture-4" src="http://scotchi.net/wp-content/uploads/2009/03/screen-capture-4-500x283.png" alt="screen-capture-4" width="500" height="283" /><br />
<img class="alignnone size-medium wp-image-96" title="screen-capture-5" src="http://scotchi.net/wp-content/uploads/2009/03/screen-capture-5-500x283.png" alt="screen-capture-5" width="500" height="283" /></p>
]]></content>
		<link rel="replies" type="text/html" href="http://scotchi.net/2009/03/the-long-walk-to-20/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://scotchi.net/2009/03/the-long-walk-to-20/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Scott Wheeler</name>
						<uri>http://</uri>
					</author>
		<title type="html"><![CDATA[REST API tester UI sketch]]></title>
		<link rel="alternate" type="text/html" href="http://scotchi.net/2009/02/rest-api-tester-ui-sketch/" />
		<id>http://scotchi.net/?p=79</id>
		<updated>2009-02-18T18:30:41Z</updated>
		<published>2009-02-18T18:21:07Z</published>
		<category scheme="http://scotchi.net" term="Uncategorized" /><category scheme="http://scotchi.net" term="qt" /><category scheme="http://scotchi.net" term="web services" />		<summary type="html"><![CDATA[After a handful of Tweets on the topic a while back I ended up having a brief email exchange with John Musser from Programmable Web (great site, by the way, basically an index of web service APIs).  I&#8217;d mentioned that I&#8217;d really like to find a tool for handling both quick and systematic tests of REST APIs. [...]]]></summary>
		<content type="html" xml:base="http://scotchi.net/2009/02/rest-api-tester-ui-sketch/"><![CDATA[<p>After a handful of Tweets on the topic a while back I ended up having a brief email exchange with John Musser from <a href="http://www.programmableweb.com/">Programmable Web</a> (great site, by the way, basically an index of web service APIs).  I&#8217;d mentioned that I&#8217;d really like to find a tool for handling both quick and systematic tests of REST APIs.  I went ahead and sketched out a UI here for how I might do something of the sort.  Perhaps at some point in the not too distant future I&#8217;ll actually implement the code.  <tt>curl</tt> is a bit tedious.</p>
<p><span style="color: #551a8b; text-decoration: underline;"><a href="http://scotchi.net/wp-content/uploads/2009/02/rest-tester.png"></a><a href="http://scotchi.net/wp-content/uploads/2009/02/rest-tester.png"><img class="alignnone size-medium wp-image-84" title="rest-tester" src="http://scotchi.net/wp-content/uploads/2009/02/rest-tester-500x210.png" alt="rest-tester" width="500" height="210" /></a></span></p>
<p>Here&#8217;s the Qt Designer <a href="http://scotchi.net/wp-content/uploads/2009/02/rest-tester.ui">file</a>.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://scotchi.net/2009/02/rest-api-tester-ui-sketch/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://scotchi.net/2009/02/rest-api-tester-ui-sketch/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
	</feed><!-- Dynamic page generated in 0.268 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-04 14:03:42 -->
