Aaron Parecki

  • Articles
  • Notes
  • Photos
  • Ryan Barrett https://snarfed.org/   •   Jan 9

    oh man, awesome!

    comparing to https://granary-demo.appspot.com/instagram/-/@self/@app/BM4rGs-lApG?format=json-mf2, looks like they match up pretty well.

    one interesting difference: did you do an extra profile URL fetch to get http://aaronparecki.com/? it’s not in https://www.instagram.com/p/BM4rGs-lApG/ anywhere.

    otherwise, next step, comments and likes? :P

    Aaron Parecki
    @snarfed.org Yeah, I do an extra lookup to get full profile info as well as the lat/lng of venues. This is basically the same code that's in OwnYourGram. Comments and likes? mayyyyyybe.
    Portland, Oregon, USA
    Mon, Jan 9, 2017 10:54am -08:00
  • Joel Purra https://twitter.com/joelpurra   •   Jan 9
    @oplife Yeah, saw #indieauth earlier; afaik they shut down #openid support. Really need openid for existing sites =(
    Aaron Parecki
    @joelpurra @oplife indieauth.com should still be running an OpenID provider. I just used it to sign in to StackOverflow yesterday!
    Portland, Oregon, USA
    5 replies
    Mon, Jan 9, 2017 10:54am -08:00 #indieauth #openid
  • Day 20: Instagram Support for XRay #100DaysOfIndieWeb

    XRay is my service that parses web pages and extracts information from them. Right now I mostly use it to parse comments, but now that I've been adding support for reposts, it's used there as well.Today I added support for XRay to extract data from Instagram URLs!This means anything that uses XRay will now return structured data when given an Instagram URL, just like how it parses h-entry and other Microformats. Unfortunately, Instagram does not provide timezone data for the published date, only a Unix timestamp. So if the photo is tagged at a location, then XRay will look up the appropriate timezone for that location and adjust the timezone of the published date accordingly!Here's what the parsed JSON looks like for this photo. Note that the timezone is set to East Coast because this photo was taken at MIT.{ "data":{ "type":"entry", "url":"https://www.instagram.com/p/BM4rGs-lApG/", "author":{ "type":"card", "name":"Aaron Parecki", "url":"http://aaronparecki.com/", "photo":"https://scontent.cdninstagram.com/t51.2885-19/s320x320/14240576_268350536897085_1129715662_a.jpg" }, "content":{ "text":"Here again" }, "photo":[ "https://scontent.cdninstagram.com/t51.2885-15/e35/14269001_1162908790471145_6084871298582839296_n.jpg?ig_cache_key=MTM4NTA0NjQ2MjAyNzc5NTAxNA%3D%3D.2" ], "location":[ "https://www.instagram.com/explore/locations/206258876/" ], "published":"2016-11-16T16:07:06-05:00" }, "refs":{ "https://www.instagram.com/explore/locations/206258876/":{ "type":"card", "name":"Massachusetts Institute of Technology (MIT)", "url":"https://www.instagram.com/explore/locations/206258876/", "latitude":42.360011410484, "longitude":-71.091869836761 } }}In addition to my website using this for reposts and comments, when I paste that URL into IRC, Loqi uses XRay to expand it and provide a little text preview.
    continue reading...
    1 like 1 reply 4 mentions
    Mon, Jan 9, 2017 9:25am -08:00 #100daysofindieweb #100daysofcode #indieweb #xray #instagram
  • 9:50pm
    Asleep
    5:23am
    Awake
    7h 13m
    Slept
    42m
    Awake for
    Portland, Oregon, USA
    Mon, Jan 9, 2017 5:23am -08:00
  • I completely agree with you. There are so many things that infuriate me about re... | Hacker News (news.ycombinator.com)
    "There are so many things that infuriate me about regular sites:
    - Images not having defined heights, leading to content jumping up as I'm reading
    - Ads loading and unloading, leading to the page jittering up and down erratically, making the content unreadable
    - Auto-playing videos: some start playing audio, some have the audio muted but still pause any music I have playing
    - Those ads that scroll up across the page (which wouldn't be a problem, but they scroll at a third of the speed that I drag them up at)
    - The "Read Full Story" buttons that animate the content downwards, freezing everything for a few seconds while the dumb animation plays
    - Web fonts taking an eternity to load, leaving me with no content for ten, fifteen, or more seconds
    - Web fonts loading unexpectedly and causing all the text to reflow, destroying my scroll position
    "
    Sun, Jan 8, 2017 8:29pm -08:00 #amp #web
  • Aaron Parecki
    Day 19. Just to make sure I wasn't getting stuck attempting to make fake instruments sound real, today's song is super ethereal and lacking most things resembling instruments and rhythm. I have no idea what I might use this for in the future, but it was an interesting exploration of making a soundscape.
    Portland, Oregon
    6 likes 1 mention
    Sun, Jan 8, 2017 5:11pm -08:00 #100daysofmusic
  • Day 19: Automatically fetching reposted content #100DaysOfIndieWeb

    Yesterday, I updated my website to show the full contents of reposts. Today, I took that to the next step, and I now automatically fetch the contents of reposts when they are made. I also expanded the repost display to include showing the photo if I reposted a photo!
    continue reading...
    5 mentions
    Sun, Jan 8, 2017 3:29pm -08:00 #100daysofindieweb #p3k #indieweb
  • Ruby Magic, or why `params` is empty even when I don't set it

    I learned a very subtle Ruby trick today.The Ruby parser will create local variables for every variable that might be set in your code before any of it is run.irb(main):001:0> if false; x = 1; end
    continue reading...
    1 like 1 repost
    Sun, Jan 8, 2017 2:47pm -08:00 #ruby #sinatra
  • 10:23pm
    Asleep
    6:18am
    Awake
    7h 30m
    Slept
    35m
    Awake for
    Portland, Oregon, USA
    Sun, Jan 8, 2017 6:18am -08:00
  • Day 18 - Maple and Spruce

    Day 18. I wasn't sure where to start today, but I remembered that it was my friend Barnaby's birthday! I first met Barnaby on the Internet, and later met him in person at an IndieWebCamp. In addition to being a prolific contributor to many IndieWeb projects, he also plays *and makes* Hurdy-Gurdys! What's a Hurdy Gurdy? It's a very cool instrument that is kind of like a key-fretted violin played with a circular bow. I went to his website http://waterpigs.co.uk to see what sorts of musical things he's been up to lately, and found a neat melody called "Maple and Spruce" written out. I decided to use this as the basis for today's song. Oh and I should mention that this arrangement is not actually trying to sound like a Hurdy-Gurdy, although I imagine it would sound great played on it too. So happy birthday Barnaby!
    continue reading...
    waterpigs.co.uk
    6 likes 1 repost 1 reply
    Sat, Jan 7, 2017 7:28pm -08:00 #100daysofmusic
  • Car allergic to vanilla ice cream (www.cgl.uwaterloo.ca)
    Sat, Jan 7, 2017 7:27pm -08:00
  • https://waterpigs.co.uk/
    Aaron Parecki
    Happy birthday Barnaby! πŸŽ‰ πŸŽ‚
    Portland, Oregon, USA
    Sat, Jan 7, 2017 5:08pm -08:00
  • Kevin Marks http://www.kevinmarks.com
    defining a mission in such terms is not usually productive. An independent web is the mission.
    Portland, Oregon
    Sat, Jan 7, 2017 2:35pm -08:00 (liked on Sat, Jan 7, 2017 2:53pm -08:00)
  • Ride
    0.84mi
    Distance
    5:42
    Duration
    2:09pm
    Start
    2:15pm
    End
    Portland, Oregon
    Sat, Jan 7, 2017 2:15pm -08:00
  • Day 18: Showing Full Repost Content in p3k #100DaysOfIndieWeb

    At the beginning of last year when I was working on rebuilding p3k, I made the decision to drop showing the full contents of my reposts in favor of launching the new site sooner. It's been bugging me for a long time, since it means that my reposts aren't really reposts at all, they're just a list of links.Today I took the first step in showing the full contents of my reposts. Since my posts are all based on mf2 property storage, I updated my templates to display the post like one of my posts if the "repost-of" property is an object rather than just a string.Now my reposts look like this!
    continue reading...
    1 like 6 mentions
    Sat, Jan 7, 2017 1:37pm -08:00 #indieweb #repost #p3k #100daysofindieweb
  • Cybershell http://www.youtube.com/user/Cybershell13
    I've never empathized with any fictional character as much as I do with this HorizontalScrollView...
    Portland, Oregon
    Thu, Jan 5, 2017 6:50pm -08:00 (liked on Sat, Jan 7, 2017 10:09am -08:00)
  • 10:29pm
    Asleep
    6:19am
    Awake
    7h 29m
    Slept
    30m
    Awake for
    Portland, Oregon, USA
    Sat, Jan 7, 2017 6:19am -08:00
  • TV anchor says live on-air 'Alexa, order me a dollhouse' – guess what happens next • The Register (www.theregister.co.uk)
    Fri, Jan 6, 2017 10:03pm -08:00 #alexa #internetofshit
  • Aaron Parecki
    Day 17. This is a piano solo I recorded in only a couple takes. After recording, I added some chorus, delay, EQ filters, and a phaser effect to make it sound like it was sort of out of tune and far away. I guess I was going for the "something is slightly off" vibe. I considered adding some other instruments but ended up sticking with a piano solo for this one.
    Portland, Oregon
    13 likes 3 replies 1 mention
    Fri, Jan 6, 2017 8:43pm -08:00 #100daysofmusic
  • Tim Tepaße 🦣 https://twitter.com/ttepasse   •   Jan 7
    @aaronpk https://aaronparecki.com/articles doesn't seem to have an XML feed, am I correct? I'd love to subscribe to one.
    Aaron Parecki
    @ttepasse I don't generate an XML feed (too much extra code) but you can paste any of my feeds into https://granary-demo.appspot.com/?x=94&y=43&input=html to convert them!
    Portland, Oregon, USA
    1 like
    Fri, Jan 6, 2017 4:24pm -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