Live data from Hacker News

Viewing profile — solarkennedy

solarkennedy

HN member
Joined
Thu, Mar 21, 2013, 12:33 AM UTC
HN karma
15
Public activity
8 items

About solarkennedy

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #41935244

    I did a graphviz visualization of cross-az latency for all azs here https://xkyle.com/Measuring-AWS-Region-and-AZ-Latency/ (gosh, 4 years old now)

  3. story
  4. comment
    Comment #27741095

    Titus (Netflix's container orchestrator that I work on) does this via: https://github.com/Netflix-Skunkworks/titus-isolate

  5. comment
    Comment #12079407

    I wrote a program to extract the seeds out of the sqlite and back into QR codes for easy transfer. You are right it wasn't that hard: https://github.com/solarkennedy/tfa_auth_dump

  6. comment
    Comment #11786378

    I have a comparison of these tools going here: http://www.xkyle.com/a-comparison-of-image-to-ascii-conversi... I can add this to the list, but it looks like it does not take advant…

  7. comment
    Comment #5596577

    I'm writing a puppet module to make it easy to declare shared folders. I'm almost done: https://github.com/solarkennedy/puppet-btsync The config file is versatile enough to allow y…

  8. comment
    Comment #5411869

    Here is some bash kinda: curl -s http://blog.balancedpayments.com/balanced-payments-operation... | html2text | grep -P '[^.*]=$' | head -n 1 | base64 -d | sed 's/../0x& /g' | xxd -…