69°F

Aaron Parecki

  • Articles
  • Notes
  • Photos

Articles

2016-07-29 Signed git commits with Tower
2016-07-18 This Year in the IndieWeb
2016-07-16 Where was I when I took this photo?
2016-07-15 The Sad State of Wifi SD Cards
2016-06-18 Videos from IndieWeb Summit 2016
2016-04-26 Monocle is Offline
2016-04-22 IndieWebCamp Nürnberg Hack Day
2016-04-13 New integrated authorization server for p3k
2016-04-08 Micropub Spec Updates
2016-04-05 Several Days of Server Migrations Later...
2016-02-20 Enabling Global Webmentions with Telegraph and Superfeedr
2016-02-18 Webmention writeup in The Register
2016-02-13 Going all in on self-hosting my code
2015-12-07 Setting up HTTPS with Letsencrypt.org
2015-10-11 Decentralize the Web
2015-10-07 The first ten tweets
2015-10-05 Fun with QR Codes
2015-09-19 Another device on your network is using your computer's IP address
2015-08-29 Why I Live in IRC
2015-07-23 Example posts in German
← older
  • Signed git commits with Tower

    My favorite Git client is Tower. I wanted to find a way to sign my git commits despite that not being a supported feature of Tower. Turns out it only took a couple configuration options to make it work.
    continue reading...
    1 bookmark 6 replies 8 mentions
    Fri, Jul 29, 2016 10:18am -07:00 #git #tower #gpg
  • This Year in the IndieWeb

    It's been an exciting year in the IndieWeb so far!
    continue reading...
    Mon, Jul 18, 2016 7:30pm -07:00 #indieweb
  • Where was I when I took this photo?

    My DSLR camera doesn't have GPS, so normally all my photos would not include the location of where I was when I took the photo. I used to use the Eye-Fi card that did geotagging, but that is no longer supported in the new "mobi" line. I could get an external GPS unit for my camera, but that sounds cumbersome and would only work with that one camera.
    continue reading...
    12 likes 9 replies 3 mentions
    Sat, Jul 16, 2016 8:59pm -07:00 #time #timezone #geotag #gps #p3k
  • The Sad State of Wifi SD Cards

    I've been a long-time fan of the Eye-Fi SD cards. My primary use for them is to have all my photos automatically uploaded to Flickr from my camera. It turns out I'm lazy and having to manually copy photos off an SD card and upload them is too much work.
    continue reading...
    Fri, Jul 15, 2016 1:51pm -07:00 #eyefi #flashair #wifi #sdcard #photography
  • Videos from IndieWeb Summit 2016

    The videos from IndieWeb Summit are finished and online now! I put together separate video clips for the two keynote talks in the morning, and also for the demos on the second day. (Apologies for the somewhat noisy audio, the air conditioners in the space were loud!)State of the IndieWebTantek ÇelikCutting Edge IndieWebAaron Parecki, Ben Werdmüller, Kyle MahanDemos from IndieWeb Summit 2016
    continue reading...
    14 likes 10 reposts 7 replies 3 mentions
    Sat, Jun 18, 2016 1:32pm -07:00 #video #indieweb #indiewebcamp
  • Monocle is Offline

    When I first built Monocle, I modeled it after the "timeline" or "stream" view now common in social networks, but made it possible to subscribe to h-entry feeds as well. The main UI showed a stream of posts, with the full post contents rendered inline, along with the author info and favorite/repost/reply buttons.
    continue reading...
    3 replies 4 mentions
    Tue, Apr 26, 2016 8:08am -07:00 #monocle #indieweb
  • IndieWebCamp Nürnberg Hack Day

    At IndieWebCamp Nürnberg, I didn't end up spending time on my home page design, despite a great day 1 discussion on the topic. Instead, I made a few fixes to my site, and built a quick indie reader in IRC, which shows me posts from people I'm following, and lets me reply to them from IRC as well.It's ugly, but it works!
    continue reading...
    2 likes
    Fri, Apr 22, 2016 1:00pm -07:00 #indiewebcamp #p3k
  • New integrated authorization server for p3k

    I just launched an update to p3k which adds an integrated authorization server. This means that now when I sign in to Micropub apps like Quill, it will redirect me to my own server where I can have more fine-grained control over the access I am granting the application.
    continue reading...
    3 likes 1 mention
    Wed, Apr 13, 2016 3:21pm +02:00 #indieweb #p3k #indieauth
  • Micropub Spec Updates

    Since publishing the latest W3C draft of Micropub on March 1, there have been a few minor updates based on feedback from people who have implemented it.Simpler update syntaxThe update syntax had an extra nesting that was not necessary. The syntax changed from:replace[properties][content]=Hello+Moonto replace[content]=Hello+MoonMoving a postIf the update operation caused the post to be moved to a new URL (such as when the URL scheme is based off of the post's date, or has a custom slug that is editable), the Micropub client needs a way to know the new URL of the post.The Update Response section now includes HTTP 201 as a possible response, along with:If the update operation caused the URL of the post to change, the server must respond with HTTP 201 and include the new URL in the HTTP Location headerMore InformationYou can read the latest editor's draft of the spec here: http://micropub.net/draft/ as well as see the change log. The git commit history shows the full detailed changes.Thanks to Greg for providing feedback on his Micropub implementation.As always, feedback from implementation experience is appreciated! Feel free to file an issue, or join the #indiewebcamp chat!
    continue reading...
    Fri, Apr 8, 2016 12:11pm -07:00 #micropub #indieweb
  • Several Days of Server Migrations Later...

    I just spent two days finishing migrating the last of my old websites and services off my old server and into new homes. This project has been on my todo list for over two years, and I've been making slow progress since then, mostly by spending a day on it here and there.I finally finished moving the last things off the server today. The last two things left were my Twitter streaming search script and a really old MediaWiki website. Both were running on a 6-year old operating system, and under deprecated versions of Ruby and PHP. The MediaWiki instance had been EOL since 2012. The OpenSSL library was so old the Heartbleed bug hadn't even been written yet. Other things on that server were a Gitlab install (which I replaced with Gogs in February), my own SSL root authority (which is significantly less useful now that Letsencrypt makes certificates free and easy), an old web app I haven't used since 2009, and many cobbled together scripts.This was quite a painful process all told, and I would like to avoid getting into this this situation in the future. Here are some things I'm planning to do that will help make the upgrade process easier in the future.Upgrade regularlySpend the time it takes to upgrade the whole server (OS as well as application dependencies) every 3-6 months, instead of letting the machine get to be several years old. The whole reason I got into this situation in the first place is the OS was so old incremental upgrades were no longer possible. Updating the OS, PHP/Ruby versions, and applications regularly means smaller incremental changes rather than getting into a situation where your app no longer runs because the scripting language changed so much since the last upgrade.Separate the web and database serversI've had a separate database server for a long time. The main benefit this gives me is I'm able to move the source code for a website to a new server without having to also worry about migrating the database at the same time. It's one less moving part in the migration process, and I will continue to do this in the future.Productize everythingSome of these projects and websites were so old that I didn't actually have them in Git repos yet. Some of them were in Subversion, some were just piles of files on disk. A few of them shared a common set of files on the server, rather than using any sort of package management and proper dependency chain. Of course my more recent projects are much better packaged, but I had forgotten I had not always done things this way. Making each project a self-contained application with its own Git repo makes it easier to move them around to new servers later.Avoid using servers in the first placeThese days, we have many options for running applications without dealing with the underlying operating system. Google AppEngine (on which I currently run indiewebify.me and xray.p3k.io), Amazon Lambda (where I run ca3db), and Heroku to name a few. Once a service is running in infrastructure such as these, you can forget worrying about the underlying operating system updates, and focus on your application logic. The service providers will handle everything under the hood and you can forget that upgrading OpenSSL is a thing that needs to happen.
    continue reading...
    1 like
    Tue, Apr 5, 2016 7:02pm -07:00 #indieweb #server #migration #ops #database
  • Enabling Global Webmentions with Telegraph and Superfeedr

    You can use Telegraph to receive Webmentions when your site is linked to by any website tracked by Superfeedr, even if that site doesn't send Webmentions itself!
    continue reading...
    18 likes 2 reposts 1 bookmark 1 reply 5 mentions
    Sat, Feb 20, 2016 11:37am -08:00 #indieweb #superfeedr #pubsubhubbub #webmention #telegraph #p3k
  • Webmention writeup in The Register

    Today there was a nice writeup about Webmention in theregister.co.uk!http://www.theregister.co.uk/2016/02/18/remember_wordpress_pingbacks_the_w3c_wants_us_to_use_them_across_the_whole_web/The headline and subhead are a little rough, but the article gets better.
    continue reading...
    1 reply
    Thu, Feb 18, 2016 11:10am -08:00 #w3c #webmention
  • Going all in on self-hosting my code

    I just had a very pleasant experience installing and setting up Gogs.io on my server, so that I can self-host my private repositories.
    continue reading...
    19 likes 7 reposts 3 mentions
    Sat, Feb 13, 2016 9:50pm -08:00 #indieweb #git #github #gogs #gitlab #ownyourdata
  • Setting up HTTPS with Letsencrypt.org

    I use nginx to serve my HTTPS domains, and Letsencrypt support for nginx is still in beta. I also have a relatively specialized nginx config setup so I don't want any automated script messing with those files. Below are the steps I took to use the letsencrypt tool to generate and automatically renew a certificate for a domain.
    continue reading...
    10 likes 5 reposts 2 replies 3 mentions
    Mon, Dec 7, 2015 9:59am -08:00 #https #ssl #letsencrypt #indieweb
  • Decentralize the Web

    werd.io/2015/signed-feeds-pubsub-a-simple-verb-protocol-a-publisher-and
    continue reading...
    Sun, Oct 11, 2015 10:56am -07:00 #indieweb #rss #collection
  • The first ten tweets

    twitter.com/jack/status/20
    continue reading...
    Wed, Oct 7, 2015 6:48pm -07:00 #twitter #collection
  • Fun with QR Codes

    It's a little known fact that QR codes are actually quite tolerant of errors and missing pixels, so much so that you can completely cover up a bunch of them with junk and the code still scans fine. This is the principle behind the site I made, vanity-qrcode.com, which allows people to create QR codes with text overlaid on them.
    continue reading...
    20 likes 8 replies 4 mentions
    Mon, Oct 5, 2015 6:04pm -07:00 #qrcode
  • Another device on your network is using your computer's IP address

    continue reading...
    Sat, Sep 19, 2015 7:56am -07:00
  • Why I Live in IRC

    I have lived in IRC for about 7 years. What I mean by this is that IRC has been my primary hub for reading information online and interacting with people and systems. I don't use an RSS reader, I visit Twitter and Facebook only occasionally, and I try to limit my email usage to only business. Instead, I have created filters from various sources that send notifications to various IRC channels about things I am interested in.
    continue reading...
    Sat, Aug 29, 2015 3:55pm -07:00 #indieweb #irc
  • Example posts in German

    aaronparecki.com/replies/2012/11/19/1/devsummit
    continue reading...
    Thu, Jul 23, 2015 11:57am -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