Bitcoin Forum
June 24, 2024, 06:02:48 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
681  Bitcoin / Bitcoin Discussion / Re: LN+segwit vs big blocks, levels of centralization. on: April 30, 2017, 11:17:38 AM
This is because the big difference between a class of decentralized networks like the internet (where the cost can be almost constant per user when it grows) and a cryptocurrency type of network, where the trick is to know that there haven't been double spends, is that each user needs to know the spending rights of ALL OTHER users ; so the more users there are, the more each user, individually, needs to know, which augments the costs of storage, computing and bandwidth for each user.  The only solution is that users delegate more and more this knowledge to centralized authorities, that do this checking for them and which they have to trust

It seems that you have finally written some substance worth of attention

Though it doesn't mean that it is applicable to an entire set of cases. As you would say, it is only a subset of the whole set of options. If we take Internet again as an example, does a switch or router need to know something about other existing networks out there? I guess that it doesn't. All it needs to know is to which port forward the packets if they belong to the network it is set to manage, or forward them to a specific port (which is an uplink to another router or switch) if these packets don't belong to this network (or drop them entirely if it hasn't been given an uplink address). This is how Internet scalability works in practice. I suspect this is basically how Bitcoin sidechains or payment channels are set up as well, therefore there is no reason to think that the overall cost is necessarily set to (linearly) increase with the expansion of the payment network since these payment nodes can be set up along with the expanding network as required and using already existing hardware. You can use a typical computer as a router just by adding enough network cards to it, though that could in fact be more expensive than to buy a switch but in case of a payment node you don't need to buy anything at all

I have though along those lines, but there are difference with bitcoin network.

Already node are not identified on the network, there is  no "ip" or address associated with a specific node on the network.

And with internet, ip are hierarchised, meaning there can be subnetwork, at ip level, and dns also added ability to create domain and subdomain, this concept is totally lacking in bitcoin network.

To me the best (only way) to scale the network is to do something like inter-net , with sub networks/domain , or adding some kind of hierarchised structure to the network to be able to have more macro management and compartimentalization of processing into subnetwork.

But bitcoin protocol doesnt really allow this, I guess for sake of anonymity and fongibility, but that also prevent true scaling and efficient routing / masking of bitcore packets

As I understand, it is only a matter of terminology

I'm not very familiar with the approach that sidechains are using (so bear with me), but that is what they seem to be doing, i.e. dividing the payment network into somewhat independent segments, each basically with its own blockchain. So this system should operate in a more or less same way as IP networks are organized, i.e. payments ("IP packets") won't go outside a subchain unless they are made for wallets beyond the scope of addresses of this particular subchain. Payment channels work essentially along the same path only at a higher level, i.e. the payment network is structured not into sidechains but by payment nodes which are made known and then used by users

The pb with sidechains is the address they manipulate cant be accessed from outside, operation on their data cannot be "routed" to them from outside, and they operate on whole different chain that has no real indexing outside of the "subnetwork".
682  Bitcoin / Bitcoin Discussion / Re: LN+segwit vs big blocks, levels of centralization. on: April 30, 2017, 09:47:30 AM
But bitcoin protocol doesnt really allow this, I guess for sake of anonymity and fongibility, but that also prevent true scaling and efficient routing / masking of bitcore packets.

I'm trying to make see that no "avoid double spend" system can be like that, simply because if you want it to be trustless and decentralized, an individual user needs to KNOW, and hence, needs to be able to check for himself:

1) the rights to spend of every other user he could potentially receive coins from
2) the rights of creation/total balance of the system

and this knowledge grows with the network size, so there's no escaping for this user to have to learn more, update more, check more as the network grows.

This comes about because a "no double spend" system needs to be sure that something DID NOT HAPPEN, not that something did happen.  You need to be sure that someone *did not spend*, not that someone did spend.  The only way to know this, in one way or another, is to get regular updates on spending rights/balances/.... of other users.

This is entirely different for, say, a communications network.  You really don't care that two remote nodes had a communication.  It is no burden for you.  

This is somewhat related to the Gibbs paradox in thermodynamics.  Suppose that you have two separate networks.  If these two networks are communication networks, and you link them together, then this new link doesn't put any burden on each of the participants on each of the subnets ; on the contrary, it opens up new possibilities of interaction between users of both sub nets.  This si why the internet is such a big success: hooking up a new subnet doesn't cost anything to other users.

