56°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • Kevin Marks http://known.kevinmarks.com/profile/kevinmarks   •   Jun 12
    The weird thing is that a lot of phones have an fm radio in, but it is disabled
    Aaron Parecki
    I've heard that. I don't think I can get a phone with a radio cheaper than I can get a plain radio tho.
    Portland, Oregon, USA
    Mon, Jun 12, 2017 7:41am -07:00
  • 10:52pm
    Asleep
    6:23am
    Awake
    7h 31m
    Slept
    20m
    Awake for
    Portland, Oregon, USA
    Mon, Jun 12, 2017 6:23am -07:00
  • https://mailarchive.ietf.org/arch/msg/oauth/h0ivzMZBHjXGi6HqcB0LYdR4skw
    OAuth Working Group
    Aaron Parecki
    I've seen this done a few ways:

    • The Device Flow: https://tools.ietf.org/html/draft-ietf-oauth-device-flow which is what you see on browserless devices like the Apple TV logging in to a cable provider from your phone. A short code is generated and displayed on the screen, you launch a browser on your phone and enter the code. This would work just as well from the command line on the same device.
    • I've also seen apps use the authorization flow, by displaying the authorization URL on the command line prompt and instructing the user to open it in a browser. The redirect URI is a hosted web page that displays the authorization code and instructs the user to paste it back at the terminal.
    • The command line app can launch an HTTP server on localhost and use that as the redirect URL for the authorization code flow. This option ends up being the most seamless since it works like a traditional flow without any special instructions to the user.
    Portland, Oregon, USA
    Sun, Jun 11, 2017 8:59pm -07:00 #oauth #oauth2
  • Aaron Parecki
    at Dollar Tree
    Portland, Oregon • Sun, June 11, 2017 2:35pm
    45.53616 -122.619461
    On an expedition to find an FM radio
    Portland, Oregon
    1 reply 1 Coin
    Sun, Jun 11, 2017 2:35pm -07:00
  • Sebastian Kippe https://updates.kip.pe/profile/basti

    I'll be in PDX for two weeks from next Thursday on. Visiting friends, going camping, attending IndieWebSummit, and hitting the taprooms. \o/

    Portland, Oregon
    Sat, Jun 10, 2017 9:57pm +00:00 (liked on Sun, Jun 11, 2017 6:56am -07:00)
  • 11:17pm
    Asleep
    6:23am
    Awake
    7h 06m
    Slept
    22m
    Awake for
    Portland, Oregon, USA
    Sun, Jun 11, 2017 6:23am -07:00
  • William Narmontas http://www.scalawilliam.com
    #IndieAuth is SO MUCH easier than OAuth! https://indieauth.com/developers
    No secret keys, etc, etc. Works against localhost!
    Portland, Oregon
    Sun, Jun 11, 2017 12:34am +00:00 (liked on Sat, Jun 10, 2017 8:43pm -07:00) #IndieAuth
  • Jeremy Keith https://adactio.com/

    Month maps

    Portland, Oregon
    Sun, Jun 4, 2017 6:57pm +00:00 (liked on Sat, Jun 10, 2017 6:17pm -07:00)
  • 11:03pm
    Asleep
    7:24am
    Awake
    8h 21m
    Slept
    13m
    Awake for
    Portland, Oregon, USA
    Sat, Jun 10, 2017 7:24am -07:00
  • Ride
    1.31mi
    Distance
    9:24
    Duration
    6:26pm
    Start
    6:36pm
    End
    Portland, Oregon
    Fri, Jun 9, 2017 6:36pm -07:00
  • Beer
    Fri, Jun 9, 2017 5:40pm -07:00
  • Cocktail
    Portland, Oregon, USA
    Fri, Jun 9, 2017 5:01pm -07:00
  • 10:02pm
    Asleep
    6:07am
    Awake
    8h 05m
    Slept
    22m
    Awake for
    Portland, Oregon, USA
    Fri, Jun 9, 2017 6:07am -07:00
  • Train
    3.45mi
    Distance
    15:11
    Duration
    4:54pm
    Start
    5:09pm
    End
    Portland, Oregon
    Thu, Jun 8, 2017 5:09pm -07:00
  • Ride
    0.46mi
    Distance
    3:12
    Duration
    4:46pm
    Start
    4:50pm
    End
    Portland, Oregon
    Thu, Jun 8, 2017 4:50pm -07:00
  • Aaron Parecki
    Sometimes I wonder if I have too many projects
    Portland, Oregon
    7 likes 1 reply
    Thu, Jun 8, 2017 1:46pm -07:00
  • vkb https://news.ycombinator.com/user?id=vkb   •   Jun 8

    Ask HN: What are we doing about Facebook, Google, and the closed internet?

    Aaron Parecki
    I am a member of the W3C Social Web Working Group (https://www.w3.org/wiki/Socialwg), and have been organizing IndieWebCamp (https://indieweb.org/) conferences in this space for the last 7 years. We've been making a lot of progress:

    • https://www.w3.org/TR/webmention/ - cross-site commenting
    • https://www.w3.org/TR/micropub/ - API for apps to create posts on various servers
    • https://www.w3.org/TR/websub/ - realtime subscriptions to feeds
    • More: https://indieweb.org/specs

    We focus on making sure there are a plurality of implementations and approaches rather than trying to build a single software solution to solve everything.

    Try commenting on my copy of this post on my website by sending me a webmention!
    Portland, Oregon
    1 like 2 mentions
    Thu, Jun 8, 2017 1:23pm -07:00 #indieweb
  • Aaron Parecki
    at Imperial
    Portland, Oregon • Thu, June 8, 2017 12:16pm
    45.521083 -122.678757
    Post-dentist cocktail
    Portland, Oregon
    1 reply
    Thu, Jun 8, 2017 12:16pm -07:00
  • 11:03pm
    Asleep
    7:12am
    Awake
    8h 09m
    Slept
    24m
    Awake for
    Portland, Oregon, USA
    Thu, Jun 8, 2017 7:12am -07:00
  • Λdrøn @ ¯\_(ツ)_/¯ http://blog.adron.me
    A first for @dotnetfringe! Thanks @aaronpk you rock my friend!!
    Portland, Oregon
    Wed, Jun 7, 2017 5:07pm -08:00 (liked on Wed, Jun 7, 2017 6:07pm -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