Live data from Hacker News

The State of Go

talks.golang.org

1–10 of 271 posts

Re: The State of Go

#2
> Now running Linux, FreeBSD, OpenBSD, and Plan 9 builders on Google Compute Engine. (OS X, Windows coming soon.)

What purpose does putting work into Plan 9 support serve other than wastefully gratifying Rob Pike? Most Googlers I've spoken to despise this guy's reactionary lordship over the project, and seeing stuff like this lends evidence to the idea of it being a North Korean situation.

Re: The State of Go

#4
post #3

Breaking the mouse entirely probably isn't the greatest of frontend design patterns.

Besides the arrow keys, you can move forwards or backwards by clicking on the left or right edges of a slide.

Re: The State of Go

#5
post #2

> Now running Linux, FreeBSD, OpenBSD, and Plan 9 builders on Google Compute Engine. (OS X, Windows coming soon.) What purpose does putting work into Plan 9 support serve other than wastefully gratifying Rob Pike? Most Googlers I've spoken to despise this guy's reactionary lordship over the project, and seeing stuff like this lends evidence to the idea of it being a North Korean situation.

> Most Googlers I've spoken to despise this guy's reactionary lordship over the project

Wat‽ Talk to more of us. From where I sit (ie. not related in any way, just an observer who happens to be a Googler) the go team is fantastic.

Re: The State of Go

#6
post #4
post #3

Breaking the mouse entirely probably isn't the greatest of frontend design patterns.

Besides the arrow keys, you can move forwards or backwards by clicking on the left or right edges of a slide.

You can also click on the vertical area between slides to go forward/back.

Re: The State of Go

#8
post #2

> Now running Linux, FreeBSD, OpenBSD, and Plan 9 builders on Google Compute Engine. (OS X, Windows coming soon.) What purpose does putting work into Plan 9 support serve other than wastefully gratifying Rob Pike? Most Googlers I've spoken to despise this guy's reactionary lordship over the project, and seeing stuff like this lends evidence to the idea of it being a North Korean situation.

Rob Pike has nothing to do with the Plan 9 port of Go. It has been entirely driven by the outside community. I don't think Rob has used Plan 9 in years.

> Most Googlers I've spoken to despise this guy's reactionary lordship over the project,

This is pure nonsense.

Re: The State of Go

#9
There were some great new tools mentioned on there - like "callgraph" for plotting the callgraph.

I can't however find any instructions how to download and install them. Anyone able to help me?

Re: The State of Go

#10
post #9

There were some great new tools mentioned on there - like "callgraph" for plotting the callgraph. I can't however find any instructions how to download and install them. Anyone able to help me?

    go get golang.org/x/tools/cmd/callgraph
Or similar for any of these commands: http://godoc.org/golang.org/x/tools/cmd
Post reply on HN