davedx
|
|
January 02, 2014, 09:01:58 PM |
|
Trademark infringement suit in 3... 2... 1...
|
|
|
|
bluemeanie1
|
|
January 02, 2014, 09:07:56 PM |
|
this is more elegant than retroshare. retroshare is lets put everything here. twister is next generation.
maybe you can specify some of these problems? i've been emailing the author, and he's a very competent coder.
I'm not here to do bug regressions for this person. the concept just sort of glues together DHTs and Bitcoin-like Blockchains. DHTs have a number of problems associated with them. Also if he wants to use the Blockchain, there must be some clear incentive for the 'mining' function, in this case there is none(he does note this on his website). Cool idea, but likely to break or be compromised if ever used in any significant capacity. No one has explored attack vectors yet.
|
|
|
|
bluemeanie1
|
|
January 02, 2014, 09:39:21 PM |
|
and btw- if this person wants recognition in this area, it might be a good idea to reference where there is precedent, in particular NameCoin.
-bm
|
|
|
|
westkybitcoins
Legendary
Offline
Activity: 980
Merit: 1004
Firstbits: Compromised. Thanks, Android!
|
|
January 03, 2014, 01:07:57 AM |
|
Worth keeping an eye on, anyway.
|
Bitcoin is the ultimate freedom test. It tells you who is giving lip service and who genuinely believes in it.
... ... In the future, books that summarize the history of money will have a line that says, “and then came bitcoin.” It is the economic singularity. And we are living in it now. - Ryan Dickherber... ... ATTENTION BFL MINING NEWBS: Just got your Jalapenos in? Wondering how to get the most value for the least hassle? Give BitMinter a try! It's a smaller pool with a fair & low-fee payment method, lots of statistical feedback, and it's easier than EasyMiner! (Yes, we want your hashing power, but seriously, it IS the easiest pool to use! Sign up in seconds to try it!)... ... The idea that deflation causes hoarding (to any problematic degree) is a lie used to justify theft of value from your savings.
|
|
|
genjix (OP)
Legendary
Offline
Activity: 1232
Merit: 1076
|
|
January 03, 2014, 06:54:07 AM |
|
you haven't really said anything of substance yet that i can try to address. i think dht scales much better than bitmessage.
and hand waving it away as just dht + blockchain is like handwaving away bitcoin as proof of work + signed timestamped messages. he's put a lot of thought into different use cases and built the primitives to support them (restype="single" or "multi"). and thought about scalability. i have confidence in this unless someone can tell me real problems.
|
|
|
|
|
amincd
|
|
January 03, 2014, 08:02:55 AM |
|
Twitter doesn't have a trademark on the letters "T-W-I". 'Twister' with a picture of a tornado is its own concept, and very distinct from the bird 'tweets' that the 'Twitter' brand is based on. The layout otoh..
|
|
|
|
empoweoqwj
|
|
January 03, 2014, 10:24:14 AM |
|
Interesting concept. Do you have a twitter account where I could keep up to date about it?
|
|
|
|
hilariousandco
Global Moderator
Legendary
Offline
Activity: 3990
Merit: 2713
Join the world-leading crypto sportsbook NOW!
|
|
January 03, 2014, 10:34:39 AM |
|
Interesting concept. Do you have a twitter account where I could keep up to date about it?
Haha. If they do they probably wont have it for long .
|
|
|
|
marcus_of_augustus
Legendary
Offline
Activity: 3920
Merit: 2349
Eadem mutata resurgo
|
|
January 03, 2014, 10:52:34 AM |
|
Natively secure p2p messaging with low overheads ... this has much promise.
e.g. I can envisage a distributed exchange using elements of this ...
|
|
|
|
teukon
Legendary
Offline
Activity: 1246
Merit: 1011
|
|
January 03, 2014, 10:57:44 AM |
|
Hmm...
I'm not sure about the promoted messages. If twister ends up being as decentralised as Bitcoin then there would be nothing to stop someone taking the code, snipping out the promoted messages, and providing an ad-block experience. Mining incentive might well reduce to donations (maybe that's enough). I'd prefer to see a more robust incentive mechanism, particularly given that a successful service will require more data storage than Bitcoin.
Also, I can see that the messages will be secure but don't see resistance to meta-data tracking (please correct me if this is addressed).
|
|
|
|
coinrevo
Member
Offline
Activity: 70
Merit: 10
|
|
January 03, 2014, 11:44:46 AM |
|
the concept just sort of glues together DHTs and Bitcoin-like Blockchains. DHTs have a number of problems associated with them. Also if he wants to use the Blockchain, there must be some clear incentive for the 'mining' function, in this case there is none(he does note this on his website).
Cool idea, but likely to break or be compromised if ever used in any significant capacity. No one has explored attack vectors yet.
I very much agree with these statements. This can not possibly scale even up to smallish numbers. Actually its the same reason exchanges can not be distributed. The blockchain can't be used for time-ordered messaging. Transactions in the chain are not ordered. The order of transactions in one block does not matter. However, order of messages in communication does matter. If in a thread one post comes later than another but refers to ts hat post, order is not preserved. So a conversation (i.e. message B is a reply to message A) is not possible, because order is needed. I think there is generally not a good understanding of what can be done with the blockchain in principle. The most interesting application by far is namecoin. The reason is that the cycle of messages is much longer. You reserve a name and this stays constant for say 12 months. I find it also interesting in that a domain name really is a link to a server, operated by a person or organization. If you think about it a corporation is really not much else. Twitter is a set of people tied to the services of Twitter Inc, a completely fictitious entity. There is no reason we could have much better legal frameworks. For example most multi-nationals avoid taxes completely with various schemes, corrupt governments, hand over information to power groups etc.etc.
|
|
|
|
empoweoqwj
|
|
January 03, 2014, 12:40:31 PM |
|
the concept just sort of glues together DHTs and Bitcoin-like Blockchains. DHTs have a number of problems associated with them. Also if he wants to use the Blockchain, there must be some clear incentive for the 'mining' function, in this case there is none(he does note this on his website).
Cool idea, but likely to break or be compromised if ever used in any significant capacity. No one has explored attack vectors yet.
I very much agree with these statements. This can not possibly scale even up to smallish numbers. Actually its the same reason exchanges can not be distributed. The blockchain can't be used for time-ordered messaging. Transactions in the chain are not ordered. The order of transactions in one block does not matter. However, order of messages in communication does matter. If in a thread one post comes later than another but refers to ts hat post, order is not preserved. So a conversation (i.e. message B is a reply to message A) is not possible, because order is needed. I think there is generally not a good understanding of what can be done with the blockchain in principle. The most interesting application by far is namecoin. The reason is that the cycle of messages is much longer. You reserve a name and this stays constant for say 12 months. I find it also interesting in that a domain name really is a link to a server, operated by a person or organization. If you think about it a corporation is really not much else. Twitter is a set of people tied to the services of Twitter Inc, a completely fictitious entity. There is no reason we could have much better legal frameworks. For example most multi-nationals avoid taxes completely with various schemes, corrupt governments, hand over information to power groups etc.etc. Didn't namecoin "blow up" for some reason? There was some bad news last month about it, just can't remember exactly what it was.
|
|
|
|
sickpig
Legendary
Offline
Activity: 1260
Merit: 1008
|
|
January 03, 2014, 01:46:54 PM |
|
the concept just sort of glues together DHTs and Bitcoin-like Blockchains. DHTs have a number of problems associated with them. Also if he wants to use the Blockchain, there must be some clear incentive for the 'mining' function, in this case there is none(he does note this on his website).
Cool idea, but likely to break or be compromised if ever used in any significant capacity. No one has explored attack vectors yet.
I very much agree with these statements. This can not possibly scale even up to smallish numbers. Actually its the same reason exchanges can not be distributed. The blockchain can't be used for time-ordered messaging. Transactions in the chain are not ordered. The order of transactions in one block does not matter. However, order of messages in communication does matter. If in a thread one post comes later than another but refers to ts hat post, order is not preserved. So a conversation (i.e. message B is a reply to message A) is not possible, because order is needed. I think there is generally not a good understanding of what can be done with the blockchain in principle. The most interesting application by far is namecoin. The reason is that the cycle of messages is much longer. You reserve a name and this stays constant for say 12 months. I find it also interesting in that a domain name really is a link to a server, operated by a person or organization. If you think about it a corporation is really not much else. Twitter is a set of people tied to the services of Twitter Inc, a completely fictitious entity. There is no reason we could have much better legal frameworks. For example most multi-nationals avoid taxes completely with various schemes, corrupt governments, hand over information to power groups etc.etc. Didn't namecoin "blow up" for some reason? There was some bad news last month about it, just can't remember exactly what it was. you're right. There was a serious bug, in the beginning the current maintainer thought it was unfixable. Eventually he and the community found a solution and fixed the problem. At the moment on the exchange platform that I commonly use 1 NMC values is 7.71$.
|
Bitcoin is a participatory system which ought to respect the right of self determinism of all of its users - Gregory Maxwell.
|
|
|
bluemeanie1
|
|
January 03, 2014, 06:15:51 PM |
|
the concept just sort of glues together DHTs and Bitcoin-like Blockchains. DHTs have a number of problems associated with them. Also if he wants to use the Blockchain, there must be some clear incentive for the 'mining' function, in this case there is none(he does note this on his website).
Cool idea, but likely to break or be compromised if ever used in any significant capacity. No one has explored attack vectors yet.
I very much agree with these statements. This can not possibly scale even up to smallish numbers. Actually its the same reason exchanges can not be distributed. The blockchain can't be used for time-ordered messaging. Transactions in the chain are not ordered. The order of transactions in one block does not matter. However, order of messages in communication does matter. If in a thread one post comes later than another but refers to ts hat post, order is not preserved. So a conversation (i.e. message B is a reply to message A) is not possible, because order is needed. I think there is generally not a good understanding of what can be done with the blockchain in principle. The most interesting application by far is namecoin. The reason is that the cycle of messages is much longer. You reserve a name and this stays constant for say 12 months. I find it also interesting in that a domain name really is a link to a server, operated by a person or organization. If you think about it a corporation is really not much else. Twitter is a set of people tied to the services of Twitter Inc, a completely fictitious entity. There is no reason we could have much better legal frameworks. For example most multi-nationals avoid taxes completely with various schemes, corrupt governments, hand over information to power groups etc.etc. Exchanges can be, and will be, distributed. Have a look at the whitepaper: http://www.altchain.org/?q=whitepapers/paper2.htmlThe algorithm is not the same as bitcoin. It uses Confidence Chains. also a more in depth discussion of these topics on Wilmott.org: http://www.wilmott.com/messageview.cfm?catid=10&threadid=95845&FTVAR_MSGDBTABLE=&STARTPAGE=4
|
|
|
|
empoweoqwj
|
|
January 04, 2014, 03:30:12 AM |
|
the concept just sort of glues together DHTs and Bitcoin-like Blockchains. DHTs have a number of problems associated with them. Also if he wants to use the Blockchain, there must be some clear incentive for the 'mining' function, in this case there is none(he does note this on his website).
Cool idea, but likely to break or be compromised if ever used in any significant capacity. No one has explored attack vectors yet.
I very much agree with these statements. This can not possibly scale even up to smallish numbers. Actually its the same reason exchanges can not be distributed. The blockchain can't be used for time-ordered messaging. Transactions in the chain are not ordered. The order of transactions in one block does not matter. However, order of messages in communication does matter. If in a thread one post comes later than another but refers to ts hat post, order is not preserved. So a conversation (i.e. message B is a reply to message A) is not possible, because order is needed. I think there is generally not a good understanding of what can be done with the blockchain in principle. The most interesting application by far is namecoin. The reason is that the cycle of messages is much longer. You reserve a name and this stays constant for say 12 months. I find it also interesting in that a domain name really is a link to a server, operated by a person or organization. If you think about it a corporation is really not much else. Twitter is a set of people tied to the services of Twitter Inc, a completely fictitious entity. There is no reason we could have much better legal frameworks. For example most multi-nationals avoid taxes completely with various schemes, corrupt governments, hand over information to power groups etc.etc. Didn't namecoin "blow up" for some reason? There was some bad news last month about it, just can't remember exactly what it was. you're right. There was a serious bug, in the beginning the current maintainer thought it was unfixable. Eventually he and the community found a solution and fixed the problem. At the moment on the exchange platform that I commonly use 1 NMC values is 7.71$. OK, thanks for filling me in. Good to see namecoin is alive and kicking
|
|
|
|
pabloangello
Legendary
Offline
Activity: 1344
Merit: 1001
|
|
January 04, 2014, 10:06:49 PM |
|
This is an amazing idea and guess what, the biggest brand names like Pepsi, Google, Bitcoin and several dozen more are already taken :p
|
|
|
|
defaced
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
January 05, 2014, 03:20:33 AM Last edit: January 05, 2014, 03:20:44 PM by defaced |
|
The compiling is a bit tricky but the idea is awesome. This is how all websites could be constructed in the future.
|
|
|
|
empoweoqwj
|
|
January 05, 2014, 03:47:26 AM |
|
The compiling is a bit tricky but the idea is awesome. This is how all future websites could be constructed in the future.
What do you mean by "compiling"?
|
|
|
|
defaced
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
January 05, 2014, 03:20:07 PM |
|
The compiling is a bit tricky but the idea is awesome. This is how all future websites could be constructed in the future.
What do you mean by "compiling"? http://twister.net.co/?page_id=23
|
|
|
|
|