Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
GopherCon 2015 videos (youtube.com)
145 points by vruiz on July 28, 2015 | hide | past | favorite | 26 comments


I am a little disappointed that the conference never asked for feedback afterwards.

While I enjoyed the vast majority of talks, I felt that some didn't hit their mark. A select few speakers were poorly prepared for a conference that they had months to prepare for. One speaker made a comment along the lines of "I would give a demo, but I ran out of time to prepare." Another speaker (verbatim): "I've been working on this talk since yesterday. ... If it looks like I don't know what the next slide is, it's because I don't." There were also 4 talks about the history of go. Three of those talks were given by people that all work closely together. I would have expected to see a higher level of polish in both speaker selection, and preparation by the speakers.

That said, talks I suggest watching:

Simplicity And Go -- This talk is a great counterpoint to everyone that says everything you need is in the stdlib.

Delve Into Go -- A great technical talk about the challenges that golang has with debuggers.

Go GC: Solving the Latency Problem -- Technical talk about the GC changes coming to 1.5.

The many faces of struct tags -- Food for thought on how you can better make use of struct tags. Russ Cox loved the expanded uses.


Dmitry Vyukov - Go Dynamic Tools [1], is the one that stands out to me. The Go-fuzz project which was at the core of the talk was linked earlier today [2]. Gotta love a tool that tells you "here's an obscure bug, RIGHT HERE!"

[1] https://www.youtube.com/watch?v=a9xrxRsIbSU&index=7&list=PL2...

[2] https://news.ycombinator.com/item?id=9960450


Thanks for the feedback - we're working on our post-conference survey right now. Expect one soon.


> A select few speakers were poorly prepared for a conference that they had months to prepare for.

This is, sadly, normal for conferences.

There is a reason why if you are a remotely competent event speaker, everybody in the universe will start inviting you.


Thank you for your list. I usually start out thinking I'll watch all the videos from a conference but halfway through the playlist, life happens and I put it off till later. This time I'll watch the ones you've suggested and the others if possible.


There were a lot of great talks at this conference, including one on the new concurrent garbage collector (which is already in beta and hits stable sometime in the next few weeks).

My personal favorite, though, was Katherine Cox-Buday's talk titled "Simplicity in Go"[0]. It's really hard to write a talk that has value for people of all levels of experience (beginner to expert), and this one really stood out to me as an excellent example of one that does.

(Anecdotally, I've been writing Go full-time for 3 years now, and I found the talk valuable, as did a couple of my friends who have been writing Go for only a few months and also attended the conference.)

[0]https://www.youtube.com/watch?v=S6mEo_FHZ5Y&index=5&list=PL2...


It's interesting she mentioned Rich Hickey's simple made easy talk. I thought gophers ignored him, because they obviously don't have a problem with mutable state.

Fliam also mentioned Hickey in his talk. It was something about place oriented computing.


I love Go, I love Rich Hickey and I love clojure. I don't understand the confusion.


No confusion. Hickey seems to strongly dislike mutating shared state. Go doesn't care so much as to enforce that in the language. Hickey is in favor of clear multi-tasking conventions, but go code can do it many ways.


I hoped this would be a conference about retro uses of the Gopher protocol in 2015. No such luck.

https://en.wikipedia.org/wiki/Gopher_%28protocol%29

There are probably people reading this who were born well after Gopher's heyday.


Can we start that conference? Because it would be awesome.


If you're interested, and use a Gecko-based browser, I'd highly recommend installing https://addons.mozilla.org/en-us/seamonkey/addon/overbiteff/ and https://userstyles.org/styles/95379/overbiteff-mozilla-ftp-d... in your userContent.css


Just reading the word "gophersphere" makes my nostalgic muscles go tickling. And I was never deeply into gopher in the first place :)


I am actually interested in reviving gopher I am wondering if folks would interested - or has any recommendations for a first step would be.


No need to revive it, it's alive if not thriving.

I'm not sure what the first step should be (well, other than setting up a gophersite, reading the RFCs and looking at some implementations), but given that it maps very well to a hierarchical file system, you could position it as a bookmarking tool or something of the sort.

Or you could create an easy way for people to set up their own phlogs and discover others. Position them as convenient alternatives to static site generators while emphasizing Gopher's traits.

Either way, it needs to capitalize on people's discontent with web bloat in some way.


> it's alive if not thriving.

Really? Any evidence to support this? I'm curious.


I would die for a simple web server that was more or less like mod_dirlist, but that took markdown (or whatever format) and generated a simple gopher-like navigation structure (basically just the folder hierarchy) with some extra stuff for things like info for each directory and stuff.

Start it, point it to a directory, just upload markdown files and you are up and running. A few simple rules to follow (like the file _info containing a short directory description, some files not being shown on the directory list). Just for getting shit online.

Something like that "motherfuckingwebsite" that gets passed around, but with a simple navigation.


Apache sort of supports this now..

https://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#hea...

There is probably a way to combine modules to get it to render markdown in place of HEADER.html


Coming, 01/04/2016, gopherV6...


Same here, weird hijack.


I really enjoyed this conference, specially the talks on CSP, Mobile, The new GC and "What Could Go Wrong". I also hope to see Kelsey Hightower in stage again in GopherCon 2016, he was awesome as MC.


rsc's talk was really good. Glad some of the best minds from the Bell Labs team are thriving at Google now.

Uriel would have been very proud to see this day. Rest in peace.


I thought this was gopher:// conference. I got very excited and then realized it was not.


the best part. finally generics in Go https://github.com/facebookgo/generics

:P


too soon.


[flagged]


Surprised to see a personal attack here.

GoKit, the project he's working on, has a lot of attention and IMO is currently Go's most promising response to Finagle/Hystrix in the JVM world.

I'm glad he's getting the word out that something like this exists for Go.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: