60°F

Aaron Parecki

  • Articles
  • Notes
  • Photos

Articles

2015-07-09 Looking for a Replacement for the Eye-Fi Card
2015-05-21 Compiling Spatialite for iOS
2015-05-11 This is a Blog Post
2015-04-26 HTML is my API
2015-04-20 Results from 6 Months of Expiring Webmention Endpoints
2015-03-05 Jargon
2015-03-05 Designing an IndieWeb Reader Based on How I Read Social Media
2015-03-05 Re: Proposed Changes to IndieAuth Protocol
2015-02-19 Monitoring CPU and memory usage from Postgres
2015-02-10 #indieweb
2015-01-22 Why not JSON?
2015-01-15 So you implemented an OAuth 2.0 API...
2015-01-13 #indie
2015-01-04 Owning My Data in 2014
2014-11-23 A Little Twitter Developer History
2014-10-31 #pdxcarpet
2014-10-17 #indieweb at #bordernone
2014-10-10 I'm trying to find a good Analog XLR to Digital AES/EBU converter
2014-09-03 Setting a custom json 503 error page in nginx with proper http and content-type headers
2014-08-29 Posts about Amber Case's talk at the Experience Design Summit 2014
← older
  • Looking for a Replacement for the Eye-Fi Card

    Earlier this week, Eye-fi announced they are discontinuing the online services for the "Pro" cards in favor of the new cloud-connected "Mobi" ones. Since my primary use of the Eye-fi card is to upload my photos to Flickr, I have no interest in paying for their cloud service. Time to look for another card! Most of the other wifi SD cards on the market come with an iOS/Android app, and basically all they let you do is view the photos from the app if your phone is connected to the card's wifi. Then I discovered the Toshiba FlashAir card, which has a developer site and encourages people to build things on top of the card.
    continue reading...
    1 like 1 reply 4 mentions
    Thu, Jul 9, 2015 7:09pm -07:00 #indieweb #eyefi #flashair
  • Compiling Spatialite for iOS

    Since this took me a while to figure out, I figured I'd document it here in case it's useful to others later.
    continue reading...
    Thu, May 21, 2015 12:05pm -07:00
  • This is a Blog Post

    I'm writing this post in the newest version of my Quill editor, which I hacked together at IndieWebCamp Germany. I was inspired by Glenn Jones' nice editing UI for Transmat (now separated out as a separate component and published here), and wanted to create something myself that was more than just a Bootstrap form. 
    continue reading...
    2 mentions
    Mon, May 11, 2015 11:56pm +02:00
  • HTML is my API

    In August 2012, I wrote a quick script to stream front-page Hackernews stories to an IRC channel on Freenode. It broke after 2.5 years, at which point I switched to their new JSON API. That one broke after 2 days. Here is how we can fix this.
    continue reading...
    8 likes 5 reposts 2 bookmarks 1 reply 55 mentions
    Sun, Apr 26, 2015 9:48pm -07:00 #indieweb #api #html #microformats
  • Results from 6 Months of Expiring Webmention Endpoints

    Since all of my recent spam has been sent to non-expired endpoints, and since I don't get a high number of webmentions right now, I decided to remove the expiring endpoints from my site for the time being.
    continue reading...
    1 like
    Mon, Apr 20, 2015 10:26am -07:00 #indieweb #webmention
  • Jargon

    aaronparecki.com/notes/2015/03/03/4/
    continue reading...
    Thu, Mar 5, 2015 8:40pm -08:00 #collection
  • Designing an IndieWeb Reader Based on How I Read Social Media

    In the current world of silos dominating the social media space, people typically have to visit half a dozen websites or apps to see all the latest content from friends. At this point I'm sick of this "multiple inbox" model that I want to find an alternative as fast as possible.
    continue reading...
    2 replies 2 mentions
    Thu, Mar 5, 2015 7:30pm -08:00 #indieweb #p3k #monocle #reader
  • Re: Proposed Changes to IndieAuth Protocol

    This is a reply to fkooman's proposed changes to IndieAuth protocol.
    continue reading...
    Thu, Mar 5, 2015 10:00am -08:00 #indieauth #indieweb
  • Monitoring CPU and memory usage from Postgres

    Let's say you have a cluster of Postgres database servers and you want a way to easily monitor their CPU and memory usage. You could install any of the system monitoring daemons like Nagios, Collectd, Munin, etc, but that means opening up another port in your firewall, and maintaning another running process. If all you're after is basic info like CPU and memory usage, there's an easier way!
    continue reading...
    1 mention
    Thu, Feb 19, 2015 12:30pm -08:00 #postgres #ops #linux
  • #indieweb

    twitter.com/davewiner/status/565208821250162688
    continue reading...
    Tue, Feb 10, 2015 11:00am -08:00 #indieweb #rss #collection
  • Why not JSON?

    People often wonder why I am hesitant to bake JSON into specs I write such as IndieAuth and Micropub. Here is the short answer.
    continue reading...
    4 mentions
    Thu, Jan 22, 2015 12:09pm -08:00 #data #json #indieweb #xml
  • So you implemented an OAuth 2.0 API...

    While OAuth 2.0 is a good framework for building an API, the spec itself leaves many things un-specified, and it's up to the implementer to make a decision based on their own security requirements. As such, most OAuth 2.0 implementations are not interoperable, which is often cited as a failure of OAuth 2.0. On the other hand, the current state of OAuth 2.0 implementations is that they are often similar enough that developers don't need to learn too many new concepts when dealing with them.
    continue reading...
    19 likes 6 reposts 3 replies 5 mentions
    Thu, Jan 15, 2015 12:15pm -08:00 #oauth #oauth2 #standards #web #authentication #checklist
  • #indie

    Today, ind.ie announced in a blog post (ind.ie/blog/focus/) that they will no longer be making a phone, and are dropping support for their Android and iOS social network clients, focusing instead only on the OS X version.
    continue reading...
    11 likes 11 reposts 3 replies 6 mentions
    Tue, Jan 13, 2015 10:30am -08:00 #indie #indieweb #indiewebcamp #collection
  • Owning My Data in 2014

    The core principle of the IndieWeb is to own your data by creating content on your own domain with permalinks you control, rather than creating content in silos.
    continue reading...
    17 likes 3 reposts 2 replies 5 mentions
    Sun, Jan 4, 2015 3:05pm -08:00 #indieweb #ownyourdata #p3k #monocle
  • A Little Twitter Developer History

    Back in the early days of Twitter, I noticed that several tweets I was seeing showed "via _____" next to the date, which linked to the application that was used to post the tweet. I thought "hey that's a clever way to give credit to applications" and thought it would be a good way to get people to discover the Twitter app I was creating at the time.
    continue reading...
    Sun, Nov 23, 2014 4:30pm -08:00 #twitter #oauth
  • #pdxcarpet

    twitter.com/anomalily/status/528297903618420736
    continue reading...
    37 likes 4 replies
    Fri, Oct 31, 2014 2:53pm -07:00 #pdxcarpet #halloween #collection
  • #indieweb at #bordernone

    twitter.com/the_Zieger/status/523020728325902336
    continue reading...
    Fri, Oct 17, 2014 11:25am +02:00 #indieweb #bordernone #collection
  • I'm trying to find a good Analog XLR to Digital AES/EBU converter

    If I could design Blackmagic's next product, here is what I would make.
    continue reading...
    Fri, Oct 10, 2014 11:03pm -04:00 #video #livestream #audio
  • Setting a custom json 503 error page in nginx with proper http and content-type headers

    When running nginx as the front-end web service for your API, you may need to put up a "maintenance" page and send back "HTTP 503 Service Unavailable" for all incoming HTTP requests. For some reason, all the existing docs I found online were either too complicated or did not handle this properly. Here is a simple configuration block that will set the HTTP header, content type, and return a custom JSON file as the response.
    continue reading...
    2 mentions
    Wed, Sep 3, 2014 11:58pm -07:00 #nginx #tutorial
  • Posts about Amber Case's talk at the Experience Design Summit 2014

    twitter.com/cienvaras/status/505492623277432832
    continue reading...
    Fri, Aug 29, 2014 5:00pm -07:00 #collection
older

Hi, I'm Aaron Parecki, Director of Identity Standards at Okta, and co-founder of IndieWebCamp. I maintain oauth.net, write and consult about OAuth, and participate in the OAuth Working Group at the IETF. I also help people learn about video production and livestreaming. (detailed bio)

I've been tracking my location since 2008 and I wrote 100 songs in 100 days. I've spoken at conferences around the world about owning your data, OAuth, quantified self, and explained why R is a vowel. Read more.

  • Director of Identity Standards at Okta
  • IndieWebCamp Founder
  • OAuth WG Editor
  • OpenID Board Member

  • 🎥 YouTube Tutorials and Reviews
  • 🏠 We're building a triplex!
  • ⭐️ Life Stack
  • ⚙️ Home Automation
  • All
  • Articles
  • Bookmarks
  • Notes
  • Photos
  • Replies
  • Reviews
  • Trips
  • Videos
  • Contact
© 1999-2025 by Aaron Parecki. Powered by p3k. This site supports Webmention.
Except where otherwise noted, text content on this site is licensed under a Creative Commons Attribution 3.0 License.
IndieWebCamp Microformats Webmention W3C HTML5 Creative Commons
WeChat ID
aaronpk_tv