Offline Go Lang Documentation

Little trick I’ve discovered so I can read the package docs for Go while offline.

If you have go installed execute:

godoc -http=:6060

and then head to http://127.0.0.1:6060/pkg/ in your browser.

Tags: go
Managing engineers will probably be the hardest job you’ve ever done and will most likely be the hardest job you’ll ever do – it needs all of your focus.
now you have all the old versions of the mess as well as the mess itself
http://erlang.org/pipermail/erlang-questions/2013-January/071949.html - Joe Armstrong on version control, Erlang creator

How long you spent on it.

How hard it was to implement.

How clean your architecture is.

How extensible it is.

How well it runs on your machine.

How great it will be once all their friends are on it.

How amazing the next version will be.

Whose fault the problems are.

What you think they should be interested in.

What you expected.

What you were promised.

How important this is to you.

In programming, concurrency is the composition of independently executing processes, while parallelism is the simultaneous execution of (possibly related) computations.