But suppose now that these two networks are two different crypto currencies.  "linking them together" would mean, making the tokens of one exchangeable for the other one at a fixed rate (say, 1-1), so as to make them fungible.   What happens when we do that ?  Each user now has to have TWO block chains, somehow, united (but the data on both of them is now necessary).   Each user will now receive twice as much blocks/transactions .... So the technical burden on each user of each subnet doubles.



For me the thing is if the network could be efficiently divided like internet, you could know what you need to know to interact with a particular address or node identified as holding certain addresses, and it would drastically reduce the amount that you need to know.

I see this like bsp tree in video games, it's all about structuring the data in sort that you can easily know what data is relevant to compute the degree of interaction with the network without having to know all the state of everything, but knowing easily which states are relevant for the operation you want to do or validate.

The idea is closer to have caching proxy as gateway for the subnetwork, in order to optimize traffic on the subnetwork level.

Like if nodes being in the same subnetwork would share some kind of tx cache specific to this subnetwork, who would only br visible on this subnetwork, until it need to be used or accessed outside of the subnetwork, and the equivalent of "routing" The tx would be to synchronise subnetworks cache when they need to access to data between each others with a system of authoritative answer on address like dns.

The issue of double spent in the realm of web is a bit same pb than phishing, and web prevent this mostly with dns system.


It would probably affect fongibility & anonymity thought.
683  Bitcoin / Bitcoin Discussion / Re: LN+segwit vs big blocks, levels of centralization. on: April 30, 2017, 09:23:20 AM
I never said nor implied that Internet is trusted or distrusted, or whatever. I'm also curious if you really misunderstood this example so much?

I wonder what is the origin of our inability to communicate.  I guess we both think that the other party is being deliberately of bad faith, but there must be another reason.

I'm telling that the peculiarity of a decentralized, trustless "no double spend" network, is that the technical cost to each user has to grow (essentially linearly) with the number of users on the network, contrary to other types of decentralized networks, like the internet, which was taken as an example.

This is because the big difference between a class of decentralized networks like the internet (where the cost can be almost constant per user when it grows) and a cryptocurrency type of network, where the trick is to know that there haven't been double spends, is that each user needs to know the spending rights of ALL OTHER users ; so the more users there are, the more each user, individually, needs to know, which augments the costs of storage, computing and bandwidth for each user.  The only solution is that users delegate more and more this knowledge to centralized authorities, that do this checking for them and which they have to trust.

I would think that that argument is quite simple, clear to understand, and evidently true, and indicates why decentralized systems like bitcoin cannot scale at constant user cost, and that "increasing the network" doesn't pay for itself, contrary to a network like the internet, where more users don't put a burden on existing users.

The fact that decentralized "no double spend tokens" networks have a cost per user that scales more or less linearly with the size of the network, and a centralized, similar network, can essentially work at constant cost per user, means that there will be 'centralizing forces' in a decentralized network, from the moment that the rising cost-per-user of the growing decentralized system crosses the fixed cost of a similar, but centralized system.

This also means that all scaling "solutions" will have in them, automatic economies of scale that push towards centralization of some kind.   The type of centralization will be different, but its effect will be equivalent.

There is simply no solution to scale a decentralized no-double-spend system beyond a certain size, because it becomes non-competitive with respect to a centralized version of it, towards which it will naturally evolve.


For me this is only part of the problem, and it's where there is fundemental difference between bitcoin protocol and node scheme, and any other traditional client/server scheme.

The thing is bitcoin protocol is fundamentally two things, there is the data structure of the packet on the network, and the algorithm used to validate those block, and id say there is even a third aspect with the rpc , which is truly distributed computing based on exporting object interface.

In my idea, even if the storage and validation of block is centralized, so be it, but the main issue for true decentralization is that the operation that need to be done by the user ( eg signing tx) based on the input of a third party (merchent site) cannot be truly distributed easily in current state of things.

Even if you have local copy of the blockchain it doesnt help that much if you need to store your keys on the remote node in order to use them in the remote application /website.

There is a gap here to me between the operation that need to be executed by users on their keys, and the front end application on website that require this operation, which prevent true useful decentralization.
684  Bitcoin / Bitcoin Discussion / Re: LN+segwit vs big blocks, levels of centralization. on: April 30, 2017, 08:52:13 AM
This is because the big difference between a class of decentralized networks like the internet (where the cost can be almost constant per user when it grows) and a cryptocurrency type of network, where the trick is to know that there haven't been double spends, is that each user needs to know the spending rights of ALL OTHER users ; so the more users there are, the more each user, individually, needs to know, which augments the costs of storage, computing and bandwidth for each user.  The only solution is that users delegate more and more this knowledge to centralized authorities, that do this checking for them and which they have to trust

