Kubernetes Meetup at JW Player

March 1, 2019 @ 10:41

At JW Player last night, we hosted the New York Kubernetes Meetup. It went very well, we had about 80 people, and hung out with pizza and beer.

And I presented! I talked about the deployment system we’ve been working on which allows developers to deploy applications onto our Kubernetes clusters.

Update: So there used to be a video here, but since I’ve left JWPlayer, that link is no loger active. Oh well.

selecting sftp URLs in URxvt

January 2, 2012 @ 17:58

Add this to your .Xresources:

> URxvt.selection.pattern-0: ^(sftp://[^ ]+)\

Note that there’s a space at the end of the line.