59°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • aaronpk https://github.com/aaronpk   •   Jan 2

    #80 PESOS github activity

    Aaron Parecki
    This doesn't feel as important anymore now that I am able to create issues and comments by posting on my website first. I don't even know how I would want to represent the other kinds of activity on my site.
    Portland, Oregon • 43°F
    Sun, Apr 1, 2018 9:32am -07:00
  • gerwitz https://github.com/gerwitz   •   Apr 1

    #105 Define error code for unaccepted posts

    Aaron Parecki
    I'm really on the fence about using HTTP 5xx responses to indicate any sort of application-level information. Currently any time a client gets an HTTP 5xx error, it can assume something went wrong with the *transport* of the request, such as a gateway timeout.

    In REST APIs, HTTP 501 indicates that the HTTP method itself is unsupported, which in this case is a POST request. Micropub is not a REST API though, so I would be worried that a 501 could inadvertently indicate to a client that a POST request is not supported.

    Can you find examples of other non-REST APIs that use HTTP 501 for this feature? I wouldn't want to recommend 501 unless there are existing examples of other non-REST or RPC APIs using it.
    Portland, Oregon • 43°F
    Sun, Apr 1, 2018 6:49am -07:00 #micropub
  • ravisagar http://ravisagar.in   •   Mar 31
    Implemented GPS based location checkins on my Drupal site #IndieWeb http://go.ravi.pro/upcvt
    Aaron Parecki
    Very cool! Always exciting to see more people doing this kind of thing!
    Portland, Oregon • 57°F
    1 like
    Sat, Mar 31, 2018 8:32pm -07:00
  • Eddie Hinkle https://eddiehinkle.com/   •   permalink

    This is a great analysis on the ability to import and export posts via Micropub/mf2. The benefit of that is even private posts can be exported! I definitely want to think through this more

    Aaron Parecki
    Looks like something went wrong with that link. I'm super curious what this is about tho!
    Portland, Oregon • 57°F
    1 reply
    Sat, Mar 31, 2018 8:29pm -07:00
  • https://github.com/snarfed/granary

    Whitespace tags stripped from plaintext values

    I recently switched my website to include <br> tags instead of newlines for my notes. This means I now have HTML markup like
    continue reading...
    Fri, Mar 30, 2018 4:19pm -07:00 #granary
  • kaushalmodi https://github.com/kaushalmodi   •   Mar 30

    Thanks for confirming! Does this issue need to stay open?

    Aaron Parecki
    Nope! No problem here!
    Portland, Oregon • 49°F
    Fri, Mar 30, 2018 9:56am -07:00
  • kaushalmodi https://github.com/kaushalmodi   •   Mar 30

    I just checked https://pin13.net/mf2/?url=https://scripter.co/, and there the h-feed > p-name is detected correctly. 🙌

    image


    So I am guessing that just the xray website update is pending? Sorry for the noise if so.

    Aaron Parecki
    Yep your site looks good now! XRay doesn't return the "name" of any feeds right now. Looks good in the raw microformats parsed result though!
    Portland, Oregon • 47°F
    Fri, Mar 30, 2018 9:42am -07:00
  • gRegorLove https://github.com/gRegorLove   •   Mar 30

    https://github.com/aaronpk/XRay appears to parse description and summary but not content.

    @aaronpk: thoughts on updating it to prefer content?

    Aaron Parecki
    I'd be happy to update it! Pretty sure I just followed the spec when deciding which to look for in the first place
    Portland, Oregon • 54°F
    Thu, Mar 29, 2018 10:06pm -07:00
  • Aaron Parecki https://aaronparecki.com/   •   Mar 29
    #PDXNode meetup!
    Aaron Parecki
    Demoing my reader at pdxnode!
    Portland, Oregon • 51°F
    Thu, Mar 29, 2018 9:17pm -07:00
  • permalink

    Coffee and work at Apanas this morning, then checked out the new Amazon Books store. Bigger than I expected and very nice.

    91035fff988e4828b0786e36ffb28053.jpg

    → 2018/03/29 3:49 pm
    Aaron Parecki
    wow amazon has a real bookstore now??
    Portland, Oregon • 51°F
    Thu, Mar 29, 2018 9:16pm -07:00
  • https://github.com/indieweb/php-mf2/pull/169#issuecomment-377331450
    Aaron Parecki
    Yes, i will be launching it in all my apps shortly!
    Portland, Oregon • 51°F
    Thu, Mar 29, 2018 12:01pm -07:00
  • Zegnat https://github.com/Zegnat   •   Mar 28

    #169 Add support and test for alternative HTML5 parser

    Aaron Parecki
    Tests are passing both with and without the new html5 parser!
    Portland, Oregon • 51°F
    Thu, Mar 29, 2018 10:48am -07:00
  • alans https://micro.blog/alans   •   Mar 25

    @aaronpk Cool! Congrats. But it looks like something in the link parsing went awry, as the github link is 404. (It got cut off at one of the dots.)

    Aaron Parecki
    wow, good catch! Looks like my autolinker doesn't understand dots!
    Portland, Oregon • 47°F
    Thu, Mar 29, 2018 10:30am -07:00
  • Eric Holscher http://ericholscher.com   •   Mar 28
    Walking for meetings is my daily routine. I love it.
    Aaron Parecki
    I've clearly been missing out!
    Portland, Oregon • 50°F
    1 like
    Wed, Mar 28, 2018 8:44pm -07:00
  • pstuifzand https://github.com/pstuifzand   •   Mar 28

    #11 Mark read multiple entries parameters entry[0], entry[1], ...

    Aaron Parecki

    Yep you're right, Monocle should not be sending numeric indexes in the arrays. You can thank PHP's http_build_query for that. I just pushed up a fix!

    Portland, Oregon • 44°F
    Wed, Mar 28, 2018 6:55am -07:00 #monocle
  • adamprocter https://micro.blog/adamprocter   •   Mar 25

    @aaronpk an account on Aperture will allow me to test consuming some public feeds you have set up ? If so then yes please. Ill try and connect a vuejs2 front end to that assuming aperture is spitting out RSS style feeds

    Aaron Parecki
    You'll be able to follow your own list of feeds with an account. The data will look like this coming from the API: https://indieweb.org/Microsub-spec#Posts Take a look at that page to see if it looks like something you want to take on!
    Portland, Oregon • 46°F
    Tue, Mar 27, 2018 8:11am -07:00
  • adamprocter https://micro.blog/adamprocter   •   Mar 25

    @aaronpk also you potential mentioned support for private feeds... I am trying to work out this and I am sure its already a possibility. But say @manton allows private MBs (somehow) and then MicroSub can allow friends to collect the list of private feeds (aka easy for me to tell my dad mine or visa versa) together in “Monocle” wouldn’t this be a neat alternative to say facebook ?

    Aaron Parecki
    Absolutely! Private feeds are next on my list now that I've got Monocle up and running!
    Portland, Oregon • 46°F
    Tue, Mar 27, 2018 7:49am -07:00
  • kaushalmodi https://github.com/kaushalmodi   •   Mar 27

    #106 Support merging mentions to post subsections to the post Permalink mentions

    Aaron Parecki
    You're absolutely right, it should be returning these fragment ID mentions when you request the mentions of the page they're on. I will keep this issue open and work on this!
    Portland, Oregon • 46°F
    Tue, Mar 27, 2018 7:36am -07:00
  • adamprocter https://micro.blog/adamprocter   •   permalink

    @aaronpk Amazing stuff, am wondering if I can build a microsub client with vue.js I think I should be able too… will investigate

    Aaron Parecki
    Awesome! If you're serious about it, I'd be happy to make an account on my Microsub server for you to test with!
    Portland, Oregon • 46°F
    Tue, Mar 27, 2018 5:53am -07:00
  • Randall Degges https://www.rdegges.com   •   Mar 26
    I'm glad someone took the time to write this up. This is how I've always preferred to do things. <3 "Avoid Else, Return Early": https://buff.ly/2G5GQqy
    Aaron Parecki
    Nice, I do that too! Keep things cleaner!
    Portland, Oregon • 43°F
    Mon, Mar 26, 2018 11:40am -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