It seems that you have finally written some substance worth of attention

Though it doesn't mean that it is applicable to an entire set of cases. As you would say, it is only a subset of the whole set of options. If we take Internet again as an example, does a switch or router need to know something about other existing networks out there? I guess that it doesn't. All it needs to know is to which port forward the packets if they belong to the network it is set to manage, or forward them to a specific port (which is an uplink to another router or switch) if these packets don't belong to this network (or drop them entirely if it hasn't been given an uplink address). This is how Internet scalability works in practice. I suspect this is basically how Bitcoin sidechains or payment channels are set up as well, therefore there is no reason to think that the overall cost is necessarily set to (linearly) increase with the expansion of the payment network since these payment nodes can be set up along with the expanding network as required and using already existing hardware. You can use a typical computer as a router just by adding enough network cards to it, though that could in fact be more expensive than to buy a switch but in case of a payment node you don't need to buy anything at all

I have though along those lines, but there are difference with bitcoin network.

Already node are not identified on the network, there is  no "ip" or address associated with a specific node on the network.

And with internet, ip are hierarchised, meaning there can be subnetwork, at ip level, and dns also added ability to create domain and subdomain, this concept is totally lacking in bitcoin network.

To me the best (only way) to scale the network is to do something like inter-net , with sub networks/domain , or adding some kind of hierarchised structure to the network to be able to have more macro management and compartimentalization of processing into subnetwork.

But bitcoin protocol doesnt really allow this, I guess for sake of anonymity and fongibility, but that also prevent true scaling and efficient routing / masking of bitcore packets.
685  Bitcoin / Bitcoin Discussion / Re: LN+segwit vs big blocks, levels of centralization. on: April 30, 2017, 08:45:12 AM
There is simply no solution to scale a decentralized no-double-spend system beyond a certain size, because it becomes non-competitive with respect to a centralized version of it, towards which it will naturally evolve.

There is still the psychological factor of not trusting centralized financial institutions that can justify the additional cost.

To me it's same pb with oil, we know it's dirty, at the center of many wars and corruption, but it's still being used because it's  the cheapest,  and the "side effects" are secondary because they are not integrated into economic model.

But there can still be "hidden cost" with centralized network to garantee the trust and security, and avoid corruption and shadow banking which still had significant cost and showed to be an issue with the 2008 crisis.
686  Alternate cryptocurrencies / Altcoin Discussion / Re: Has anyone NOT made profit in this astonishing bull run?? on: April 30, 2017, 07:54:05 AM
Me, more or less.   The irony is that I lost out on making a profit because I spent bitcoin.  And if you ever needed proof that bitcoin is doomed as a form of money, there you go.  When people want to hold onto something instead of spending it, that's a lousy currency. 
Can confirm. Most of the time I want to make a purchase but I'm held back by the fact that the price could shoot up and I could be out of a couple bucks that I could've gained if I had just held. The way I see it, Bitcoin is more of a storage device than a currency, considering most people in the speculation section of the forum seem to like holding, as do I.
I disagree, one of the purposes of money is to be a store of value, and bitcoin is doing that in a great way, as you say this causes people to keep holding but this is better than what we have with fiat, since fiat is not a store of value people spend their money as fast as they can because they know that their money is going to lose value, you are just not used to the way real money behaves because you have only used fiat in the past.

The thing is it's hard to back the value of a virtual assets where its disconnected from "real economy" and you cant really exchange it for much anything else than fiat or other crypto.
687  Alternate cryptocurrencies / Altcoin Discussion / Re: Do you think "iamnotback" really has the" Bitcoin killer"? on: April 28, 2017, 08:17:00 AM
He created another accnt, "BitNet official ", but all the posts & threads by him are gone :p
688  Alternate cryptocurrencies / Altcoin Discussion / Re: Do you think "iamnotback" really has the" Bitcoin killer"? on: April 27, 2017, 07:20:04 PM
Someone know how to contact him ?
689  Other / Politics & Society / Re: Emmanuel macron is the next President of France. on: April 27, 2017, 06:51:21 PM
His wife's son is older than him. Isn't that a bit weird to you guys? Or is that a common situation in France?

