66°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • Aaron Parecki
    at Portland International Airport (PDX)
    Portland, Oregon • Wed, January 11, 2017 3:02pm
    45.58905 -122.593004
    PDX ✈️ SFO
    Portland, OR, United States
    Wed, Jan 11, 2017 3:02pm -08:00
  • Aaron Parecki
    at TriMet Hollywood/NE 42nd Ave Transit Center
    Portland, Oregon • Wed, January 11, 2017 2:23pm
    45.532787 -122.620756
    To the airport!
    Portland, OR, United States
    Wed, Jan 11, 2017 2:23pm -08:00
  • Aaron Parecki
    Beers and books in the snow #pdx #pdxsnow
    Portland, Oregon, USA
    8 likes
    Wed, Jan 11, 2017 12:47pm -08:00 #pdx #pdxsnow
  • Aaron Parecki
    at Laughing Planet
    Portland, Oregon • Wed, January 11, 2017 12:46pm
    45.53671 -122.61984
    Burrito in the snow
    Portland, OR, United States
    Wed, Jan 11, 2017 12:46pm -08:00
  • Day 22: XRay Ready for Deployment #100DaysOfIndieWeb

    Today I made a few changes to XRay to make it easier to deploy in more kinds of environments. I also removed a bunch of CSS/JS dependencies and simplified the UI a bit.
    continue reading...
    3 mentions
    Wed, Jan 11, 2017 10:19am -08:00 #xray #p3k #indieweb #100daysofindieweb #100daysofcode
  • Day 21 - Snow Day

    Day 21. This evening, a snow storm hit Portland. It went from "oh look at the cute snowflakes" to 5 inches of snow in about 2 hours. I originally shot a bunch more b-roll for this video, but then decided I liked this shot enough to use it for the whole clip. With some more time, there's a bunch more I want to do with this song. I might try to expand on it later, because I keep having ideas for how to make this sound more like I'm imagining it.
    continue reading...
    3 likes 4 replies 1 mention
    Tue, Jan 10, 2017 10:24pm -08:00 #100daysofmusic
  • Day 21: Twitter Support for XRay #100DaysOfIndieWeb

    Continuing yesterday's work, today I added support for parsing Twitter URLs to XRay.There were a couple tricks to make this work. I wanted to make sure that Tweets are always expanded to include the most data possible, and also wanted to avoid needing to make a bunch of HTTP requests. Scraping from the twitter.com website wasn't an option, since some of the data isn't available or would require additional HTTP calls to fetch. (For example I would have to fetch every t.co URL to expand them.) So I set to work using the Twitter API to fetch the tweets.
    continue reading...
    1 like 1 reply 3 mentions
    Tue, Jan 10, 2017 3:36pm -08:00 #100daysofindieweb #100daysofcode #indieweb #xray #twitter
  • Day 20 - Vieux Carré

    Day 20. This was the first time I started and finished a song in a bar! I wrote this between my dentist appointment and seeing a movie downtown. The Vieux Carré is a $5 on-tap cocktail at Imperial in Downtown Portland. I will admit it was a bit of a challenge working on this with other music playing in the bar, but my noise cancelling headphones helped a lot.
    continue reading...
    3 likes 1 reply 1 mention
    Mon, Jan 9, 2017 10:07pm -08:00 #100daysofmusic
  • Aaron Parecki
    Why do I always feel like fading out a song is cheating?
    Portland, Oregon, USA
    15 likes 6 replies
    Mon, Jan 9, 2017 5:08pm -08:00
  • Aaron Parecki
    Okay *now* I'm freaking out about Flickr https://twitter.com/BuzzFeedNews/status/818589759320637440 #yahoo
    Portland, Oregon, USA
    5 likes 2 reposts 3 replies
    Mon, Jan 9, 2017 3:54pm -08:00 #yahoo #flickr
  • Aaron Parecki
    at Imperial
    Portland, Oregon • Mon, January 9, 2017 3:26pm
    45.521108 -122.678698
    Post dentist treat
    Portland, OR, United States
    Mon, Jan 9, 2017 3:26pm -08:00
  • Aaron Parecki
    at Weissman Dental
    Portland, Oregon • Mon, January 9, 2017 1:59pm
    45.519222 -122.683982
    Not so favorite thing 😬
    Portland, OR, United States
    Mon, Jan 9, 2017 1:59pm -08:00
  • Aaron Parecki
    #favoritethings
    Portland, Oregon, USA
    Mon, Jan 9, 2017 1:28pm -08:00 #favoritethings
  • Aaron Parecki
    at Case Study Coffee
    Portland, Oregon • Mon, January 9, 2017 1:27pm
    45.519248 -122.68242
    Portland, OR, United States
    Mon, Jan 9, 2017 1:27pm -08:00
  • Aaron Parecki
    at TriMet Hollywood/NE 42nd Ave Transit Center
    Portland, Oregon • Mon, January 9, 2017 1:02pm
    45.532787 -122.620756
    Maxing because it's too icy out
    Portland, OR, United States
    Mon, Jan 9, 2017 1:02pm -08:00
  • 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
  • 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
  • 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
older
  • 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