Hacker News
- Rob Pike: /bin/true used to be an empty file https://twitter.com/rob_pike/status/966896123548872705 2 comments
- I am hoping someone can critique this video I made explaining how I use sync waitgroups, it's based on some demos Rob Pike did https://www.youtube.com/watch?v=a5ly6y-XRAc 3 comments golang
- Is your school using Go as a teaching language? Rob Pike wants to know. https://twitter.com/rob_pike/status/461871691631976448 9 comments golang
- Using Rob Pike's self referential functions design in a rest client https://www.reddit.com/r/golang/comments/5y2vjm/using_rob_pikes_self_referential_functions_design/ 13 comments golang
- Rob Pike: "Structural Regular Expressions" -- an idea to use regexes to describe the structure of files instead of working line-by-line. http://doc.cat-v.org/bell_labs/structural_regexps/se.pdf 17 comments programming
- Rob Pike: "We really are using a 1970s era operating system well past its sell-by date." http://interviews.slashdot.org/article.pl?sid=04/10/18/1153211&tid=189&tid=156&tid=130&tid=11 110 comments programming
- "How To: Shove data into Postgres using Goroutines(Gophers) and GoLang" - I was trying to take Rob Pike's analogy about gophers and make it more tangible using 1M writes to a DB in under 2 minutes. I shared this with /r/programming and I didn't get any feedback. How do I improve this? Thanks! http://www.acloudtree.com/how-to-shove-data-into-postgres-using-goroutinesgophers-and-golang/ 9 comments golang
- Rob Pike's Go LL(1) lexer in C | He used this in Go templates, very robust for rolling your own L.P. (as I'm doing rn for a roff-based static HTML generator) | Please watch the lecture! https://gist.github.com/Chubek/6919519bd50e7b9047e68732b3cf0fd6 12 comments programminglanguages