Skip to content

Instantly share code, notes, and snippets.

@aamaras
aamaras / instapaper-beeminder.md
Last active October 13, 2022 10:07
How to track your Instapaper queue with Beeminder

How to track your Instapaper queue with Beeminder

A step by step guide to tracking your Instapaper reading list using Beeminder. This method can also be used more generally to track many things that spit out an RSS feed.

In short: Instapaper gives you (private) RSS feeds for your Read later folder and your Archive. We give IFTTT these feeds and tell it to send an email to Beeminder whenever either feed updates. We'll send a "+1" when you add an item to your read later folder and a "-1" when you archive an item. Your Beeminder goal will track the total number of articles in your queue.

Ingredients

@aamaras
aamaras / coreaudioreset
Last active December 22, 2015 23:39
Terminal command to kill coreaudio in OSX 10.8. Use this when Airplay devices appear in the output device list but cannot be successfully selected.
sudo kill `ps -ax | grep 'coreaudiod'| grep 'sbin' | awk '{print $1}'`