Earlier quoted context omitted.
Glad you liked it! We enjoy making them.
Could I suggest also recording an episode when you actually gear up to merge this into master?
Hacking with Andrew and Brad: an HTTP/2 client in Go [video]
11–20 of 31 posts
Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]
#12[deleted]
Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]
#13This was awesome. Do more please.
Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]
#14This was fun to watch. Thanks, fyi video card is full at 1:42
Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]
#15Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]
#16Loving this video so far - showed it to my wife and described it to her as "check out this video... two dudes sitting on a couch programming, but they are really smart dudes tackling tough problems so it's fascinating", needless to say, she was amused.
This reminds me of Peepcode's play by play, but they're building real things.
Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]
#17Go is such an elegant and compact language.
Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]
#18Amazing! Just the presentation style alone, pair programming, talking to the camera and explaining their thought process, dual computers. Wow, this is pretty slick! It is like having a mentor right there.
Glad you liked it! We enjoy making them.
Please keep them coming. Will watch every single one, multiple times! Loved hearing your thought process and confidence with what was being typed. Now when I code I pretend I'm talking to either of you. It's not weird, right?
Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]
#19Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]
#20This is wonderful, and as a side effect clearly shows that emacs is much better than vim.
brad has a fairly light-weight go setup for emacs. from what i can tell, he just has gofmt run on save and the go import plugin that reads his code and adds/removes import statements appropriately.
mine includes auto-complete (that is conscious of the AST) and linting/error checking. i suspect brad has jump-to-definition and the other stuff that comes with the go emacs mode, but he doesn't use it.