65°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • https://github.com/aaronpk/Aperture

    Improve reply contexts

    Improve reply contexts by inspecting the reply URL, as documented on https://indieweb.org/reply-context#Minimal_text_reply_contexts
    continue reading...
    Tue, Mar 6, 2018 8:21am -08:00
  • aaronpk https://github.com/aaronpk   •   Jan 30

    #13 Indicating Item Source

    Aaron Parecki

    My current thought for this is to add a new property to the entry with the source's h-card info:

    {
      "type": "entry",
      "url": "https://example.com/1000",
      ...
      ...
      "_source": {
        "url": https://example.com/",
        "name": "Example Feed",
        "photo": "https://example.com/photo.jpg"
      }
    }
    

    My main question is whether the url should be the home page URL of the feed or the actual feed URL. I'm almost thinking we need to be able to include both.

    If you're following an Atom/RSS/JSONfeed, then the feed URL is not something you'd want to send a user to, so you'd want the "home page" URL instead. For HTML feeds, it would be fine to use the feed URL directly.

    However from a security perspective, if the entry's URL is on a different domain than the URL the entry was found on, the UI may want to indicate this in some way, similar to how my webmentions display the source URL as "via ____" if the source URL domain is different from the entry's reported URL. The main case this might happen is an aggregator where the every item in the feed is from a different domain than the aggregator's feed. Also micro.blog feeds where the post's original URL is reported instead of the micro.blog URL.

    So I'm thinking we might need two properties, feed URL and home page URL. Unfortunately this no longer maps well to h-card. Any ideas?

    Portland, Oregon, USA
    Tue, Mar 6, 2018 8:20am -08:00 #microsub
  • Fallon Tonight http://www.tonightshow.com
    This was amazing. @chadwickboseman surprises #BlackPanther fans while they say what the movie means to them.
    Portland, Oregon • 31°F
    Wed, Feb 28, 2018 10:45pm -06:00 (liked on Tue, Mar 6, 2018 5:41am -08:00) #BlackPanther
  • Klint Finley https://klintron.com/newsletter/
    In my eight years covering the tech industry, I've covered some incredibly hyped tech: cloud, mobile, social, big data, Internet of Things. But I've never seen anything with a worse substance to hype ratio than the blockchain. Not even close.
    Portland, Oregon • 31°F
    Mon, Mar 5, 2018 10:05am -08:00 (liked on Tue, Mar 6, 2018 5:05am -08:00)
  • singpolyma https://github.com/singpolyma   •   Mar 5

    #10 Send for links not in h-entry

    Aaron Parecki

    The majority of the use of this gem is for sending webmentions from sites that use h-entry, since it's expected that the receiver will go parse the page and find the h-entry on the sending site. Without the filter of only finding links inside the h-entry, this gem would end up sending a bunch of webmentions to pages such as links in navigation or the site footer, which is usually not the desired result.

    Portland, Oregon, USA
    Mon, Mar 5, 2018 1:25pm -08:00
  • Mr. Mike Merrill https://www.kmikeym.com
    I like the idea that the deathgrip of capitalism is maybe just a hug.
    Portland, Oregon • 48°F
    Mon, Mar 5, 2018 10:53am -08:00 (liked on Mon, Mar 5, 2018 11:52am -08:00)
  • https://github.com/aaronpk/Aperture

    generate autolinked HTML for plaintext posts

    if a post only has plaintext, then Aperture should autolink it and provide an HTML version of the post for clients that want to display HTML.
    continue reading...
    Mon, Mar 5, 2018 10:19am -08:00
  • https://github.com/aaronpk/Aperture

    store mapping between channels and default micropub destinations

    in the channel settings, provide a dropdown to select the default micropub destination
    continue reading...
    Mon, Mar 5, 2018 10:17am -08:00 #microsub #aperture
  • https://github.com/aaronpk/Monocle

    add support for mp-destination

    query the micropub endpoint and store the destination list in the session
    continue reading...
    Mon, Mar 5, 2018 10:15am -08:00 #monocle #ui
  • aaronpk https://github.com/aaronpk   •   Feb 18

    #2 create stream view for posts

    Aaron Parecki
    Closing and tracking next steps in https://github.com/aaronpk/Monocle/issues/8 and https://github.com/aaronpk/Monocle/issues/9
    Portland, Oregon, USA
    Mon, Mar 5, 2018 10:08am -08:00
  • https://github.com/aaronpk/Monocle

    add video player to stream view

    Mon, Mar 5, 2018 10:07am -08:00 #ui #monocle
  • https://github.com/aaronpk/Monocle

    improve multi-photo layout in stream view

    Mon, Mar 5, 2018 10:07am -08:00 #ui #monocle
  • new year, new nosferatu http://kathrynisabelle.com
    This week in MONTAG: Buy A Share of Mike. Mike Merrill @kmikeym is an incorporated person, and he can potentially teach us something about embracing the deathgrip of capitalism: https://www.montag.wtf/buy-a-share-of-mike/
    Portland, Oregon • 42°F
    Mon, Mar 5, 2018 9:50am -08:00 (liked on Mon, Mar 5, 2018 10:02am -08:00)
  • Jonathan LaCour https://cleverdevil.io/profile/cleverdevil
    I’m really enjoying using Together from iOS for reading and posting on the IndieWeb: https://cleverdevil.io/s/A94HmEbBLALplpcALmAc.mov
    Portland, Oregon • 45°F
    Mon, Mar 5, 2018 3:50am +00:00 (liked on Sun, Mar 4, 2018 8:08pm -08:00)
  • Jonathan LaCour https://cleverdevil.io/profile/cleverdevil

    Freeing Myself from Facebook

    Portland, Oregon • 46°F
    Mon, Mar 5, 2018 1:43am +00:00 (liked on Sun, Mar 4, 2018 6:26pm -08:00)
  • Jonathan LaCour https://cleverdevil.io/profile/cleverdevil
    I’ve successfully copied all of my Instagram content to my website, from 2010 on. One step closer.
    Portland, Oregon • 49°F
    Mon, Mar 5, 2018 12:46am +00:00 (liked on Sun, Mar 4, 2018 4:51pm -08:00)
  • https://github.com/indieweb/php-mf2

    Child mf2 objects are missing

    Currently the parser is dropping child mf2 objects, such as when there are child h-entrys under an h-feed.
    continue reading...
    Sun, Mar 4, 2018 3:07pm -08:00 #microformats
  • gRegorLove https://github.com/gRegorLove   •   Mar 4

    #142 Reduce instances when p-name is implied

    Aaron Parecki
    This looks great! Super excited to try this out! 🎉
    Portland, Oregon, USA
    Sun, Mar 4, 2018 2:27pm -08:00
  • aaronpk https://github.com/aaronpk   •   Jan 30

    #4 Tracking read state or position

    Aaron Parecki

    I pushed an update to Aperture which allows you to toggle per-channel whether read state tracking is enabled. There are two modes, one where it returns the count of the number of unread items, and the other where it returns only true or false depending on whether there are new items.

    read state settings

    For my super busy feeds, it wasn't useful having the counts, but I do like a subtle indicator there are new posts.

    There are also some channels I don't want to be bothered about at all, so I've disabled read state tracking on those.

    This means the Microsub API is now returning either an integer or a boolean for the unread property on channels, e.g.:

    {
      "channels": [
        {
          "uid": "notifications",
          "name": "Notifications",
          "unread": 0
        },
        {
          "uid": "31eccfe322d6c48c50dea2c84efc74ff",
          "name": "IndieWeb"
          "unread": true
        }
      ]
    }
    
    Portland, Oregon, USA
    Sun, Mar 4, 2018 2:15pm -08:00 #microsub #aperture
  • cleverdevil https://github.com/cleverdevil   •   Mar 4

    #28 Per-channel unread tracking

    Aaron Parecki

    This has been bugging me as well. I have Instagram as a channel, and there are almost always new photos there, so the unread count is pretty much meaningless.

    I was also thinking of a third option which is to only track whether or not there are new posts, not the number of new posts. This could show up in the API as unread: true rather than unread: 24.

    Portland, Oregon, USA
    Sun, Mar 4, 2018 9:33am -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