93°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • 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
  • aaronpk https://github.com/aaronpk   •   Mar 4

    #27 Add per-channel filters

    Aaron Parecki
    Here's a screenshot of Aperture's new channel filter UI.
    Portland, Oregon, USA
    Sat, Mar 3, 2018 6:42pm -08:00
  • aaronpk https://github.com/aaronpk   •   Jan 30

    #6 Per Channel Filters

    Aaron Parecki
    I'm going to add this to Aperture first before trying to add it to the spec. This will let me iterate quicker on the UI and feature set without having to have clients update. This does mean the limitation is that the filters can only be adjusted through Aperture's own admin UI, but I'm okay with that limitation for now. Since they are channel-wide filters, rather than per-feed filters, it's unlikely that I will want to be able to change them from arbitrary clients very often anyway.
    Portland, Oregon, USA
    Sat, Mar 3, 2018 6:40pm -08:00
  • https://github.com/aaronpk/Aperture

    Add per-channel filters

    Breaking this out to Aperture from https://github.com/indieweb/microsub/issues/6
    continue reading...
    Sat, Mar 3, 2018 6:38pm -08:00
  • dg01d https://github.com/dg01d   •   Mar 3

    #22 Standardisation of Content

    Aaron Parecki

    Can you provide examples of what you're finding that is not normalized?

    Microsub is not "merely delivering the content from other locations". Microsub is in fact specifically already doing a lot of normalization of the content it finds, producing a feed that is much more standardized than what it discovered when crawling the feeds, even to the point of making vocabulary-specific decisions about some values.

    Portland, Oregon, USA
    Sat, Mar 3, 2018 10:02am -08:00 #microsub
  • Emily Kager http://www.emilykager.com/
    Wow the one on the right is literally my friend group in San Francisco #attacked cc @TheCooperReview
    Portland, Oregon • 36°F
    Fri, Mar 2, 2018 11:00pm +00:00 (liked on Sat, Mar 3, 2018 8:29am -08:00) #attacked
  • https://github.com/indieweb/microformats-ruby

    <br> tags are not interpreted as whitespace when converting HTML to plaintext

    Similar to https://github.com/microformats/mf2py/issues/51 and https://github.com/indieweb/php-mf2/issues/69, the Ruby parser is stripping <br> tags rather than converting them to newlines when converting HTML to plaintext.
    continue reading...
    Fri, Mar 2, 2018 6:55pm -08:00 #microformats
  • nitinthewiz https://github.com/nitinthewiz   •   Mar 1

    #24 login weirdness - missing database

    Aaron Parecki

    Hi Nitin, this sounds like a recent change to the way Known handles IndieAuth to make it return the root URL for single-user sites, which it should have been doing all along. There are a few ways to fix this for your Compass, all of which will require that you can modify stuff in the Compass MySQL database.

    Method 1:

    • First identify the Compass database in that has your data in the databases table. If you've only created one Compass database there will be only one record. Make a note of that id.
    • You should see two records in the users table, one for https://nitinkhanna.withknown.com/profile/nitinkhanna and the other for https://nitinkhanna.withknown.com/
    • Make a note of the id for each.
    • In the database_users table, you should see one record with the database_id of your previously found database, and it will have one of the user IDs associated with it. Add a record for the other user ID.
    • That will grant your new profile URL access to your existing Compass database.

    Method 2:

    • In the users table, delete the record for the new IndieAuth URL https://nitinkhanna.withknown.com/.
    • Change the url of the other record from https://nitinkhanna.withknown.com/profile/nitinkhanna to https://nitinkhanna.withknown.com/.
    • Now when you log back in your new IndieAuth URL should match up with the user record.

    Hope this helps!

    Portland, Oregon, USA
    Fri, Mar 2, 2018 5:49pm -08:00
  • Mike http://www.lazerwalker.com   •   Mar 2
    How are/would you do raw visit data? Appleโ€™s CLVisit API still isnโ€™t really as good as youโ€™d want it to be :/
    Aaron Parecki
    Actually if you also run high-res GPS logging then the visit data is basically 100% accurate. It records a visit exactly 10 minutes after you stop somewhere. If you want to experiment with it, that's what all the toggles in Overland are for! https://overland.p3k.io
    Portland, Oregon, USA
    1 reply
    Fri, Mar 2, 2018 2:20pm -08:00 #overland
  • Mike http://www.lazerwalker.com   •   Mar 2
    How are/would you do raw visit data? Appleโ€™s CLVisit API still isnโ€™t really as good as youโ€™d want it to be :/
    Aaron Parecki
    It's *pretty* good, especially when combined with some regular GPS updates. Some additional processing and you can do pretty well. But like I said, I still need to do some more experimenting tho.
    Portland, Oregon • 50°F
    Fri, Mar 2, 2018 2:12pm -08:00
  • Martijn van Exel http://ma.rtijn.org   •   Mar 1
    Location History Sans Google http://ma.rtijn.org/2018/02/26/location-history-sans-google.html /ht @aaronpk
    Aaron Parecki
    Great writeup! So glad to have helped someone else own their location history! and thanks for the ๐Ÿป!
    Portland, Oregon, USA
    1 like
    Fri, Mar 2, 2018 2:10pm -08:00
  • Martijn van Exel http://ma.rtijn.org
    Location History Sans Google http://ma.rtijn.org/2018/02/26/location-history-sans-google.html /ht @aaronpk
    Portland, Oregon • 49°F
    Thu, Mar 1, 2018 9:37pm -07:00 (liked on Fri, Mar 2, 2018 2:08pm -08:00)
  • Guthrie http://PedalDream.com
    I've been following along with @ohmydollar 's guide to #PurrrrsonalFinance and have to say, it's scary good, and deceptively easy to follow along with! P.18 "I don't want you to get caught in a hole doing research, trying to find the perfect app.." @anomalily HOW DID YOU KNOW???
    Portland, Oregon • 49°F
    Fri, Mar 2, 2018 2:48pm -07:00 (liked on Fri, Mar 2, 2018 2:07pm -08:00) #PurrrrsonalFinance
  • Joost Plattel http://www.jplattel.nl   •   Mar 2
    Try Overland!
    Aaron Parecki
    I've been meaning to add more visit detection to Overland. It'll record good raw visit data right now but there's no venue detection yet.
    Portland, Oregon, USA
    3 replies
    Fri, Mar 2, 2018 2:01pm -08:00
  • Grant Richmond https://grant.codes

    Probably the best parking spot I've ever found

    Oakland, California • 61°F
    Thu, Mar 1, 2018 8:45pm +00:00 (liked on Thu, Mar 1, 2018 2:12pm -08:00)
  • Danger Casey ๐Ÿ™‰ ๐Ÿ™ˆ ๐Ÿ™Š http://CaseySoftware.com
    From @dblevins "You start reading one specification.. and it just stops and leads to another specification.. and you read that one which leads you back to the first.. so you get a circular dependency"
    #IterateConf #rest #APIs @iterateconf
    Oakland, California • 59°F
    Tue, Feb 27, 2018 7:24pm -06:00 (liked on Thu, Mar 1, 2018 1:10pm -08:00) #IterateConf #rest #APIs
  • James Alexander http://tinyurl.com/zsngxxz
    https://twitter.com/millionpieces/status/968848959946059776
    Oakland, California • 59°F
    Wed, Feb 28, 2018 2:02pm +00:00 (liked on Thu, Mar 1, 2018 1:06pm -08:00)
  • Morgan Evetts https://www.facebook.com/morganevetts
    This one ๐Ÿ‘
    Oakland, California • 59°F
    Tue, Feb 27, 2018 7:34pm +00:00 (liked on Thu, Mar 1, 2018 1:04pm -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