fela | 10 years ago | on: There are no acceptable ads
fela's comments
fela | 10 years ago | on: Sci-Hub: Removing barriers in the way of science
fela | 10 years ago | on: Sortition
fela | 10 years ago | on: Sortition
Original message: But even for salient issues there are a lot of random factors in elections. Suppose there is a issue so important that everybody cares and votes based only on that issue. Suppose there are only two candidate, and they have a clear and opposing position on this issue so that things are very simple for voters.
Suppose candidate A gets 50,999,897 votes Suppose candidate B gets 50,456,002 votes
B can still win, as happened with Bush, depending on the voting system. This is just an example and of course depends on the specific voting system. The real point being that for sortition you have simple statistical guarantees, always, independently from salience.
fela | 10 years ago | on: Sortition
Just to get an idea, in their model politicians make many laws that help the population a little bit, instead the randomly selected citizen make make laws that help the population a lot, but they make only a few laws. And things have been defined in such a way that the optimal solution happens when mixing the two. They do a pretty good job at analyzing this simulation, the problem is that the simulation has little to do with the real world.
(I read the paper a few years ago so I hope I'm remembering things correctly).
fela | 10 years ago | on: Sortition
fela | 10 years ago | on: Sortition
fela | 10 years ago | on: Sortition
Much of the information there is is of pretty low quality. It might of course just be such a bad idea that everybody smart enough to give high quality contributions on the topic does not want to waste their time with the idea. But if this is the case it is totally non obvious to me, and most criticism I've read seem to be from people that do not have a clear understanding of the potential advantages sortition might have.
Very briefly, for the uninitiated, the main potential advantage of sortition is that it would make political decision making a lot more democratic. People representative of the population at large would actually discuss to make the decision, instead of the citizens making their choice by casting one vote every few years among a set of very similar parties (I know, this simplifies the debate a lot, but it is the main idea). This is very interesting if you are of the opinion (as I am) that lack of democracy is a big problem of our political systems. I believe that most time politicians go agains the will of people they do so for the wrong reasons and with the wrong goals, and way too often.
The law of large number makes sure the randomness in sortition is limited and predictable. Whereas with elections there is a big number of arbitrary factors that can greatly influence the results.
Of course sortition in practice might have a number of problem often brought up, but none seems unsolvable to the point where it's not even worth exploring the idea further.
How do you separate expertise from decision power, while still being able to make proper use of the expertise? How to implement sortition in practice? Would they ever let us? Would people be able to handle the pressure? Would they accept the position? And all criticism to democracy in general applies even more to sortition.
I think however that if you talked about elections to somebody who never heard about it, you could come up with just as a big number of potential problems. I don't know if sortition really is a better idea, but maybe it's an idea worth thinking about.
I recently read this article on sortition that appeared on the Atlantic which I think is really good: http://www.theatlantic.com/education/archive/2014/05/the-cas...
Another good starting point for further exploration is the blog Equality by Lot: https://equalitybylot.wordpress.com/
fela | 10 years ago | on: Python wats
>>> a = 'hn'
>>> a is 'hn'
True
>>> a = ''.join(['h', 'n'])
>>> a is 'hn'
False
>>> a
'hn'
>>> a = 'h' + 'n'
>>> a is 'hn'
True
Edit: found another interesting case >>> a = 1
>>> b = 1
>>> a is b
True
>>> a = 500
>>> b = 500
>>> a is b
Falsefela | 10 years ago | on: Python wats
>>> 3.1 is 3.1
True
>>> a = 3.1
>>> a is 3.1
Falsefela | 11 years ago | on: Project Euler's 500th problem
fela | 11 years ago | on: Nobody Knows What Running Looks Like
update: searching for "running cartoon" the number of wrong poses increases significantly(I guess unsurprisingly)
[1] https://www.google.com/search?q=running+painting&tbm=isch [2] https://www.google.com/search?q=running+cartoon&tbm=isch
fela | 11 years ago | on: Humans are wired for negativity
fela | 11 years ago | on: Show HN: Stellar Jackpot
fela | 11 years ago | on: Show HN: Stellar Jackpot
fela | 11 years ago | on: Show HN: Stellar Jackpot
or give it to a charity, I think there are a few that have a stellar account, for example miri
fela | 11 years ago | on: Show HN: Stellar Jackpot
It depends what you are optimizing for. In most cases playing multiple times will make you win very slightly less in the median case, countered by the fact that you can win multiple jackpots (obviously not too likely an event)
And stopping strategies usually mean having a big probability of winning little but have a small chance of losing a lot. Basically a reverse lottery, but you still lose on average.
fela | 11 years ago | on: Stellar
fela | 11 years ago | on: Stellar
fela | 11 years ago | on: Stellar
edit: didn't get the 1000 bonus yet though, does that only work if I send exactly 1000?
edit 2: I got the bonus now. 34 times. I've 39000 STR total now :O
Or rephrasing it a little, in a way that explain why it makes sense to let you use the free version
-) The x% probability that a free user will create a paid user (either my becoming one or by referring other free users that become one)