Indeed, usually his girlfriend's mother is younger than him (president) Smiley


Maybe he can borrow carla bruni  Shocked
690  Other / Politics & Society / Re: Emmanuel macron is the next President of France. on: April 27, 2017, 12:44:51 PM
http://corsemachin.com/politique/3-castors-refusent-de-faire-barrage-front-national/


https://translate.google.com/translate?sl=fr&tl=en&js=y&prev=_t&hl=en&ie=UTF-8&u=http%3A%2F%2Fcorsemachin.com%2Fpolitique%2F3-castors-refusent-de-faire-barrage-front-national%2F&edit-text=

The beavers are on it lol

 Grin Grin Im dead lol
691  Other / Politics & Society / Re: Emmanuel macron is the next President of France. on: April 27, 2017, 11:50:48 AM

I believe lot of energy in france is wasted with useless political battles and everyone digging his trench against the other .. for me it's the main problem in france, rather than anything else, and I see macron potentially as a good thing in this regard.

If everyone in france could really collaborate and trust each other on real economic objective instead of wasting all this energy with useless fear and defiance , it would solve all the pb lol soon you can call the french beavers with all those barrage they build against each others lol

I have to disagree here, for a quite simple reason: we don't have the same problems

You can't collaborate with someone if you don't have the same objective!

The people have an objective: to build a better country for the future
The politicians have another objective: to get the economy even more oppened and biased for big companies, so they can get a big cut from those groups

How do you want us to cooperate?

If they keep fighting each others keeping each on their side of trench afraid of the other without wanting to make step over their trench, nothing can work at all...

Oh yeah it can and it will. The fact is that we have to get out of the trench, for sure.
We will have no choice.

It will not be for cooperation though, probably in order to kill everyone in the other trenches.

Yeah with everyone with blinder listening to the propaganda of his leader against the other side who are evil monster who sacrifice baby and kill everyone else lol
692  Other / Politics & Society / Re: Emmanuel macron is the next President of France. on: April 27, 2017, 11:44:53 AM

I believe lot of energy in france is wasted with useless political battles and everyone digging his trench against the other .. for me it's the main problem in france, rather than anything else, and I see macron potentially as a good thing in this regard.

If everyone in france could really collaborate and trust each other on real economic objective instead of wasting all this energy with useless fear and defiance , it would solve all the pb lol soon you can call the french beavers with all those barrage they build against each others lol

I have to disagree here, for a quite simple reason: we don't have the same problems

You can't collaborate with someone if you don't have the same objective!

The people have an objective: to build a better country for the future
The politicians have another objective: to get the economy even more oppened and biased for big companies, so they can get a big cut from those groups

How do you want us to cooperate?

If they keep fighting each others keeping each on their side of trench afraid of the other without wanting to make step over their trench, nothing can work at all...

The poor or "people" are always angels who think only about common good, and the other are the devil who want to enslave everyone else, it's a bit simplistic too ... 

Without cooperation nobody get anywhere and stay in his trench spending all his energy pesting on the other side as only finality digging a deeper trench. .
693  Other / Politics & Society / Re: Emmanuel macron is the next President of France. on: April 27, 2017, 10:28:50 AM
Yeah it was like 20% of people who didn't vote?
That sure makes quite lot of people.

I don't see how people could be anything but fed up. We're being enslaved every day a bit more by international companies. They got control over pretty much everything and they're just using corrupted assholes like Lepen to make us believe that the "real danger is Islam and immigration"

Sure, what's more dangerous? Free international companies or Islamic terrorism? If you answered terrorism please look at the number of deaths due to working conditions and the amount of deaths due to terrorist attacks in developped countries.
They want to make us believe the real problem are people "abusing social system". If you believe that just look at the cost of those abuses (a few dozens millions) and the cost of fiscal evasion (a few billions) and think again

Always the same shit...

The count of non voting is always obfuscated between white vote, null vote, and non voters, and it's always kept a bit obscure anyway, but they are expecting very high amount close to 40% for 2nd round Smiley

Islamic terrorist is just the ugly hidden face of capitalist economy Wink All terrorists group are created by cia and the network are actually very close to let say gw bush, or all the buisness connection with Islamic regimes either in usa or France. . And in the end terrorism is the monster they created in their cold war plot.

Macron want to rise minimum social help to 750e no ? He seem to be ok with social help and minimum, it's hard to see how he will manage to concile everything but maybe he has a plan lol

