83°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • ablaze https://micro.blog/ablaze   •   permalink

    @EddieHinkle My optimistic goal is to come up with some kind of regular rotation through my address book that prompts me to reach out to people directly to keep in touch. Seems like a lot of work, but if I actually care, it should be worth it.

    Aaron Parecki
    I know of at least one person who tracks her friendships on a spreadsheet in order to be better about reaching out to people individually.
    Portland, Oregon • 43°F
    Mon, Mar 26, 2018 11:36am -07:00
  • B-b-b-b-berkus http://www.databasesoup.com   •   Mar 26
    That would be great! Can you fill out the form so I can track you? Thank you!

    https://goo.gl/forms/uzoPA5tAdU5uIR8f1
    Aaron Parecki
    Great, done! 🍻
    Portland, Oregon • 43°F
    Mon, Mar 26, 2018 11:32am -07:00
  • Eddie Hinkle https://eddiehinkle.com/   •   permalink

    Ahh okay. Are you subscribing to repos or just your account’s notifications?

    Aaron Parecki
    The notifications feed is kinda a mess and doesn't actually show me what I want. I added the web hook to the "indieweb" org, as well as a bunch of individual repos. I wish there was a more global way to enable it though. All I really want is the exact list of emails they send me, but nothing in the API seems to have that!
    Portland, Oregon • 42°F
    Mon, Mar 26, 2018 10:48am -07:00
  • Chris https://www.chirpify.com/   •   Mar 26
    Agency/Video production Twitter: Unbeknownst to me, and later discovered, a local agency Airbnb'd my house out this weekend as a location for a commercial shoot. What's the market rate for that?
    Aaron Parecki
    Piles of money. Also this is likely against the AirBnB rules if you weren't informed about it and you should report them.
    Portland, Oregon • 42°F
    2 likes
    Mon, Mar 26, 2018 10:42am -07:00
  • kaushalmodi https://github.com/kaushalmodi   •   Mar 26

    Hello,

    Just confirming one more thing about the retrieved mentions using your API.

    Doing https://webmention.io/api/count?jsonp&target=https://scripter.co/git-diff-minified-js-and-css/, I get:

    {
      "count": 51,
      "type": {
        "like": 24,                                <----------
        "mention": 3,
        "reply": 4,
        "repost": 20                               <----------
      }
    }
    

    (The above is also seen here.)

    But the actual likes/retweets are 53/21. Does that mean that brid.gy somehow was unable to catch the likes/retweets completely?

    Aaron Parecki
    Yeah, there are quite a few limitations of what Bridgy can find thanks to the lack of a API support from Twitter. https://brid.gy/about#missing It's very likely that's what's causing this difference.
    Portland, Oregon • 42°F
    Mon, Mar 26, 2018 10:39am -07:00
  • https://twitter.com/fuzzychef
    Aaron Parecki
    @fuzzychef I unfortunately can't make tomorrow's Cloud Native meetup, but if you ever need a speaker on OAuth or web security, I'd be happy to come give a talk!
    Portland, Oregon • 42°F
    1 like
    Mon, Mar 26, 2018 10:03am -07:00
  • Zegnat https://github.com/Zegnat   •   Mar 26

    #168 New algorithm for plain text values

    Aaron Parecki
    If we publish this as 0.4.3-alpha I can relatively easily run it on Aperture for a while to see how it works.
    Portland, Oregon • 41°F
    Mon, Mar 26, 2018 9:20am -07:00
  • Eddie Hinkle https://eddiehinkle.com/   •   permalink

    How are these currently being imported into Microsub?

    Aaron Parecki
    I wrote a little script that handles GitHub's web hook and converts it to Microformats JSON for Aperture!
    Portland, Oregon • 41°F
    1 reply
    Mon, Mar 26, 2018 9:11am -07:00
  • Eddie Hinkle https://eddiehinkle.com/

    Using Twitter for OAuth 2.0 is just a first step into the IndieWeb. IndieAuth can technically support all sorts of login options (emails, mobile login, passwords, etc) @manton has expressed that he has plans for deeper IndieAuth integration in micro.blog, and David Shanske is currently working on an IndieAuth plug-in for WordPress that will allow the use of the Wordpress User/Pass to login to Quill and other Micropub clients

    Portland, Oregon • 41°F
    permalink (liked on Mon, Mar 26, 2018 9:11am -07:00)
  • 9:29pm
    Asleep
    4:32am
    Awake
    7h 03m
    Slept
    26m
    Awake for
    Portland, Oregon, USA
    Mon, Mar 26, 2018 4:32am -07:00
  • Aaron Parecki
    Contributions from: Belgium, New Zealand, United States
    Sun, Mar 25, 2018 7:20pm -07:00
  • ablaze https://micro.blog/ablaze   •   permalink

    @amit I’m not being fancy about the word “community” here. I’m talking about my actual people in my actual life. Deactivating FB has cut me off from them.

    Aaron Parecki
    This is why I've always been a proponent of the POSSE model, treating Twitter/FB as a copy of my data. I get to keep my data as well as stay connected to my community
    Portland, Oregon • 43°F
    Sun, Mar 25, 2018 11:01am -07:00
  • mikehaynes https://micro.blog/mikehaynes   •   permalink

    @aaronpk There currently isn't a way to set up a Micro.blog with Monocle is there? I get a Micropub error when I try.

    Aaron Parecki
    I'm kind of being mean posting all these teaser screenshots of Monocle 😉 It's still early alpha software, and I'm not yet ready to release it for wider use. I'll get there eventually though!
    Portland, Oregon • 40°F
    Sun, Mar 25, 2018 9:47am -07:00
  • Zegnat https://github.com/Zegnat   •   Mar 22

    #163 Run mf2/tests test suite with PHPUnit during default testing

    Aaron Parecki
    This is great, now what will it take to get all the tests to pass? 🙃
    Portland, Oregon • 40°F
    Sun, Mar 25, 2018 9:38am -07:00
  • Aaron Parecki
    I think it might be time to turn off email notifications from GitHub since it's nicer to read these in Monocle where I can reply inline!
    Portland, Oregon • 40°F
    1 like 3 replies
    Sun, Mar 25, 2018 9:26am -07:00 #monocle #indieweb
  • kaushalmodi https://github.com/kaushalmodi   •   Mar 25

    Basically, I don't need "pages" as I am parsing the whole JSON object. I am just looking for a way to get all mentions for a given post, without worrying about pages.

    Aaron Parecki
    I see... currently there is no "unlimited" option, so using a very large per-page number is the best option right now.
    Portland, Oregon • 40°F
    Sun, Mar 25, 2018 9:23am -07:00
  • aaronpk https://github.com/aaronpk   •   Mar 24

    #34 Fix paging

    Aaron Parecki
    Should be fixed in https://github.com/aaronpk/Aperture/commit/5ec998778131ba8c6548c947946deb6305693641
    Portland, Oregon • 40°F
    Sun, Mar 25, 2018 9:20am -07:00
  • kaushalmodi https://github.com/kaushalmodi   •   Mar 25

    #105 Limit on the number of webmentions reported by webmentions.io?

    Aaron Parecki
    Did you try using the paging and limit parameters in the API?

    https://github.com/aaronpk/webmention.io#paging
    Portland, Oregon • 39°F
    Sun, Mar 25, 2018 8:45am -07:00
  • Video sneak preview of Indigenous on #android: authentication, channel and items reading (basic); Oh and posting a note with image to my site :) #indieweb #drupal
    Portland, Oregon • 39°F
    Sun, Mar 25, 2018 5:05pm +02:00 (liked on Sun, Mar 25, 2018 8:14am -07:00)
  • 9:02pm
    Asleep
    6:34am
    Awake
    9h 32m
    Slept
    36m
    Awake for
    Portland, Oregon, USA
    Sun, Mar 25, 2018 6:34am -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