Earlier quoted context omitted.
I think DeFi basically justifies the high market cap of ethereum. You have a decentralized exchange working 24h, with basically no downtime. Compare it to normal exchanges: - need to register - need kyc - hard to tranfer LARGE sums cheaply - your bank can block your assets as well as your gouverment - fees are sometimes very high as well. Example tried to convert one currency to an other 1% fees in europe. I think yo…
I have trouble imagining who might want to do this. It seems like a really small niche? Normal people don't need to trade or move large sums of money 24-7. An ATM and/or credit card is good enough.
An engineer's observations on Web3 and its possibilities
141–150 of 319 posts
Re: An engineer's observations on Web3 and its possibilities
#142Not going to lie, I thought and still think that the whole Web 2.0 thing was clever marketing and window dressing on top of fairly pedestrian but useful technologies. It was actually less of seismic shock than mobile first which despite being a bigger shift didn't actually get a number. As far as I'm concerned, Web3 is beyond this. It's what happen when you let Ponzi schemers write the marketing material. I can't for…
They call it "web3" when it's not web, as in, world wide web... so it really means nothing.
There is nothing there. It's all just random imagination an ponzi schemes. Good luck getting anything useful out of this.
Re: An engineer's observations on Web3 and its possibilities
#143Earlier quoted context omitted.
It’s possible you’re thinking of Chia, IPFS, or FileCoin, all of which are “live” and “deployed” currently.
Filecoin is “live” only technically. There is no way for individuals to contribute, which seems to be intentional as the leadership is looking for corporate support first. It currently has no real use cases. I say this as someone who is also excited by the idea.
Siacoin has been around for a while and approaches things differently. Plus its already being used by people.
Re: An engineer's observations on Web3 and its possibilities
#144Earlier quoted context omitted.
Can you explain how web3 solves any of your bullets? If you are trying to say that web3 will prevent platform holders from banning you from their platform, then good luck with that. Any platform can and will ban you and have complete control over their platform. Thinking web3 is going to prevent that is naive for many many reasons. If Facebook bans me then web3 isn't going to allow me to post on Facebook still. Same…
This is always my issue with things in this space. There's a list of bad things to be fixed or good things to achieve. And then there's a technology like [jazz hands] blockchain . But when you ask how they relate, it gets very handwavey. When I was at Code for America in 2015, somebody dropped by one of our events to buttonhole me about [jazz hands] blockchain for governments. I listened politely for a while and then…
It seems like the space is full of hype-bro crooks and hype-bro dupes who feed off one another, warping a niche technical toy into whatever get-rich-quick revolutionary fantasy they want.
Re: An engineer's observations on Web3 and its possibilities
#145Not going to lie, I thought and still think that the whole Web 2.0 thing was clever marketing and window dressing on top of fairly pedestrian but useful technologies. It was actually less of seismic shock than mobile first which despite being a bigger shift didn't actually get a number. As far as I'm concerned, Web3 is beyond this. It's what happen when you let Ponzi schemers write the marketing material. I can't for…
Web 2 is distinct from Web (AJAX, SaaS. Cloud, Mobile). I’m sort of shocked it’s even brought up as a fuzzy distinction.
Re: An engineer's observations on Web3 and its possibilities
#146Earlier quoted context omitted.
I have trouble imagining who might want to do this. It seems like a really small niche? Normal people don't need to trade or move large sums of money 24-7. An ATM and/or credit card is good enough.
I mean 24-7 comes for free. Security comes in some way for free as well. Large amount: its relative, so even for 10k USD you would pay 100 USD as fee. You get similar fees for purchasing stocks and many have more then 100k in equity. So it isn't really a small niche. Rather a huge market that may get more simple and cheap through DeFi.
Re: An engineer's observations on Web3 and its possibilities
#147Earlier quoted context omitted.
If you don't mind me asking, do you know of any good resources for learning more about the scalability solutions of Solana vs Ethereum? I've only been in the space for about 6 months as an engineer and almost every document I've read in regards to Solana scaling are sure that they will not encounter the same scalability issues that ETH has had. However, they are direct competitors so I wonder how biased these claims…
Here is a great article to read on why layer1 blockchain scalability isn’t sustainable long-term (for any layer 1): https://polynya.medium.com/why-rollups-data-shards-are-the-o... When reading about competing blockchains, it’s important to figure out if someone you’re reading values money or decentralization (and therefore individual’s digital autonomy once we enter the Metaverse). Polynya (Liberosist on Reddit) is i…
Re: An engineer's observations on Web3 and its possibilities
#148cf. https://www.npr.org/sections/money/2017/06/28/534735727/epis...
Being decentralized means that all the efforts that a central government is currently taking will be distributed to everyone, and now everyone has to worry about things that were taken granted before: basic safety, security and trust. This is why there aren't many decentralized systems that caught on because their usability is pretty bad for most people.
Re: An engineer's observations on Web3 and its possibilities
#149In "Blockchains Are a Bad Idea", James Mickens gives several arguments against blockchain-based systems like Bitcoin:
See his presentation here: https://youtu.be/15RTC22Z2xI
1. People have out-of-band trust relationships in real life which reduce the likelihood of malice. Bitcoin-style anonymous identities undermine trust relationships and are not needed for legitimate (not illegal) transactions.
2. Real life legal systems encourage good behaviors. If you have a dispute with someone, you can sue them. Bitcoin and related systems lack these protections.
3. Existing tools such as public-key cryptography and digital signatures can provide most of the functionality that applications need without the problems that blockchain-based systems have.