55°F

Aaron Parecki

  • Articles
  • Notes
  • Photos

Articles

2013-10-11 The Future of Quantified Self Devices
2013-09-17 Itching: h-event to iCal converter
2013-09-15 IndieAuth now supports OpenID delegation!
2013-08-31 On Trickle-Down Technology
2013-08-09 Better syndication support for silos
2013-07-29 A Simple Encrypted Password File on OSX
2013-07-17 Mapping all the songs we listened to on a road trip!
2013-07-15 Password-less Logins from Your Own Domain with a Pebble Watch
2013-07-12 New Esri Open Source Javascript Projects: Esri-Leaflet, Geoservices.js, Terraformer, Pushlet
2013-05-09 Experimenting with auto-embedding content
2013-03-31 A response to replies I received on my post "An Open Challenge to App.net"
2013-03-28 An Open Challenge to App.net
2013-03-16 A Reasonable PHP Development Stack
2013-03-11 14 Things to Pack for a Week at a Tech Conference
2013-03-10 See all your Simple bank transactions on a map
2013-03-08 Esri Events at SXSW 2013
2013-02-28 Using Github to improve communication in an organization
2013-02-28 Twelve Blog Post Writing Tips - Checklist Edition
2013-01-02 Why is Flickstagram more successful in non-English languages?
2012-12-24 Tracking Facebook Likes in Google Analytics
← older
  • The Future of Quantified Self Devices

    I was sitting at the back of the API discussion at the Quantified Self Conference this Friday in San Francisco, and realized that there is something wrong with the current way these quantified self devices are built and marketed. I don't want to buy a device and be trapped in the company's ecosystem of apps and be stuck in yet another social network. I want to use these physical devices as inputs to my own data store, and have a completely separate set of companies handle the social and aggregation of data from the data that I own.
    continue reading...
    1 like 1 repost 1 reply 14 mentions
    Fri, Oct 11, 2013 11:50am -07:00 #quantifiedself #qs #indieweb
  • Itching: h-event to iCal converter

    Now that I've been creating a list of events on my site using p3k, it would be great if I could get a more calendar-like view of that list.
    continue reading...
    Tue, Sep 17, 2013 8:44am -07:00 #indieweb #hevent #events #calendar #p3k
  • IndieAuth now supports OpenID delegation!

    You can now use <a href="https://indieauth.com">IndieAuth.com</a> as an OpenID delegate! This makes it super easy to move off of myopenid.com since it will be shutting down in a few months.
    continue reading...
    16 likes 8 reposts 1 bookmark 6 replies 4 mentions
    Sun, Sep 15, 2013 3:12pm -07:00 #indieauth #openid #indieweb
  • On Trickle-Down Technology

    Aral Balkan makes some good points on his piece, Trickle‐down technology and why it doesn't work, but misses the mark in several cases. This post is an attempt to clarify many of the arguments made and provide more context on the goals of IndieWebCamp.
    continue reading...
    1 mention
    Sat, Aug 31, 2013 9:31am -07:00
  • Better syndication support for silos

    New problem: My notes do not have a "u-syndication" link to the app.net version like they do for the Twitter versions, because my code has no idea that app.net syndicated my post automatically using PourOver.
    continue reading...
    Fri, Aug 9, 2013 6:59pm -07:00 #indieweb #webmention #appnet
  • A Simple Encrypted Password File on OSX

    Here's a really simple trick for keeping an encrypted file for passwords and other sensitive information on OS X or Linux. I use this to keep some basic password hints and account numbers on my computer.
    continue reading...
    2 mentions
    Mon, Jul 29, 2013 1:42am -07:00 #security #password #encryption
  • Mapping all the songs we listened to on a road trip!

    Last weekend Amber, Anima and I drove from San Diego to Palm Springs to YxYY. We were streaming music from Spotify on the whole drive, and Spotify was scrobbling to my Last.fm account. Of course I was also tracking my location like I always do. Then it dawned on me that I could put together a map showing all the songs we listened to and where we were for each! Below is the result!
    continue reading...
    1 mention
    Wed, Jul 17, 2013 10:48pm -07:00 #music #spotify #map #leaflet #esri #yxyy
  • Password-less Logins from Your Own Domain with a Pebble Watch

    IndieAuth is a way to use your own domain name to sign in to websites. To sign in, you enter your domain name, and IndieAuth looks for a supported authentication provider on your site and uses that to sign you in.
    continue reading...
    1 like 1 mention
    Mon, Jul 15, 2013 7:42pm -07:00 #indieauth #indieweb #pebble #authentication
  • New Esri Open Source Javascript Projects: Esri-Leaflet, Geoservices.js, Terraformer, Pushlet

    Part of our work at Esri is to build open-source projects that support people building fun and new mapping applications. We are happy to announce four open source Javascript projects we've been working on in the last few months! <a href="https://github.com/Esri/esri-leaflet">Esri-Leaflet</a> is a Javascript library to help developers build lightweight applications using the Leaflet Javascript mapping library. <a href="https://github.com/Esri/geoservices-js">Geoservices.js</a> is a Javascript client for accessing ArcGIS Online services from the browser or Node.js. <a href="https://github.com/esri/terraformer">Terraformer</a> is a geometry toolkit for working with different geometry formats and building geo databases. <a href="https://github.com/esri/pushlet">Pushlet</a> is a simple API for sending notifications through the Apple and Google push notification services.
    continue reading...
    2 mentions
    Fri, Jul 12, 2013 12:34pm -07:00 #esri #javascript #pushlet #leaflet #geoservices #terraformer #apns #gcm #arcgis #opensource
  • Experimenting with auto-embedding content

    As part of expanding the functionality of the software my site runs on, I thought it was about time to start showing inline content when I post links in notes.
    continue reading...
    3 replies 2 mentions
    Thu, May 9, 2013 12:47am -07:00 #p3k #indieweb #microformats
  • A response to replies I received on my post "An Open Challenge to App.net"

    After I posted my article, An Open Challenge to App.net, @po shared it on App.net. You can see the full thread here.
    continue reading...
    Sun, Mar 31, 2013 11:42am -07:00 #indieweb #appnet #adn #webmention #pingback
  • An Open Challenge to App.net

    I am no longer publishing content to my App.net account until I can syndicate my content to their service without writing a single line of code.
    continue reading...
    Thu, Mar 28, 2013 5:35pm -07:00 #indieweb #appnet #adn #webmention #pingback
  • A Reasonable PHP Development Stack

    Lately I've been doing a lot of development in Ruby, specifically with Sinatra and Sequel, and I've been liking that development stack a lot. So much so, that when I switch back to PHP for a project, I wish my PHP stack was more like my Ruby stack.
    continue reading...
    Sat, Mar 16, 2013 9:59am -07:00 #php #development #framework
  • 14 Things to Pack for a Week at a Tech Conference

    <p>Here are 14 things you shouldn't forget to bring when traveling to a tech conference.</p><p><b>An extra mobile device</b>: It's a great idea to have an extra device while you're out and about. An iPod Touch or iPad Mini are perfect candidates. This essentially gives you two batteries, since you can use your secondary device for many things like taking notes or tweeting and avoid draining your primary phone battery.</p><p style='text-align: center;'><img src='/articles/2013/03/11/1/files/ipad-mini.jpg' /></p>
    continue reading...
    1 mention
    Mon, Mar 11, 2013 2:44pm -05:00 #conference #sxsw #travel #tips
  • See all your Simple bank transactions on a map

    Have you ever wondered where in your city you spend the most money? This post will show you how to plot all your Simple transactions on a map! No code required!
    continue reading...
    Sun, Mar 10, 2013 1:10pm -05:00 #sxsw #sxsw2013 #esri #arcgis #simple #banksimple #maps
  • Esri Events at SXSW 2013

    <p><a href="/articles/2013/03/08/1/esri-events-at-sxsw-2013"><img src="/articles/2013/03/08/1/files/esri-trolley-sxsw-2013.jpg" /></a></p>
    continue reading...
    Fri, Mar 8, 2013 1:44pm -06:00 #esri #lavahouse #sxsw #sxsw2013
  • Using Github to improve communication in an organization

    There are many ways Github can be used to improve communications in an organization. In addition to providing version control for code, it can be used to manage text documents, press release drafts, and marketing copy and design. The "Issues" feature is also a great way to replace email for discussions.
    continue reading...
    Thu, Feb 28, 2013 10:38pm -08:00
  • Twelve Blog Post Writing Tips - Checklist Edition

    Earlier this year, @tantek posted Twelve Blog Post Writing Tips, from which I got a great deal of inspiration.
    continue reading...
    Thu, Feb 28, 2013 8:59pm -08:00
  • Why is Flickstagram more successful in non-English languages?

    Flickstagram, a service which will export your Instagram photos to Flickr, has had far more users in non-English speaking countries, and has also appeared in more non-English blogs than English ones.
    continue reading...
    Wed, Jan 2, 2013 7:56pm -08:00 #flickstagram #flickr #instagram #photos #internationalization
  • Tracking Facebook Likes in Google Analytics

    <p>Google Analytics provides some hooks for tracking Facebook likes on your web pages as well as other social interactions. This lets you see how many people have "liked" your pages, and which pages are most popular on Facebook!</p> <p>This is a quick guide on how to set up Facebook like tracking in Google Analytics.</p>
    continue reading...
    Mon, Dec 24, 2012 10:48am -08:00 #google #analytics #facebook
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