Live data from Hacker News

Hacking with Andrew and Brad: an HTTP/2 client in Go [video]

youtube.com

21–30 of 31 posts

Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]

#21
post #7

Amazing! 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.

Not to take away from the awesome videos now, but I'm a bit sad we won't see anything like this from the LiveJournal/memcached/Danga era - that would have been great watching, I suspect, from my memory of yours and whitaker's posts :-D

Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]

#22
Really interesting to watch, thanks for doing this.

Anyone else really impressed by their development speed? I've not used Go and following someone else in an editor can be difficult, but it took me some effort to keep up: you guys never slowed down for nearly two hours!

Did you ever find out why ip.appspot.com yielded "Bad Request"?

Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]

#23
post #5
post #4

This is wonderful, and as a side effect clearly shows that emacs is much better than vim.

Well, it was Brad's machine, so my vim environment wasn't set up as it is normally. Not really a fair comparison. :-)

Phew! I thought Acme had ruined you and you were all about that no-syntax highlighting.

What did you use to switch between emacs and vim? It seemed like a quick hot-key.

Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]

#25
post #23
post #5

Earlier quoted context omitted.

Well, it was Brad's machine, so my vim environment wasn't set up as it is normally. Not really a fair comparison. :-)

Phew! I thought Acme had ruined you and you were all about that no-syntax highlighting. What did you use to switch between emacs and vim? It seemed like a quick hot-key.

We were using a shared screen session (you can re-attach to a session with the -x flag), and we had the same files open in both vim and emacs. I was recording my laptop screen and would switch back and forth between my Vim session and Brad's Emacs session. It worked surprisingly well.

Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]

#26
post #11
post #10

Earlier quoted context omitted.

Could I suggest also recording an episode when you actually gear up to merge this into master?

We committed it straight to master after we finished the video. The code has been worked on quite a bit since.

I was referring to something which Brad mentioned at the start of the video. About making this client reuse an underlying connection for multiple requests.

Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]

#27
post #22

Really interesting to watch, thanks for doing this. Anyone else really impressed by their development speed? I've not used Go and following someone else in an editor can be difficult, but it took me some effort to keep up: you guys never slowed down for nearly two hours! Did you ever find out why ip.appspot.com yielded "Bad Request"?

TL;DR: Sending both `Host` and `:authority` headers is apparently against the spec.

Some discussion on /r/golang : https://www.reddit.com/r/golang/comments/2x626t/hacking_with...

Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]

#28
Slightly off-topic, but the use of 'an' as the indefinite article in the phrase 'an HTTP' always seems really weird to my brain.

In Ireland we seem to learn a less "rounded" version of the letter H when we learn the alphabet - I assume this comes from Irish language pronunciation. It sounds much more like "hay-ch" than "aych", really emphasising that initial 'h'.

So, thinking about it, I guess 'a HTTP' probably sounds pretty weird to every other native English speaker in the world :)

Anyone else out there prefer 'a HTTP' over 'an HTTP'?

Back on topic: I really enjoyed the last two hacking sessions, it's really edifying to see the process. More please!

Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]

#29
post #28

Slightly off-topic, but the use of 'an' as the indefinite article in the phrase 'an HTTP' always seems really weird to my brain. In Ireland we seem to learn a less "rounded" version of the letter H when we learn the alphabet - I assume this comes from Irish language pronunciation. It sounds much more like "hay-ch" than "aych", really emphasising that initial 'h'. So, thinking about it, I guess 'a HTTP' probably sound…

You're in the minority with your pronouncation of 'h', but are far from alone: http://en.wikipedia.org/wiki/H#Name_in_English

Re: Hacking with Andrew and Brad: an HTTP/2 client in Go [video]

#30
post #23
post #5

Earlier quoted context omitted.

Well, it was Brad's machine, so my vim environment wasn't set up as it is normally. Not really a fair comparison. :-)

Phew! I thought Acme had ruined you and you were all about that no-syntax highlighting. What did you use to switch between emacs and vim? It seemed like a quick hot-key.

> and you were all about that no-syntax highlighting

He is. He usually does not use syntax highlighting: https://twitter.com/enneff/status/571067872291594240

Post reply on HN