ultrasaurus.com
the evolving ultrasaurus - Page 2 of 190 - Sarah Allen's reflections on internet software and other topics
http://www.ultrasaurus.com/page/2
Sarah Allen's reflections on internet software and other topics. Skip to primary content. Skip to secondary content. What is an ultrasaurus? Go language philosphy thorugh proverbs. July 2, 2016. Rob Pike’s Go Proverbs. The proverbs with my notes from the talk are listed below. I also found a lovely post with code illustrations. As well as graphically illustrated deck. With nice icons chosen from the noun project. And if you have additional proverbs to suggest, there’s now a github repo. For example: Byte...
blog.nella.org
The Go Programming Language | jra's thoughts
http://blog.nella.org/category/golang
The Go Programming Language. Httptrace, a new Go debugging tool. Today I was investigating why HTTP redirects resulted in more persistent connections staying open than I was expecting. I found myself digging around deep inside net/http/transport.go and I noticed the new net/http/httptrace. Package. It is new in Go 1.7, which is currently in beta. Net/http/httptrace is lightly documented, and because it is new, there are no examples to look at. So I decided to share what I came up with here. July 1, 2016.
blog.nella.org
jra | jra's thoughts
http://blog.nella.org/author/jra
Httptrace, a new Go debugging tool. Today I was investigating why HTTP redirects resulted in more persistent connections staying open than I was expecting. I found myself digging around deep inside net/http/transport.go and I noticed the new net/http/httptrace. Package. It is new in Go 1.7, which is currently in beta. Net/http/httptrace is lightly documented, and because it is new, there are no examples to look at. So I decided to share what I came up with here. For my purposes, PutIdleConn). July 1, 2016.
blog.nella.org
Geeking | jra's thoughts
http://blog.nella.org/category/geeking
I gave a Lightning Talk. At SREcon16 and I was lucky enough to win the SRE book from Google while I was there. Here are some notes of things I was thinking while reading it. Now that I’ve read the SRE book, I’ve figured out what the silver bullet is: it’s sweat. But that’s not the end of the story. The other thing I felt time and time again reading the book was a sense of longing to get back in the game. It made me ready to sweat. The book, told as it is from passionate, proud, smart pe...I pity the fools.