74°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • It’s weirdly hard to steal Mark Zuckerberg’s trash | The Outline (theoutline.com)
    Tue, Apr 3, 2018 9:43am -07:00 #privacy #facebook
  • GNARBOX 2.0 SSD – Rugged backup device for your camera by GNARBOX (www.kickstarter.com)
    Tue, Apr 3, 2018 7:19am -07:00 #kickstarter
  • How HomeKit's software authentication works (www.imore.com)
    Tue, Apr 3, 2018 6:15am -07:00 #ios #security #homekit
  • 9:26pm
    Asleep
    4:28am
    Awake
    7h 02m
    Slept
    17m
    Awake for
    Portland, Oregon, USA
    Tue, Apr 3, 2018 4:28am -07:00
  • 152.3lbs
    Weight
    17.8%
    Body Fat
    Portland, Oregon • 50°F
    Mon, Apr 2, 2018 7:24pm -07:00
  • gerwitz https://github.com/gerwitz   •   Apr 2

    I have no strong opinion here, 501 arose from discussion on the IWC Slack.

    My API experience falls into REST and deep-stack buckets. Micropub is lighter weight than any non-REST protocol I've used or implemented over HTTP, so it "feels" right for it to act RESTy.

    To defend my recommendation, if it's not appropriate to use HTTP codes, why does the spec call for the use of 4xx codes, rather than replying with a 2xx that includes error details?

    Aaron Parecki
    The 4xx codes were inherited from OAuth 2.0, which defines a few 4xx codes when using access tokens, https://tools.ietf.org/html/rfc6750#section-3.1 and using 400 as a catch-all for any client errors.
    Portland, Oregon • 45°F
    Mon, Apr 2, 2018 10:10am -07:00
  • https://github.com/aaronpk/Aperture

    Add option to deduplicate entries within a channel across sources

    Currently each source is treated independently, and if two sources end up having the same entry, the entry will appear twice in the channel. This is only a problem when for example I add a Twitter search from granary.io as a source, as well as have my streaming search script running, and a tweet matches both.
    continue reading...
    Mon, Apr 2, 2018 6:50am -07:00 #aperture
  • 8:47pm
    Asleep
    4:30am
    Awake
    7h 43m
    Slept
    22m
    Awake for
    Portland, Oregon, USA
    Mon, Apr 2, 2018 4:30am -07:00
  • Aaron Parecki
    Contributions from: Germany, Netherlands, New Zealand, Russian Federation, United States
    Sun, Apr 1, 2018 10:36pm -07:00
  • Eddie Hinkle https://eddiehinkle.com/   •   permalink

    That’s funny, I have that tag query support on my list both for my site and for Indigenous as well!

    Aaron Parecki
    Out of curiosity, how long has it been on your list? Cause it's been on mine for a long time but I guess I haven't quite felt annoyed enough by having to type out the full tag to go implement this.
    Portland, Oregon • 45°F
    1 reply
    Sun, Apr 1, 2018 7:23pm -07:00
  • Randall Degges https://www.rdegges.com
    One of my favorite Python sites just shared my new article ^^
    Portland, Oregon • 43°F
    Sun, Apr 1, 2018 3:33pm -07:00 (liked on Sun, Apr 1, 2018 5:38pm -07:00)
  • Chris https://chrisbeckstrom.com   •   Apr 1
    Replied to reply to https://aaronparecki.com/2018/01/06/13/code-snippets

    This is great, thanks for creating such a useful tool! Do you also host your own git repo, and if so, how do you integrate that into your website?

    I use gitlist (https://github.com/klaussilveira/gitlist) but it’s not integrated into my site at all.

    Also on:
    Aaron Parecki
    Thanks! My code snippets aren’t backed by a special git repo like gists are. They’re just stored with my regular posts. Those are part of the git repo storing my full site’s content, so I do have versioning if I try hard enough, but version control isn’t specifically a feature of this yet.
    Portland, Oregon • 43°F
    1 mention
    Sun, Apr 1, 2018 5:37pm -07:00
  • Jon Mitchell https://jonmitchell.net/micro/?author=50537478e4b0e1565e12dbbe

    Ok yeah you should all switch to Cloudflare’s new DNS right now

    FullSizeRender.jpg
    Portland, Oregon • 43°F
    Sun, Apr 1, 2018 12:00am +00:00 (liked on Sun, Apr 1, 2018 4:58pm -07:00)
  • First Quarter 2018 in Review

    JanuaryEvents
    continue reading...
    1 like 3 mentions
    Sun, Apr 1, 2018 4:42pm -07:00 #review
  • https://github.com/aaronpk/Compass

    add geofencing support

    I'd like to be able to define geofences and rules that will run whenever a fence is entered or exited.
    continue reading...
    Sun, Apr 1, 2018 1:53pm -07:00
  • https://github.com/aaronpk/Aperture

    create meta-channel with h-events for upcoming birthdays

    Given your (or a channel's) following list, find birthdays, then create h-events for upcoming birthdays. A microsub client that shows events will be able to show upcoming birthdays without understanding birthdays specifically. Could also index your website's nicknames cache to find birthdays there. or maybe provide a way to sync to Google Contacts even.
    continue reading...
    Sun, Apr 1, 2018 1:38pm -07:00
  • https://github.com/aaronpk/Aperture

    Store feed metadata

    Feeds include additional data such as a name, image and description. In the case of podcast feeds, the podcast artwork is a critical component of the feed and should be presented when viewing entries from the feed.
    continue reading...
    Sun, Apr 1, 2018 1:02pm -07:00
  • https://github.com/aaronpk/XRay

    Recognize podcast artwork as author photo

    Sun, Apr 1, 2018 1:00pm -07:00
  • https://github.com/aaronpk/Aperture

    provide a UI to move a feed into a different channel

    should move all existing entries from the old channel to the new channel
    continue reading...
    Sun, Apr 1, 2018 12:53pm -07:00
  • https://github.com/aaronpk/Aperture

    add IndieAuth login to channels

    Currently you can add an "API Key" in order to write content into channels. This is actually Aperture acting as a Micropub endpoint. It should be possible to log in to existing Micropub clients as one of these API keys, doing the IndieAuth flow and resulting in providing the client with the API key. This would provide a way to set up fancier integrations without copying and pasting tokens.
    continue reading...
    Sun, Apr 1, 2018 12:41pm -07:00
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