text
stringlengths
0
1.49k
**Brian Ketelsen:** Legend.
**Erik St. Martin:** He was pretty excited about it, too.
**Carlisia Thompson:** I forget that Dave Cheney is at Heptio.
**Erik St. Martin:** Yeah, that was a kind of exciting couple weeks, where everybody was trying to guess where he was going.
**Brian Ketelsen:** \[whispering\] Microsoft.
**Erik St. Martin:** That would have been cool.
**Jason Keene:** It's a great attractor in the Go community... Everyone's gravitating to Microsoft.
**Brian Ketelsen:** I hear all the cool kids are going there.
**Erik St. Martin:** Maybe we can get a job there.
**Brian Ketelsen:** I'm not good enough.
**Erik St. Martin:** So maybe we can keep our job then... \[laughter\] Another cool project I came across is called [GoTTY](https://github.com/yudai/gotty), which I've only played with a little bit, but it seems super cool, where you basically can share your terminal, but through a web page, so everybody else kind of g...
**Brian Ketelsen:** \[48:07\] GoTTY is really awesome, I've used it to back a couple projects that I wrote this spring, and there's a lot of power to it. You can pipe it through to just about anything. I've had mine piped through to Docker, so that when somebody hit a web page, it would automatically spawn a Docker con...
**Erik St. Martin:** I didn't even realize that you had used GoTTY for that.
**Brian Ketelsen:** I've touched everything, Erik. You should just accept that.
**Carlisia Thompson:** This is really cool. Very useful.
**Erik St. Martin:** Another one that I came across is called [G.E.R.T](https://github.com/ycoroneos/G.E.R.T), and I think we mentioned this before; I think it might have been a little earlier on... But it seems to be a port of the Go runtime to run directly on ARMv7 system on the chips. I haven't got to play with this...
**Brian Ketelsen:** It sure is looking good, though.
**Erik St. Martin:** Yeah, I mean they already have support for most of the serial protocols and things like that - [SPI](https://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus) and [UART](https://en.wikipedia.org/wiki/Universal_asynchronous_receiver-transmitter)... I don't know whether I saw [I²C](https://en.wi...
**Brian Ketelsen:** Is that how you say that, "I squared C"? I always read "I two C", but it's because I don't know what I'm doing.
**Erik St. Martin:** Yeah, I think people say it both ways, but I think it's technically "I squared C."
**Brian Ketelsen:** Nice. Today I learned.
**Erik St. Martin:** We need the "The more you know..." \[laughter\] Another cool tool that I came across is called [GoScan](https://github.com/timest/goscan). It basically scans the IPv4 subnet range and uses SMB and things like that to discover hostnames. I've actually been noticing more and more security tools writt...
**Brian Ketelsen:** When your worlds collide...
**Erik St. Martin:** When my worlds collide, yeah, because most of the time when I play with security tools, they're written in Python, or very bad C... That happens, too.
**Brian Ketelsen:** Isn't that kind of ironic, that people write bad C for security tools?
**Erik St. Martin:** \[laughs\] That is true. So another cool one that I actually just thought today was [GoMatcha.io](https://gomatcha.io/). It seems to be a project that has bindings for Objective-C and Java, so that you can write your mobile apps completely in Go... And I have not tried this yet, so if you have, ple...
**Brian Ketelsen:** Yeah, somebody else go try that. We have a couple big conferences coming up this month - [dotGo](https://www.dotgo.eu/) and [GopherCon Brazil](https://2017.gopherconbr.org/). I'm getting on a plane in 21 hours for dotGo.
**Erik St. Martin:** Is anybody here going to dotGo?
**Jason Keene:** No...
**Andrew Poydence:** Not really.
**Erik St. Martin:** Brian is, he's speaking, but I didn't know if anybody else is -- yeah, you're speaking, right?
**Brian Ketelsen:** I am.
**Erik St. Martin:** And then we have the following week - or maybe it's two weeks later; mid-November - [GopherCon Brazil](https://2017.gopherconbr.org/), which I know Carlisia will be at... She wouldn't miss it for the world.
**Carlisia Thompson:** Yeah... \[laughs\] I leave on the 14th, and the conference is that weekend. And I'm speaking.
**Erik St. Martin:** Oh, you are speaking...!
**Brian Ketelsen:** Awesome!
**Carlisia Thompson:** Yeah!
**Brian Ketelsen:** What's your topic?
**Carlisia Thompson:** I'm going to talk about certificates in TLS and Letsencrypt... In Go, of course.
**Erik St. Martin:** Oh, nice!
**Brian Ketelsen:** \[52:05\] I don't know how I did it, but I managed to sign myself up for five talks in eleven days, and I am one talk into that eleven days, and already regretting the whole plan. I think it was Erik's idea.
**Erik St. Martin:** Are they all five different talks?
**Brian Ketelsen:** They are all five different talks. I was bright enough at least to write sample code for three of the talks in one repository. One of the talks is on microservices, another is on open tracing, and then there's another one on something else. So I built a bunch of microservices that had open tracing, ...
**Erik St. Martin:** Yeah, I don't think I could do it.
**Jason Keene:** Yeah, it's like an ultra marathon of coding talks...
**Erik St. Martin:** I'll take the blame, though.
**Brian Ketelsen:** You know, I wish they were local. The hard part is that it's dotGo on the 6th, and then the Women Who Go in Paris on the 7th or 8th, and then [Codemotion](https://milan2017.codemotionworld.com/) in Italy... So much flying. That almost sounds whiny.
You know, I am really, really grateful to be able to do the job that I do. I'll be quiet now.
**Erik St. Martin:** \[laughs\] So one other cool thing that I came across was actually NVIDIA's GitHub organization is a project called [nvidia-docker](https://github.com/NVIDIA/nvidia-docker), which is supposed to have support for having containers that can leverage NVIDIA GPU's that are running on the hardware. So t...
**Brian Ketelsen:** Alright, how about some \#FreeSoftwareFriday?