<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (DennisLaumen)</title>
    <link>https://pinboard.in/u:DennisLaumen/public/</link>
    <description>recent bookmarks from DennisLaumen</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://www.psequel.com/"/>
	<rdf:li rdf:resource="http://pronetobits.net/post/92361255152/an-applescript-to-play-and-pause-the-overcast-web"/>
	<rdf:li rdf:resource="http://furbo.org/2014/09/03/the-terminal/"/>
	<rdf:li rdf:resource="http://support.omnigroup.com/omnifocus-clip-o-tron"/>
	<rdf:li rdf:resource="http://veritrope.com/tech/organize-browser-tabs-mac/"/>
	<rdf:li rdf:resource="https://bold.pixelapse.com/minming/mac-os-x-yosemite-under-the-magnifying-glass"/>
	<rdf:li rdf:resource="http://emacsformacosx.com/"/>
	<rdf:li rdf:resource="http://mac.appstorm.net/roundups/30-fantastic-geeky-tricks-to-get-the-most-from-your-mac/"/>
	<rdf:li rdf:resource="http://nickpaulson.com/retweetie/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://www.psequel.com/">
    <title>PSequel</title>
    <dc:date>2014-12-02T19:17:10+00:00</dc:date>
    <link>http://www.psequel.com/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[Design for Yosemite. Written in Swift. PSequel provides a clean and simple interface to perform common PostgreSQL tasks quickly.]]></description>
<dc:subject>postgresql macosx applications</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:2a1d25dd8dc4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:postgresql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:macosx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:applications"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://pronetobits.net/post/92361255152/an-applescript-to-play-and-pause-the-overcast-web">
    <title>An Applescript to Play and Pause the Overcast Web Player</title>
    <dc:date>2014-10-20T09:58:37+00:00</dc:date>
    <link>http://pronetobits.net/post/92361255152/an-applescript-to-play-and-pause-the-overcast-web</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[Marco Arment launched his new podcast app, Overcast, this past week. I had previously been using Downcast, which has native iPhone, iPad, and Mac apps, but after trialing Overcast over the past few days, I think I will be switching over to it from now on. I particularly appreciate the simplicity of the Overcast interface, the Smart Speed and Voice Boost effects, and the seemingly instantaneous and always accurate syncing of play position when switching between devices.

Overcast only has a native iPhone app at this point, but the app also works just fine on the iPad. On the Mac, the only option for playback is via the web player at Overcast.fm. This also works very well, but one thing I missed from Downcast’s native Mac app was the ability to set a global hotkey for playing/pausing a podcast. Currently, the only way to play/pause the Overcast web player is to go to the relevant tab in your browser and manually click the play/pause button with your mouse.
]]></description>
<dc:subject>applescript automation macosx overcast</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:1ba365c8d5d0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:applescript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:automation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:macosx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:overcast"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://furbo.org/2014/09/03/the-terminal/">
    <title>The Terminal</title>
    <dc:date>2014-09-05T06:57:45+00:00</dc:date>
    <link>http://furbo.org/2014/09/03/the-terminal/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[I’ve been using the Unix command line since 1983 and like most software developers, the Terminal app is a permanent fixture in my Dock. Over the years I’ve learned a lot of things that make working in this environment more productive, but even old dogs like me are constantly learning new tricks.

As much as I love them, these long “trick lists” on Stack Overflow have a problem: they’re poorly organized with little narrative describing why you’d want to use a technique. This long homage to the command line is my attempt to remedy that situation.

Note: I originally learned the shell using the newfangled csh (which was a huge improvement over the original sh.) When I first started using Mac OS X, I tweaked it to use tcsh because that’s what I knew and loved. Over time, I gave up using these tweaks and started using the default shell: bash. The following examples assume that you’re doing the same.]]></description>
<dc:subject>macosx shell</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:8a4165b55d34/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:macosx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:shell"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://support.omnigroup.com/omnifocus-clip-o-tron">
    <title>Clipping from Mail using the OmniFocus Clip-o-Tron</title>
    <dc:date>2014-06-18T18:46:32+00:00</dc:date>
    <link>http://support.omnigroup.com/omnifocus-clip-o-tron</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[The OmniFocus Clip-o-Tron is a handy tool for extending OmniFocus’s interaction with Mail for Mac OS X. It lets use your Clippings shortcut to copy Mail messages in whole cloth – subject, contents, and all – and add them to Quick Entry. In OmniFocus 1 it could be installed from OmniFocus Preferences, but due to new security features governing what data apps can touch outside their own domains (sandboxing) a new solution was required for OmniFocus 2. We present: the new Clip-o-Tron 3001!]]></description>
