76°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • Ryan Barrett https://snarfed.org/   •   Feb 27

    Current status: iterating on PR docs with Google employees by emailing .doc files back and forth with edits. šŸ¤¦ā€ā™‚ļø

    (Save me Kevin, Bret, Quip!)

    Aaron Parecki
    wait... didn't they make a whole web app for this? It's called "docs" or something I think.
    San Francisco, California • 60°F
    Tue, Feb 27, 2018 2:21pm -08:00
  • Yuriy Dybskiy at #IterateConf http://dybskiy.com   •   Feb 27
    .@codinghorror on how 30 year olds are just like 3 year olds 😊
    Hi #iterateconf šŸ‘‹šŸ»
    Aaron Parecki
    šŸ‘‹
    San Francisco, California, USA
    1 like
    Tue, Feb 27, 2018 12:56pm -08:00
  • Dan-Q https://github.com/Dan-Q   •   Jan 21

    #175 Allow site owners to mark some rel="me" links as being unsuitable for contacting them

    Aaron Parecki
    This has been discussed a bit more on the IndieWeb wiki: https://indieweb.org/RelMeAuth#Consolidated_identities_do_not_carry_inherent_trust

    This is a question for the RelMeAuth spec, which indieauth.com implements. I like the idea, it's just a matter of figuring out the best rel value now.
    San Francisco, California, USA
    Mon, Feb 26, 2018 4:10pm -08:00
  • EdwardHinkle https://github.com/EdwardHinkle   •   Feb 14

    #75 Adding support for cross-site replies

    Aaron Parecki
    Stepping back a bit, I think we should look at the end goal from the users perspective.

    This seems to be a problem primarily when both people have their own website and their content is automatically pulled into micro.blog from their own feeds.

    With that in mind, the best solution is one which will require the least amount of behavior change as well as technical change on behalf of both people. This likely means micro.blog will have to do some additional work, but that seems appropriate since in this situation micro.blog is acting as an aggregator between two independent websites.

    The way micro.blog can best facilitate this kind of interaction would be to match up the replies itself, and not require any additional steps for the user replying. Since micro.blog is already consuming a feed from my site, if it encounters any posts in that feed with an in-reply-to url, micro.blog should check whether that url is one of its own, or whether it's indexed as a canonical url from someone's site that it has also previously pulled in. Then it can match up the conversation thread. If there is no match, then a perfectly acceptable first version would be to just ignore the post and not pull it in to micro.blog at all. This way neither the person replying nor the person being replied to need to fiddle with any markup or make additional feeds or make decisions about syndicating at each post.

    I believe JSONFeed has the concept of an in-reply-to url, but Atom/RSS do not. This means this feature will only work with JSONFeeds, but I think that is an acceptable compromise. Of course if micro.blog started consuming h-entrys that would also work but that's a different conversation.
    San Francisco, California, USA
    Mon, Feb 26, 2018 12:49pm -08:00 #microblog
  • Aaron Parecki https://aaronparecki.com/

    Portland to San Francisco

    Aaron Parecki
    Delayed. New estimated departure time is 10:15am.
    Portland, Oregon • 36°F
    Mon, Feb 26, 2018 9:07am -08:00
  • EdwardHinkle https://github.com/EdwardHinkle   •   Feb 25

    Awesome! Great to hear other areas where this has worked well. Do you have any thoughts between it just applying to channels and it applying to the posts? What does your IRC client do?

    (Originally published at: https://eddiehinkle.com/2018/02/25/5/reply/)

    Aaron Parecki
    I do think it should be a preference, tho maybe hidden by default is okay. The trick is once the channels without new content are hidden, you have to have a way to quickly show them again in case you want to be able to look at old content again.

    As for the posts: Slack, IRC clients, as well as Twitter, show all the posts, not just the unread ones. I don't think I personally would use the "show only new posts" feature except in certain cases such as when I suspect there might be some old unread posts that have been buried somehow. I prefer to have some visual indicator about whether a post has been read rather than hiding it completely. In either case, you'd need a quick way to toggle between showing all posts vs showing unread posts.
    Portland, Oregon, USA
    1 reply
    Sun, Feb 25, 2018 10:48am -08:00
  • EdwardHinkle https://github.com/EdwardHinkle   •   Feb 25

    #124 Add a setting or view button that hides/shows channels with no unread posts

    Aaron Parecki
    My IRC client also does this and it's great
    Portland, Oregon, USA
    1 reply
    Sun, Feb 25, 2018 6:20am -08:00
  • Eddie Hinkle https://eddiehinkle.com/   •   Feb 24

    That sounds good! šŸ¹

    Aaron Parecki
    It was! Vodka OJ and Cranberry frozen then shaved into a glass!
    Portland, Oregon, USA
    Sat, Feb 24, 2018 6:57pm -08:00
  • https://github.com/cleverdevil/together

    mark posts read button is sometimes missing

    I can't quite figure out the circumstances under which this happens, but sometimes the "mark posts read" button is missing even though there are a bunch of unread posts in the channel.
    continue reading...
    Sat, Feb 24, 2018 10:48am -08:00
  • Sandro Hawke http://www.w3.org/People/Sandro/   •   Feb 22
    I want a tool that shows me the top tweets each day/week, judged by RTs and Likes by the people on a list I curate (maybe with weights). Does this exist? Like/RT if you want it, too
    Aaron Parecki
    @waxpancake did essentially this for himself, and made it public: http://belong.io
    Portland, Oregon, USA
    2 likes
    Fri, Feb 23, 2018 5:53pm -08:00
  • Jonathan Yee https://github.com/jonyeezs   •   Feb 21
    Hi @aaronpk, "oauth-2-simplified" is a breath of fresh air when there are so many ways to do auth. This really simplifies it. I do have a question: Why would i still want to provide my client_secret for server-side when i can do without it to authenticate?
    Aaron Parecki
    Thanks! It's an additional layer of security. Without it, you need to use additional techniques such as strict redirect URL validation and even PKCE to compensate.
    Portland, Oregon, USA
    Wed, Feb 21, 2018 8:03pm -08:00
  • Nicolás Álvarez https://twitter.com/nicolas09F9   •   Feb 21
    @aaronpk where can I report errors in http://oauth.com?
    Aaron Parecki
    Feel free to send me an email https://aaronparecki.com/contact
    Portland, Oregon, USA
    Tue, Feb 20, 2018 8:04pm -08:00
  • EdwardHinkle https://github.com/EdwardHinkle   •   Feb 20

    #121 Add support for mp q=config destination

    Aaron Parecki
    This is exciting. This will motivate me to work on the multiple destination support I have in mind for my website!
    Portland, Oregon • 32°F
    Tue, Feb 20, 2018 6:41pm -08:00
  • EdwardHinkle https://github.com/EdwardHinkle   •   Feb 20

    Yep, exactly. Or a specialized app like Teacup that sends ate and drank posts. Those should still go through regardless.

    As you said, @manton, it's more of a suggestion but especially a suggestion for generalized Micropub application, as opposed to specialized.

    Aaron Parecki
    That makes sense, and also fits nicely with the idea of this as an extension rather than part of the base spec.
    Portland, Oregon, USA
    Tue, Feb 20, 2018 10:16am -08:00 #micropub
  • manton https://github.com/manton   •   Feb 20

    @aaronpk I'm glad you mentioned Post Type Discovery, because to me that is the part to focus on. It seems too complicated to require spelling out every property, like category or photo. If an endpoint doesn't support accepting a category on a new post, no harm done.

    What can we borrow from the Post Type Discovery spec that will help here? At the very least it seems like the Microformats class names should be consistent.

    In my example (https://indieweb.org/Micropub-brainstorming#Query_for_supported_vocabulary) I included what I view as the common actions from an app like Indigenous: like-of, repost-of, and bookmark-of, but bookmarks aren't actually mentioned in Post Type Discovery. I wonder if they should be, or are they not different enough from a regular post to list separately?

    Aaron Parecki

    Interesting, I didn't actually realize bookmark wasn't in Post Type Discovery. It looks like it was mentioned under "Other Types Under Consideration" before it was moved to the W3C repo. Now the W3C note links to the Kinds of Posts section on the IndieWeb wiki for that.

    The way we were adding things to the list of types in the algorithm was roughly based on how well-established the markup was in the wild. I am kind of surprised bookmarks didn't make that cut, but oh well.

    The one potential confusion here is that post types are not the same as h-* types, e.g. there is no h-reply because you use the in-reply-to property on h-entry to create a reply post. I think that just means we need to be explicit about what to call this. To build on your previous example, this could be a solution:

    {
      "post-types": [
        {
          "type": "note",
          "name": "Note"
        },
        {
          "type": "article",
          "name": "Blog Post"
        },
        {
          "type": "photo",
          "name": "Photo"
        },
        {
          "type": "video",
          "name": "Video"
        },
        {
          "type": "reply",
          "name": "Reply"
        },
        {
          "type": "like",
          "name": "Like"
        },
        {
          "type": "repost",
          "name": "Repost"
        },
        {
          "type": "rsvp",
          "name": "RSVP"
        },
        {
          "type": "bookmark",
          "name": "Bookmark"
        }
      ]
    }
    

    Clients should assume that if it's not in the list, then the server doesn't support it? Of course there needs to be some sensible behavior for servers that don't return this info at all.

    Would it make sense to omit note from this list since that's kind of a baseline? Or keep it in the list because it allows the client to customize the name of the button still?

    Portland, Oregon, USA
    Tue, Feb 20, 2018 9:22am -08:00 #micropub
  • snarfed https://github.com/snarfed   •   Feb 20

    ...also, of course, i've now realized that while this mf2py feature is great, it doesn't actually quite fix this issue, since this is on the consuming side, where i don't control the parser.

    @aaronpk, depending on your usage, you might consider asking granary for format=mf2-json instead of format=html, since that won't have this problem! i'm guessing you reported this on behalf of someone else who's seeing granary html output in a feed reader, though, so you don't have that luxury either.

    adding blank p-name is totally reasonable. will do.

    Aaron Parecki
    That's great news! And yes, I was specifically asking for the blank p-name property to be added to the HTML so that parsers that haven't updated for the new implied name parsing rules will still get a result that looks good.
    Portland, Oregon, USA
    Tue, Feb 20, 2018 6:53am -08:00
  • manton https://github.com/manton   •   Feb 20

    @EdwardHinkle Sounds great! I can implement it at any time on Micro.blog, although first I wonder if anyone has feedback on the JSON key names.

    Aaron Parecki

    One thing to note is these are all properties of the h-entry vocabulary, whereas other kinds of posts support totally different properties. Things like h-event or h-review where they are completely different things. Continuing down this path it would make sense to scope these properties to note that they are part of the h-entry vocabulary.

    The other question is how many of the supported properties would need to be defined? If not all of them, (e.g. photo, category, published) why these ones in particular?

    Is it because these correspond with post types? If that's the case, then maybe this should be somehow tied to the Post Type Discovery spec which spells out what properties map to what kinds of posts.

    In that case, it may make more sense to have the server advertise which of these post types it supports, and then clients would look at the spec to know which properties to send to create those posts.

    Portland, Oregon, USA
    Mon, Feb 19, 2018 5:59pm -08:00 #micropub
  • kaa https://micro.blog/kaa   •   permalink

    @aaronpk WAAAAAY to much work. @replies should just be an option that gets published on your site somewhere automatically. Feature request.

    Aaron Parecki
    Depends on your definition of "work". I don't host my site on micro.blog, so it's actually *way less work* to have micro.blog pull in my reply from the webmention I send. This way I don't have to do anything special to get my replies to micro.blog compared to how I have to do it for Twitter.
    Portland, Oregon, USA
    Sun, Feb 18, 2018 7:13pm -08:00
  • adrianizq https://micro.blog/adrianizq   •   permalink

    @aaronpk I added the webmentions plug in on my WP site. Just not exactly sure how to use it. Can you link an example?

    Aaron Parecki
    That should hopefully work! Try writing a new post in Wordpress and include a link to https://aaronparecki.com/2018/02/18/10/ in the post, then you should see the comment appear there!

    If you're having trouble, stop by the wordpress channel in the indieweb chat https://chat.indieweb.org/slack
    Portland, Oregon, USA
    Sun, Feb 18, 2018 3:07pm -08:00
  • adrianizq https://micro.blog/adrianizq   •   permalink

    @aaronpk I’m a complete noob. How do I do this???

    Aaron Parecki
    It works by making a post on your site first, which links to the micro.blog post you're replying to, then sending a Webmention for that link. There's some more info here: https://indieweb.org/Webmention
    Portland, Oregon, USA
    Sun, Feb 18, 2018 2:22pm -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