Thank you for your response, here’s mine :
Does Graphene Really Exist? If So, Where’s the Performance Proof?
As every open-source project, you can audit yourself the code and the way it is used in the application stack.
bitshares.org is a hosted version of the open source graphical interface anyone can download from github, so it is indeed a centralised front-end (as Steemit) - otherwise it would require an IPFS storage which is hard to manage.
You also have the choice to select you own node in the bitshares.org settings.
I you look at an explorer, you could see both orders and transactions, but I haven’t measured how it could be faster than ETH, and I haven’t time get actual market data from a self hosted node.
What Security Trade-Offs Does EOS/Graphene Make?
I work in CS, and yes it’s all about trade-offs.
I would also like have a better view about the choices they made, but one trade-off they made is the dPoS : you have a subset of the nodes creating blocks (with validators, witnesses, etc.), so in a naive implementation it is less decentralised than PoW. but in reality, the decentralisation level seems enough, by the way, you could also do a proxy voting with Bitshares (as Cardano’s planned Ouroboros Praos).
More Deceptive White Paper Games.
They prefer to implement over defining in a formal way the protocol, it’s a choice less rigorous, but we’ve also seen beautiful proofs with no implementation…
Verifying Marketing Sources.
I also don’t like the marketing stuff they write ; as the last post Dan submitted to Steemit about Cardano, which doesn’t give much proofs but some “consciousness phrases” I’ll say.
Faking It Until They Make It.
As I said, you can audit the pull requests done on the EOS github, do your benchmarks. They are not good vulgarising things, but they build and anybody can ask a security or audit firm to analyse the platform.
Hope it helps.