<?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>dirtystylus</title>
	<atom:link href="http://dirtystylus.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dirtystylus.com</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 19:32:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Phantom Pro</title>
		<link>http://dirtystylus.com/2013/05/22/phantom-pro/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=phantom-pro</link>
		<comments>http://dirtystylus.com/2013/05/22/phantom-pro/#comments</comments>
		<pubDate>Wed, 22 May 2013 19:23:01 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://dirtystylus.com/?p=1231</guid>
		<description><![CDATA[Flickr’s revamp has led to a bit of confusion about the future of the “Pro” membership, with some claiming that Pro memberships are going away, even for existing Pro users: The upgrade screws many old pro users as it basically eliminates it totally. Pros had unlimited storage, unlimited photo uploads, unlimited video uploads, the ability [...]]]></description>
			<content:encoded><![CDATA[<p>Flickr’s revamp has led to a bit of confusion about the future of the “Pro” membership, with some <a href="http://www.thephoblographer.com/2013/05/21/flickrs-new-pricing-tiers-kind-of-screws-old-pro-users/">claiming that Pro memberships are going away, even for existing Pro users</a>:</p>
<blockquote><p>
  The upgrade screws many old pro users as it basically eliminates it totally. Pros had unlimited storage, unlimited photo uploads, unlimited video uploads, the ability to have their original images downloaded, the ability to replace a photo, and a statistics chart. And now that was all basically just taken out from under their feet.
</p></blockquote>
<p>That doesn’t appear to be the case, however. Since Flickr has implemented infinite scrolling on the site, it can be a bit hard to reach the footer where they link to their FAQ—it’s there, just tantalizingly out of reach. So <a href="http://www.flickr.com/help/limits/#150487675">here’s a link to the relevant section</a>.</p>
<p>As far as I understand it:</p>
<ul>
<li>Flickr members who were Pro before May 20th can stay Pro if their account auto-renews.</li>
<li>Pro members maintain the unlimited photo/video uploads, unlimited storage, and unlimited bandwidth benefits.</li>
<li>The upload limits for Pro members are expanded to the limits for the new free accounts.</li>
</ul>
<p>So, it looks like Pro memberships are grandfathered in, but only if you set your account to auto-renew. There is no longer any indication of membership level (which is fine, the “Pro” badge always seemed a bit unnecessary to me). Given that a yearly Pro membership is ~$25 and the ad-free Flickr account is ~$50, it would seem that any Pros still interested in using Flickr would just auto-renew.</p>
]]></content:encoded>
			<wfw:commentRss>http://dirtystylus.com/2013/05/22/phantom-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable All Drupal Modules with Drush</title>
		<link>http://dirtystylus.com/2013/05/15/disable-all-drupal-modules-with-drush/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=disable-all-drupal-modules-with-drush</link>
		<comments>http://dirtystylus.com/2013/05/15/disable-all-drupal-modules-with-drush/#comments</comments>
		<pubDate>Wed, 15 May 2013 17:52:10 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://dirtystylus.com/?p=1227</guid>
		<description><![CDATA[Daniel Ochoa had a good tip on how to use Drush to disable all non-core modules from a Drupal site. drush pm-disable `drush pm-list --no-core --type=module --pipe`]]></description>
			<content:encoded><![CDATA[<p>Daniel Ochoa had a good tip on how to <a href="http://www.danielochoa.info/blog/disable-all-the-contributed-modules-from-a-site-in-one-drush-line">use Drush to disable all non-core modules from a Drupal site</a>.</p>
<pre><code>drush pm-disable `drush pm-list --no-core --type=module --pipe`
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://dirtystylus.com/2013/05/15/disable-all-drupal-modules-with-drush/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Drupal Says Your New Field Name Already Has a Table</title>
		<link>http://dirtystylus.com/2013/01/18/when-drupal-says-your-new-field-name-already-has-a-table/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=when-drupal-says-your-new-field-name-already-has-a-table</link>
		<comments>http://dirtystylus.com/2013/01/18/when-drupal-says-your-new-field-name-already-has-a-table/#comments</comments>
		<pubDate>Fri, 18 Jan 2013 16:00:45 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://dirtystylus.com/?p=1223</guid>
		<description><![CDATA[Sometimes I run into phantom fields that I had created for a content type that I later destroyed: There was a problem creating field Artist Name: Table field_data_field_[YOUR FIELD NAME] already exists. Instead of sighing and choosing another name, you can delete the table in the database, and the corresponding field_revision_field_[YOUR FIELD NAME].]]></description>
			<content:encoded><![CDATA[<p>Sometimes I run into phantom fields that I had created for a content type that I later destroyed:</p>
<blockquote><p>
  There was a problem creating field Artist Name: Table field_data_field_[YOUR FIELD NAME] already exists.
</p></blockquote>
<p>Instead of sighing and choosing another name, you can delete the table in the database, <em>and</em> the corresponding field_revision_field_[YOUR FIELD NAME].</p>
]]></content:encoded>
			<wfw:commentRss>http://dirtystylus.com/2013/01/18/when-drupal-says-your-new-field-name-already-has-a-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launchbar Contextual Menu</title>
		<link>http://dirtystylus.com/2013/01/03/launchbar-contextual-menu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=launchbar-contextual-menu</link>
		<comments>http://dirtystylus.com/2013/01/03/launchbar-contextual-menu/#comments</comments>
		<pubDate>Fri, 04 Jan 2013 04:08:23 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology's Betrayal]]></category>

		<guid isPermaLink="false">http://dirtystylus.com/?p=1218</guid>
		<description><![CDATA[Because I keep forgetting this every three months: In Launchbar, CTRL+CMD+Right Arrow gives you the contextual menu.]]></description>
			<content:encoded><![CDATA[<p>Because I keep forgetting this every three months:</p>
<pre><code>In Launchbar, CTRL+CMD+Right Arrow gives you the contextual menu.
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://dirtystylus.com/2013/01/03/launchbar-contextual-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android App Test</title>
		<link>http://dirtystylus.com/2012/12/18/android-app-test/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-app-test</link>
		<comments>http://dirtystylus.com/2012/12/18/android-app-test/#comments</comments>
		<pubDate>Tue, 18 Dec 2012 15:06:18 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dirtystylus.com/?p=1216</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="figure"><a href="http://dirtystylus.com/wp-content/uploads/2012/12/wpid-1355843125585.jpg"><img class="alignnone" alt="image" src="http://dirtystylus.com/wp-content/uploads/2012/12/wpid-1355843125585.jpg" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://dirtystylus.com/2012/12/18/android-app-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matias Quiet Pro Keyboard</title>
		<link>http://dirtystylus.com/2012/11/16/matias-quiet-pro-keyboard/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=matias-quiet-pro-keyboard</link>
		<comments>http://dirtystylus.com/2012/11/16/matias-quiet-pro-keyboard/#comments</comments>
		<pubDate>Fri, 16 Nov 2012 17:19:37 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Keyboards]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dirtystylus.com/?p=1211</guid>
		<description><![CDATA[Macworld reviews the new Matias Quiet Pro Keyboard. I had one of their Tactile models several years back; I loved it, but it also earned me the nickname “Thunderkeys” from my officemates. I’d be interested to try out the Quiet Pro and see what it feels like. I do miss the modifier key notes on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macworld.com/article/2013700/review-matias-quiet-pro-keyboard-offers-old-school-keys-without-the-noise.html">Macworld reviews the new Matias Quiet Pro Keyboard</a>. I had one of their Tactile models several years back; I loved it, but it also earned me the nickname “Thunderkeys” from my officemates. I’d be interested to try out the Quiet Pro and see what it feels like. I do miss the modifier key notes on each key:</p>
<blockquote><p>
  Matias has also printed each key with any extended characters—those accessed by pressing various combinations of modifier keys—available through the key. Characters accessed using the Option key are displayed to the right of the regular character and superscripted, while those accessed using Shift+Option are also to the right but slightly higher. This notation makes perfect sense when you see it, and it keeps you from having to hunt for infrequently used but still important symbols and diacritical marks. For example, a quick glance at the keyboard shows you that the infinity symbol (∞) is Option+5, or that the Apple symbol () is Shift+Option+K. I have trouble remembering where various characters are hiding, so I really appreciate the guidance.
</p></blockquote>
<p>For the record, I’m still using <a href="http://dirtystylus.com/2008/05/16/filco-majestouch/">the Filco Majestouch model I imported via a Japanese buying service years ago</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dirtystylus.com/2012/11/16/matias-quiet-pro-keyboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Not because they are easy, but because they are hard”</title>
		<link>http://dirtystylus.com/2012/09/12/not-because-they-are-easy-but-because-they-are-hard/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=not-because-they-are-easy-but-because-they-are-hard</link>
		<comments>http://dirtystylus.com/2012/09/12/not-because-they-are-easy-but-because-they-are-hard/#comments</comments>
		<pubDate>Wed, 12 Sep 2012 15:26:22 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dirtystylus.com/?p=1198</guid>
		<description><![CDATA[Today is the anniversary of JFK’s famous “moon” speech. As I write this, NASA TV is re-broadcasting the speech, 50 years to the day (and minute) of the original address. Re-reading the transcript here, I’m thinking about how that same spirit can (and should) be applied to some of the big problems of our day—education, [...]]]></description>
			<content:encoded><![CDATA[<p>Today is the anniversary of JFK’s famous “moon” speech. As I write this, NASA TV is re-broadcasting the speech, 50 years to the day (and minute) of the original address. <a href="http://www.space-video.info/speech/19620912-jfk-rice-text.html">Re-reading the transcript here</a>, I’m thinking about how that same spirit can (and should) be applied to some of the big problems of our day—education, climate change, and income inequality:</p>
<blockquote><p>
  We choose to go to the moon. We choose to go to the moon in this decade and do the other things, not because they are easy, but because they are hard, because that goal will serve to organize and measure the best of our energies and skills, because that challenge is one that we are willing to accept, one we are unwilling to postpone, and one which we intend to win, and the others, too.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dirtystylus.com/2012/09/12/not-because-they-are-easy-but-because-they-are-hard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use What You’ve Got</title>
		<link>http://dirtystylus.com/2012/08/29/use-what-youve-got/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-what-youve-got</link>
		<comments>http://dirtystylus.com/2012/08/29/use-what-youve-got/#comments</comments>
		<pubDate>Wed, 29 Aug 2012 14:33:30 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dirtystylus.com/?p=1193</guid>
		<description><![CDATA[Reading The Setup is a reminder that some of the most creative people don’t obsess about their tools—they find what works and get on with the business of making things. Today’s interview with Chris Onstad (Achewood) ends with the usual “What would be your dream setup?” question, and he replies: I can do whatever I [...]]]></description>
			<content:encoded><![CDATA[<p>Reading <a href="http://usesthis.com">The Setup</a> is a reminder that some of the most creative people don’t obsess about their tools—they find what works and get on with the business of making things. <a href="http://chris.onstad.usesthis.com/">Today’s interview with Chris Onstad (Achewood)</a> ends with the usual <strong>“What would be your dream setup?”</strong> question, and he replies:</p>
<blockquote><p>
  I can do whatever I want with those two forms of input and a keyboard. Mouse for sharper lines, tablet for free-form lines, voila. I guess I could get a smaller monitor, but this one is paid for. I might like to add a USB panini press at some point, or some kind of small toaster oven, perhaps the size of a perfect plate of nachos, for cooking waffles in. A toasted waffle with room-temperature cream cheese and Oregon blueberry jam is not unlike a small, personal cheesecake.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dirtystylus.com/2012/08/29/use-what-youve-got/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We Didn’t Even Bother with a Funeral</title>
		<link>http://dirtystylus.com/2012/08/22/mobile-flashs-quiet-death/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mobile-flashs-quiet-death</link>
		<comments>http://dirtystylus.com/2012/08/22/mobile-flashs-quiet-death/#comments</comments>
		<pubDate>Wed, 22 Aug 2012 14:12:27 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Flash/Actionscript]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Technology's Betrayal]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://dirtystylus.com/?p=1177</guid>
		<description><![CDATA[John Biggs wrote a short post on Flash’s quiet mobile sunset: “Hey, Guys, Remember When You Used to Care About Flash?”. This bit stuck with me: Where is the outrage? Where are the flame wars? Why are there no open letters to Adobe? It’s because people have moved on and it’s actually kind of appalling [...]]]></description>
			<content:encoded><![CDATA[<p>John Biggs wrote a short post on Flash’s quiet mobile sunset: <a href="http://techcrunch.com/2012/08/18/hey-guys-remember-when-you-used-to-care-about-flash/">“Hey, Guys, Remember When You Used to Care About Flash?”</a>. This bit stuck with me:</p>
<blockquote><p>
  Where is the outrage? Where are the flame wars? Why are there no open letters to Adobe? It’s because people have moved on and it’s actually kind of appalling to see. All that energy wasted. All that ill-placed anger.
</p></blockquote>
<p>I first saw Flash (not Flash Lite) running on a mobile phone around the Summer of 2009. I was still working at <a href="http://www.domanistudios.com">Domani</a>, and Adobe had just dropped off a Palm Pre with Adobe Flash beta running on it. We huddled over the tiny screen and loaded up a few of our recent sites. We cheered as the first one slowly loaded. However, the novelty of seeing our work on a mobile device was quickly replaced by the sobering reality: most of the text and interactive elements were too small. Sites didn’t fit properly onscreen. And then the sites crashed, repeatedly.</p>
<p>That was about a year before Steve Jobs and Apple would publish their <a href="http://www.apple.com/hotnews/thoughts-on-flash/">“Thoughts on Flash”</a>, but I already got the sense that Flash on mobile was going to have a very tough road ahead. So I started dusting off my HTML, JS, and PHP skills. In 2010, a few months before my wife and I decided to move to Philadelphia, I interviewed for a “Director of Flash Technology” job at an agency. I sometimes wonder where I would be if that had panned out.</p>
<p>As for the very vocal outrage, outrage that’s notably absent now: I think a lot of it wasn’t even <em>about</em> Flash on mobile. I think it had more to do to the fact that mobile cast scrutiny on how we were using Flash on the desktop. Having to suddenly pivot away from your comfort zone is scary. So people got defensive, dug in, and created a divide. Suddenly Flash became this symbol of “open” technology, unfairly shut out of Apple’s platform.</p>
<p>The guys who were quiet? They were the ones who realized that Flash was still good for a great many things, but for mobile it was going to be native apps or open web technologies. So they put their heads down and went to work, picking up new skills or brushing up old ones. Meanwhile, some of their colleagues shook their fists at Apple and played the waiting game, promising that each new release on Android would finally bring the “full web experience”. It was late to arrive, and never delivered on the promise. So now comes the inevitable news, and everyone shrugs. The ones who got a head start are busy learning and growing elsewhere; the blowhards have probably just found another symbolic divide to rally their banners around.</p>
]]></content:encoded>
			<wfw:commentRss>http://dirtystylus.com/2012/08/22/mobile-flashs-quiet-death/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Different Sort of Professional</title>
		<link>http://dirtystylus.com/2012/08/21/a-different-sort-of-professional/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-different-sort-of-professional</link>
		<comments>http://dirtystylus.com/2012/08/21/a-different-sort-of-professional/#comments</comments>
		<pubDate>Tue, 21 Aug 2012 14:30:29 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://dirtystylus.com/?p=1174</guid>
		<description><![CDATA[As we’re shucking and cutting corn off the cob I tell Jordan that I prefer to leave the stem on the cob, since it makes for a handle while cutting. J: Sorry, I already broke it off. Never send an amateur to do your job. Me: You’re not an amateur. You’re just a different sort [...]]]></description>
			<content:encoded><![CDATA[<p>As we’re shucking and cutting corn off the cob I tell Jordan that I prefer to leave the stem on the cob, since it makes for a handle while cutting.</p>
<blockquote>
<p>J: Sorry, I already broke it off. Never send an amateur to do your job.<br />
  Me: You’re not an amateur. You’re just a different sort of professional.<br />
  J: Did you just call me a hooker?</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dirtystylus.com/2012/08/21/a-different-sort-of-professional/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
