<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>21st Century Digital Boy</title>
	<atom:link href="http://neurobashing.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://neurobashing.com</link>
	<description>Hacker Musings and OCD</description>
	<lastBuildDate>Sun, 15 Jan 2012 16:36:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='neurobashing.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>21st Century Digital Boy</title>
		<link>http://neurobashing.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://neurobashing.com/osd.xml" title="21st Century Digital Boy" />
	<atom:link rel='hub' href='http://neurobashing.com/?pushpress=hub'/>
		<item>
		<title>In the land of snakes</title>
		<link>http://neurobashing.com/2012/01/15/in-the-land-of-snakes/</link>
		<comments>http://neurobashing.com/2012/01/15/in-the-land-of-snakes/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 16:36:46 +0000</pubDate>
		<dc:creator>Gregg</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">https://21cdb.wordpress.com/?p=1282</guid>
		<description><![CDATA[So I&#8217;m getting settled in to my new job. There&#8217;s a ton of things to get used to: a company with an extensive history (20-something years old); a large number of people (over 40); a product+service niche that&#8217;s pretty rarefied, &#8230; <a href="http://neurobashing.com/2012/01/15/in-the-land-of-snakes/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1282&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m getting settled in to my new job. There&#8217;s a ton of things to get used to: a company with an extensive history (20-something years old); a large number of people (over 40); a product+service niche that&#8217;s pretty rarefied, replete with jargon and terminology; and a technology stack that has not very much to do with what I&#8217;ve spent the last decade doing.</p>
<p>The biggest change of that last bit is the switch to Python.</p>
<p>Python is fucking weird.</p>
<p>Yeah, there&#8217;s <a href="http://www.jwz.org/blog/2003/09/its-like-morons-have-invaded-your-screen-saver/#comment-79775">The Whitespace Abomination</a>. The reality is, you get over it. It&#8217;s a HUGE deal at first; just awful, terrible, crap. It&#8217;s just the dumbest idea anyone could ever have, there&#8217;s no sanity to those arguments you see about readability, it&#8217;s some magical bullshit thinking. Lisp&#8217;s paren soup is NOTHING compared to this bullshit!</p>
<p>It just sort of goes away after a while. It&#8217;s still bothersome and weird but I&#8217;ve got my editor configured properly now, so generally it&#8217;s not really a problem. In fact I tend to end statements with a semicolon more often than making some indentation-related boo-boo!</p>
<p>Python is often called &#8220;easy&#8221;, and I think it lives up to that description. That said, I think <em>idiomatic</em> Python <em>isn&#8217;t</em> easy. Python wants to make it such that there&#8217;s one obvious way to do it; but <strong>is</strong> that one way <strong>actually obvious</strong>?</p>
<p>In the Python I&#8217;ve seen lately, they tend to do the Ruby thing of, &#8220;module M contains class C and also a grab-bag of functions&#8221;. I&#8217;ve spent rather a lot of time in the past few years doing what amounted to Java Lite: large applications are structured by interfaces, abstract classes, and implementations. So, the idea of &#8220;here is a class and also some functions&#8221; is just … odd. I sort-of get how it works with Python&#8217;s namespace/module system, and I&#8217;m sure it&#8217;ll make more sense as time goes on, but as a switcher it&#8217;s positively strange.</p>
<p>Also, tools like virtualenv and the more complex elements of the <a href="http://mirnazim.org/writings/python-ecosystem-introduction/">Python ecosystem</a> aren&#8217;t immediately obvious. Coming from a background in PHP or Perl, Python can actually be pretty intimidating if you&#8217;re not working in an established platform like Django: what do I do about MySQL? What do I do about web server integration? What do I do about <em>etc etc etc</em>? Scoff all you want, but the fact is hitting <a href="http://www.php.net/manual/en/funcref.php">http://www.php.net/manual/en/funcref.php</a> is mostly all you need to get rolling on PHP projects, and of course <a href="http://www.cpan.org/">CPAN</a> remains one of the gold standards for code repos. (In fact, CPAN might be <em>too</em> large at this point.)</p>
<p>Anyway. I&#8217;ve written a couple of non-trivial Python scripts now, and I&#8217;m <em>trying</em> to get more into designing things to be &#8220;Pythonic&#8221;. We&#8217;ll see. I can&#8217;t say I&#8217;m <em>happy</em> with Python yet, but it&#8217;s still pretty new (it&#8217;s been all of a month) and so I&#8217;m at that strange place in the learning curve.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21cdb.wordpress.com/1282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21cdb.wordpress.com/1282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21cdb.wordpress.com/1282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21cdb.wordpress.com/1282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/21cdb.wordpress.com/1282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/21cdb.wordpress.com/1282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/21cdb.wordpress.com/1282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/21cdb.wordpress.com/1282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21cdb.wordpress.com/1282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21cdb.wordpress.com/1282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21cdb.wordpress.com/1282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21cdb.wordpress.com/1282/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21cdb.wordpress.com/1282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21cdb.wordpress.com/1282/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1282&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neurobashing.com/2012/01/15/in-the-land-of-snakes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aed191b93d2789dc27255abca6db7fdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">21cdb</media:title>
		</media:content>
	</item>
		<item>
		<title>Going</title>
		<link>http://neurobashing.com/2011/12/08/going/</link>
		<comments>http://neurobashing.com/2011/12/08/going/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 01:43:22 +0000</pubDate>
		<dc:creator>Gregg</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">https://21cdb.wordpress.com/?p=1278</guid>
		<description><![CDATA[Tomorrow is my last day at the ol&#8217; salt mine, where I&#8217;ve been for the past 8 years. It&#8217;s a hell of a thing, leaving; I have more than a few complex emotions about the whole deal. I feel like &#8230; <a href="http://neurobashing.com/2011/12/08/going/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1278&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tomorrow is my last day at the ol&#8217; salt mine, where I&#8217;ve been for the past 8 years. It&#8217;s a hell of a thing, leaving; I have more than a few complex emotions about the whole deal.</p>
<p>I feel like I&#8217;m leaving behind code and systems that were in better shape than when I arrived. Hard <em>not</em> to when you arrive to a giant pile of Sun hardware, running ancient versions of Solaris. I leave behind 100% Linux, running on commodity hardware, a change I brought to the company. </p>
<p>Our primary application, a horrible mess of PHP4 spaghetti when I started hacking on it, is a slightly less horrible lasagna of PHP 5.3+, and there&#8217;s a good first pass at a modern PHP app in the repo as well.</p>
<p>There&#8217;s more than a few things I didn&#8217;t accomplish that I set out to do. Some of them, we were simply &#8220;overtaken by events&#8221;. The business has a way of turning underneath you &#8211; it&#8217;s part of the fun. In other cases, the current business climate simply isn&#8217;t right. Austerity is the order of the day, and fewer and fewer customers were willing to spend money to make money (to name but one example). </p>
<p>I&#8217;m proud of some of the work I&#8217;ve done, but I won&#8217;t be sad to see PHP go (the new job is a Python shop). A couple years ago I went all-in on PHP; I even obtained a Zend certification. PHP often deserves much of the hate people throw at it, but there&#8217;s also a lot of smart, innovative people who are really trying to push the language/platform in the right direction. </p>
<p>I&#8217;m super-excited about the opportunities at the new place. I&#8217;m really looking forward to kicking a lot of ass for them. All the skills I bring, I honed in the salt mine.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21cdb.wordpress.com/1278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21cdb.wordpress.com/1278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21cdb.wordpress.com/1278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21cdb.wordpress.com/1278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/21cdb.wordpress.com/1278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/21cdb.wordpress.com/1278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/21cdb.wordpress.com/1278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/21cdb.wordpress.com/1278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21cdb.wordpress.com/1278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21cdb.wordpress.com/1278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21cdb.wordpress.com/1278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21cdb.wordpress.com/1278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21cdb.wordpress.com/1278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21cdb.wordpress.com/1278/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1278&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neurobashing.com/2011/12/08/going/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aed191b93d2789dc27255abca6db7fdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">21cdb</media:title>
		</media:content>
	</item>
		<item>
		<title>New Phone!</title>
		<link>http://neurobashing.com/2011/12/07/new-phone/</link>
		<comments>http://neurobashing.com/2011/12/07/new-phone/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 15:03:23 +0000</pubDate>
		<dc:creator>Gregg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://neurobashing.com/?p=1275</guid>
		<description><![CDATA[I got a new phone, and a new phone number. If you&#8217;re curious that number is: &#160; &#160; Contrary to what you&#8217;d probably guess, I didn&#8217;t get an iPhone; I got a Blackberry, and the free one at that (a &#8230; <a href="http://neurobashing.com/2011/12/07/new-phone/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1275&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I got a new phone, and a new phone number. If you&#8217;re curious that number is:</p>
<p><a href="http://21cdb.files.wordpress.com/2011/12/fff.png"><img class="size-full wp-image-1276 alignleft" title="fff" src="http://21cdb.files.wordpress.com/2011/12/fff.png?w=500" alt=""   /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Contrary to what you&#8217;d probably guess, I didn&#8217;t get an iPhone; I got a Blackberry, and the free one at that (a 9300 series).</p>
<p>&#8220;But Blackberry sucks! They&#8217;re going out of business!&#8221;, you may think. You&#8217;re right, sort of.</p>
<p>One thing I learned since I got an iPad was <em>I don&#8217;t like the smartphone form factor</em>. Increasing the size of the device (what seems like the current Android device solution) to me just seems to create a form factor that&#8217;s further inferior to both the slightly smaller iPhone and larger iPad.</p>
<p>The things I want <strong>most</strong> from a phone are the 3 &#8220;T&#8217;s&#8221;: Talk, Text, and Twitter. I&#8217;d like decent email support. And that&#8217;s &#8230; pretty much it. Maps or a web browser or Angry Birds or ssh or 10 billion other things, I simply don&#8217;t do. I made myself angry (and spent too much money) trying to convince myself otherwise.</p>
<p>For all of the OMG BLACKBERRY SUCKS talk, it is still a pretty good email and text device. From my point of view, the recent problems with RIM are more about &#8220;how did you idiots make so many bad decisions in a row, when you were on top?&#8221; more than &#8220;your technology sucks&#8221;. They&#8217;re making bad decisions with an otherwise workable tech platform.</p>
<p>One day, when I go places and do things, maybe I&#8217;ll upgrade to an iPhone. Until then, my iPad is all I need for most everything, and the Blackberry is my ideal handset.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21cdb.wordpress.com/1275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21cdb.wordpress.com/1275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21cdb.wordpress.com/1275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21cdb.wordpress.com/1275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/21cdb.wordpress.com/1275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/21cdb.wordpress.com/1275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/21cdb.wordpress.com/1275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/21cdb.wordpress.com/1275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21cdb.wordpress.com/1275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21cdb.wordpress.com/1275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21cdb.wordpress.com/1275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21cdb.wordpress.com/1275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21cdb.wordpress.com/1275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21cdb.wordpress.com/1275/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1275&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neurobashing.com/2011/12/07/new-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aed191b93d2789dc27255abca6db7fdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">21cdb</media:title>
		</media:content>

		<media:content url="http://21cdb.files.wordpress.com/2011/12/fff.png" medium="image">
			<media:title type="html">fff</media:title>
		</media:content>
	</item>
		<item>
		<title>5 more years!</title>
		<link>http://neurobashing.com/2011/12/01/5-more-years/</link>
		<comments>http://neurobashing.com/2011/12/01/5-more-years/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 16:26:59 +0000</pubDate>
		<dc:creator>Gregg</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://neurobashing.com/?p=1270</guid>
		<description><![CDATA[Just renewed this domain for 5 more years. So for the foreseeable future you may use gregg at this domain as an email contact.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1270&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just renewed this domain for 5 more years. So for the foreseeable future you may use gregg at this domain as an email contact.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21cdb.wordpress.com/1270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21cdb.wordpress.com/1270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21cdb.wordpress.com/1270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21cdb.wordpress.com/1270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/21cdb.wordpress.com/1270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/21cdb.wordpress.com/1270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/21cdb.wordpress.com/1270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/21cdb.wordpress.com/1270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21cdb.wordpress.com/1270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21cdb.wordpress.com/1270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21cdb.wordpress.com/1270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21cdb.wordpress.com/1270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21cdb.wordpress.com/1270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21cdb.wordpress.com/1270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1270&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neurobashing.com/2011/12/01/5-more-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aed191b93d2789dc27255abca6db7fdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">21cdb</media:title>
		</media:content>
	</item>
		<item>
		<title>Syncing and RSS readers</title>
		<link>http://neurobashing.com/2011/10/26/syncing-and-rss-readers/</link>
		<comments>http://neurobashing.com/2011/10/26/syncing-and-rss-readers/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 14:11:42 +0000</pubDate>
		<dc:creator>Gregg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">https://21cdb.wordpress.com/?p=1268</guid>
		<description><![CDATA[Brent Simmons, he of NetNewsWire fame and demigod of the indie Mac scene, details all the problems with syncing in general and Google Reader in particular. I disabled Google Reader sync last night and switched back to NetNewsWire on the &#8230; <a href="http://neurobashing.com/2011/10/26/syncing-and-rss-readers/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1268&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Brent Simmons, he of NetNewsWire fame and demigod of the indie Mac scene, details all the problems with <a href="http://inessential.com/2011/10/24/google_reader_and_mac_ios_rss_readers_th">syncing in general and Google Reader in particular.</a></p>
<p>I disabled Google Reader sync last night and switched back to <a href="http://netnewswireapp.com/">NetNewsWire</a> on the desktop, doing local sync.</p>
<p>On the plus side, there&#8217;s not a HUGE amount of feeds I follow any more. Also, I never go anywhere so the lack of Google Reader sync isn&#8217;t crippling.</p>
<p>BUT: my main use case is, Mac downstairs as &#8220;<a href="http://www.google.com/url?sa=t&amp;rct=j&amp;q=apple%20digital%20hub&amp;source=web&amp;cd=2&amp;ved=0CCcQtwIwAQ&amp;url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D9046oXrm7f8&amp;ei=JhSoTqbAHsXj0QGDnuS5Dg&amp;usg=AFQjCNEbIRwEE0tVNY42WnoKjslc6eHfgg&amp;sig2=nblAIjMD8RjL6cSyF4tq6Q">digital hub</a>&#8221; and iPad everywhere else (couch, bed, porch, etc). Unless I&#8217;m sitting at my Mac to do work, I&#8217;m using my iPad; I watch TV on my Apple TV; I listen to music streamed from the Mac via Home Sharing from iTunes.</p>
<p>What I <em>really really want</em> is to have NetNewsWire/iPad to sync to the desktop, much in the way the <a href="http://barebones.com/products/mobile/yojimbo/">Yojimbo iPad app</a> does.</p>
<p>I know it&#8217;s not some &#8220;look at me I&#8217;m SUPER MOBILE&#8221;, work-at-the-coffee-shop thing, but it works <strong>great</strong> and is probably (hopefully?) less error-prone than the scenarios Brent describes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21cdb.wordpress.com/1268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21cdb.wordpress.com/1268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21cdb.wordpress.com/1268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21cdb.wordpress.com/1268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/21cdb.wordpress.com/1268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/21cdb.wordpress.com/1268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/21cdb.wordpress.com/1268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/21cdb.wordpress.com/1268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21cdb.wordpress.com/1268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21cdb.wordpress.com/1268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21cdb.wordpress.com/1268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21cdb.wordpress.com/1268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21cdb.wordpress.com/1268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21cdb.wordpress.com/1268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1268&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neurobashing.com/2011/10/26/syncing-and-rss-readers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aed191b93d2789dc27255abca6db7fdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">21cdb</media:title>
		</media:content>
	</item>
		<item>
		<title>Not understanding the lessons of history: Windows 8 is going to be a *smash hit*, you guys</title>
		<link>http://neurobashing.com/2011/10/14/not-understanding-the-lessons-of-history-windows-8-is-going-to-be-a-smash-hit-you-guys/</link>
		<comments>http://neurobashing.com/2011/10/14/not-understanding-the-lessons-of-history-windows-8-is-going-to-be-a-smash-hit-you-guys/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 18:00:37 +0000</pubDate>
		<dc:creator>Gregg</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[john dvorak]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">https://21cdb.wordpress.com/?p=1264</guid>
		<description><![CDATA[Extremetech asks the question, &#8220;Is Microsoft flailing?&#8221; with respect to Windows 8 and some serious criticisms. Very interested in a &#8220;withering&#8221; criticism of Windows 8 and Metro, I click through, and what to my wondering eyes should appear, but those &#8230; <a href="http://neurobashing.com/2011/10/14/not-understanding-the-lessons-of-history-windows-8-is-going-to-be-a-smash-hit-you-guys/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1264&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Extremetech asks the question, &#8220;<a href="http://www.extremetech.com/computing/99967-windows-8-is-microsoft-flailing">Is Microsoft flailing</a>?&#8221; with respect to Windows 8 and some serious criticisms.</p>
<p>Very interested in a &#8220;withering&#8221; criticism of Windows 8 and Metro, <a href="http://www.pcmag.com/article2/0,2817,2393037,00.asp#fbid=jXmLxdioZwN">I click through</a>, and what to my wondering eyes should appear, but those 2 words that send shivers through my spine:</p>
<p><strong>John. Dvorak.</strong></p>
<p><strong>People.</strong> John Dvorak has never been right about anything, ever.</p>
<blockquote>
<p>The Macintosh uses an experimental pointing device called a &#8216;mouse&#8217;. There is no evidence that people want to use these things.</p>
</blockquote>
<p><a href="http://brainstormtech.blogs.fortune.cnn.com/2009/01/12/jan-1984-how-critics-reviewed-the-mac/">(Source</a>)</p>
<p>And from there it&#8217;s been one endless pageview troll after another, for his entire career. I&#8217;m pretty sure he&#8217;s never been right about anything. (<a href="http://en.wikipedia.org/wiki/John_C._Dvorak">Wikipedia</a> calls it his &#8220;pithy&#8221; style &#8220;attracts critics who point out his frequent—and occasionally egregious—errors of prediction&#8221;.</p>
<p>So from that you can pretty much expect that Windows 8 and Metro will be a smash hit, much like the &#8220;mouse&#8221; that no one wanted.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21cdb.wordpress.com/1264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21cdb.wordpress.com/1264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21cdb.wordpress.com/1264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21cdb.wordpress.com/1264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/21cdb.wordpress.com/1264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/21cdb.wordpress.com/1264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/21cdb.wordpress.com/1264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/21cdb.wordpress.com/1264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21cdb.wordpress.com/1264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21cdb.wordpress.com/1264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21cdb.wordpress.com/1264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21cdb.wordpress.com/1264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21cdb.wordpress.com/1264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21cdb.wordpress.com/1264/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1264&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neurobashing.com/2011/10/14/not-understanding-the-lessons-of-history-windows-8-is-going-to-be-a-smash-hit-you-guys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aed191b93d2789dc27255abca6db7fdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">21cdb</media:title>
		</media:content>
	</item>
		<item>
		<title>Sometimes, physicists sound like aspiring Doctor Who writers</title>
		<link>http://neurobashing.com/2011/10/05/sometimes-physicists-sound-like-aspiring-doctor-who-writers/</link>
		<comments>http://neurobashing.com/2011/10/05/sometimes-physicists-sound-like-aspiring-doctor-who-writers/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 14:37:15 +0000</pubDate>
		<dc:creator>Gregg</dc:creator>
				<category><![CDATA[TeeVee]]></category>
		<category><![CDATA[Doctor Who]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[WTF]]></category>

		<guid isPermaLink="false">https://21cdb.wordpress.com/?p=1260</guid>
		<description><![CDATA[Oh boy. Beyond Stephen Hawking: &#8220;Supermassive Black Holes Could Have Regions Where Life and Planets Exist&#8221; Ohhh&#8230; kay. It starts out OK enough, with basic talk about singularities and research by a Russian cosmologist. But then: Dokuchaev&#8217;s research demonstrates that &#8230; <a href="http://neurobashing.com/2011/10/05/sometimes-physicists-sound-like-aspiring-doctor-who-writers/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1260&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Oh boy.</p>
<p><a href="http://www.dailygalaxy.com/my_weblog/2011/10/supermassive-balck-holes-could-have-regions-where-life-and-panets-existthe-inner-workings-of-supermassive-black-holes-may-be.html">Beyond Stephen Hawking: &#8220;Supermassive Black Holes Could Have Regions Where Life and Planets Exist&#8221;</a></p>
<p>Ohhh&#8230; kay.</p>
<p>It starts out OK enough, with basic talk about singularities and research by a Russian cosmologist. But then:</p>
<blockquote><p>Dokuchaev&#8217;s research demonstrates that &#8220;living inside the eternal black holes is possible in principle, if these black holes are rotating or charged and massive enough for weakening the tidal forces and radiation of gravitational waves to acceptable level.&#8221; Type III advanced civilizations on the Kardashev scale that have achieved mastery of the resources of their galaxy, could inhabit such black hole interiors.<br />
&#8220;We hypothesize that the advanced civilizations may live safely inside the supermassive black holes in the galactic nuclei being invisible from the outside,&#8221; writes Dokuchaev in his study.</p></blockquote>
<p>Dude, that&#8217;s &#8230; that&#8217;s part of the <a href="http://tardis.wikia.com/wiki/Eye_of_Harmony">backstory of Doctor Who</a>. (Sorta)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21cdb.wordpress.com/1260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21cdb.wordpress.com/1260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21cdb.wordpress.com/1260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21cdb.wordpress.com/1260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/21cdb.wordpress.com/1260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/21cdb.wordpress.com/1260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/21cdb.wordpress.com/1260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/21cdb.wordpress.com/1260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21cdb.wordpress.com/1260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21cdb.wordpress.com/1260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21cdb.wordpress.com/1260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21cdb.wordpress.com/1260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21cdb.wordpress.com/1260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21cdb.wordpress.com/1260/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1260&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neurobashing.com/2011/10/05/sometimes-physicists-sound-like-aspiring-doctor-who-writers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aed191b93d2789dc27255abca6db7fdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">21cdb</media:title>
		</media:content>
	</item>
		<item>
		<title>In which I play around with Vico</title>
		<link>http://neurobashing.com/2011/10/05/in-which-i-play-around-with-vico/</link>
		<comments>http://neurobashing.com/2011/10/05/in-which-i-play-around-with-vico/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 14:29:19 +0000</pubDate>
		<dc:creator>Gregg</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[text editors]]></category>

		<guid isPermaLink="false">https://21cdb.wordpress.com/?p=1258</guid>
		<description><![CDATA[For many the holy grail of text editors is Textmate. In a very short time it became an indispensable tool for many, many programmers and sysadmins. Then it stagnated horribly, it gets updated perhaps once per year (and then only &#8230; <a href="http://neurobashing.com/2011/10/05/in-which-i-play-around-with-vico/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1258&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For many the holy grail of text editors is Textmate. In a very short time it became an indispensable tool for many, many programmers and sysadmins.</p>
<p>Then it stagnated horribly, it gets updated perhaps once per year (and then only to keep it running on the new OS release), and god forbid you find a bug: it will probably never be fixed.</p>
<p>(As I write this there is an <a href="http://blog.macromates.com/2011/whats-next/">alpha promised by Xmas</a>. Many are understandably cynical about this.)</p>
<p>A bunch of projects started up to fill the vacuum created by TM2&#8242;s vaporware status. Without sounding too negative on what was an incredible amount of work, they&#8217;ve managed to re-implement much of TM1 in the time it took to get TM2 to alpha status. That said making your app compatible with the huge TM1 ecosystem (and what may be the TM2 ecosystem) is an obvious good design call.</p>
<p>Anyway, the two I had immediate access to are <a href="http://www.vicoapp.com/">Vico</a> and Sublime Text 2. More on Sublime Text 2 later.</p>
<p>To reduce it to the simplest description, Vico is a vi implementation in Cocoa (or at any rate, Mac-native) that is mostly TM-compatible (themes and bundles).</p>
<p>(Also note: I&#8217;m sort of unfairly conflating vi and vim here. Pedants, don&#8217;t freak out. Hopefully you&#8217;ll get what I mean.)</p>
<p>Whether or not you consider vi&#8217;s modal editing a plus or minus is not really even worth debating. If you don&#8217;t like modal editing, don&#8217;t bother to even try any modal editor.</p>
<p>Vico supports a pretty finite subset of vi commands, but enough that you&#8217;ll preserve basic muscle-memory when editing. As near as I can tell, commands aren&#8217;t as &#8220;composable&#8221; as a real vi, but that&#8217;s where the bundles take over.</p>
<p>Vico supports a subset of TM bundles, so you can probably drop in some functionality that would normally be done with vim macros or scripts.</p>
<p>You can also &#8220;drive&#8221; Vico&#8217;s functionality with built-in scripting using the <a href="http://programming.nu/index">Nu language</a>. Nu is the (perhaps unholy?) fusion of LISP and Objective-C/Cocoa.  And example of using Nu scripting to perform an editor task (automatically hard-wrapping text in this case) is on the <a href="http://blog.vicoapp.com/2011/08/Automatically-hard-wrap-text">Vico blog</a>.</p>
<p>Is that any better than <a href="http://vimdoc.sourceforge.net/htmldoc/usr_41.html">Vim script</a>, or <a href="http://en.wikipedia.org/wiki/Emacs_Lisp">ELisp</a>? I dunno. Vico seems like too much mashed together. It&#8217;s in a weird place: if you&#8217;re determined to retain modal editing, why not just use MacVim? Well, <a href="http://code.google.com/p/macvim/">MacVim</a> is &#8230; not so much ugly as plain. So, assuming the creator can keep up with the state of the art enough to keep the users happy, it&#8217;s a nice way to appeal to modal editor junkies who somehow don&#8217;t fancy MacVim.</p>
<p>But what of the people coming from TM? Isn&#8217;t modal editing a huge change, even if it lets them keep some of their workflow? OK, you&#8217;re addicted to some set of TM features, but hopping into the world of modal editing seems like as big a jump as switching to some other editor (BBEdit, etc).</p>
<p>Anyway, Vico is an interesting project and I sincerely hope it stays around for a long time: I&#8217;m hugely in favor of taking &#8220;venerable&#8221; Unix concepts and wrapping them in modern clothes.</p>
<p> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21cdb.wordpress.com/1258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21cdb.wordpress.com/1258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21cdb.wordpress.com/1258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21cdb.wordpress.com/1258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/21cdb.wordpress.com/1258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/21cdb.wordpress.com/1258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/21cdb.wordpress.com/1258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/21cdb.wordpress.com/1258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21cdb.wordpress.com/1258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21cdb.wordpress.com/1258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21cdb.wordpress.com/1258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21cdb.wordpress.com/1258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21cdb.wordpress.com/1258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21cdb.wordpress.com/1258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1258&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neurobashing.com/2011/10/05/in-which-i-play-around-with-vico/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aed191b93d2789dc27255abca6db7fdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">21cdb</media:title>
		</media:content>
	</item>
		<item>
		<title>How to enable the FTP server (ftpd) in Lion: PLEASE DON&#8217;T</title>
		<link>http://neurobashing.com/2011/09/29/how-to-enable-the-ftp-server-ftpd-in-lion-please-dont/</link>
		<comments>http://neurobashing.com/2011/09/29/how-to-enable-the-ftp-server-ftpd-in-lion-please-dont/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 15:13:42 +0000</pubDate>
		<dc:creator>Gregg</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[obsolete crap]]></category>
		<category><![CDATA[PLEASEDONT]]></category>

		<guid isPermaLink="false">https://21cdb.wordpress.com/?p=1256</guid>
		<description><![CDATA[TUAW has a HOWTO on enabling the FTP server in Mac OS X Lion. Please don&#8217;t. FTP is insecure. Your password can be the single-most unbreakable string in the universe, but it doesn&#8217;t matter: it&#8217;s sent out over plain text. &#8230; <a href="http://neurobashing.com/2011/09/29/how-to-enable-the-ftp-server-ftpd-in-lion-please-dont/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1256&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>TUAW has a HOWTO on <a href="http://www.tuaw.com/2011/09/29/how-to-enable-the-ftp-server-ftpd-in-lion/">enabling the FTP server in Mac OS X Lion</a>.</p>
<p>Please don&#8217;t.</p>
<p>FTP is insecure. Your password can be the single-most unbreakable string in the universe, but it doesn&#8217;t matter: it&#8217;s sent out over plain text. Moreover, anyone who&#8217;s been in the sysadmin game for more than 12 minutes has seen just about every FTP server get cornholed, <a href="http://www.youtube.com/watch?v=_Xjka07o1-0">literally</a> cornholed, multiple times by securtity flaws.</p>
<p>The best thing the &#8220;technology community&#8221; can do is to actively discourage its use.</p>
<p><a href="http://en.wikipedia.org/wiki/FTPS">FTP over SSL</a> is a better interim solution, if keeping &#8220;pure&#8221; the FTP protocol is required.</p>
<p>And enough about the damn &#8220;extra overhead&#8221; of SSH or SSL. We&#8217;re talking about a few bytes here, esp. when you&#8217;re on a LAN.</p>
<p>The sooner FTP dies, the closer we are to a world of endpoint secure protocols.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21cdb.wordpress.com/1256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21cdb.wordpress.com/1256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21cdb.wordpress.com/1256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21cdb.wordpress.com/1256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/21cdb.wordpress.com/1256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/21cdb.wordpress.com/1256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/21cdb.wordpress.com/1256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/21cdb.wordpress.com/1256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21cdb.wordpress.com/1256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21cdb.wordpress.com/1256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21cdb.wordpress.com/1256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21cdb.wordpress.com/1256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21cdb.wordpress.com/1256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21cdb.wordpress.com/1256/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1256&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neurobashing.com/2011/09/29/how-to-enable-the-ftp-server-ftpd-in-lion-please-dont/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aed191b93d2789dc27255abca6db7fdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">21cdb</media:title>
		</media:content>
	</item>
		<item>
		<title>TextMate to BBEdit switcher&#8217;s guide: BBEdit has command-t now! (well, sorta)</title>
		<link>http://neurobashing.com/2011/09/01/textmate-to-bbedit-switchers-guide-bbedit-has-command-t-now-well-sorta/</link>
		<comments>http://neurobashing.com/2011/09/01/textmate-to-bbedit-switchers-guide-bbedit-has-command-t-now-well-sorta/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 14:07:29 +0000</pubDate>
		<dc:creator>Gregg</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[BBEdit]]></category>
		<category><![CDATA[textmate]]></category>
		<category><![CDATA[text editors]]></category>

		<guid isPermaLink="false">https://21cdb.wordpress.com/?p=1247</guid>
		<description><![CDATA[For the full details, see here:  https://groups.google.com/d/topic/bbedit/J5YUlmHsVvM/discussion Now, this feature is wonderful if you&#8217;re a long-time BBEdit user. It&#8217;s pretty extra awesome if like me you can only run PeepOpen on some of your Macs. And, for switchers looking for &#8230; <a href="http://neurobashing.com/2011/09/01/textmate-to-bbedit-switchers-guide-bbedit-has-command-t-now-well-sorta/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1247&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For the full details, see here:  <a href="https://groups.google.com/d/topic/bbedit/J5YUlmHsVvM/discussion">https://groups.google.com/d/topic/bbedit/J5YUlmHsVvM/discussion</a></p>
<p>Now, this feature is <strong>wonderful</strong> if you&#8217;re a long-time BBEdit user. It&#8217;s pretty extra awesome if like me you can only run PeepOpen on some of your Macs. And, for switchers looking for a native way to replicate their beloved cmd-t, it&#8217;s not bad.</p>
<p>That said I can totally understand why switchers would say &#8220;Not the same, not what I want/need&#8221;. My dream was to see them re-use the same dialog as the &#8220;Insert Clipping&#8221; window, which is just like (or damn near, in any event) TextMate&#8217;s window. PeepOpen includes extra functionality like showing SCM status.</p>
<p>Still, you can bind it to cmd-t and it&#8217;ll work close enough that your muscle memory might not get too confused. And be sure to check out the even more recent betas; they&#8217;ve been doing some big <a href="http://www.youtube.com/watch?v=k9hgkoC2qwg">performance improvements</a> (one of the reasons I have always kept BBEdit in my Applications folder, even when I&#8217;m trying out another editor or using an IDE for stuff like Java).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21cdb.wordpress.com/1247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21cdb.wordpress.com/1247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21cdb.wordpress.com/1247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21cdb.wordpress.com/1247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/21cdb.wordpress.com/1247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/21cdb.wordpress.com/1247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/21cdb.wordpress.com/1247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/21cdb.wordpress.com/1247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21cdb.wordpress.com/1247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21cdb.wordpress.com/1247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21cdb.wordpress.com/1247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21cdb.wordpress.com/1247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21cdb.wordpress.com/1247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21cdb.wordpress.com/1247/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=neurobashing.com&amp;blog=669893&amp;post=1247&amp;subd=21cdb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://neurobashing.com/2011/09/01/textmate-to-bbedit-switchers-guide-bbedit-has-command-t-now-well-sorta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aed191b93d2789dc27255abca6db7fdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">21cdb</media:title>
		</media:content>
	</item>
	</channel>
</rss>
