*Edit: 2500 days. Read the wrong stat on my profile. So much for pulling a quick one...
The second rule of Secret HN Board is: You do not talk about secret HN Board.
The only milestone I remember hitting was downvoting, around 500.
(Then again, I also have never had flagging power either - I know people get this removed sometimes, but I don't remember ever having had it. Weird).
And I'm glad of that, because up until now I've sent in 1 legitimate, intentional report and 10 or so cases of fat fingering the button on a mobile device (not catastrophic because of the unflag option, but still...)
I have to say that dfcdfc is a nice topcolor. But don't take my word for it, here is another HNer happy with the tranquil bar along the top:
> thanks for the recommendation on your profile page to use dfcdfc as
> the topcolor; I stumbled onto it over a year ago and have been using
> it ever since. [^1]
[^1]: https://news.ycombinator.com/item?id=5891431+1
* cleared cache/cookies
* set up new computer / using new VM
* using alternate browser for testing
* something on server-side invalidated cookieNow to decide if I: a) Comment more b) Throw down some custom css and get the feature on my own.
Array.prototype.forEach.call($$("td[bgcolor]"), function(td) {
td.parentNode.addEventListener('mouseenter', function() {
$("td[bgcolor]").setAttribute("bgcolor", td.parentNode.children[1].getAttribute("bgcolor"));
});
});[0] http://dxr.mozilla.org/mozilla-central/source/toolkit/devtoo...
[1] http://dxr.mozilla.org/mozilla-central/source/toolkit/devtoo...
Edit: It works in the WebKit devtools too:
[0] https://mxr.mozilla.org/chromium/source/src/third_party/WebK...
Also plug for HNES while we're talking about Hacker News aesthetics, it makes HN way better (collapsible comments, inline reply, new stylesheet) and is open source. I've contributed and the repo owner (etcet) is very welcoming.
https://gist.github.com/ginkgo/9656285
edit:
There's a couple of interesting things to see here:
* There's a clearly visible diagonal axis of the shades of grey.
* There's a cluster of colors around the default orange value.
* The "pink corner" of the color cube is very sparsely populated compared to the other ones.
(#7fff00 reporting in- there's nothing arbitrary for me about it though)
It appears about 1/4 of the way down the list, so I assume most of said list is unique entries then.
Lookin' good: http://i.imgur.com/oMBwQma.png
When you consider that the dominant hue shown against is orange (the logo) it makes sense that the vast majority of choices are either complementary (blues) or supplementary (oranges). The fact that there are lots of greens and few purples is interesting however.
As for automatically using the color of the bar... Simply have the icon with either a background color, or a black with the opacity at around 5%.
I should write a custom CSS for HN...
or use 4 and add be, or ed etc...
I went with beefed, and it looks like that page is updated in real time.
@-webkit-keyframes hue {
100% { -webkit-filter:hue-rotate(360deg); }
}
body > center > table > tbody > tr:first-child > td,
body > center > table > tbody > tr:last-child > td {
-webkit-filter: hue-rotate(0deg);
-webkit-animation: hue 20s linear infinite;
}I'm mildly colorblind, however, so take my recommendation with a large grain of salt. But if you're also colorblind you're just going to love #ddeeff to death.
Haha. I just realised it means the colour of the top bar the logo is on.