60°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • 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
  • 10:01pm
    Asleep
    6:16am
    Awake
    8h 02m
    Slept
    30m
    Awake for
    Portland, Oregon, USA
    Mon, Jan 23, 2017 6:16am -08:00
  • 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
  • 11:12pm
    Asleep
    6:56am
    Awake
    7h 31m
    Slept
    29m
    Awake for
    Portland, Oregon, USA
    Sun, Jan 22, 2017 6:56am -08:00
  • 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
  • 10:36pm
    Asleep
    6:06am
    Awake
    7h 17m
    Slept
    30m
    Awake for
    Portland, Oregon, USA
    Sat, Jan 21, 2017 6:06am -08:00
  • 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
  • Josh Highland https://venntov.com   •   Jan 20
    It’s incredible to think that we all basically have the same computers, but we all do different things with them.
    Aaron Parecki
    @joshhighland What's crazy is when I try to use someone else's phone/computer it feels like a completely different thing!
    Portland, Oregon, USA
    1 like
    Fri, Jan 20, 2017 6:15pm -08:00
  • 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
  • Jessie Gentry http://www.jessiegentry.com   •   Jan 20
    @aaronpk I've always wanted to try out a project with a Raspberry Pi. Enjoying reading about your HAM project, sharing.
    Aaron Parecki
    @jessiegentry I'm looking forward to experimenting more! If you make a ham radio website let me know so I can follow what you do too!
    Portland, Oregon, USA
    Fri, Jan 20, 2017 10:17am -08:00
  • Jessie Gentry http://www.jessiegentry.com   •   Jan 20
    NOW I AM!
    Aaron Parecki
    @jessiegentry @kevinmarks YESSSS! It's been great fun not caring about what it looks like and just writing stuff!
    Portland, Oregon, USA
    1 like
    Fri, Jan 20, 2017 9:44am -08:00
  • Sebastian Lasse Ω† http://sebastianlasse.de   •   Jan 20
    Friend analysed changes : "This time they don't shoot in the knee they cripple complete thigh" + last in https://github.com/aaronpk/IndieAuth.com/issues/130
    Aaron Parecki
    @sl007 wow... I don't even understand what that means. No more Google+ web??
    Portland, Oregon, USA
    2 replies
    Fri, Jan 20, 2017 6:49am -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