42°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • zeldman https://studio.zeldman.com/
    Thank you for using our app—for filling it with your precious content and encouraging your friends to use it. We’re shutting it down.
    Tue, Dec 8, 2015 11:12am -05:00 (liked on Tue, Dec 8, 2015 9:03am -08:00)
  • car2go
    2.12mi
    Distance
    11:57
    Duration
    7:59am
    Start
    8:11am
    End
    Portland, Oregon, USA
    Tue, Dec 8, 2015 8:11am -08:00
  • 11:54pm
    Asleep
    7:05am
    Awake
    7h 11m
    Slept
    Home in Portland, Oregon, USA
    Tue, Dec 8, 2015 7:05am -08:00
  • Aaron Parecki
    I wrote about my relatively painless process of getting an https cert using letsencrypt! http://aaronparecki.com/articles/2015/12/07/1/letsencrypt
    Portland, Oregon, USA
    10 likes 5 reposts 2 replies
    Mon, Dec 7, 2015 10:27am -08:00 #https #letsencrypt
  • Setting up HTTPS with Letsencrypt.org

    I use nginx to serve my HTTPS domains, and Letsencrypt support for nginx is still in beta. I also have a relatively specialized nginx config setup so I don't want any automated script messing with those files. Below are the steps I took to use the letsencrypt tool to generate and automatically renew a certificate for a domain.
    continue reading...
    10 likes 5 reposts 2 replies 3 mentions
    Mon, Dec 7, 2015 9:59am -08:00 #https #ssl #letsencrypt #indieweb
  • Daniel and 10 others https://twitter.com/techwraith   •   Dec 7
    @aaronpk sounds like you need an hdmi to thunderbolt converter.
    Aaron Parecki
    @TechWraith My point is it seems strange that Apple doesn't make an accessory to connect them.
    Portland, Oregon, USA
    1 like
    Mon, Dec 7, 2015 9:26am -08:00
  • Daniel and 10 others https://twitter.com/techwraith   •   Dec 7
    @aaronpk usb-c to hdmi should do it.
    Aaron Parecki
    @TechWraith The only input on the Thunderbolt displays is Thunderbolt though!
    Portland, Oregon, USA
    1 reply
    Mon, Dec 7, 2015 9:20am -08:00
  • Aaron Parecki
    Wait a sec, is there really no way to plug a MacBook with USB-C into a Thunderbolt display?
    Portland, Oregon, USA
    4 replies
    Mon, Dec 7, 2015 9:13am -08:00 #apple #macbook
  • 3:18am
    Asleep
    6:29am
    Awake
    3h 11m
    Slept
    Home in Portland, Oregon, USA
    Mon, Dec 7, 2015 6:29am -08:00
  • 9:50pm
    Asleep
    2:31am
    Awake
    4h 41m
    Slept
    Home in Portland, Oregon, USA
    Mon, Dec 7, 2015 2:31am -08:00
  • Make all protected methods public for PHPUnit (gist.github.com)
    /*
     * Make all protected methods public for PHPUnit
     */
    class ExampleClassTest extends ExampleClassTest {
    
      public function __call($method, $args) {
        $method = new \ReflectionMethod('ExampleClass', $method);
        $method->setAccessible(true);
        return $method->invokeArgs($this, $args);
      }
    
      public static function __callStatic($method, $args) {
        $method = new \ReflectionMethod('ExampleClass', $method);
        $method->setAccessible(true);
        return $method->invokeArgs(null, $args);
      }
    
    }
    Sun, Dec 6, 2015 10:27am -08:00 #php #test #phpunit #code #example
  • 10:13pm
    Asleep
    5:41am
    Awake
    7h 28m
    Slept
    Home in Portland, Oregon, USA
    Sun, Dec 6, 2015 5:41am -08:00
  • PTZOptics-20X-SDI PTZ IP Streaming Camera with Simultaneous HDMI and HD-SDI Outputs (www.amazon.com)
    Sat, Dec 5, 2015 7:47am -08:00 #livestream #video #camera #electronics
  • Toughsty™ PTZ Keyboard Controller with 3D Joystick for CCTV (www.amazon.com)
    Sat, Dec 5, 2015 7:45am -08:00 #livestream #video #camera #electronics
  • 10:30pm
    Asleep
    5:51am
    Awake
    7h 21m
    Slept
    Home in Portland, Oregon, USA
    Sat, Dec 5, 2015 5:51am -08:00
  • Semantic UI (semantic-ui.com)
    Semantic is a development framework that helps create beautiful, responsive layouts using human-friendly HTML.
    Fri, Dec 4, 2015 7:34pm -08:00 #resources #html #template #semantic #bootstrap
  • Ride
    3.44mi
    Distance
    28:02
    Duration
    7.4mph
    Avg Speed
    3:22pm
    Start
    3:50pm
    End
    Portland, Oregon, USA
    Fri, Dec 4, 2015 3:50pm -08:00
  • Ride
    0.97mi
    Distance
    7:16
    Duration
    8.0mph
    Avg Speed
    2:46pm
    Start
    2:54pm
    End
    Esri Portland in Portland, Oregon, USA
    Fri, Dec 4, 2015 2:54pm -08:00
  • Slack Stack (twitter.com)
    Server-side, it’s a standard LAMP stack plus SOLR for search.
    Fri, Dec 4, 2015 12:10pm -08:00 #slack #stack
  • Slack Stack (twitter.com)
    ...Java messaging server + LAMP for core app/APIs + JS client + MacGap + native mobile (Objective-C for iOS/Java for Android).
    Fri, Dec 4, 2015 12:10pm -08:00 #slack #stack
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-2026 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