<dc:subject>omnifocus macosx automation productivity</dc:subject>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:d63342bb181b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:omnifocus"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:macosx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:automation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:productivity"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://veritrope.com/tech/organize-browser-tabs-mac/">
    <title>Tools to Organize Browser Tabs for Mac Users</title>
    <dc:date>2014-06-17T20:02:18+00:00</dc:date>
    <link>http://veritrope.com/tech/organize-browser-tabs-mac/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[When I read Melissa Dahl’s piece for New York Magazine a few days ago, I had a strong sense of recognition.  Not only do I often feel the same way as she does but, in over a decade of working as a Technologist-for-Hire, I’ve also met so many people like her who feel totally overwhelmed by their digital workspaces. When I sit down in front their computers, I find that they – almost invariably – have a web browser with dozens of tabs open. Sometimes it’s so bad that not even a single character of the title bar is able to be displayed.]]></description>
<dc:subject>macosx productivity omnifocus safari chrome evernote plaintext</dc:subject>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:b7d0386db8a9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:macosx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:productivity"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:omnifocus"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:safari"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:chrome"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:evernote"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:plaintext"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://bold.pixelapse.com/minming/mac-os-x-yosemite-under-the-magnifying-glass">
    <title>Mac OS X Yosemite Under the Magnifying Glass</title>
    <dc:date>2014-06-06T05:42:13+00:00</dc:date>
    <link>https://bold.pixelapse.com/minming/mac-os-x-yosemite-under-the-magnifying-glass</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[Apple revealed a sneak peek into Mac OS X Yosemite earlier this week. Not surprisingly, Apple updated its desktop OS to match iOS 7's design language. The new OS X now embodies a brighter and flatter styling, coupled with icon updates, font changes, and translucent materials. Here's a quick look at the visual design changes in Yosemite and my impressions of them.]]></description>
<dc:subject>apple macosx design userinterface</dc:subject>
<dc:source>https://twitter.com/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:8a165226539f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:apple"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:macosx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:design"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:userinterface"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://emacsformacosx.com/">
    <title>GNU Emacs For Mac OS X</title>
    <dc:date>2011-12-16T18:37:18+00:00</dc:date>
    <link>http://emacsformacosx.com/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[Pure Emacs! No Extras! No Nonsense!]]></description>
<dc:subject>emacs macosx</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:54bd743ed737/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:emacs"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:macosx"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mac.appstorm.net/roundups/30-fantastic-geeky-tricks-to-get-the-most-from-your-mac/">
    <title>30 Fantastic Geeky Tricks to Get The Most From Your Mac</title>
    <dc:date>2011-02-05T17:26:28+00:00</dc:date>
    <link>http://mac.appstorm.net/roundups/30-fantastic-geeky-tricks-to-get-the-most-from-your-mac/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[If you’re one of those Mac users that loves to dig in and play with hidden features and settings, this post is for you.

Below you’ll find 30 tips and tricks to help both seasoned and beginner Mac users to get the most out of their OS X experience. We’ll cover everything from obscure Terminal commands to keyboard shortcuts that every Mac user should know and use. Let’s get started! ]]></description>
<dc:subject>macosx</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:d3cd8a51632e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:macosx"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://nickpaulson.com/retweetie/">
    <title>ReTweetie - Add native ReTweeting to Tweetie for Mac.</title>
    <dc:date>2010-12-14T20:21:02+00:00</dc:date>
    <link>http://nickpaulson.com/retweetie/</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[Retweetie is a SIMBL plugin for Mac that makes Tweetie use Twitter's native retweeting functionality. No longer do you get a "RT @user: " tweet, but instead a real retweet. Just Repost your tweet as usual and let ReTweetie handle the rest.]]></description>
<dc:subject>twitter macosx software tweetieformac</dc:subject>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:104f474ef229/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:twitter"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:macosx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:tweetieformac"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>