98°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • To PESOS or to POSSE? | Dries Buytaert (dri.es)
    Tue, Feb 6, 2018 6:55am -08:00 #indieweb
  • EdwardHinkle https://github.com/EdwardHinkle   •   Feb 6

    #100 Add a “Save for Later” feature

    Aaron Parecki
    This is a really cool idea. I think there's some good potential here, gonna need to think about this some. I'm hoping to make some more progress on this this week.
    Portland, Oregon, USA • 56°F
    Mon, Feb 5, 2018 7:31pm -08:00
  • Jeremy Keith https://adactio.com/

    Why Haven’t We Seen A Photograph Of The Whole Blockchain Yet?

    Portland, Oregon • 54°F
    Sun, Feb 4, 2018 5:14pm +00:00 (liked on Sun, Feb 4, 2018 8:38pm -08:00)
  • Guilherme Rambo http://9to5mac.com
    When you use Safari to generate passwords, thank the person at Apple that had to go through popular websites and register their password requirements
    Portland, Oregon • 56°F
    Fri, Feb 2, 2018 8:10pm -02:00 (liked on Sat, Feb 3, 2018 5:44pm -08:00)
  • Rich Griese http://RichGriese.NET
    Let the revolution begin! https://indieweb.org/Webmention Looks like a system that facilitates comments & other community functionality between independent websites. Will the term webmention become as universal as RSS? Looks like Wordpress & Drupal already have plugins. #AwesomeHope
    Portland, Oregon • 55°F
    Sat, Feb 3, 2018 2:34pm -05:00 (liked on Sat, Feb 3, 2018 11:35am -08:00) #AwesomeHope
  • Rebekah πŸ’₯ Monson http://rebekahmonson.com
    Why we need indieweb? Bc we're at peak silo now. We want you to own your identity online. -@t #PDF14 http://t.co/y4TKdL3UqN
    Portland, Oregon • 58°F
    Thu, Jun 5, 2014 11:01am -05:00 (liked on Fri, Feb 2, 2018 3:00pm -08:00) #PDF14
  • Aaron Parecki
    at Rust Coffee Lounge
    Portland, Oregon • Fri, February 2, 2018 6:11am
    45.539224 -122.618192
    Ran out of coffee at home β˜•οΈπŸ˜¨
    Portland, Oregon • 50°F
    75 Coins
    Fri, Feb 2, 2018 6:11am -08:00
  • Aaron Parecki
    at Imperial
    Portland, Oregon • Thu, February 1, 2018 12:32pm
    45.521108 -122.678698
    Post-dentist treat
    Portland, Oregon • 50°F
    2 Coins
    Thu, Feb 1, 2018 12:32pm -08:00
  • Aaron Parecki
    at Weissman Dental
    Portland, Oregon • Thu, February 1, 2018 9:57am
    45.519157 -122.683784
    😬
    Portland, Oregon • 47°F
    8 Coins
    Thu, Feb 1, 2018 9:57am -08:00
  • Aaron Parecki
    at Little Big Burger
    Portland, Oregon • Wed, January 31, 2018 11:33am
    45.550131 -122.67576
    Early lunch πŸ”
    Portland, Oregon • 47°F
    6 Coins
    Wed, Jan 31, 2018 11:33am -08:00
  • EdwardHinkle https://github.com/EdwardHinkle   •   Jan 31

    #91 If in-reply-to is not on a post, but an in-reply-to tag exists in the post, add that to the post’s in-reply-to property

    Aaron Parecki
    Did you find an instance of this? This shouldn't happen by definition, since any in-reply-to Microformats property in the post would cause it to appear in the Microsub post. This is in contrast to photos, where an img tag can exist in the content that does not have u-photo so does not get set as the photo property of the Microsub post
    Portland, Oregon, USA • 41°F
    Tue, Jan 30, 2018 9:05pm -08:00
  • Aaron Parecki
    at Alchemy Code Lab
    Portland, Oregon • Tue, January 30, 2018 5:36pm
    45.523394 -122.680919
    Setting up for #donutjs
    Portland, Oregon • 50°F
    42 Coins
    Tue, Jan 30, 2018 5:36pm -08:00 #donutjs
  • EdwardHinkle https://github.com/EdwardHinkle   •   Jan 30

    My first thought is concerning potentially writing posts offline. I think I would like to be able to query my micropub endpoint and get an array of contacts, in the same way I can get an array of syndication targets. This allows the ability to be writing a post offline and to power either person tagging or @-mentioning.

    Right now you can only have one draft post at a time (if you click cancel while writing a post, it will ask if you want to save you post as a draft, if so it will auto-fill the form when you open it back up again).

    Eventually I would like if you are offline to click "Post" and to have it auto-post when it gets internet again. So in those cases I would want to be able to handle all nickname cache stuff on device after the initial login (and maybe periodically refetching the cache every couple of days or something).

    I can see how it could be useful to query the server with the string so far in a situation where you know you have internet.

    Aaron Parecki
    Yeah the offline case makes sense for sure. I guess i was just worried the list of names might get too big. So maybe the client needs a mechanism to sync the list and keep it updated.
    Portland, Oregon, USA • 50°F
    Tue, Jan 30, 2018 3:08pm -08:00
  • https://github.com/aaronpk/Monocle

    Aggregate travel plans from people

    Like an indie Dopplr
    continue reading...
    Tue, Jan 30, 2018 3:00pm -08:00
  • EdwardHinkle https://github.com/EdwardHinkle   •   Jan 30

    #90 Allow a channel to be filtered

    Aaron Parecki
    There's a Microsub issue about this: https://github.com/indieweb/microsub/issues/6

    I think this would best be done on the server, so that it's consistent across all clients. It's also something that a particular Microsub server could implement on its own, just that clients would not have a way to configure the filters.
    Portland, Oregon, USA
    Tue, Jan 30, 2018 2:32pm -08:00
  • EdwardHinkle https://github.com/EdwardHinkle   •   Jan 30

    #84 Add suggested auto-complete from Nicknames Cache when typing @...

    Aaron Parecki
    There's a brainstorming issue for Micropub to have a way to query a site's nicknames cache https://indieweb.org/Micropub-brainstorming#Query_for_contacts
    Portland, Oregon, USA
    Tue, Jan 30, 2018 2:27pm -08:00
  • EdwardHinkle https://github.com/EdwardHinkle   •   Jan 30

    #83 Add follow action in Share Sheet

    Aaron Parecki
    This begs the question of whether Microsub should provide a feed discovery feature like XRay has implemented. Monocle also uses XRay for this so you can subscribe from its UI.
    Portland, Oregon, USA
    Tue, Jan 30, 2018 2:25pm -08:00
  • https://github.com/indieweb/microsub

    Priority follows

    This might not end up being a feature of the Microsub spec, since any individual Microsub server could implement this, but let's document it here to see how widely this concept gets implemented.
    continue reading...
    Tue, Jan 30, 2018 12:02pm -08:00
  • EdwardHinkle https://github.com/EdwardHinkle   •   Jan 30

    #81 Think through if there is a way to create priority follows?

    Aaron Parecki
    I do like that feature of Overcast. Castro does it too. I'm not quite sure how to translate this into Microsub yet, but it'd be worth thinking about.
    Portland, Oregon, USA • 49°F
    Tue, Jan 30, 2018 12:00pm -08:00
  • EdwardHinkle https://github.com/EdwardHinkle   •   Jan 30

    Yeah, exactly. On timeline can you provide both a before AND after token? You definitely would want to be able to specify both in the "timelineCounts" method.

    Aaron Parecki
    Yeah right now it will actually work with both before and after tokens. I guess that isn't made explicit in the spec, but it was just as easy to have the code work that way.
    Portland, Oregon, USA • 49°F
    Tue, Jan 30, 2018 11:49am -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