Advancing the State of the Art of Container Storage with Titusxkyle.com3 points·by solarkennedy·4 ปีที่แล้ว·0 comments
solarkennedy·2 ปีที่แล้ว·discussI 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)
solarkennedy·5 ปีที่แล้ว·discussTitus (Netflix's container orchestrator that I work on) does this via: https://github.com/Netflix-Skunkworks/titus-isolate
solarkennedy·10 ปีที่แล้ว·discussI 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
solarkennedy·10 ปีที่แล้ว·discussI 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 advantage of the half-block trick to double the effective vertical resolution. (like other tools like img2xterm)
solarkennedy·13 ปีที่แล้ว·discussI'm writing a puppet module to make it easy to declare shared folders. I'm almost done: https://github.com/solarkennedy/puppet-btsyncThe config file is versatile enough to allow you to turn off the relay servers / dht / upnp, etc and simply declare static peers, which is cool.
solarkennedy·13 ปีที่แล้ว·discussHere 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 -r -c 100 | rev