56°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • Gargron https://github.com/Gargron   •   Jul 6

    Yep I just discovered that. Could just remove those particular tests...

    Aaron Parecki
    That would work 😃

    The only downside to this change is until the rest of the mf2 parsers are updated they'll be getting bad parse results from Mastodon permalinks. Could be good incentive to hurry up on updating those parsers tho 😂
    Portland, Oregon, USA • 86°F
    Thu, Jul 5, 2018 5:23pm -07:00
  • Gargron https://github.com/Gargron   •   Jul 5

    But what about posts with no CW?

    Aaron Parecki
    The thing that stopped me from sending a PR for this is that the Ruby parser doesn't have the updated rules, so it's not possible to create a good test case in Mastodon for the changes. Just removing the class right now will break a bunch of tests that are expecting the name property.
    Portland, Oregon, USA • 86°F
    Thu, Jul 5, 2018 4:53pm -07:00
  • Gargron https://github.com/Gargron   •   Jul 5

    But what about posts with no CW?

    Aaron Parecki

    Posts with no CW would end up with just a content property. According to the new parsing rules, those look just like normal content-only posts and sites don't see a name property and treat them as normal text/microblog/toot/tweet posts.

    Portland, Oregon, USA • 86°F
    Thu, Jul 5, 2018 4:51pm -07:00
  • Gargron https://github.com/Gargron   •   Jul 5

    I read somewhere p-name is no longer necessary?

    Aaron Parecki

    A change in the Microformats parsing spec from a few months ago reduced the cases where parsers would auto-generate a name property if there wasn't one in the original markup.

    Previously, when the name was autogenerated, people ended up having to add an explicit name property to the HTML in order to avoid weird broken-looking names. Now that this change is approved and implemented in a couple parsers, things are working a lot better. I believe the Ruby parser has not yet implemented this change, but it's in the Python and PHP ones.

    Certainly one option is Mastodon could just remove the p-name class, since the newer parsers would end up seeing those posts with just the summary and content properties.

    Since afaik no Microformats consumers have the concept of CW/spoiler posts yet, this does raise the issue of how to provide a good fallback behavior for consumers that don't understand spoiler posts. My thought with moving the p-name class to the same element as p-summary is that the current consumers will see it as an "article", most likely only showing the name of the article. Here's an example of how my site renders comments that have a name (whether or not there is also summary or content)

    Similarly, here's what my site shows when I'm replying to a post that has a name:

    If the p-name class is used only for the CW/spoiler preview text, then my site wouldn't show the full content in either the reply context or as a comment, which seems like the safest fallback behavior.

    Portland, Oregon, USA • 86°F
    9 replies
    Thu, Jul 5, 2018 4:43pm -07:00
  • Jamey Sharp https://toot.cat/@jamey   •   Jul 5

    I want to build a quick little web site for a thing and I'm facing analysis paralysis over which programming language to write it in, augh 😠

    Aaron Parecki
    Which language would be the easiest for you to deploy and maintain going forward?
    Portland, Oregon • 80°F
    1 like 1 reply
    Thu, Jul 5, 2018 2:59pm -07:00
  • Carl Hancock 🚀 http://www.gravityforms.com   •   Jul 5
    There are obviously ways to do it. But the problem is it introduces friction. Users have to do X before they can do Y. Instead of just being able to connect an app to their WP site without having to install additional tools. WP needs a core solution for authentication.
    Aaron Parecki
    Absolutely. I was more implying that someone should take this plugin and move it into core as a quick way to get OAuth into WordPress, since the work is already done.
    Portland, Oregon, USA • 80°F
    1 like 17 replies
    Thu, Jul 5, 2018 2:39pm -07:00
  • DΛVID V3.0.5 https://davidwolfpaw.com/   •   Jul 5
    Similarly, if I had the proper skillset I'd love to push for more methods to be included like OpenID and IndieAuth.
    Aaron Parecki
    Check out the work done on the IndieAuth plugin: https://wordpress.org/plugins/indieauth/

    It also works as authentication for the REST API. IndieAuth has the benefit of not needing to pre-register clients, so it is actually useful in a distributed setting like how WordPress works.
    Portland, Oregon • 80°F
    5 likes 20 replies
    Thu, Jul 5, 2018 2:34pm -07:00
  • Jonathan LaCour https://cleverdevil.io/profile/cleverdevil

    Indiepaper for macOS

    Portland, Oregon • 77°F
    Thu, Jul 5, 2018 8:11pm +00:00 (liked on Thu, Jul 5, 2018 1:21pm -07:00)
  • Aaron Parecki
    Contributions from: Germany, United States
    Thu, Jul 5, 2018 12:24pm -07:00
  • name.com http://www.name.com
    That one time when we bought ice cream for @t of @mozilla to explain how to make the Internet a better place. #IndieWeb #POSSE
    Portland, Oregon • 66°F
    Thu, Jul 5, 2018 5:16pm +00:00 (liked on Thu, Jul 5, 2018 10:22am -07:00) #IndieWeb #POSSE
  • zoglesby https://github.com/zoglesby   •   Jul 5

    #71 Missing Channel

    Aaron Parecki
    In Together, the notifications channel is the little bell icon in the top right corner!
    Portland, Oregon, USA • 63°F
    2 replies
    Thu, Jul 5, 2018 9:04am -07:00
  • Danielle McLean https://00dani.me/

    lemoncurry 1.10.0: what's new and what's next?

    Portland, Oregon • 63°F
    Wed, Jul 4, 2018 11:51pm +00:00 (liked on Thu, Jul 5, 2018 8:44am -07:00) #lemoncurry
  • Eddie Hinkle https://eddiehinkle.com/

    Phew! After long awaited anticipation, I’ve built in a draft version of automated webmentions into my site, so now when I like and reply things from my Social Reader my site will send out a webmention immediately. No more 1-2 delays in my replies 😁🎉

    Portland, Oregon • 63°F
    permalink (liked on Thu, Jul 5, 2018 8:43am -07:00)
  • 10:28pm
    Asleep
    7:14am
    Awake
    8h 46m
    Slept
    27m
    Awake for
    Portland, Oregon, USA • 63°F
    Thu, Jul 5, 2018 7:14am -07:00
  • Aaron Parecki
    Contributions from: Germany, United States
    Wed, Jul 4, 2018 2:36pm -07:00
  • cactus https://github.com/cactus   •   Jul 4

    go-camo was indeed originally intended to proxy only images, for two reasons: 1) the camo project it was inspired by only proxied images 2) my use-case at the time only required proxying of images

    Later, a fork was created by a user to additionally proxy fonts and css. I wasn't comfortable including those in go-camo -- see discussion on https://github.com/cactus/go-camo/issues/20.

    In my experience, video files are "usually" either linked (by url, no content warning), uploaded (service hosts it, so no content warning), or inlined from some hosting service (eg. youtube, vimeo; ssl provided by service). Video files are also generally much larger than image content.

    Can you further describe your use-case/requirements for proxying video?

    Aaron Parecki

    Ah, I can see why css/js could be an issue for some uses.

    I'm using this on the server side of my new social reader application so that all image/video URLs presented to the reader apps are https and from the same origin. The videos come from either Instagram, Twitter, or peoples' own blogs hosting video files directly. Because the majority of the content is twitter-like short posts, the video files are normally always under a minute long so they aren't actually that big.

    Portland, Oregon, USA • 78°F
    Wed, Jul 4, 2018 2:02pm -07:00
  • sknebel https://github.com/sknebel   •   Jul 4

    Looking at this again, I'm not sure what a good spot for a general note would be.

    If you ok it I'd prepare a pull request adding the header to the examples?

    Aaron Parecki

    At the very least adding the Accept header to the examples is a good place to start, go for it!

    Portland, Oregon, USA • 78°F
    Wed, Jul 4, 2018 1:58pm -07:00
  • gRegorLove https://github.com/gRegorLove   •   Jul 4

    #179 Move this repo to the microformats github org

    Aaron Parecki
    Nope, I also don't have permission to create repositories on the Microformats org on GitHub.
    Portland, Oregon • 78°F
    Wed, Jul 4, 2018 1:56pm -07:00
  • Aaron Parecki
    One more newline test.

    Apparently the last change broke how my posts display in Mastodon, this should look better now.
    Portland, Oregon, USA • 78°F
    2 likes 1 reply
    Wed, Jul 4, 2018 11:35am -07:00
  • Aaron Parecki
    Testing out a fix for my whitespace bug.

    This should look better on micro.blog now.
    Portland, Oregon, USA • 78°F
    Wed, Jul 4, 2018 11:19am -07:00 #p3k
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