43°F

Aaron Parecki

  • Articles
  • Notes
  • Photos

#microblog

  • Introducing Pico (blog.bellebcooper.com)
    "Personally, I don't like Twitter at all anymore. I don't like memes, or internet culture, or silly jokes, or random thoughts from random people. That's the stuff that Twitter—and now Mastodon—is great at, but it's not what I want.

    Trying Mastodon led me to trying Micro.blog again, and I've found that I've settled into it more easily this time."
    Portland, Oregon • 67°F
    #twitter #mastodon #microblog
    Thu, Aug 30, 2018 1:44pm -07:00
  • DavidAnson/Twitter-Alternatives: A Practical Comparison of Mastodon and Micro.blog (github.com)
    Cambridge, Massachusetts • 92°F
    #microblog #mastodon #twitter
    Thu, Aug 16, 2018 4:10pm -04:00
  • manton http://www.manton.org/author/manton

    The web is the social network

    Portland, Oregon • 59°F
    #weblogs #brentsimmons #indiewebcamp #microblog #peersconf
    permalink (liked on Mon, Jul 2, 2018 1:39pm -07:00)
  • manton http://www.manton.org/author/manton

    IndieAuth for Micro.blog

    Portland, Oregon • 54°F
    #technology #indieauth #indiewebcamp #microblog
    permalink (liked on Mon, Jul 2, 2018 6:27am -07:00)
  • manton http://www.manton.org/author/manton

    Twitter streaming API and Micro.blog

    Portland, Oregon • 62°F
    #technology #ios #microblog #notifications #push #twitter
    permalink (liked on Fri, May 18, 2018 12:12pm -07:00)
  • manton http://www.manton.org/author/manton

    IndieWeb Summit invite

    Portland, Oregon • 80°F
    #events #indiewebcamp #microblog #portland
    permalink (liked on Sat, May 12, 2018 4:44pm -07:00)
  • Microcasting on Micro.blog with Wavelength – MacStories (www.macstories.net)
    Portland, Oregon • 81°F
    #microblog #wavelength #review #podcasting
    Thu, Apr 26, 2018 1:44pm -07:00
  • Homebrew Microblog Meetup
    Apr
    18
    April 18, 2018 6:00pm - 8:00pm (-0700)
    Rogue Eastside Pub & Pilot Brewery
    Portland, Oregon
    #indieweb #microblog #hwc
    permalink
  • Aaron Parecki
    Don't forget: Next week is the Homebrew Microblog Meetup in Portland! 💬🍻 Thanks to @oktadev for sponsoring drinks! https://indieweb.org/events/2018-04-18-homebrew-microblog
    San Francisco, California • 61°F
    3 likes 4 replies
    #indieweb #microblog
    Fri, Apr 13, 2018 12:18pm -07:00
  • IndieWeb generation 4 and hosted domains (www.manton.org)
    San Francisco, California • 49°F
    #microblog #indieweb
    Fri, Mar 23, 2018 7:59am -07:00
  • Homebrew Microblog Meetup
    Mar
    14
    March 14, 2018 6:00pm - 8:00pm (-0700)
    Rogue Eastside Pub & Pilot Brewery
    Portland, Oregon
    #indieweb #hwc #microblog
    permalink
  • Aaron Parecki
    🔔 The Homebrew Microblog Meetup is tonight! 6pm at Rogue Eastside! 🎉🍻 And a great sunny day for it too! ☀️ #indieweb #microblog #pdx https://indieweb.org/events/2018-03-14-homebrew-microblog
    Portland, Oregon • 54°F
    6 likes
    #indieweb #microblog #pdx
    Wed, Mar 14, 2018 3:39pm -07:00
  • Aaron Parecki
    Homebrew Website Club PDX is back, and joining forces with the Microbrew and Microblog meetup! Come to Rogue Eastside this Wednesday for the first "Homebrew Microblog"! https://indieweb.org/events/2018-03-14-homebrew-microblog #indieweb #microblog
    Portland, Oregon • 61°F
    4 likes
    #indieweb #microblog
    Mon, Mar 12, 2018 10:51am -07:00
  • Sunlit 2.0 Released as a Micro.blog and WordPress Photo Blogging App – MacStories (www.macstories.net)
    Portland, Oregon • 48°F
    #microblog #sunlit #micropub
    Wed, Mar 7, 2018 10:32am -08:00
  • EdwardHinkle https://github.com/EdwardHinkle   •   Feb 14

    #75 Adding support for cross-site replies

    Aaron Parecki
    Stepping back a bit, I think we should look at the end goal from the users perspective.

    This seems to be a problem primarily when both people have their own website and their content is automatically pulled into micro.blog from their own feeds.

    With that in mind, the best solution is one which will require the least amount of behavior change as well as technical change on behalf of both people. This likely means micro.blog will have to do some additional work, but that seems appropriate since in this situation micro.blog is acting as an aggregator between two independent websites.

    The way micro.blog can best facilitate this kind of interaction would be to match up the replies itself, and not require any additional steps for the user replying. Since micro.blog is already consuming a feed from my site, if it encounters any posts in that feed with an in-reply-to url, micro.blog should check whether that url is one of its own, or whether it's indexed as a canonical url from someone's site that it has also previously pulled in. Then it can match up the conversation thread. If there is no match, then a perfectly acceptable first version would be to just ignore the post and not pull it in to micro.blog at all. This way neither the person replying nor the person being replied to need to fiddle with any markup or make additional feeds or make decisions about syndicating at each post.

    I believe JSONFeed has the concept of an in-reply-to url, but Atom/RSS do not. This means this feature will only work with JSONFeeds, but I think that is an acceptable compromise. Of course if micro.blog started consuming h-entrys that would also work but that's a different conversation.
    San Francisco, California, USA
    #microblog
    Mon, Feb 26, 2018 12:49pm -08:00
  • Multi-Photo Support in OwnYourGram

    Aaron Parecki
    Sat, Sep 23, 2017 1:29pm -07:00

    After far too long, I finally launched support for importing multi-photos from Instagram via OwnYourGram!

    The OwnYourGram dashboard showing a multi-photo post I used for testing

    I had to make a couple tough calls, which I'm not entirely happy about, but I think it's an acceptable compromise for now. The main limitation of the way it currently works is that Instagram posts that mix photos and videos in the same post will import the videos as just their poster frame. Additionally, you can tag people in the individual images on Instagram, but when that's converted to a Micropub request and sent to your site, the person tags are combined into one list associated with the main post.

    The multi-photo post rendered on my website

    The reason for doing it this way is there were already several websites and Micropub implementations that support the "multi-photo" concept, but very few that support "collections." The difference is a multi-photo is a single h-entry that has multiple photo URLs, whereas a collection is an h-entry that contains multiple h-entrys inside of it. The collection concept allows a much richer representation of things, since you can have a collection containing photos, videos, or anything really, and each h-entry within the collection can have its own tags, person-tags, etc. There are some more notes on the advantages and limitations of each on the IndieWeb wiki.

    But right now, there are very few implementations of collections at all, and as far as I know, nobody's Micropub endpoint supports creating collections anyway. In contrast, there are several examples of multi-photos along with support in Micropub endpoints, including recent support for it in micro.blog. So that's a compelling argument for making OwnYourGram support the simple case first, and eventually I'll see about adding support for full collections later.

    Since not everyone's site supports multi-photos, I decided that for all existing OwnYourGram users, I would maintain the existing behavior where it only posts the first photo to your site. This way I avoid surprising people with a new kind of Micropub request. If you're an existing user and want to accept multi-photos, then you just need to be prepared for the "photo" property to be an array, and you can enable multi-photo support in the settings. New users will have this enabled by default.

    I talked about this upcoming change on episode 1 of my new microcast "Percolator," so please subscribe if you're interested in following along with other developments I'm thinking about!

    Looking forward to seeing some multi-photos on all your websites!

    Portland, Oregon
    5 likes 1 bookmark 2 mentions
    #ownyourgram #instagram #indieweb #microblog
    Sat, Sep 23, 2017 1:29pm -07:00
  • Jackson Palmer http://ummjackson.com   •   May 24
    Anyone in the IndieWeb space know if http://micro.blog is going to be an OSS protocol vs. a closed source company?
    Aaron Parecki
    @ummjackson You can use the micro.blog iOS app to post to your own Micropub website, and the site also sends Webmentions!
    Portland, Oregon, USA
    2 likes 2 replies
    #microblog
    Wed, May 24, 2017 8:48am -07:00
  • Aaron Parecki
    I have high hopes for @manton2's http://micro.blog Kickstarter project! Today's the last day to back it! https://www.kickstarter.com/projects/manton/indie-microblogging-owning-your-short-form-writing #indieweb
    Portland, Oregon
    11 likes 10 reposts 1 mention
    #microblog #kickstarter
    Tue, Jan 31, 2017 9:19am -08:00
  • Micro.blog Project Surges Past $65K on Kickstarter, Gains Backing from DreamHost (wptavern.com)
    Portland, Oregon
    #microblog #indieweb #kickstarter
    Thu, Jan 26, 2017 3:01pm -08:00
  • OStatus | people on different networks following each other (ostatus.org)
    #activity-streams #api #diso #events #microblog #socialnetworking #standards
    Wed, May 26, 2010 2:22pm -07:00
next

Hi, I'm Aaron Parecki, co-founder of IndieWebCamp. I maintain oauth.net, write and consult about OAuth, and am the editor of several W3C specifications. I record videos for local conferences and help run a podcast studio in Portland.

I wrote 100 songs in 100 days! I've been tracking my location since 2008, and write down everything I eat and drink. I've spoken at conferences around the world about owning your data, OAuth, quantified self, and explained why R is a vowel. Read more.

Follow
  • Security Architect at Okta
  • IndieWebCamp Founder
  • W3C Editor

  • W7APK
  • ⭐️ Life Stack
  • ⚙️ Home Automation
  • All
  • Articles
  • Bookmarks
  • Notes
  • Photos
  • Replies
  • Reviews
  • Sleep
  • Trips
  • Contact
© 1999-2019 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