Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: kushti on June 17, 2016, 01:11:26 PM



Title: On the way to the post-Ethereum world
Post by: kushti on June 17, 2016, 01:11:26 PM
A note: I worked for Nxt(core dev) in 2014 and now working on Scorex ( https://bitcointalk.org/index.php?topic=1103640 ).

Nxt core devs were sceptical about smart contracts inclusion into core. I myself was also sceptical about some things included into Nxt core  :)

Bitcoin developers switched off many opcodes for a reason ( http://bitcoin.stackexchange.com/questions/25225/what-was-the-vulnerability-in-v0-3-4-that-allowed-an-attacker-to-steal-coins ). Then Vitalik complicated security conundrum with its "Turing-complete" approach.

Now Ethereum guys are making the biggest error in their career going to do a hardfork, because not all the contracts are equal and some of them are too big to fail. There are some talks(copied from Bitcoin community) on "miners will decide", but it is unlikely miners will have any reasonable discussion. Instead, they will just follow the "digital Lenin".

It is time to go another path. The core must be as simple as that. But it also need to be powerful enough to support protocols and applications built outside the core.

There are many designs possible, and there are many open questions and concerns about them. Nevertheless, as the topic is going to be hot, I would like to propose one design in July or August (after Scorex 2.0 release).



Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 01:23:27 PM
It should be noted that Automated Transactions (AT) has been running for over 1 year on two separate blockchains without incident (and yes I will accept the fact the two blockchains involved don't amount to a huge amount of capital but certainly ATs have been handling amounts above 1 BTC regularly).

There is a reason why we didn't provide a high-level language and developed each "smart contract" ourselves (with literally months of testing).

Getting smart contracts "right" is a very difficult thing to do so you need the "attack surface" to be as small as possible.


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 01:40:22 PM
There is a reason why we didn't provide a high-level language and developed each "smart contract" ourselves (with literally months of testing).

https://bitshares.org/technology/industrial-performance-and-scalability/#smart-contracts


Title: Re: On the way to the post-Ethereum world
Post by: kushti on June 17, 2016, 01:46:38 PM
There is a reason why we didn't provide a high-level language and developed each "smart contract" ourselves (with literally months of testing).

Getting smart contracts "right" is a very difficult thing to do so you need the "attack surface" to be as small as possible.

Interesting. And what do you think about Solidity? Isn't it a language helping developers to make deadly errors?


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 01:50:51 PM
Interesting. And what do you think about Solidity? Isn't it a language helping developers to make deadly errors?

For a start Javascript is about the worst possible language you could use to code anything in (so if Solidity has much in common with that then it is doomed from the start).

But in more general terms I think the problem is that "any high level language" is at this stage a bad idea as people simply don't realise how easy it is to find and exploit bugs in code (so you don't want anyone but experts writing such things).

The approach that was taken with AT was to simply do "machine code" (now assembly) and get every nuance correct in each smart contract.


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 01:53:47 PM
For a start Javascript is about the worst possible language you could use to code anything in

Maybe you are not aware of ASM.js.


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 01:55:39 PM
For a start Javascript is about the worst possible language you could use to code anything in

Maybe you are not aware of ASM.js.

Not sure how that is even slightly relevant - the problem with .js is its dynamic type system and processing (static languages are far easier to secure).


Title: Re: On the way to the post-Ethereum world
Post by: spartacusrex on June 17, 2016, 01:56:27 PM
For a start Javascript is about the worst possible language you could use to code anything in..

x1000..



Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 01:57:29 PM
For a start Javascript is about the worst possible language you could use to code anything in

Maybe you are not aware of ASM.js.

Not sure how that is even slightly relevant - the problem with .js is its dynamic type system and processing (static languages are far easier to secure).

C/C++ code can be compiled to ASM.js.

ASM.js removes those dynamic types and GC.

ASM.js is statically compiled.


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 02:00:37 PM
C code can be compiled to ASM.js.

ASM.js removes those dynamic types.

I'm not really sure why that would be better than AT (as it is about 10x as complex).

And having high-level languages such as C/C++ is not a good idea as I pointed out.


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 02:01:12 PM
C code can be compiled to ASM.js.

ASM.js removes those dynamic types.

I'm not really sure why that would be better than AT (as it is about 10x as complex).

Write once, run every where.


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 02:02:51 PM
Write once, run every where.

AT is "write once" but in any case that stupid "meme" was from Java and is generally parodied as "write once, debug everywhere".

:D


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 02:04:02 PM
Write once, run every where.

AT is "write once" and that stupid "meme" was from Java and is generally parodied as "write once, debug everywhere".

:D

I am happy that you don't value the WWW. Figure it out. ;)


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 02:05:14 PM
I am happy that you don't value the WWW. Figure it out. ;)

Plenty of times my browser crashes due to .js (and I use NoScript always).

(if you are trying to be clever then you might want to try a bit harder)


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 02:26:19 PM
I am happy that you don't value the WWW. Figure it out. ;)

Plenty of times my browser crashes due to .js (and I use NoScript always).

(if you are trying to be clever then you might want to try a bit harder)

I see you don't understand what "no GC" means. Goodbye wannabe expert polyglot coder.


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 02:27:36 PM
I am happy that you don't value the WWW. Figure it out. ;)

Plenty of times my browser crashes due to .js (and I use NoScript always).

(if you are trying to be clever then you might want to try a bit harder)

I see you don't understand what "no GC" means. Goodbye wannabe coder.

What a "wanker" you are.

Not sure why you just come here to troll me with nothing intelligent to contribute at all.

Seems like your supposed IQ has gone on holiday (about 10 years ago I think).

Why don't you do us all a favour and actually "fuck off" for good?

(the only supporters you have here are your sockies)


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 02:28:43 PM
What a "wanker" you are.

Every time I win the technical argument, you refuse to mea culpa. Stubborn ox.

Next time try to not making sweeping statements about things you don't completely understand, e.g. JavaScript.


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 02:29:50 PM
What a "wanker" you are.

Every time I win the technical argument, you refuse to mea culpa. Stubborn ox.

Except you have never won a single technical argument against me (you idiot).

Try actually arguing rather than insulting next time (but I know you won't as you never do).


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 02:31:24 PM
What a "wanker" you are.

Every time I win the technical argument, you refuse to mea culpa. Stubborn ox.

Except you have never won a single technical argument against me (you idiot).

Wake me up when you realize the relevance of "no GC" to your point about the browser crashing.


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 02:32:22 PM
Wake me up when you realize the relevance of "no GC" to your point about the browser crashing.

What on earth does GC have to do with that?

Try answering this question rather than another insult if you possibly can (as there is no sensible answer I am pretty certain that you won't).


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 02:33:41 PM
Wake me up when you realize the relevance of "no GC" to your point about the browser crashing.

What on earth does GC have to do with that?

Oh please Lord never let me forget to never discourse with a Dunning-Kruger idiot.


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 02:34:24 PM
Wake me up when you realize the relevance of "no GC" to your point about the browser crashing.

What on earth does GC have to do with that?

Oh please Lord never let me forget to never discourse with a Dunning-Kruger idiot.

Just as I predicted - you can't answer my question and resort to further insults.

You are a rather predictable troll (and in fact maybe not actually @AnonyMint after all)

:D


Title: Re: On the way to the post-Ethereum world
Post by: w0t4n on June 17, 2016, 02:35:20 PM
A note: I worked for Nxt(core dev) in 2014 and now working on Scorex ( https://bitcointalk.org/index.php?topic=1103640 ).

Nxt core devs were sceptical about smart contracts inclusion into core. I myself was also sceptical about some things included into Nxt core  :)

Bitcoin developers switched off many opcodes for a reason ( http://bitcoin.stackexchange.com/questions/25225/what-was-the-vulnerability-in-v0-3-4-that-allowed-an-attacker-to-steal-coins ). Then Vitalik complicated security conundrum with its "Turing-complete" approach.

Now Ethereum guys are making the biggest error in their career going to do a hardfork, because not all the contracts are equal and some of them are too big to fail. There are some talks(copied from Bitcoin community) on "miners will decide", but it is unlikely miners will have any reasonable discussion. Instead, they will just follow the "digital Lenin".

It is time to go another path. The core must be as simple as that. But it also need to be powerful enough to support protocols and applications built outside the core.

There are many designs possible, and there are many open questions and concerns about them. Nevertheless, as the topic is going to be hot, I would like to propose one design in July or August (after Scorex 2.0 release).




What does hardfork even mean?


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 02:36:12 PM
Wake me up when you realize the relevance of "no GC" to your point about the browser crashing.

What on earth does GC have to do with that?

Oh please Lord never let me forget to never discourse with a Dunning-Kruger idiot.

Just as I predicted - you can't answer my question and resort to further insults.

You are a rather predictable troll.

:D

Since you've entirely derailed this thread with your frantic, juvenile ego, I will remind you that your browser crashing is most often due to memory leaks and the fact that GC does not prevent semantic memory leaks.


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 02:37:26 PM
Since you've entirely derailed this thread with your ego, I will remind you that your browser crashing is most often due to memory leaks and the fact that GC does not prevent semantic memory leaks.

My browser crashes are not due to memory leaks so your stupid smart-arse stuff is just proven to be wrong.

(only an idiot would "assume" that GC is the cause of all browser crashes)

:D

So in fact it is your stupid ego that has derailed this thread because you just can't resist trying to attack me.

Fuck off troll!


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 02:39:19 PM
Since you've entirely derailed this thread with your ego, I will remind you that your browser crashing is most often due to memory leaks and the fact that GC does not prevent semantic memory leaks.

My browser crashes are not due to memory leaks so your stupid smart-arse stuff is just proven to be wrong.

You've proven nothing. Do I see any proof? Most browser crashes that are attributable to JavaScript (since that was the point we were discussing) are due to memory leaks. Do some research.

If you are pointing out that your browser crashes not due to JavaScript, then that is irrelevant to the entire conversation about ASM.js.



Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 02:40:13 PM
Since you've entirely derailed this thread with your ego, I will remind you that your browser crashing is most often due to memory leaks and the fact that GC does not prevent semantic memory leaks.

My browser crashes are not due to memory leaks so your stupid smart-arse stuff is just proven to be wrong.

You've proven nothing. Do I see any proof? Most browser crashes that are attributable to JavaScript (since that was the point we were discussing) are due to memory leaks. Do some research.

I don't need to - as unlike you I know how to "debug" my .js.

:D

(thought you said you were a "coder")


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 02:44:19 PM
Since you've entirely derailed this thread with your ego, I will remind you that your browser crashing is most often due to memory leaks and the fact that GC does not prevent semantic memory leaks.

My browser crashes are not due to memory leaks so your stupid smart-arse stuff is just proven to be wrong.

You've proven nothing. Do I see any proof? Most browser crashes that are attributable to JavaScript (since that was the point we were discussing) are due to memory leaks. Do some research.

I don't need to - as unlike you I know how to "debug" my .js.

:D

(thought you said you were a "coder")

Perhaps you don't know how to use terminology correctly. CPU hogging or infinite loop is not a "crash" and both can be written in any language. A crash is when there is an exception and the program can't continue executing. Since JS is memory safe, the only way to accomplish that is to exhaust resources.

Now that you've been spanked by an expert, go cry to moma.


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 02:46:38 PM
Perhaps you don't know how to use terminology correctly. CPU hogging or infinite loop is not a "crash" and both can be written in any language.

You really are an idiot aren't you.

Supposedly if one engages in discussion with you then one needs to first check "your personal dictionary" about what words to use.

You wouldn't get a "crash" according to your definition with a GC issue either.

:D

Why don't you just stop trying to be a smart-arse?

(no-one admires you for it)


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 02:47:44 PM
You wouldn't get a "crash" according to your definition with a GC issue either.

Learn to read:

A crash is when there is an exception and the program can't continue executing. Since JS is memory safe, the only way to accomplish that is to exhaust resources.

Now that you've been spanked by an expert, go cry to moma.



Why don't you just stop trying to be a smart-arse?

(no-one admires you for it)

Hey I just informed you about ASM.js and you got all offended and derailed the thread. You wanted to pick a fight, and so you induced me to fight back. See how that works.


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 02:48:58 PM
You wouldn't get a "crash" according to your definition with a GC issue either.

Learn to read:

A crash is when there is an exception and the program can't continue executing. Since JS is memory safe, the only way to accomplish that is to exhaust resources.

Now that you've been spanked by an expert, go cry to moma.

Sorry - you just don't understand how .js works do you?

(now go and read up yourself and apologise after you work out your mistake)

I am enjoying making fun of you.

:D


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 02:50:40 PM
You wouldn't get a "crash" according to your definition with a GC issue either.

Learn to read:

A crash is when there is an exception and the program can't continue executing. Since JS is memory safe, the only way to accomplish that is to exhaust resources.

Now that you've been spanked by an expert, go cry to moma.

Sorry - you just don't understand how .js works do you?

Please don't lie.

Your slimy ethics are coming clear to all readers now.


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 02:54:13 PM
Sorry - you just don't understand how .js works do you?

Please don't lie.

Your slimy ethics are coming clear to all readers now.

I didn't lie (and you have failed to admit your mistake).

The only one with "slimy ethics' here is you (and I have now "caught you out").

Please educate yourself: https://groups.google.com/forum/#!topic/comp.lang.javascript/332YSnPsw_w/discussion


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 02:55:57 PM
Sorry - you just don't understand how .js works do you?

Please don't lie.

Your slimy ethics are coming clear to all readers now.

I didn't lie (and you have failed to admit your mistake).

You have failed to point out any mistake.

Memory (semantic) leaks are the only way I know of to exhaust resources and cause a JS program to halt in a way not encoded intentionally (e.g. throw) in the source code (other than killing the thread which the browser may even prompt the user to do but that isn't a "crash").

Of course I guess you can apply those leaks to any exhaustable resource, not just memory such as disk space.

This is not really a crash if you ask me. It just makes the browser unresponsive by using all the CPU.

You should ask yourself who would benefit from making someones browser unresponsive. Not site owners, they generally like their users. Not hackers, they would only crash your browser if it allowed them to run privileged code on your machine. That leaves trolls.

But assuming this is a real issues, think about how you could stop it.
Most browsers already do detect infinite loops and let you stop the script.
But in the complex case, how do you distinguish a CPU intensive page from one that intentionally hogs the CPU? You can't, so you'd hamper JS games and the like by limiting their CPU usage.

Edit: just in case someone is thinking that JS can crash with an exception due to dynamic types, e.g. when calling a function that expects a certain type and throws when it doesn't ... please make sure you remember that my point was ASM.js eliminates the dynamic typing (and GC). That was already factored into my logic. ;)


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 02:57:45 PM
You have failed to point out any mistake.

I provided a llink (which you didn't quote) - read it.

And again debating about the meaning of the word "crash" is just your way of trying to save face.

If you didn't try to be such an arrogant "know it all" asshole then these "discussions" wouldn't occur - ever considered that maybe you should try and "tone it down" a notch or two?


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 03:03:39 PM
Please educate yourself: https://groups.google.com/forum/#!topic/comp.lang.javascript/332YSnPsw_w/discussion

Memory is a finite resource and the OS will be forced to kill the thread as virtual memory is exhausted else the entire OS will come crashing down.

So sorry, that is the only way to crash JS as I said.

CPU hogging can be handled by setting the thread to lower priority. But memory exhaustion can't be handled without halting.

Sorry you are still wrong.

I've
seen browsers use all available memory and then start to fill the swap
space (aka page file), consuming gigabytes or memory, I've seen browsers
return "out of memory" errors for much less, and I've seen browsers
"vanishing" abruptly because the process was killed by the OS due to
excessive memory usage. Some systems need to be more strict about
runaway processes than others (for example, mobile platforms or
servers).

Famous quote (quoted in case he deletes his upthread posts):

(only an idiot would "assume" that GC is the cause of all browser crashes)

Wake me up when you realize the relevance of "no GC" to your point about the browser crashing.

What on earth does GC have to do with that?

Btw, memory leaks without GC often result in a crash by accessing a pointer after freeing the memory. In JS which is memory safe, the crash is by exhausting all resources.


Title: Re: On the way to the post-Ethereum world
Post by: CIYAM on June 17, 2016, 03:05:02 PM
If you won't even bother to read the information then there is really no point in any discussion.

I'm sure that the @OP is sick of this so I am going to unwatch and leave you to your stupid "final troll" (am sure you will).

(the thing that will piss you off is that I won't read your final troll post and don't give a fuck about you or your stupid posts anyway)


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 03:06:18 PM
If you won't even bother to read the information then there is really no point in any discussion.

You have failed to point out any mistake on my part. I did read it. They confirm what I am telling you.

I maintain you are wrong. You are welcome to point out what you think is my  mistake. Until you do, you are a liar.


Title: Re: On the way to the post-Ethereum world
Post by: froggy512 on June 17, 2016, 03:43:08 PM
Can we just close this thread already. Well known developer posts about most important topic of the day and you guys get into 2-page pissing match over browser crashes. Sorry Kushti.


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 03:59:05 PM
Can we just close this thread already. Well known developer posts about most important topic of the day and you guys get into 2-page pissing match over browser crashes. Sorry Kushti.

Btw, that wasn't fundamentally about browser crashes; it was addressing which high-level-language is appropriate for smart contract VMs, which was what Kushti and CIYAM were discussing (https://bitcointalk.org/index.php?topic=1515817.msg15252275#msg15252275). CIYAM seemed to be suggesting we should employ only assembly or C, and I was pointing out that ASM.js is almost native speed and runs every where as JIT.

Hey I didn't want that. I had to respond to his pissing. I just suggested (https://bitcointalk.org/index.php?topic=1515817.msg15252367#msg15252367) he not speak incorrectly about JS and be aware of ASM.js.

The likely reasons CIYAM has some vengeance towards me include:

https://bitcointalk.org/index.php?topic=1319681.msg15233941#msg15233941
https://bitcointalk.org/index.php?topic=1364951.msg13926249#msg13926249  (was followup to: https://bitcointalk.org/index.php?topic=1319681.msg13580146#msg13580146)
https://bitcointalk.org/index.php?topic=1361602.msg13887894#msg13887894

I'll chime in before @TBTB comes in and tells everyone that they are stupid and only he knows the answer to everything (at that point I'll quit watching this topic as I've done with every other topic he has ruined - and he ruins every topic he posts in basically).

The relationship between "reward" and "minting" could be made less "one-to-one" but more statistically probable if you mint more blocks (thus providing an incentive to mint but not even needing to be POW).

You need ways to discern "winners" if you aren't using POW as the only measurement (although I think some amount of POW is going to always be required to help prevent the NAS attack issue which I've discovered can even occur "by accident" when using different approaches).

This is a key part of the CIYAM blockchain design (which I am not going to discuss here, however, unlike some others it isn't some silly conjecture or "academic breast beating" but already published open source code which it seems @TBTB is actually unable to understand which rather pleases me).

As a simplistic idea imagine that a block reward only occurs every X blocks but is more likely to favour the minter that has produced as many of those X blocks as possible (and also imagine that rules prevent them from being able to produce all of the blocks).



Title: Re: On the way to the post-Ethereum world
Post by: kushti on June 17, 2016, 06:54:55 PM
Can we just close this thread already. Well known developer posts about most important topic of the day and you guys get into 2-page pissing match over browser crashes. Sorry Kushti.

Right, this is very sad. Do we have a chance to have a thoughtful online discussion somewhere these days?


Title: Re: On the way to the post-Ethereum world
Post by: iamnotback on June 17, 2016, 08:37:37 PM
Can we just close this thread already. Well known developer posts about most important topic of the day and you guys get into 2-page pissing match over browser crashes. Sorry Kushti.

Right, this is very sad. Do we have a chance to have a thoughtful online discussion somewhere these days?

What would you like to discuss?

Call me skeptical, but your reply to froggy512 seems to be more about you two colluding for political and promotional reasons, trying to paint you as well known developer and CIYAM and myself as not well known (or somehow unimportant relative to yourself) developers.

Excuse me if I am mistaken, but if you want to have a discussion then it doesn't help if you offend the person who was doing correct technological and meritorious posting in the thread. I really can't help it that CIYAM went off into a tirade. Do you think it makes me feel good when you slander me by agreeing with froggy512?

Sorry that BCT is all politics and grandstanding. I tried to participate in your thread and I get labeled as a troublemaker by you and froggy. That doesn't feel like a meritocracy to me, but any way it is your thread, so I'll just not participate further. Good luck.

P.S. you'll note I tried to ask CIYAM not to continue derailing the thread. I couldn't stop him.  I don't have control over his fingers.


Title: Re: On the way to the post-Ethereum world
Post by: ifinta on June 17, 2016, 09:32:29 PM
What a "wanker" you are.

Every time I win the technical argument, you refuse to mea culpa. Stubborn ox.

Except you have never won a single technical argument against me (you idiot).

Try actually arguing rather than insulting next time (but I know you won't as you never do).


This is not a technical problem more.
Overall investment in The DAO is 11,725,223.9 Ether...

I am curious: who and how many invest in the next eth application.


Title: Re: On the way to the post-Ethereum world
Post by: Blazin8888 on June 17, 2016, 11:56:12 PM
  I don't know as much about Serpent, but it appears to have the same goals and purpose as Solidity, but is meant to be similar to Python (and therefore be great for Python devs.) This, along with the range of clients, also showcases the dedication that Ethereum has to being appealing to a wide range of developers, not just Javascript developers.

The range of clients at Ethereum in Go, C++, Python, JavaScript, Java and other languages is a support disaster. Right now it may work OK, but once Ethereum attracts a critical mass there will be 1 (or maybe 2) clients which will be used by 99% of the users. Otherwise, it's just not feasible.

You also say that Ethereum is trying to appeal a wide range of developers. Lisk tends to focus on the JavaScript group, it's just a fact that this is a huge crowd already. Lisk removes friction, it's very hard to get developers for a platform. If they now need to learn a new language (besides the whole blockchain concepts) attracting them will be even more difficult. Lisk is all about staying lean, efficient and focused.

Btw. JS is extremely powerful any goof on this forum with some legendary status who says other wise has other motives or is really ignorant: asmjs.org, pyjs.org etc.

    Above only covers Smart Contracts for Etheruem; what about the more fully-encompassing "Dapp"?

Here is the difference between Lisk and Ethereum. Ethereum is doing smart contracts which are all saved on one blockchain. If you want to develop a dapp in Ethereum you need to connect the functionalities of several smart contracts.

In Lisk you get a complete package. You don't develop single smart contracts. You build an entire application which is running on its own blockchain. It's like you develop a new crypto-currency platform with an extended feature-set, the platform itself is already finished and provided by our Lisk SDK. As a developer you just need to implement the necessary new features on top of the already existing platform.

    So, for Lisk to be implying that Javascript developers cannot create Dapp for Ethereum is a bit misleading. They can absolutely use primarily Javascript for the Dapp and then Solidity (which is so close to Javascript) for smart contracts.

We never said that JavaScript developers cannot create dapps for Ethereum. Of course they can, but they need to learn a new language first. This is like you would say a plumber cannot paint walls.

At Ethereum they can use JavaScript for the dapp front end, and Solidity for the dapp back end. It's not like they are using JavaScript "for the [complete] dapp" as you said. No, only for the front end.

    The difference is that Lisk is entirely Javascript (and node.js) through and through, Ethereum has a large number clients in different languages[2], has two custom-written languages for smart contracts, and still allows for Javascript where you need it most (the UI).

Yes, we tend to focus on one technology. Focus is key.

Your statement that Ethereum "allows for JavaScript where you need it most (the UI)", is really only the case for Ethereum. JavaScript is globally accepted for many different tasks on the front and back end (e.g. NodeJS). Not just for "the UI". You are making JavaScript smaller as it is, only to get more arguments for Solidity.

    Javascript numbers are....not the greatest or most reliable. Especially when we are dealing with a crypto-currency, you really want your numbers to be on point. Basically JS uses floating point which means some things get approximated and digits get lost in certain cases.

We are only using integers at Lisk. For big numbers we are using bignumber.js. It's not about the language you choose, it's about your coding skills. If you know what you are doing JavaScript is entirely fine. However, yes this is a weakness. But a weakness which is manageable.

    Javascript uses weak dynamic typing. If you are not careful, you can pass strings instead of numbers.

Honestly, if you are building a serious project you should at least get this thing right. Otherwise, every JavaScript project would fail according to your argument.

    Lisk has "rules" that they ask contract developers have to follow to avoid breaking consensus.

Yep. It seems Ethereum has these "rules" directly embedded into their compiler, at Lisk developers just have to follow them. The biggest difference here is, if they do a mistake and the consensus is broken, then the dapp needs a hard fork. But Lisk itself is entirely fine, because the dapp is only running in a sidechain.

This is a huge security advantage. If a dapp fails, the Lisk network doesn't even hiccup. However, if one smart contract fails at Ethereum, it can mean game over for Ethereum.

    Disadvantages of Solidity

Other disadvantages may be that it's a very young language and therefore unproven. Also there is very little documentation available, and even less developers know this language.

    On the blockchain

You are mixing up different things now. You download the Bitcoin client also from an HTTP link. However it "cannot be corrupted, can be audited, cannot be changed, can reach consensus". That means all these important properties you mention are also valid for Lisk. If you change a dapp code, your node will end up on a fork. Same as if you change the Bitcoin code.

The HTTP link is only the way to distribute a dapp source code. Later on we will integrate decentralized storage methods (e.g. IPFS), so the distribution itself can be decentralized as well.

However, the distribution model doesn't define if an application is centralized or decentralized. Or do you say that every crypto-currency on the market is centralized? Because you download the clients from a centralized location? If yes, then how can Ethereum dapps even be decentralized, if the network itself is centralized? ;)

Your line of arguments is wrong here. Another important fact is, that this method allows Lisk to scale massively easier than Ethereum. Besides the huge advantages our sidechains already bring to the table.

    I don't know much about Crypti, but they did have a presale and they did get a decent amount of money (at least $200k USD) but I can't find the exact figures because everything has been wiped. Nothing came of Crypti. Literally. So...that's scary. The lack of transparency, also scary.

We are not associated with Crypti anymore. However, saying that everything is wiped and that there is no transparency is a huge lie. There are over 600 pages on Bitcointalk (https://bitcointalk.org/index.php?topic=654463) and dozens of blog posts (https://blog.crypti.me) which contain ALL information.

Additionally, if you say that "nothing came of Crypti" then you are completely wrong. Crypti developed a working dapp platform, the huge success of Lisk is proving this. The only thing which just didn't work at Crypti was marketing. That means nobody knows about Crypti. There was also a big lack of leadership at Crypti.

    So I guess the main difference I want to point out between Ethereum and Lisk here is that Lisk is two guys who rebranded a previous coin that had a presale and delivered nothing while Ethereum has Vitalik Buterin, a large team of well-known, community-engaged, crazy talented developers, and a large community of developers creating Dapp and third-party wallets and hardware wallets and all sorts of amazing stuff. I mean, look at Augur, Slock.it, and ConsenSys alone. It's crazy!

Yes, I'm glad that those two guys at Google never started their company because there were so many great search engines back then with hundreds of employees. :)

Don't understand me wrong, I like Ethereum and the whole team/movement behind it. I'm a big supporter. But you are just refusing innovation at this point of time. You are comparing a 2 years old platform (Ethereum) with 18M in fundings, with a not even launched platform (Lisk) with no access to the funding as of yet. That's kind of silly.

    Another key difference is Ethereum has the Ethereum Foundation, a non-profit Swiss organization and Lisk has....an unknown foundation / company associated with it.

Everyone at Lisk knows that we are in the process of creating a legal entity in Germany, most probably as a gGmbH. This is also a non-profit organisation structure.

    One final note: Lisk really likes to claim they have partnerships with big names. First it was ShapeShift. Now it is Microsoft. They loooove to use that partnership word. In reality, they were just using the Shifty button, not really a partnership.

We had a technologic partnership with ShapeShift. It was a big mis-understanding at that time. They already fixed that mistake.

All in all, I would like to say that your points are quite weak. You didn't point out the biggest weaknesses of Lisk. In my opinion this is sidechain security. That means small dapps probably won't have a chance long-term to attract enough nodes to secure them.

For this I suspect that there will be special dapps, who will run smaller dapps in a SaaS way. Until we implemented a sidechain forging marketplace, finding sidechain forgers is also quite a difficult task. However, these are all just starting problems. Everything is solvable. At the end of the day Lisk is just software which is actively developed.

It's important to mention that Lisk just gets started and we are already making big changes. At this point of time it's just to early to evaluate Lisk and the team (us) behind it. You should just wait for a year before making a final conclusion. All arguments right now just look like you are afraid. Personally, I think there is far more than enough room for Ethereum and Lisk. In the end we are solving the "problems" very differently and are attracting different niches.

I hope that Ethereum and Lisk can work together in the future in order to solve important problems within the dapp and blockchain industry. I say it again, we are in this "game" together.