51°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • Gary https://twitter.com/every_daydad   •   Nov 13
    I would pay a lot of money for the new MacBook Pro 16 to have SD card slots.

    And by a lot I mean whatever let’s me stop using this dumb dongle 😳
    Aaron Parecki
    I really miss the SD card slot 😭
    Portland, Oregon • 48°F
    1 like
    Tue, Nov 12, 2019 9:10pm -08:00
  • Aaron Parecki
    ugh I am like 4 months behind on sorting photos out of my SD cards into their permanent home and I really think I need to do that before my next round of trips but it just sounds like a lot of work! 😭
    Portland, Oregon • 73°F
    1 reply
    Wed, Sep 4, 2019 2:17pm -07:00 #photos
  • Not Fake Adam Kalsey https://twitter.com/akalsey   •   Aug 1
    But they base64 encoded it, so that’s OK, right?
    Aaron Parecki
    not even 😭 the variable is called "client_secret"

    and worse, it's a bank
    Oregon City, Oregon
    Thu, Aug 1, 2019 10:56am -07:00
  • Michael Sullivan https://twitter.com/sull   •   Jun 18
    Powered by blockchain!
    Aaron Parecki
    😭
    London, England
    Tue, Jun 18, 2019 10:16pm +01:00
  • Heather Downing https://twitter.com/quorralyne   •   Feb 23
    That's actually one of our MacBook Pros I've got connected there :) but yes, the hardware power of a Linux or Windows based custom build is like half of the cost of that laptop.
    Aaron Parecki
    😭😭😭😭
    San Francisco, California • 51°F
    1 reply
    Fri, Feb 22, 2019 5:54pm -08:00
  • Cher πŸ’ https://twitter.com/codehitchhiker   •   Jan 30
    I'm regretting not just standing up a server with a single endpoint at this point lol
    Aaron Parecki
    Yeah that may be easiest 😭 I was hoping there was some service that allows unauthenticated requests but with arbitrary paths cause then you could write to like example.com/longrandomstringthatisasecret/key = value. But mebbe I don't understand exactly
    New Orleans, Louisiana • 42°F
    3 replies
    Tue, Jan 29, 2019 10:30pm -06:00
  • Alex Kearney πŸ‘©πŸΌ‍πŸ’»πŸ€– https://twitter.com/kongaloosh   •   Jan 7
    HMU with your #photography workflow. How do you keep your photos straight, especially over a time-span of decades?

    I'm particularly interested in how #indieweb folks approach this.
    Aaron Parecki
    Right now most of my old photos are in Flickr 😭

    I'm working on a new solution where I just store stuff on hard disks so it's easier to back up. I want to find a good organizational layer on top to add tags but haven't found anything I like yet.
    Portland, Oregon • 37°F
    1 like
    Mon, Jan 7, 2019 8:24am -08:00
  • CM Harrington https://localtalk.chat/@octothorpe   •   Aug 24

    oh gods… they made trying to muck about with the CSS ostensibly impossible. Every source file has its own unique ID attached to it, and all node-process-tastic. This is less fun.

    Aaron Parecki
    welcome to "modern" web development 😭
    Portland, Oregon, USA • 61°F
    Sun, Aug 26, 2018 5:19pm -07:00
  • Aaron Parecki
    at Ground Kontrol Classic Arcade
    Portland, Oregon • Fri, December 15, 2017 4:39pm
    45.523918 -122.675869
    Pouring one out for the little yellow buddy 😭🍻 #ripaim
    Portland, Oregon
    2 likes 1 reply 57 Coins
    Fri, Dec 15, 2017 4:39pm -08:00 #ripaim
  • Aaron Parecki
    That feeling when you have to install Java to run a program that validates XML epub files. 😭
    Portland, Oregon, USA
    4 likes 9 replies
    Wed, Nov 1, 2017 10:24am -07:00 #epub #java
  • Pete Holiday http://pete.holiday   •   Oct 17
    I’m looking forward to checking it out. I’ve spent more time than I care to admit with the OAuth spec. πŸ’€
    Aaron Parecki
    @toomuchpete me too. me too. 😭
    Portland, Oregon, USA
    1 like
    Tue, Oct 17, 2017 5:25pm -07:00
  • Aaron Parecki https://aaronparecki.com/   •   Sep 25
    I had forgotten that at one point the twitter search page looked like google. #twitterbook
    Aaron Parecki
    Oh man, "Track searches with RSS" and shown in Google Reader. RIP Open Web 😭😭 #twitterbook
    Portland, Oregon, USA
    7 likes 3 reposts 1 reply
    Mon, Sep 25, 2017 7:01pm -07:00 #twitterbook
  • Aaron Parecki
    OH: "Geocities? I don't really know what that is. I just know that old people used it." 😭😭😭
    Portland, Oregon, USA
    10 likes 4 reposts 2 replies
    Fri, Jun 30, 2017 6:43pm -07:00 #indieweb
  • Sebastiaan Andeweg https://seblog.nl   •   May 14

    At one point yesterday, I understood the difference between IndieAuth, IndieAuth and IndieAuth. I believe I reached that point again, almost.

    Aaron Parecki
    πŸ˜‚πŸ˜‚πŸ˜­
    Düsseldorf, Nordrhein-Westfalen, DEU
    Sun, May 14, 2017 11:55am +02:00
  • Patrick Schaller http://F3Development.com   •   May 4
    Sorry, I meant I'm being told the URL can't be visible and they are holding up other mobile apps login as examples that do not show it.
    Aaron Parecki
    @rogue__leader Yeah sorry, 140 chars isn't enough 😭

    Before SFSafariView, the only way to securely do OAuth was to launch the native Safari browser. This meant you'd get bounced out of the app, which a lot of developers didn't want to do to their users. I don't disagree that this was a bad experience, and plenty of people feel the same.

    What ended up happening is people instead started embedding the WebView into their apps, in order to avoid having their users bounce out of the app and come back. The compromise in this case is that people would have to type their password to log in, because the embedded WebView doesn't share cookies with the system browser.

    It took Apple a long time to roll out SFSafariView, so there are just a lot of apps out there that still have the embedded WebView.

    Advantages of WebView:
    • Does not make the user leave the app to complete the OAuth flow

    Problems with WebView:
    • User has no way to verify they are on the real website, so phishing attacks are undetectable
    • Does not share system cookies, so users have to type their password every time

    Advantages of SFSafariView:
    • Does not make the user leave the app to complete the OAuth flow
    • The user can see the address bar so can verify they're on the correct website
    • Shares system cookies, so the user won't have to type their password if they've already signed in using the native Safari app

    I should probably turn this into a proper blog post.
    Portland, Oregon
    2 replies
    Thu, May 4, 2017 10:47am -07:00 #oauth2
  • Paul C Pederson http://paulcpederson.com/   •   Apr 20
    Haha I literally just started using this πŸ˜‚
    Aaron Parecki
    @paulcpederson πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜­
    Portland, Oregon
    Thu, Apr 20, 2017 4:56pm -07:00
  • Aaron Parecki
    why 😭 @DropboxSupport
    Portland, Oregon, USA
    3 replies
    Thu, Mar 2, 2017 4:46pm -08:00 #dropbox
  • Aaron Parecki
    Welp. That's an awesome "welcome to the neighborhood" a week after moving in. 😭 So much for the "secure" courtyard bike parking.
    Portland, Oregon, USA
    4 likes 59 replies
    Thu, Dec 1, 2016 7:38pm -08:00 #sbd #stolen
  • Aaron Parecki
    Finally have a free evening and home before 7pm. Which of my 12 active projects should I work on tonight? πŸ˜‚πŸ˜­
    Portland, Oregon, USA
    9 likes 6 replies
    Thu, Jun 16, 2016 6:15pm -07:00
  • Aaron Parecki
    at Weissman Dental
    Portland, Oregon • Wed, December 17, 2014 8:00am
    45.519222 -122.683982
    😬😭
    Portland, OR, United States
    Wed, Dec 17, 2014 8:00am -08: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