Live data from Hacker News

Ethereum Isn't Fun Anymore

timdaub.github.io

21–30 of 650 posts

Re: Ethereum Isn't Fun Anymore

#22
post #13

| "What's Ethereum's killer app?" we asked ourselves not long ago. Now we know. It's the world's best publicly-accessible settlement platform for financial transactions. I don't see any evidence of this being true.

> world's best publicly-accessible settlement platform for financial transactions. Isn't that SEPA? Or Paypal?

It is, unless you're deemed untouchable.

Re: Ethereum Isn't Fun Anymore

#24
Its the stack. I can't get interested in any crypto currency or related technology that doesn't provide, at a minimum, a linkable C library or .. even better .. a luarocks module .. to do all the work.

If I even have to think about using npm or javascript to join the new hipster cult, I'm out. These tools are not up to snuff.

C'mon crypto guys, give us systems programmers the libs we need. Javascript is OUT. Your fancy DSL is OUT. Go C/C++ native, or GTFO ...

Re: Ethereum Isn't Fun Anymore

#25

> I need a hero, and by that, I mean that I need a usable methodology for building scaleable decentralized apps. Yes, you've heard that right. We don't need more "Ethereum killers" that can do 10x more tx/s than Ethereum. Those are useless. > Instead, we need an approach for the average Joe developer to create their idea within the Ethereum ecosystem without the need for hardcore unproven technologies. So instead of…

If I had to choose between scalability and better (more useful, more accessible, more maintainable) apps I would pick the apps. Ways to do real-world interesting things for people, buildable without any rocket science.

For the same reason that a startup with duct-tape code, scrambling to scale is better than a startup with no genuine demand.

Re: Ethereum Isn't Fun Anymore

#27
The solidity language was never fun to me. I abandoned experiments before vyper and yul, the alternatives I know about, were out. Everything felt at the same time fragile and definitive. Bad things would happen if you “deployed” a flawed contract without the ever growing best practices of layers and proxies.

I have had more fun learning about finance and creating indices than I have ever had coding on ethereum.

Re: Ethereum Isn't Fun Anymore

#28

The solidity language was never fun to me. I abandoned experiments before vyper and yul, the alternatives I know about, were out. Everything felt at the same time fragile and definitive. Bad things would happen if you “deployed” a flawed contract without the ever growing best practices of layers and proxies. I have had more fun learning about finance and creating indices than I have ever had coding on ethereum.

Totally. None of this felt safe, or sane, ever.

Re: Ethereum Isn't Fun Anymore

#29
post #20

> I need a hero, and by that, I mean that I need a usable methodology for building scaleable decentralized apps. Yes, you've heard that right. We don't need more "Ethereum killers" that can do 10x more tx/s than Ethereum. Those are useless. > Instead, we need an approach for the average Joe developer to create their idea within the Ethereum ecosystem without the need for hardcore unproven technologies. So instead of…

Hey, I think you're making a valid point and I probably should have explained more what I meant by my statement. IMO, there's a middle ground we can go between slow PoW on L1 and scaleability. I think that it can be done by having tools that give us the same guarantees like deploying a smart contract on the main chain. It's difficult to explain: But what I want is Plasma but as a framework to develop dapps. This proj…

If you want a Layer2 plasma with similar guarantees to Ethereum (account based, not zero knowledge) then you may like Gluon.network once they roll out EVM support.
Post reply on HN