Agreed on the the first part. Capitalism alone can't do shit, you got to weaken it with something otherwise it just eats everything until it explodes.

Yeah the guys wants to rise minimum social help to 750e for EVERYONE (including very rich people xD)
He also wants to lower all taxes (companies and people), to delete taxation on high fortunes and to rise every budget (army, police, education...).
We just don't know how he lowers every taxe and rise every budget and social help xD

Maybe because what he says is bulshit and he know he won't do it.

I believe lot of energy in france is wasted with useless political battles and everyone digging his trench against the other .. for me it's the main problem in france, rather than anything else, and I see macron potentially as a good thing in this regard.

If everyone in france could really collaborate and trust each other on real economic objective instead of wasting all this energy with useless fear and defiance , it would solve all the pb lol soon you can call the french beavers with all those barrage they build against each others lol
694  Other / Politics & Society / Re: Emmanuel macron is the next President of France. on: April 27, 2017, 10:14:37 AM
His wife's son is older than him. Isn't that a bit weird to you guys? Or is that a common situation in France?

I don't see any difference between Macron and Lepen anyway. Both are rightist faschists. Lepen is just a bit more hardcore. I guess you can't expect anything else from them, we are talking about France in the end.  Grin

You're goddamn right.
I can't stand our media saying that "right wing lost the election"... Right is already at power! There is nothing but liberals and rightist as candidates now, all the socialists and marxists haven't gone further than first turn Cry


But still there is a slight hope. "France Insoumise" had nearly 20% of votes this time. That's still too low but we might manage to finally make a democratic revolution next time.
Maybe
I hope ^^

There are 20% of melanchon and 20% of Lepen, and large % of non voters or people who are not convinced by macron either Wink

Not sure how this is going to end but clearly most people seem fed up with current politics lol

Yeah it was like 20% of people who didn't vote?
That sure makes quite lot of people.

I don't see how people could be anything but fed up. We're being enslaved every day a bit more by international companies. They got control over pretty much everything and they're just using corrupted assholes like Lepen to make us believe that the "real danger is Islam and immigration"

Sure, what's more dangerous? Free international companies or Islamic terrorism? If you answered terrorism please look at the number of deaths due to working conditions and the amount of deaths due to terrorist attacks in developped countries.
They want to make us believe the real problem are people "abusing social system". If you believe that just look at the cost of those abuses (a few dozens millions) and the cost of fiscal evasion (a few billions) and think again

Always the same shit...

The count of non voting is always obfuscated between white vote, null vote, and non voters, and it's always kept a bit obscure anyway, but they are expecting very high amount close to 40% for 2nd round Smiley

Islamic terrorist is just the ugly hidden face of capitalist economy Wink All terrorists group are created by cia and the network are actually very close to let say gw bush, or all the buisness connection with Islamic regimes either in usa or France. . And in the end terrorism is the monster they created in their cold war plot.

Macron want to rise minimum social help to 750e no ? He seem to be ok with social help and minimum, it's hard to see how he will manage to concile everything but maybe he has a plan lol
695  Other / Politics & Society / Re: Emmanuel macron is the next President of France. on: April 27, 2017, 09:53:18 AM
His wife's son is older than him. Isn't that a bit weird to you guys? Or is that a common situation in France?

I don't see any difference between Macron and Lepen anyway. Both are rightist faschists. Lepen is just a bit more hardcore. I guess you can't expect anything else from them, we are talking about France in the end.  Grin

You're goddamn right.
I can't stand our media saying that "right wing lost the election"... Right is already at power! There is nothing but liberals and rightist as candidates now, all the socialists and marxists haven't gone further than first turn Cry


But still there is a slight hope. "France Insoumise" had nearly 20% of votes this time. That's still too low but we might manage to finally make a democratic revolution next time.
Maybe
I hope ^^

There are 20% of melanchon and 20% of Lepen, and large % of non voters or people who are not convinced by macron either Wink

Not sure how this is going to end but clearly most people seem fed up with current politics lol
696  Other / Politics & Society / Re: Emmanuel macron is the next President of France. on: April 27, 2017, 09:42:23 AM
His wife's son is older than him. Isn't that a bit weird to you guys? Or is that a common situation in France?

I don't see any difference between Macron and Lepen anyway. Both are rightist faschists. Lepen is just a bit more hardcore. I guess you can't expect anything else from them, we are talking about France in the end.  Grin

But yeah not much to expect from politics in france, everything seem stuck lol


