Me at FOSDEM 2011: Practical Go Programming
February 19 2011, 7:34 PM
This is a variation on the talk I gave at OSDC in Melbourne last year. The slides are available here.
I had a great time at FOSDEM. It was a very well-organised event, with thousands of open-source hackers from all over Europe coming together to learn and get things done. I'll be back next year for sure.
Update: I've written a post describing the internals of final the demonstration.
34478 views and 9 responses
-
Feb 20 2011, 10:46 AMjm responded:The person who asked the last question does not deserve the answer he received.
-
Feb 20 2011, 12:43 PMAndrew Gerrand responded:I'm inclined to agree. I was really shocked by how rude he was!
-
Feb 23 2011, 4:34 AMgob responded:talk/code/1 restart is broken:
URLStore: extra data in buffer -
Feb 23 2011, 12:36 PMbsr responded:great presentation.. towards the end, you showed the benchmarking real time graph. Is it something available in standard go tools? thanks.
-
Feb 25 2011, 6:13 PMronnybrendel (Twitter) responded:I was shocked too, but you handled it very gracefully.
Very cool talk over all. I enjoyed it very much.
-
Feb 25 2011, 6:59 PMAndrew Gerrand responded:@bsr - I wrote a custom stats collection server in Go and used Flotr on the client side to produce those graphs. You can find the code in this github repo:
I hope to write a blog post on how I put this together in the next week or so. It only took me about an hour to throw together - very satisfying!
-
Feb 25 2011, 7:02 PMAndrew Gerrand responded:@gob - thanks for pointing that out. I actually noticed this during the talking itself, unfortunately. Will fix it this week.
-
Feb 28 2011, 1:44 PMDaniel Huckstep responded:Good talk, and way to handle that last insult^H^H^H^H^H^Hquestion!
-
Mar 5 2011, 12:56 AMMark responded:Brilliant presentation, Andrew.