82°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • http://rhiaro.co.uk/2015/11/site-things-im
    Aaron Parecki
    @rhiaro that is a long list! I vote for: "Make various feeds discoverable" and IndieAuth
    Cambridge, Massachusetts, USA
    Sat, Nov 7, 2015 11:16am -05:00
  • Chelsea Barabas https://twitter.com/chels_bar   •   Nov 6
    o hai @aaronpk, how do i sign up for This Week in the IndieWeb? thnx!
    Aaron Parecki
    @chels_bar hai! Send me your email address to aaron at parecki .com! btw will you be able to make it to IndieWebCamp MIT this weekend?
    Redlands, California, USA
    2 likes 1 reply
    Fri, Nov 6, 2015 8:46am -08:00
  • https://github.com/jasnell/w3c-socialwg-activitystreams/issues
    Aaron Parecki
    The definition of properties such as content allow for HTML markup to be included. However, the spec does not require that the media type be specified. This leads to inconsistent results when the consumer doesn't know what to expect.

    For example, if the "content" property *can* contain HTML, a consumer will be either stripping the HTML, sanitizing it, or displaying it directly. However, if a user enters something like "I had a great time at the View Source conference <o>", (<o> being an ascii representation of the conference logo), the consumer would need to HTML escape that before rendering it otherwise it would disappear from display. However there is no way to know whether the value is meant to be the literal text or interpreted as HTML.

    Additionally, the current spec does not allow for different media types for summary and content, since the mediaType property lives next to those properties. The following example demonstrates the problem:

    ```
    {
    "@context": "http://www.w3.org/ns/activitystreams";,
    "type": "Note",
    "mediaType": "text/html",
    "summary": "Hello <o>!",
    "content": "<b>Hello &lt;o&gt;!</b>"
    }
    ```

    My suggestion is to require that string values can *only* be plaintext, and if you want to have HTML for a value, then you enclose it in an object where you can specify mediaType. This would look something like the following, I'm open to suggestions on names:

    ```
    {
    "@context": "http://www.w3.org/ns/activitystreams";,
    "type": "Note",
    "summary": "Plaintext summary, always HTML escaped <o> before displaying",
    "content": {
    "type": "Object",
    "mediaType": "text/html",
    "value": "<p>HTML content goes <b>here</b></p>"
    }
    }
    ```
    Portland, Oregon, USA
    Wed, Nov 4, 2015 11:43am -08:00
  • Ben Michel📍Bend, Oregon https://twitter.com/obensource   •   Nov 3
    Anyone else think the #viewsource logo looks like a tie-fighter? https://t.co/5Ay9p3Dsto
    Aaron Parecki
    @obensource #viewsource It's so close to my old Nerdhaus logo! <n> http://wiki.projectnerdhaus.com
    Portland, Oregon, USA
    1 like 1 reply
    Tue, Nov 3, 2015 3:46pm -08:00 #viewsource
  • https://kylewm.com/2015/11/thinking-about-friends-only-posts
    Aaron Parecki
    @kylewm.com I'm getting really interested in private/friends-only posts as well, ever since I started posting things in the XOXO Slack more often. I'm finding these community-oriented networks allow me to say things there that I wouldn't want to post publicly. Not even so much as a privacy thing, but also just because the audiences are drastically different, people know what to expect when I say something in the #cocktails xoxo channel, and that's very different from what you'd see in the #pets channel. Great example is I don't really want to post a ton of cat pictures publicly on my site, but I do share pictures in the #pets channel!
    Portland, Oregon, USA
    Sun, Nov 1, 2015 1:10pm -08:00 #cocktails #pets
  • https://twitter.com/wctek/status/659814532290777088
    Aaron Parecki
    @wctek Awesome, thanks! This is working out great so far! https://instagram.com/p/9cokcWjcnM/
    Portland, Oregon, USA
    1 reply
    Thu, Oct 29, 2015 10:34pm -07:00 #barbot
  • http://werd.io/2015/im-going-to-be-talking-about-why-you-absolutely-definitely
    Aaron Parecki
    @benwerd oh this should be good. I can't make it, but would love to hear this!
    Portland, Oregon, USA
    Tue, Oct 27, 2015 8:26pm -07:00
  • Wade Simmons https://twitter.com/wadey   •   Oct 25
    @mager @schuyler @aaronpk @mjmalone @urbanairship I should have pushed to open source the standalone version I wrote for Urban Airship.
    Aaron Parecki
    @mager @wadey @schuyler @mjmalone I was able to do it in ArcGIS Online: http://arcg.is/1P04QqI Shows the % area in each zipcode for my input
    Portland, Oregon, USA
    1 like
    Sun, Oct 25, 2015 2:16pm -07:00 #arcgis
  • Wade Simmons https://twitter.com/wadey   •   Oct 25
    @mager @schuyler @aaronpk @mjmalone @urbanairship I should have pushed to open source the standalone version I wrote for Urban Airship.
    Aaron Parecki
    @wadey @mager @schuyler @mjmalone Probably too late for that now, huh. There are some utilities at http://terraformer.io that might help
    Portland, Oregon, USA
    Sun, Oct 25, 2015 2:02pm -07:00
  • Sebastian Ziebell https://twitter.com/zebel   •   Oct 24
    Not sure I understand how @FlickrAPI subscriptions API works, getting callback requests for >1 year old photos. #indieweb
    Aaron Parecki
    @zebel They do say it's based on "magic". I think it's triggered by any change, such as someone favoriting a photo. @FlickrAPI
    Portland, Oregon, USA
    1 reply
    Sat, Oct 24, 2015 2:28pm -07:00 #flickr
  • http://aaronparecki.com/notes/2015/10/22/1/indiewebcamp
    Aaron Parecki
    ...er, I mean next next weekend.
    Portland, Oregon, USA
    1 like
    Thu, Oct 22, 2015 4:50pm -07:00
  • Matt Grommes https://twitter.com/mattgrommes   •   Oct 14
    These are the talks I had a grand time helping @aaronpk film a few weeks back. Lots of highly recommended stuff. https://twitter.com/rfdpdx/status/654047343084351488
    Aaron Parecki
    @mattgrommes Thanks again for all your help!
    Portland, Oregon, USA
    Wed, Oct 14, 2015 4:29pm -07:00
  • Rick Turoczy https://twitter.com/turoczy   •   Oct 14
    @aaronpk @SlackHQ I'm on like 20+ teams. I don't have a monitor large enough to show all of the sidebar items and it doesn't scroll.
    Aaron Parecki
    @turoczy @SlackHQ ...oh.... Yeah... Scrolling sidebar would be nice. Next team I add will put me over the height of my screen.
    Portland, Oregon, USA
    1 like 4 replies
    Tue, Oct 13, 2015 8:16pm -07:00
  • Rick Turoczy https://twitter.com/turoczy   •   Oct 14
    Doing the "Logging out of most of my Slack accounts to move a team up the sidebar." In other news, @SlackHQ please fix the teams' sidebar.
    Aaron Parecki
    @turoczy @SlackHQ wait what? I reorder those all the time. They only save the position if you properly close the app tho.
    Portland, Oregon, USA
    1 like 4 replies
    Tue, Oct 13, 2015 8:12pm -07:00
  • http://werd.io/2015/q-which-services-do-you-use-for-all-the-to-dos
    Aaron Parecki
    @benwerd Wunderlist, GitHub and text files. #todo
    Portland, Oregon, USA
    2 likes
    Tue, Oct 13, 2015 7:53am -07:00 #todo
  • https://twitter.com/erikbates/status/651945688280883200
    Aaron Parecki
    @erikbates @kevinmarks Absolutely! They even already made a Wordpress plugin for cross-posting to @Medium! https://github.com/Medium/medium-wordpress-plugin #indieweb
    Portland, Oregon, USA
    1 reply
    Wed, Oct 7, 2015 7:23pm -07:00 #indieweb
  • Malte Ubl https://twitter.com/cramforce   •   Oct 7
    @aaronpk AMP doesn't have a very strong opinion on how semantic markup is applied. In general we love micro formats :)
    Aaron Parecki
    @cramforce oh? Interesting! I saw that schema.org is required and assumed that Google is getting the content from there.
    Portland, Oregon, USA
    1 reply
    Wed, Oct 7, 2015 7:57am -07:00 #AMP
  • https://kylewm.com/2015/10/big-thing-missing-from-my-indieweb-experience-is
    Aaron Parecki
    @kylewmahan I usually click through a couple levels up looking to see if any of the URLs up the chain show comments #indieweb
    Portland, Oregon, USA
    Mon, Oct 5, 2015 5:07pm -07:00 #indieweb
  • Chris Antes https://twitter.com/doingweb   •   Oct 1
    Had a great time @nedspace for the first Portland Podcast Collective meetup! Good meeting @aaronpk @ThePortlandCool @markgrimes. #PodcastDay
    Aaron Parecki
    @doingweb Great meeting you too! Maybe we'll run in to each other at food cart lunch downtown soon! ;-) #PodcastDay
    Portland, Oregon, USA
    Wed, Sep 30, 2015 9:54pm -07:00 #podcastday
  • http://calagator.org/events/1250469117
    Aaron Parecki
    Looking forward to it!
    Portland, Oregon, USA
    Wed, Sep 30, 2015 8:54am -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