That not false, but the governance system want the politic working that way.
You're president okay. But their is a 2nd vote called 'Legislative' to vote for the peoples who review, accept or deny the new or law's updates.
If during that 2nd vote, the opposition wins: nothing shall pass.


In france people have a culture of strong presidential leadership,  and talk a lot about quality for electors who represent certain value etc, and the president can by pass the deputy chamber with the in famous 49.3 article who has been used by previous government to pass the "macron law" without a vote by deputies ..

Many people did not forgive this, specially on the left.

It's why it's easy to forsee lot of turmoil in the street Smiley macron will never have a majority in the deputy chamber, and majority will vite against him, but for what it worth, deputy are elected with 10% of votes and they are very critised lately too with all the advantage they have, and how it become a mafia of old professionals of politics who only think in term of carrer and personal advantage..
697  Other / Politics & Society / Re: Emmanuel macron is the next President of France. on: April 27, 2017, 09:27:05 AM
His wife's son is older than him. Isn't that a bit weird to you guys? Or is that a common situation in France?

I don't see any difference between Macron and Lepen anyway. Both are rightist faschists. Lepen is just a bit more hardcore. I guess you can't expect anything else from them, we are talking about France in the end.  Grin

No it's not common situation in france lol but most likely he is gay or bi and his wife is a facade.

But yeah not much to expect from politics in france, everything seem stuck lol

Macron look a bit softer and target different audience, wait & see, lot of people are fed up with both too, they never mention the 40% or so of abstentionnists, and the number of "non expressed vote" is never taken in account, only the ones who express a vote for a candidate, so the real % is much lower if it is put in the whole number of electors, it's about an half of it, many time for deputies they never reach 10% lol and it will break all high records and im pretty sure there are going to be strong motion in the street in the next monthes Wink

In the end even macron have more people against him than pro, even if he end first, the two other party hate him and they make more than 50% of electors, even if the two other 25% are not on the same side, they still cant stand him lol neither on the left or right side .

Between the terrorists and the fascists what can goes wrong lol
698  Other / Politics & Society / Re: Emmanuel macron is the next President of France. on: April 27, 2017, 09:15:40 AM
Never sell an election before it is over, but it seems indeed that Macron, the socialist banker, the poor elite's child, the a-political former minister, will win hands up over Le Pen, putting an end to the conspiracy theory that Le Pen's election would bring the Euro down, and that this would result in the cataclysm of world fiat banking, putting bitcoin finally as world currency, and a few bitcoin whales as owning a few countries.
So that can be filed as a dream (or nightmare) now.


 Lepen want to ban bitcoin, I bet she want to go back to Sestertius and remove internet because WiFi is bad for health and it prevent tomatoes to grow and it only bring trouble with multi culturalism lol
699  Other / Politics & Society / Re: Emmanuel macron is the next President of France. on: April 27, 2017, 09:13:46 AM
His wife's daughter is his classmate.

So when his wife is used up, he can switch to his step daughter (finally)  Grin


Some say he is gay Wink
700  Other / Politics & Society / Re: Emmanuel macron is the next President of France. on: April 27, 2017, 08:44:06 AM
People only vote for what they know  Grin

People seem to be afraid of their own brothers.
When asked about Melenchon project of giving back the power to the people everyone was like "yeah no, people are too stupid to decide"

Guys you're stupid for not being able to trust in the ability of people to learn...
Surely direct democraty would be hard to set up.
But at least it would be OUR mistakes, not devious plans set up by corporations and banks to steal from us and take our freedom...

Everywhere melanchon plan has been applied it's disaster

Oh please... It has NEVER BEEN APPLIED

You're just an idiot confusing that with USSR communism...

You wanna knwo who acts the same than Melenchon? Switzerland. Not doing so bad hey?

He praises more Cuba and venezula than swizerland. .. and yes it has been applied, but maybe you prefer to deny history..

DUDE! The programm of Melenchon was freaking simple and has never been applied anywhere!

People were to vote their own constitution and their laws.

Direct democracy was never applied. His personnal ideas are of course more closed to socialism but his programm was to give back the power to the people. And that has never happenned.

Melanchon is ultra authoritarian, even the true communist party shun him for this .. his organisation is very pyramidal, and he see himselve as some kind of Lenin with simplistic populist idea to lead the revolution of government employee lol

Giving power to people is Lenin, cuba, Mao, cambodge , with popular revolution against the elite, nothing better to sunk à country for 50 years ..
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!