This does not necessarily conflict with the diminishing returns theory. If you are 4x as rich as your neighbours, you will probably want to move to a more affluent area. At which point you will have richer neighbours (i.e. stronger competition.) There's a good chance you will again be dissatisfied with your relative wealth and be motivated to increase it further.
Probably not in this case. Windows' RNG does not block when it runs low on entropy. AFAIK only Linux does that. And the task is a database query so probably does not use the RNG.
But yes, I have seen a similar case involving linux /dev/random - the user reported that outgoing emails were sometimes delayed for hours and that moving a mouse over a VNC window would sometimes speed it up. I did not believe that at first, but it was exim4 running out of entropy when generating TLS session keys. Worse, it was on a VPS with about 20 exim4 processes competing for the entropy.
It has always seemed strange to me that some people find hostile weather sounds calming - Wind, heavy rain, thunder... those can all potentially damage the building you are in. Fire too (I like the sound of a fire only if I can see it.) Leaves would be a good addition though. So would a waterfall (there is a significant difference between a waterfall and rain.)
It comes with the territory, I'm afraid. Some users will try something once, find a bug or limitation, decide the platform sucks and never touch it again (and if the platform is worthless, why bother filing a bug report.) I've been guilty of it myself quite a few times. First impressions count for a lot, and they can be difficult to control.
> How the hell does this lead to stereotyping an entire race?
It does not. It is just an anecdote, from three people I know, who were required to memorize stuff, and found their coding ability did not contribute much.
> Just so you know India and China have produced a large bulk of academics in computing science, across various educational institutions in North America and Europe.
> I have friends with computing science degree yet they cannot code or have shipped software.
So do I, but CS degrees are not about memorization. At least not in North America or Europe. For my CS degree, I had to follow the math and deliver code. Toy code of course, but its a long way from "recalling and reciting references." If it had been about memorization I would probably have failed.
I also know people who say they got CS degrees through memorization and the ability to recall and recite references. They are Indian and Chinese. And they can code (even if they believe their degrees do not help.)
> My favorite technical interview question is to ask the candidate about the worst bug they ever wrote.
Are you sure you are getting honest answers? Some candidates may be thinking "He'll never hire me if I admit how stupid I was, so I'll use this secondhand or dumbed-down story instead."
I don't know whether a nearly-empty drive is better or worse than average. But the point is, you had a 1000-block file full of secret data and when you do
> secrets.txt
the file is truncated, freeing blocks 1-999 (usually block 0 is zero-filled.) If you proceed to write random data it will go to newly-allocated blocks. Then a raw read of the original blocks will expose your secret data.
With dd and notrunc, the random data goes to the original blocks, overwriting your secrets.
> Later I found out that elance has a loophole where buyers who disputed or cancelled projects are not able to leave feedback.
The mistake many clients make is to request "cancellation". You should request a refund instead (and in the common case where a contractor goes silent, you will get back 100%.) Then mark the job as "complete" and leave feedback, which will be visible in their history (though it will not affect their average star rating.)
http://en.wikipedia.org/wiki/Fortran#Fortran_2015