73°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • Andrew Dubber http://andrewdubber.com   •   Mar 20
    Occurs to me that rather than build a new Facebook, this would be a really good moment for someone to create an RSS reader that emulated a timeline and featured in-line comments. I’d probably post on my blog pretty much daily if that was the thing everyone used.
    Aaron Parecki
    Here are some screenshots of exactly that! https://aaronparecki.com/2018/03/12/17/building-an-indieweb-reader We've been making a lot of progress on this over the last few years! I do post on my blog every day thanks to this interface too! :-)
    San Francisco, California • 55°F
    3 likes 2 mentions
    Tue, Mar 20, 2018 10:20am -07:00
  • http://tantek.com/2018/080/e1/homebrew-website-club-sf
    https://indieweb.org/events/2018-03-21-homebrew-website-club
    https://www.facebook.com/events/2109265296011618/
    Aaron Parecki
    I'm in SF this week and looking forward to attending! I'm planning on giving a quick demo of my new IndieWeb reader that I wrote about here! https://aaronparecki.com/2018/03/12/17/building-an-indieweb-reader
    San Francisco, California • 62°F
    Mon, Mar 19, 2018 6:33pm -07:00
  • Sven Knebel https://www.svenknebel.de/   •   Mar 19
    When trying to look closer at that fancy food I got a 404 - seems like on your homepage feed the image links should be modified to be relative to the homepage and not the post URL! (from permalink it works)
    Aaron Parecki
    Ooh tricky. I solved that for my normal photo posts but for some reason the post from Sunlit failed!
    San Francisco, California • 62°F
    Mon, Mar 19, 2018 3:04pm -07:00
  • Sven Knebel https://www.svenknebel.de/   •   Mar 18

    test

    Aaron Parecki
    it worked
    San Francisco, California • 56°F
    Sun, Mar 18, 2018 4:24pm -07:00
  • cygnoir https://micro.blog/cygnoir   •   permalink

    @aaronpk That's awesome! Is it something that an API newbie could learn to do?

    Aaron Parecki
    Yeah I think so! It was a pretty simple API call and some simple data manipulation. If you have a good source of data it won't be hard! The fact that they count everything by the day makes things a lot simpler.
    Portland, Oregon • 45°F
    Fri, Mar 16, 2018 9:13pm -07:00
  • Marty McGuire https://martymcgui.re/   •   Mar 16

    I’m really looking forward to seeing your implementation for authenticated feeds!

    I recently set up Lasso for a private site that holds my notes and find it both a bit too heavy (I don’t want multi-domain SSO at the moment) and not flexible enough (no ACL support).

    Aaron Parecki
    Yeah, Lasso is meant to just obtain and present a user identifier to the backend, but has no ACL or other policy knowledge. It's perfect for things like the indieweb wiki, and *could* be used to build private feeds, but you need more code for that.
    Portland, Oregon • 40°F
    Fri, Mar 16, 2018 8:23am -07:00
  • Garrett Coakley https://polytechnic.co.uk   •   Mar 15
    Great. There's an #indieweb channel on the Digital Oxford Slack, or watch this space.
    Aaron Parecki
    Saw some posts from your lightning talk last night! Feel free to drop by the #indieweb Slack to talk about planning IndieWebCamp Oxford! https://chat.indieweb.org/slack
    Portland, Oregon • 43°F
    1 like
    Thu, Mar 15, 2018 10:55am -07:00 #indieweb
  • https://github.com/indieweb/php-mf2

    Extra Z in timestamps

    I'm seeing an extra Z in the timestamp when the authored timestamp has a Z.
    continue reading...
    Thu, Mar 15, 2018 8:48am -07:00 #microformats
  • nitinthewiz https://github.com/nitinthewiz   •   Mar 14

    Ah, yes, using the .env file makes sense. I've got only one database and so it doesn't matter. But I could see someone using different databases for different purposes (one for day trips, another for hiking?) and so need different maps.

    But as I said, while writing it, I decided to move permanently to the mapbox tiles and have made the change on my install.

    Say, what and how do you use different databases? Is your installation used by different people?

    Aaron Parecki
    I have a primary database for my GPS logs, and I have another big one for all my weather data. Every 5 minutes a script checks my current location, looks up the weather at that location, and writes it to that database. That’s how the little weather info appears on my posts. I’ve also used other databases for testing the app so I can write to a test DB, or storing other home automation data.
    Portland, Oregon • 53°F
    Wed, Mar 14, 2018 5:54pm -07:00
  • nitinthewiz https://github.com/nitinthewiz   •   Mar 14

    #25 Different map baselayer than ESRI

    Aaron Parecki
    Is this something you'd want to change per database? Or would it be something on the whole installation? An easier version of this could be to use the .env file to hold the settings, that way you could avoid needing to make a UI to manage it.
    Portland, Oregon • 54°F
    Wed, Mar 14, 2018 2:00pm -07:00
  • EdwardHinkle https://github.com/EdwardHinkle   •   Mar 14

    #83 Send webmention to user's profile url when mentioned

    Aaron Parecki
    I was just thinking about this the other day! I wasn't sure whether you'd want to hyperlink the @-mention to the user's canonical domain or keep it as the micro.blog profile link, but eddie's idea of adding an invisible link inside the h-entry would work too!
    Portland, Oregon • 54°F
    Wed, Mar 14, 2018 1:58pm -07:00
  • grantcodes https://github.com/grantcodes   •   Mar 14

    Not exactly an issue but why should the server have the option to only return true / false for the unread count on a channel? Could it not be selected on the client and just use if > 0 logic?

    I suppose maybe some servers will only be able to return true / false which makes it easier to build a server...

    Aaron Parecki
    In Aperture, I wanted the option to choose whether to return boolean or counts (or disable it completely) per channel. This way the client can just react to the data it has.
    Portland, Oregon • 50°F
    Wed, Mar 14, 2018 10:49am -07:00
  • zoglesby https://github.com/zoglesby   •   Mar 14

    #33 Support access_token for micropub endpoint

    Aaron Parecki
    Good call, I'll add this. I wish IFTTT would support custom headers or at least the Authorization header tho! This has been a problem for me in the past as well. Maybe if a bunch of us keep requesting it they'll eventually add it.
    Portland, Oregon • 46°F
    Wed, Mar 14, 2018 9:39am -07:00
  • alans https://micro.blog/alans   •   permalink

    @aaronpk Mind helping me diagnose something? I think this like is marked up correctly as a u-like-of, but it appears on your site as an "other mention." Do you notice anything funny in my markup?

    Aaron Parecki
    You've got an h-entry in your h-entry! Check out the extra nested in the parsed result: https://pin13.net/mf2/?url=https%3A%2F%2Fprettygoodhat.com%2Flike%2F1520909433%2F
    Portland, Oregon • 43°F
    Wed, Mar 14, 2018 8:19am -07:00
  • aaronpk https://github.com/aaronpk   •   Jan 30

    #3 Indicating whether posts have already been responded to

    Aaron Parecki

    I'm thinking about using a new Microsub property in the entry to indicate the response URLs that may exist for this post.

    {
      "type": "entry",
      ...
      "_like": "https://aaronparecki.com/xxxxxxx",
      "_repost": "https://aaronparecki.com/yyyyyyyy"
    }
    

    alternately:

    {
      "type": "entry",
      ...
      "_actions": {
        "like": "https://aaronparecki.com/xxxxxxx",
        "repost": "https://aaronparecki.com/yyyyyyyy"
      }
    }
    

    For likes and reposts, from a UI perspective, we want to know whether the user has already liked or reposted a post (a boolean yes/no), in order to style the like/repost button differently, so in that case it makes sense to have those be a single string. (The client could send a Micropub delete request with the URL if the user taps the button again, to delete the like/repost.)

    For replies, I'm not sure what we actually want the client to indicate. Long-term it would be great if the client had the ability to show the full conversation thread, so in that sense it makes sense to handle replies differently from likes and reposts. Maybe we can handle this question separately for replies.

    In the case of likes and reposts, we only care about the URLs of the user's own like/repost posts. Showing other people who have liked or reposted a post is a different problem, since that does not affect the state of the action buttons.

    In thinking through this, I'm leaning towards the second JSON option above, nesting the data under _actions, since this data is limited in scope to help indicate the state of the action buttons. It is not meant to cover displaying all responses to a post.

    • 43°F
    Wed, Mar 14, 2018 8:13am -07:00 #microsub
  • aaronpk https://github.com/aaronpk   •   Jan 30

    #4 Tracking read state or position

    Aaron Parecki
    This has been implemented in Aperture, Monocle, Together, and Indigenous, and documented at https://indieweb.org/Microsub-spec#Mark_Entries_Read so I'm going to close this issue. Let's open new issues for any future discussion about the specific behaviors within read-state tracking.
    Portland, Oregon • 43°F
    Wed, Mar 14, 2018 7:49am -07:00 #microsub
  • grantcodes https://github.com/grantcodes   •   Feb 13

    #19 Non https content

    Aaron Parecki
    As of a few days ago, Aperture now downloads any media resources it encounters and rewrites the URLs in the post to its own copy it is hosting. You shouldn't need to do anything differently in the client, and all the URLs will be https now.

    I'm not sure this needs to be something in the spec, since the Microsub server can just rewrite the URLs transparently if it wants.
    Portland, Oregon • 43°F
    Wed, Mar 14, 2018 7:40am -07:00
  • aaronpk https://github.com/aaronpk   •   Mar 8

    #25 Add method to remove entries from a channel

    Aaron Parecki
    This is documented here: https://indieweb.org/Microsub-spec#Remove_Entry_from_a_Channel
    Portland, Oregon • 44°F
    Wed, Mar 14, 2018 7:38am -07:00
  • martymcguire https://github.com/martymcguire   •   Mar 13

    #103 Handle bridgy responses with u-photo

    Aaron Parecki
    Fixed in https://github.com/aaronpk/webmention.io/commit/0cd75fb1a4a95c1ccfabfa587f97918a3adb3388
    Portland, Oregon • 44°F
    Wed, Mar 14, 2018 6:30am -07:00
  • grib https://grib.co   •   Mar 13

    @aaronpk @dgold I was missing php7.1-imagemagick of all things, I'd missed that line in the larvel.log earlier

    Aaron Parecki
    At some point I will document all the dependencies I promise! 😂 Glad it was that simple though!
    Portland, Oregon • 48°F
    Tue, Mar 13, 2018 4:29pm -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