Potato paradox
131–140 of 142 posts
Re: Potato paradox
#132Neat. This bumps up my list of food-related maths from 3 to 4. So far: https://en.wikipedia.org/wiki/Ham_sandwich_theorem https://en.wikipedia.org/wiki/Pizza_theorem https://en.wikipedia.org/wiki/Layer_cake_representation
Re: Potato paradox
#133Earlier quoted context omitted.
> Naturally, if you can look at a program which is now twice as fast and be unimpressed you are looking at the wrong metric. Or, a computer scientist would say, the right one. The actual speed doesn't matter as much as the complexity. In reality, it does, in the end; but it's also important to consider the type of optimization you're doing, and not just stop at being impressed with twice as fast. For example, a primi…
It's like grocery shopping and coupons, however. If you shouldn't be calling the function, then even a 99% reduction is not useful in that context. Would you rather call a slow function, a fast function, or skip it altogether? (A coupon only saves you money if you would buy the item in the first place.)
Sorry, what's the context? Admin / account and login areas don't care / matter much, because they want it :p they'll wait...
Re: Potato paradox
#134Re: Potato paradox
#135Earlier quoted context omitted.
Nice! Except it doesn't quite work for me because the vowel sounds don't match. (For me the second and third "a"s in "banana" are like the "a" in "arm", whereas the two in "Banach" are like the "a" in "at", and those are quite different sounds. Other people may differ -- and indeed I may be mispronouncing "Banach".)
As an American, I'll never understand how the English can indiscriminately throw /ɑː/'s into perfectly normal words, yet when faced with a foreign import that actually asks for it, willfully refuse.
Re: Potato paradox
#136Earlier quoted context omitted.
Nice! Except it doesn't quite work for me because the vowel sounds don't match. (For me the second and third "a"s in "banana" are like the "a" in "arm", whereas the two in "Banach" are like the "a" in "at", and those are quite different sounds. Other people may differ -- and indeed I may be mispronouncing "Banach".)
Your banana is like arm? Mine is like umbrella (the u). Buh-nah-nuh.
[EDITED to add: Er, except that the first vowel in my "umbrella" isn't the same as I think you're putting in yours. In IPA, my umbrella is /ʌmbrɛlə/ and my banana is /bənɑːnə/, unless I've made mistakes there.]
Re: Potato paradox
#137So as stated it is a trick question, the kind of parlour game found in old books of puzzles.
Finally, it seems to be a common failure of education to allow people to go through their 'mathematical' training and leave them with the impression that 'percent' is some kind of dimension when in fact it is short hand for a ratio: y is x percent of z. If z is not specified then you don't know what y is regardless of how much effort you put into discussing x.
So I suspect that in real life there are not many occasions when the paradox appears surprising.
Re: Potato paradox
#138Earlier quoted context omitted.
> Naturally, if you can look at a program which is now twice as fast and be unimpressed you are looking at the wrong metric. Or, a computer scientist would say, the right one. The actual speed doesn't matter as much as the complexity. In reality, it does, in the end; but it's also important to consider the type of optimization you're doing, and not just stop at being impressed with twice as fast. For example, a primi…
> Or, a computer scientist would say, the right one. The actual speed doesn't matter as much as the complexity. Except, as an engineer would say, in practice the complexity doesn't matter as much as constant factors and the time and cost of design, implementation, and execution.
Re: Potato paradox
#139Earlier quoted context omitted.
> Naturally, if you can look at a program which is now twice as fast and be unimpressed you are looking at the wrong metric. Or, a computer scientist would say, the right one. The actual speed doesn't matter as much as the complexity. In reality, it does, in the end; but it's also important to consider the type of optimization you're doing, and not just stop at being impressed with twice as fast. For example, a primi…
There is a sorting network called AKS which has O(log(n)) depth. Batcher's Odd-Even Mergesort has a depth of O(log^2(n)). Which is better? In all cases where you can fit n in the total memory capacity of the earth, Batcher's network is vastly superior. Constants matter a whole lot more than you might think. I'm not arguing against revising algorithms to look for better complexity classes, but if you rewrite your algo…
Re: Potato paradox
#140Earlier quoted context omitted.
It's like grocery shopping and coupons, however. If you shouldn't be calling the function, then even a 99% reduction is not useful in that context. Would you rather call a slow function, a fast function, or skip it altogether? (A coupon only saves you money if you would buy the item in the first place.)
And then no watter what, if you're broke you will go to all lengths jumping through hoops and calculating tiny scores even if it's a waste of time... Because you're broke :p Sorry, what's the context? Admin / account and login areas don't care / matter much, because they want it :p they'll wait...