Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
solarkennedy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
The Kubernetes Pendulum?
(kyle.cascade.family)
2 points
by
solarkennedy
2y ago
|
0 comments
2.
▲
by
solarkennedy
2y ago
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.
▲
Advancing the State of the Art of Container Storage with Titus
(xkyle.com)
3 points
by
solarkennedy
4y ago
|
0 comments
4.
▲
by
solarkennedy
5y ago
Titus (Netflix's container orchestrator that I work on) does this via: https://github.com/Netflix-Skunkworks/titus-isolate
5.
▲
by
solarkennedy
10y ago
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.
▲
by
solarkennedy
10y ago
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 advantage of the half-block trick to double the e
7.
▲
by
solarkennedy
13y ago
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 you to turn off the relay servers / dht / upnp, etc and sim
8.
▲
by
solarkennedy
14y ago
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 -r -c 100 | rev