ckuehne | 10 years ago | on: Following a Select Statement Through Postgres Internals (2014)
ckuehne's comments
ckuehne | 10 years ago | on: Don't tell me what my browser can't do
The problem is not to compute S=10^(3 * 10^10). In fact, we have already computed it. The problem that you originally discussed was waiting (at most) S steps until we can be sure that the finite state-machine either stops or runs forever. I assumed 10^9 steps per second. Thus, the waiting time would be approx. 10^10^9 years.
Wikipedia has a nice discussion on the topic with a quote by Marvin Minsky [1]:
"Minsky warns us, however, that machines such as computers with e.g., a million small parts, each with two states, will have at least 2^1,000,000 possible states: 'This is a 1 followed by about three hundred thousand zeroes ... Even if such a machine were to operate at the frequencies of cosmic rays, the aeons of galactic evolution would be as nothing compared to the time of a journey through such a cycle'"
[1] https://en.wikipedia.org/wiki/Halting_problem#Common_pitfall...
ckuehne | 10 years ago | on: Don't tell me what my browser can't do
So I guess I'll pick you up in about 10^10^9 years and you tell me how it goes. That is of course assuming that your program does not load new functions from your hard disk at some point which would add more state to you program thus stretching the waiting time even longer.
ckuehne | 10 years ago | on: Achieving Hunter-Gatherer Fitness in the 21st Century: Back to the Future (2010)
ckuehne | 10 years ago | on: What Makes Founders Succeed
ckuehne | 11 years ago | on: The Lava Layer Anti-Pattern
ckuehne | 11 years ago | on: The Largest Black Hole in the Known Universe
"Some people get depressed when they find out how huge the universe is. They feel tiny and insignificant and think that nothing matters in this world.
That makes no more sense than getting depressed when you find out that cows are bigger than you. What is the big deal about bigness? A cow is much bigger than you, but it is a ridiculous animal and you are a valuable person. You know it’s a cow. It doesn’t know anything. it just stands there eating grass (grass!) and mooing. And if it were bigger, that would only make it more ridiculous."
ckuehne | 12 years ago | on: Numbers That Explain Why Facebook Acquired WhatsApp
They also have a song about it in Germany. It's called "Whatsapper": http://youtu.be/Rxb2A4uASqc
ckuehne | 12 years ago | on: Surnames offer depressing clues to extent of social mobility over generations
ckuehne | 12 years ago | on: Surnames offer depressing clues to extent of social mobility over generations
ckuehne | 12 years ago | on: Surnames offer depressing clues to extent of social mobility over generations
[1] http://www.foodreactions.org/intolerance/lactose/prevalence....
ckuehne | 12 years ago | on: Surnames offer depressing clues to extent of social mobility over generations
Or maybe it is even better understood in terms of genetic differences: http://en.wikipedia.org/wiki/Ashkenazi_Jewish_intelligence.
ckuehne | 12 years ago | on: Children aren't born smart. They're made smart by conversation
The fact that "children from affluent families were starting to speak after implant surgery, those from low-income families lagged behind." can simply be explained by genetics. I.e., affluent parents tend to have affluent children, even if those children are raised by other parents [1, 2].
All the cited study does is measure how much the vocabulary of the _caregivers_ increased due to linguistic feedback methods.
[1] http://en.wikipedia.org/wiki/Nature_versus_nurture [2] E.g., http://www.ncbi.nlm.nih.gov/pubmed/21425893
ckuehne | 12 years ago | on: Tired Of Inequality? One Economist Says It'll Only Get Worse
ckuehne | 12 years ago | on: Wild Ideas
ckuehne | 12 years ago | on: Wild Ideas
"[..] mortality either stayed the same or decreased during, and in some cases, after the strike. [No study] found that mortality increased during the weeks of the strikes compared to other time periods."
The authors speculate about the reasons: "The paradoxical finding that physician strikes are associated with reduced mortality may be explained by several factors. Most importantly, elective surgeries are curtailed during strikes. Further, hospitals often re-assign scarce staff and emergency care was available during all of the strikes."
[1] http://www.ncbi.nlm.nih.gov/pubmed/18849101
EDIT: clarity
ckuehne | 12 years ago | on: Skin in the Game as a Required Heuristic for Acting Under Uncertainty
Yes, of course. But why? Why is the amount of safety research so much higher after a plane crashes compared to when a patient dies? Why are simple checklists common practice for pilotes but not for doctors even though they could save many lives [1].
As for car travel. It seems to be inherently more dangerous for the reasons you mention. But lets introduce a principal-agent problem [2] for car driving. Assume that for example taxi drivers would steer the vehicle from a save place say as a drone. Would you want to drive with such a taxi?
[1] Gigerenzer: Risk Savvy - How to make good decisions. [2] https://en.wikipedia.org/wiki/Principal–agent_problem
ckuehne | 12 years ago | on: Skin in the Game as a Required Heuristic for Acting Under Uncertainty
On the other hand doctors have, compared to their patients, no skin in the game. If the patients health gets worse or the patient dies the doctor stays unharmed. This is partially the reason for overtreatment in medicine (the other one being the asymmetry between the rewards for positive/negative effects of treatment vs. no-treatment.)
ckuehne | 13 years ago | on: We're living the dream; we just don't realize it
[1] Since 'not mere' does not exclude anything the means of production could be means for everything. But technically your point about the non-implication is correct.
ckuehne | 13 years ago | on: We're living the dream; we just don't realize it
Because Postgres has not already found what we are looking for. The query is
Only after Postgres has found all users with the name 'Capitain Nemo' it can sort them by their 'id' attribute and limit the result set to the first one in the sorted relation.Otherwise very nice post though.