It's not a liniar relationship. Why don't you roll a few dice and see? For one, the winning combination is picked from one set, with indifferent order. Which means you can't have a repeated number, and they can come in any combination. You can pick exactly 50 different combination on the cards. However, you can choose the same number on different cards, this means that out of the 50 different combinations, you may or may not have overlaps on the digits themselves. That's just one case where it will not line up. Secondly, the individual ticket's chances DO NOT GO UP, individually each ticket has the same chance, but NO TICKET DIMINISHES THE CHANCE OF ANY OTHER TICKET, again, this is because of overlapping possible conbinations. This situation gets even more complicated when you start to concider that you can have 3 tickets, and each one covering only 2 of the winning numbers, but on their own, are not winners (I picked 6 total just for illustrative purposes). This isn't even getting into the math itself. In short, nope, sorry, it ain't how it works, even if you don't believe me.
Kids, this is a great example of completely misunderstanding probabilities. You are most definitely are not going to be "50 times more likely to win". It ain't how it works.
The word that's used in hebrew for "God" is "Elohim" (roughly, the alphabets are too different to make this transliteration proper). The "him" part at the end of the word indicates that the word is plural (this is just basic grammar). So the very word, as it is written in the bible, is plural to begin with. What I'm saying is that it's not even THAT subtle, it's blatantly stated as "fact".
I suggest to you another stance: The entire question is absolutely meaningless and needs not to be pondererd at all. The main difference from agnosticism is that it's an active refusal to concider the question at all.
All that you see, think and feel is nothing more than a manifistation of the mind, without real substance or identity. All that is seen by the (mind's) eyes is void.
I like both. For different reasons. Python's mental model is a bit simpler to reason about usually. Equating modules to files and the like is very clean. With Ruby any object's definition is open, and can be continued in any part of the program. This does make it harder to reason about, but like with many advanced features, this is best used sparingly. It does open the door for other programming syles though. I've seen this applied to create AOP and SOP type programs. Another element I enjoy is the block parameter, which allows you to pass a block of code from the current context as a parameter to any method you're calling. This block could be called at any point within that method's call stack, referring back to objects from the call site.
You're describing inexperienced programmers not understanding the pros and the cons of the available constructs. That does not make the constructs inherintly bad. Attribute definition is done with metaprogramming in ruby, generally, but there's not a lot of confusion as to what the code is doing. It all has to do with conventions and applying them appropriately.
Too many people here suffer from butthurt. Detach yourselves from the desire for more butthurt. There are two types of languages: the ones people complain about, and the ones nobody uses. All this butthurt proves this point.
I was bitten too. as I was on the phone with 911, I was sitting on her to keep her from attacking me further. She bit into my thigh so hard I had a bruise the size of large grapefruit. Thank god she didn't peirce the jeans (or skin) -- would probably be missing a chunk of flesh.
Anecdotes are just that, anecdotes. You're not the only one with it in this conversation, and you're not the only one tried to self medicate. So what, my outcomes are invalid just because we're different? Lets stop pretending weed is the actual problem... the depression is the actual problem. We're talking about a plant that is almost exclusively taken to "relax".
Each person is different. I've seen, with my own eyes, my own mother deteriorate from being a mathematically minded, athestic, no-nonsense individual, to a complete mess, thinking that God himself is talking to her. Not *everyone* has the capacity to simply accept that they are hallucinating. For that, I aplaud you and wish you the best of healt. But remember, you're one of the few, not the many!
a substance which actually exacerbates depression when used routinely, which is a matter of medical fact......no shortage of people absolutely convinced that their anecdotal evidence is solid scientific proof.
This is an example of absolute ignorance. Marijuana had gone *extensive* medical studies in order to provide propoganda against it. You're talking about a plant that had been equated to heroin at one point, and you're still thinking that that "evidence" is acurate? Argument from authority? Ignorance? which? That marijuana, in of itself is not a *solution* to depression, and is certainly not a substitude for deep imbalances of neuro transmitters (often seritonin), should not be the cause of dismissing it altogether. Marijuana had time and time again had been *observed* to lessen the impact of many ailments. It helps with pain, it helps with nausia, it certainly *does* help depression, if only to keep it from getting that much worse, temporarily. Oh, sorry, I'm letting facts get in the way of your "truth".
It's not a liniar relationship. Why don't you roll a few dice and see? For one, the winning combination is picked from one set, with indifferent order. Which means you can't have a repeated number, and they can come in any combination. You can pick exactly 50 different combination on the cards. However, you can choose the same number on different cards, this means that out of the 50 different combinations, you may or may not have overlaps on the digits themselves. That's just one case where it will not line up. Secondly, the individual ticket's chances DO NOT GO UP, individually each ticket has the same chance, but NO TICKET DIMINISHES THE CHANCE OF ANY OTHER TICKET, again, this is because of overlapping possible conbinations. This situation gets even more complicated when you start to concider that you can have 3 tickets, and each one covering only 2 of the winning numbers, but on their own, are not winners (I picked 6 total just for illustrative purposes). This isn't even getting into the math itself. In short, nope, sorry, it ain't how it works, even if you don't believe me.
Replying to myself... all yous forgot how to google. http://boards.straightdope.com/sdmb/showthread.php?t=554420. Still don't believe me, do the actual math. Why in the world would think this relationship is liniar is beyond me.
Kids, this is a great example of completely misunderstanding probabilities. You are most definitely are not going to be "50 times more likely to win". It ain't how it works.
Probably the most ignorant thing I've ever read in my life. The delusion is strong with this one.
The word that's used in hebrew for "God" is "Elohim" (roughly, the alphabets are too different to make this transliteration proper). The "him" part at the end of the word indicates that the word is plural (this is just basic grammar). So the very word, as it is written in the bible, is plural to begin with. What I'm saying is that it's not even THAT subtle, it's blatantly stated as "fact".
I suggest to you another stance: The entire question is absolutely meaningless and needs not to be pondererd at all. The main difference from agnosticism is that it's an active refusal to concider the question at all.
All that you see, think and feel is nothing more than a manifistation of the mind, without real substance or identity. All that is seen by the (mind's) eyes is void.
Trying to argue away insanity using logic is insane. Just saying.
I like both. For different reasons. Python's mental model is a bit simpler to reason about usually. Equating modules to files and the like is very clean. With Ruby any object's definition is open, and can be continued in any part of the program. This does make it harder to reason about, but like with many advanced features, this is best used sparingly. It does open the door for other programming syles though. I've seen this applied to create AOP and SOP type programs. Another element I enjoy is the block parameter, which allows you to pass a block of code from the current context as a parameter to any method you're calling. This block could be called at any point within that method's call stack, referring back to objects from the call site.
You're describing inexperienced programmers not understanding the pros and the cons of the available constructs. That does not make the constructs inherintly bad. Attribute definition is done with metaprogramming in ruby, generally, but there's not a lot of confusion as to what the code is doing. It all has to do with conventions and applying them appropriately.
While vid that was amusing... what is it about metaprogramming that is so taboo, specifically?
Pretty sure I meant the same thing by contradicting his statement.
The original question implies that you have to wrap everything withing a class Foo ... end construct, which is false.
Too many people here suffer from butthurt. Detach yourselves from the desire for more butthurt. There are two types of languages: the ones people complain about, and the ones nobody uses. All this butthurt proves this point.
If you can build ugly, then you can build beautiful. Do not fear.
This is moot. The effect is the same. Or are you complaining about the implementation details you don't actually have to deal with?
Yeah, well we're averaging -20c so far just an hour from Toronto for a good part of the last two months.
And adhominim is the best method of argument! Obviously.
I was bitten too. as I was on the phone with 911, I was sitting on her to keep her from attacking me further. She bit into my thigh so hard I had a bruise the size of large grapefruit. Thank god she didn't peirce the jeans (or skin) -- would probably be missing a chunk of flesh.
Pathetic.
Anecdotes are just that, anecdotes. You're not the only one with it in this conversation, and you're not the only one tried to self medicate. So what, my outcomes are invalid just because we're different? Lets stop pretending weed is the actual problem... the depression is the actual problem. We're talking about a plant that is almost exclusively taken to "relax".
Than, please go suck dick, and don't take time to post here. It takes time from sucking dick. Don't neglect your customers.
Each person is different. I've seen, with my own eyes, my own mother deteriorate from being a mathematically minded, athestic, no-nonsense individual, to a complete mess, thinking that God himself is talking to her. Not *everyone* has the capacity to simply accept that they are hallucinating. For that, I aplaud you and wish you the best of healt. But remember, you're one of the few, not the many!
I hope, one day, that you will not live in fear. Live well.
a substance which actually exacerbates depression when used routinely, which is a matter of medical fact... ...no shortage of people absolutely convinced that their anecdotal evidence is solid scientific proof.
This is an example of absolute ignorance. Marijuana had gone *extensive* medical studies in order to provide propoganda against it. You're talking about a plant that had been equated to heroin at one point, and you're still thinking that that "evidence" is acurate? Argument from authority? Ignorance? which? That marijuana, in of itself is not a *solution* to depression, and is certainly not a substitude for deep imbalances of neuro transmitters (often seritonin), should not be the cause of dismissing it altogether. Marijuana had time and time again had been *observed* to lessen the impact of many ailments. It helps with pain, it helps with nausia, it certainly *does* help depression, if only to keep it from getting that much worse, temporarily. Oh, sorry, I'm letting facts get in the way of your "truth".