55°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • vishae https://github.com/vishae   •   Apr 28

    Hi @aaronpk

    When I add the first line, this is the error message I get (when attempting to send a previous post to my site - after the verification process):

    HTTP/1.1 100 Continue

    HTTP/1.1 500 Internal Server Error Server: nginx/1.12.2 Date: Sat, 28 Apr 2018 06:32:25 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: keep-alive X-Endurance-Cache-Level: 2

    That is the same error message I get if I remove that line and add the second line you suggested (I'm assuming you didn't want both lines in the .htaccess file).

    Aaron Parecki
    Okay, thanks for giving that a try. We're working on a fix and should hopefully have an update shortly.
    Portland, Oregon • 51°F
    Sat, Apr 28, 2018 9:36am -07:00
  • Zegnat https://github.com/Zegnat   •   Apr 28

    #172 Use stdClass when a microformat has no properties

    Aaron Parecki
    Does this match the behavior as described in the readme? https://github.com/indieweb/php-mf2#generating-output-for-json-serialization-with-json-mode See also this issue which looks like the same thing but for `rels` https://github.com/indieweb/php-mf2/issues/29
    Portland, Oregon • 51°F
    Sat, Apr 28, 2018 9:35am -07:00
  • Jonathan LaCour https://cleverdevil.io/profile/cleverdevil

    TrashBot and Friends Arrived Today

    Portland, Oregon • 50°F
    Sat, Apr 28, 2018 4:38am +00:00 (liked on Sat, Apr 28, 2018 9:29am -07:00)
  • 11:49pm
    Asleep
    8:05am
    Awake
    8h 16m
    Slept
    29m
    Awake for
    Portland, Oregon, USA
    Sat, Apr 28, 2018 8:05am -07:00
  • Aaron Parecki
    Contributions from: Canada, China, Germany, Israel, South Africa, United Kingdom, United States
    Fri, Apr 27, 2018 5:58pm -07:00
  • Marty McGuire https://martymcgui.re/

    Oops, the Yahoo! Research flyer in the @TheWebConf swag bags went out of date during the conference. #flickr

    Portland, Oregon • 65°F
    Fri, Apr 27, 2018 5:13pm -04:00 (liked on Fri, Apr 27, 2018 2:49pm -07:00) #latergram
  • Hello, Okta! (developer.okta.com)
    Fri, Apr 27, 2018 11:15am -07:00 #okta #oktadev
  • WebAuthn: A Developer's Guide to What's on the Horizon | Okta Developer (developer.okta.com)
    Fri, Apr 27, 2018 11:15am -07:00 #okta #oktadev #webauthn
  • Aaron Parecki
    I'm going to be hosting a workshop on @OAuth_2 this fall in Nürnberg, Germany! 🔐 Only 15 spots available, so sign up now! https://colloq.io/events/tollwerkstatt-workshops/2018/nurnberg/2
    Portland, Oregon • 65°F
    3 likes 4 reposts
    Fri, Apr 27, 2018 10:26am -07:00 #oauth2
  • https://2018.indieweb.org/nuremberg
    Aaron Parecki
    Looking forward to coming back to Nürnberg!
    Portland, Oregon • 65°F
    Fri, Apr 27, 2018 10:17am -07:00 #indiewebcamp
  • Chris Aldrich http://www.boffosocko.com   •   Apr 26

    🔖 camelcamelcamel for Amazon Price tracking

    Aaron Parecki
    I use that all the time! It's very helpful to be able to tell whether a "sale" is actually a good deal.
    Portland, Oregon • 65°F
    Fri, Apr 27, 2018 6:33am -07:00
  • Joschi Kuphal 吉 https://jkphl.is
    📢 Ever needed to implement #OAuth and had a hard time to wrap your head around? Want a sound understanding of all things @oauth_2? Happy to host a workshop about just that, with @aaronpk («OAuth 2.0 Simplified»), during @nueww, on October 18th. Join us! https://colloq.io/events/tollwerkstatt-workshops/2018/nurnberg/2
    Portland, Oregon • 65°F
    Fri, Apr 27, 2018 3:02pm +03:00 (liked on Fri, Apr 27, 2018 6:20am -07:00) #OAuth
  • Aaron Parecki
    Contributions from: Canada, Germany, Israel, South Africa, United Kingdom, United States
    Fri, Apr 27, 2018 5:57am -07:00
  • 151.2lbs
    Weight
    17.9%
    Body Fat
    Fri, Apr 27, 2018 5:21am -07:00
  • 9:15pm
    Asleep
    5:18am
    Awake
    8h 03m
    Slept
    26m
    Awake for
    Portland, Oregon, USA
    Fri, Apr 27, 2018 5:18am -07:00
  • Ride
    3.93mi
    Distance
    29:27
    Duration
    4:54pm
    Start
    5:24pm
    End
    Portland, Oregon • 83°F
    Thu, Apr 26, 2018 5:24pm -07:00
  • Microcasting on Micro.blog with Wavelength – MacStories (www.macstories.net)
    Thu, Apr 26, 2018 1:44pm -07:00 #microblog #wavelength #review #podcasting
  • index.php

    <?php
    continue reading...
    Thu, Apr 26, 2018 10:51am -07:00
  • will leinweber http://bitfission.com
    I made a VGP (very good program) that makes it so it looks like I’m typing on slack whenever anyone else is typing, and stops when they stop.

    Everyone loves it so far and doesn’t find it annoying at all!

    https://github.com/will/slacktyping
    Portland, Oregon • 73°F
    Wed, Apr 25, 2018 3:18pm -07:00 (liked on Thu, Apr 26, 2018 9:56am -07:00)
  • sknebel https://github.com/sknebel   •   Apr 26

    A potential manual way: have a !snooze command that blacklists a string for e.g. 24 hours.

    Aaron Parecki
    !snooze is not a bad idea, that gives people the ability to make the decision about what to filter.

    I do have some code that Loqi uses to kick people out of the IRC room when they spam it that might also work here, but I'd be worried about too much false positive filtering. It looks at a normalized version of the text (lowercase, no whitespace or punctuation, minus URLs) and could reject tweets that match an existing one found in the last 24 hours. That would have stopped a bunch of these from coming through.
    Portland, Oregon • 71°F
    Thu, Apr 26, 2018 6:57am -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