Congrats to the Go team, but that link kills the browser....
“This change deletes the C implementations of the Go compiler and assembler”
41–50 of 137 posts
Re: “This change deletes the C implementations of the Go compiler and assembler”
#42Earlier quoted context omitted.
I'm seeing the same thing with this post as well: https://news.ycombinator.com/item?id=9096843
It's the smart quotes.
They've caused me so many headaches over the years it's amazing to me that they are still actively supported and implemented in any software. What value do they even bring?
#DeathToSmartQuotes
Re: “This change deletes the C implementations of the Go compiler and assembler”
#43Anyone else seeing this post as the 1st and 2nd link on the front page of HN?
In case is gets fixed, here's what I see, to help diagnose the bug [1]. Both posts point to https://github.com/golang/go/commit/b986f3e3b54499e63903405c... , have the same HN item id=9097404, but different comments counts. [1] http://i.imgur.com/xATOXPb.png
Re: “This change deletes the C implementations of the Go compiler and assembler”
#44Anyone else seeing this post as the 1st and 2nd link on the front page of HN?
Re: “This change deletes the C implementations of the Go compiler and assembler”
#45Anyone else seeing this post as the 1st and 2nd link on the front page of HN?
Ok, we figured out what happened. A background process that is upgrading old stories to a new data format went rogue and made multiple copies of a few stories in memory. Apparently it agrees with some of you that HN could use more stories about Go.
Sorry for the error.
Re: “This change deletes the C implementations of the Go compiler and assembler”
#46Anyone else seeing this post as the 1st and 2nd link on the front page of HN?
Re: “This change deletes the C implementations of the Go compiler and assembler”
#47[deleted]
Re: “This change deletes the C implementations of the Go compiler and assembler”
#48Anyone else seeing this post as the 1st and 2nd link on the front page of HN?
Also, one is marked as having exactly double the number of comments and points as the other.
Re: “This change deletes the C implementations of the Go compiler and assembler”
#49Earlier quoted context omitted.
It's the smart quotes.
Ha. It's always the smart quotes. They've caused me so many headaches over the years it's amazing to me that they are still actively supported and implemented in any software. What value do they even bring? #DeathToSmartQuotes
[1] http://en.wikipedia.org/wiki/Quotation_mark#Curved_quotes_an...
Re: “This change deletes the C implementations of the Go compiler and assembler”
#50One does wonder if the register re-naming from their abstract (but misleading) names to their proper machine names (e.g., from "SP" to "R13") wasn't at all a reaction to the (in)famous polemic on the golang build chain.[1] [1] http://dtrace.org/blogs/wesolows/2014/12/29/golang-is-trash/