Rob Pike Profile picture
Ed is the standard text editor.
Ejoso ---- Profile picture 1 subscribed
Jul 25, 2018 10 tweets 1 min read
Thrilled by the announcement (blog.golang.org) of the portable #golang cloud APIs, but I feel the hard-fought lessons and wins from portability are being forgotten. It was an immeasurably great improvement when my code would run anywhere, unedited. Unix and C pioneered that (really dmr and scj).
May 29, 2018 4 tweets 1 min read
The key thing to realize about this process is the need for convergence on a single standard. By analogy with how gofmt helped unify Go code, and hence the community, we need a single way forward for dependency management. I've been saddened by some of the fractious conversation on the topic lately, and while it's always difficult to make big changes, it's also always possible to do them better with the application of hindsight.
May 21, 2018 9 tweets 1 min read
People keep quoting my '5 Rules of Programming'. Actually there were (and still are) 6 rules. Plus they need proper context. The original version was a handout (we used paper for things back then) for a graduate operating systems course at Princeton in 1987. The rules are the gist of the section on complexity.
Feb 23, 2018 8 tweets 1 min read
/bin/true used to be an empty file. The shell would open it, do nothing, and exit with a true status code. When the Unix Support Group (development organization at Bell Labs) formalized everything, they gave it a long SCCS header, as they did every other file, and then needed to add "exit 0" at the end. The file was therefore infinitely larger than before.
Jan 13, 2018 14 tweets 2 min read
I recently bought a @Cisco SPA112. Good product, but one unforgiveable flaw. To set it up, one connects over HTTP to an administration port. Standard stuff.
Dec 17, 2017 6 tweets 1 min read
Whenever someone from Java or C++ or C# comes to Go, they look for "class", find "struct", and stop looking. #golang This misses two fundamental differences between Go and "traditional" OO languages. (But for "traditional" read "recent, mostly C-derived".)