58°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • Aaron Parecki
    at Capers Café et Le Bar
    Portland, Oregon • Mon, January 23, 2017 2:33pm
    45.588163 -122.59439
    $5 mimosas 🍾
    Portland, OR, United States
    Mon, Jan 23, 2017 2:33pm -08:00
  • Aaron Parecki
    at TSA Pre-Check Lane
    Portland, Oregon • Mon, January 23, 2017 2:32pm
    45.588151 -122.594255
    30 seconds through security πŸ‘
    Portland, OR, United States
    Mon, Jan 23, 2017 2:32pm -08:00
  • Aaron Parecki
    at TriMet Hollywood/NE 42nd Ave Transit Center
    Portland, Oregon • Mon, January 23, 2017 2:04pm
    45.532787 -122.620756
    🚈 to ✈️
    Portland, OR, United States
    Mon, Jan 23, 2017 2:04pm -08:00
  • Aaron Parecki
    at TIMBUK2
    Portland, Oregon • Mon, January 23, 2017 11:49am
    45.522437 -122.682825
    I think I found a bag!
    Portland, OR, United States
    Mon, Jan 23, 2017 11:49am -08:00
  • Aaron Parecki
    at Chrome Industries
    Portland, Oregon • Mon, January 23, 2017 11:11am
    45.521668 -122.681384
    Bag shopping
    Portland, OR, United States
    Mon, Jan 23, 2017 11:11am -08:00
  • Aaron Parecki
    at The UPS Store
    Portland, Oregon • Mon, January 23, 2017 10:22am
    45.5173 -122.675783
    πŸ“¬
    Portland, OR, United States
    Mon, Jan 23, 2017 10:22am -08:00
  • Day 34: New test for webmention.rocks #100DaysOfIndieWeb

    Thanks to @Zegnat and @sebsel for finding some new new edges case in Webmention discovery that deserve new tests!The new test, #22, advertises its Webmention endpoint with a URL that is relative to the page (e.g. <link rel="webmention" href="22/webmention">). The existing relative URL tests were absolute paths (e.g. <link rel="webmention" href="/test/22/webmention">).
    continue reading...
    2 mentions
    Mon, Jan 23, 2017 9:27am -08:00 #100daysofindieweb #webmentionrocks #webmention
  • Aaron Parecki
    ...or maybe I do this intentionally so people stop calling me http://xkcd.com/1789/
    Portland, Oregon, USA
    1 like
    Mon, Jan 23, 2017 7:53am -08:00 #xkcd
  • Day 33 - Up and Down

    Day 33. I didn't really know what to expect going into this today. I started with the piano, then added the first violins that you hear. At some point I realized this sounded familiar, and then found out that it's the same chord progression I used on Day 7. Not that it's particularly unique. I then decided to stick with only orchestral instruments, and that I wanted to try a large buildup and taper it off to a slow resolution without doing a fade-out. I think that aspect worked!
    continue reading...
    2 likes 1 mention
    Sun, Jan 22, 2017 9:38pm -08:00 #100daysofmusic
  • Day 33: Posting Recipes on my Website #100DaysOfIndieWeb

    Over the last couple years I've occasionally posted a recipe on my website, but I'd always just done it as a plain text post, nothing fancy. Today I updated p3k to support a new post type, h-recipe. Now I can properly format and display recipes on my site!
    continue reading...
    3 mentions
    Sun, Jan 22, 2017 4:20pm -08:00 #100daysofindieweb #recipe #p3k
  • Aaron Parecki
    it's gonna be a while before I can fully switch to USB-C #dongletown #macbook
    Portland, Oregon
    10 likes
    Sun, Jan 22, 2017 10:10am -08:00 #dongletown #macbook
  • Week in Review #100DaysOfIndieWeb

    QuillDay 26: Added tag tokens and published date to QuillDay 28: Defaults to mp-syndicate-to instead of the old syndicate-to, and allows overriding for backwards compatibilityDay 30: Documentation for the bookmark interfaceXRayDay 27: XRay now returns the HTTP status code and parses the meta http-equiv tag for static filesp3kDay 29: Shows an audio player for audio posts, and a video player for audio posts with cover artIndieNewsDay 31: Shows the post text smaller and autolinked for posts without a name, and launched the Dutch translationDay 32: Enabled WebSub feeds, which led to finding and fixing a bug in the websub.rocks test suite
    continue reading...
    Sun, Jan 22, 2017 8:13am -08:00 #100daysofindieweb
  • Aaron Parecki
    Day 32. I decided to go somewhat simple for this one. I used a delay effect to get the piano and snare drum to echo. I added the vocals last to fill out the sound some more. The vocals are a mix of a full choir singing "ah" and tenors singing "oo", and they fade in and out mixing between different intensities of singing. If this were used as background music in a TV show I probably wouldn't have used as strong of a hit at the end, and just left the cymbal build-up hanging and probably not resolved the chord either.
    7 likes 1 reply 1 mention
    Sat, Jan 21, 2017 11:20pm -08:00 #100daysofmusic
  • Day 32: Making IndieNews Realtime with WebSub #100DaysOfIndieWeb

    You can now subscribe to realtime updates of IndieNews feeds via WebSub! (formerly known as PubSubHubbub)It was relatively straightforward to add the necessary tags and ping the WebSub hub to make this work. I used Switchboard as the hub. I added the <link> tags and HTTP headers to indicate the hub and self URLs. When a new post is submitted, I then ping the hub, which is just an HTTP POST request with the URL of the feed.I then went to test the publisher using websub.rocks. That part worked great, websub.rocks was able to subscribe to my feed, and I see it receiving the ping when a new post is added to IndieNews.
    continue reading...
    1 like 1 reply 3 mentions
    Sat, Jan 21, 2017 11:36am -08:00 #100daysofindieweb #websub #indienews #reader
  • Day 31 - Seven Grands

    Day 31. This one is composed of seven tracks of the same piano sound, all with slightly different EQ and effects. One has a strong low-pass filter to make it sound percussive and not interfere with the rest, some have delay effects, etc. I wanted to see what I could do with only piano and no other instruments this time!
    continue reading...
    4 likes 5 replies 1 mention
    Fri, Jan 20, 2017 8:20pm -08:00 #100daysofmusic
  • Day 31: IndieNews Updates! #100DaysOfIndieWeb

    Today I started what is hopefully a series of updates to IndieNews. It's been a while since I've worked on it, probably because it's been mostly working fine which I guess is good.The main thing I did today was replace its own Microformats parsing with delegating that to XRay. This should provide better results when parsing pages, since I've been concentrating my work in consuming Microformats posts in that project.The visual update today is a change to how submitted stories are displayed. Previously, each story always showed the headline as a hyperlink to the post. For short titles, this worked fine. But sometimes someone would submit a plaintext note, or an article with a very long title. This looked pretty bad. Now, IndieNews will switch to rendering the post as a text note in a few cases. This means URLs in the note also get hyperlinked individually, which is a good improvement. 
    continue reading...
    1 like 3 mentions
    Fri, Jan 20, 2017 5:51pm -08:00 #100daysofindieweb #indienews
  • Day 30: Documented the Bookmark Interface for Quill #100DaysOfIndieWeb

    Straightforward update today. I added a documentation page for the bookmark interface of Quill!
    continue reading...
    3 mentions
    Thu, Jan 19, 2017 8:20pm -08:00 #100daysofindieweb #quill
  • Day 30 - On the Train

    Day 30. I can't believe it's already been a month I've been doing this project! I hope this one isn't too obvious what I was going for. I wrote most of this on the train from Eugene to Portland today. I added a 1/8 note pulse to the main synth track, which is supposed to be a nod to the rhythmic sounds the wheels make on the tracks. The slow pitch bend down one step is the doppler effect of passing another train and the bells at the train crossings. The piano chord accents are supposed to be the train horn. Get it? Is this too much of a musical pun?
    continue reading...
    5 likes 4 replies 1 mention
    Thu, Jan 19, 2017 8:05pm -08:00 #100daysofmusic
  • Aaron Parecki
    I never thought 45 degrees could feel so warm
    Portland, Oregon, USA
    18 likes 6 replies
    Thu, Jan 19, 2017 7:08pm -08:00 #pdx
  • Aaron Parecki
    at Union Station Amtrak (PDX)
    Portland, Oregon • Thu, January 19, 2017 6:26pm
    45.529155 -122.676623
    And back!
    Portland, OR, United States
    Thu, Jan 19, 2017 6:26pm -08:00
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