I love and hate this
Aspiring polymath. Applied R&D @ Privacy and Scaling Explorations #maker #Ethereum🦇🔊🐼🐍🟨🦀 Trying to make the internet better. Opinions are my own and subject to change
I love and hate this
Buying property. You can close in 30 days, and if you are buying a bunch of property, you can hire people out to handle things and speed up the process, and if you put offers on a ton of property, you could probably close on a lot of them in 30 days. If you are waiving around $100m you could make a lot happen.
That’s easy, buy all the real estate in an area that’s for sale, scarcity will drive up the value of the properties you have bought. Economics 101.
– This is sarcasm and is poking fun of wall street buying up all the property to be landlords, the world and economy are much more complicated than this… But, it is a quick way to spend $100m in 30 days
Or they just use incognito mode
He might have been epsteined though
I also think it’s probably a good idea to try out the new career path. Doing software dev as a job, and doing it as a hobby because you like to, are very different when it comes to motivations and goals. Don’t think of it as walking away and just being a lowly hobby dev though, you can build your skills and work on what you want to as a hobby, for the problems you are trying to solve and things you like to work on, and that’s totally ok.
Not everyone wants to put in the effort to play guitar for a living, but you can definitely still enjoy guitar.
This is the best edit
Lol our dogs are in a similar situation. One dog had a tooth pulled and gets to eat wet food, and the other dog inhales her food and then looks at us like “wtf is this”.
You are my people
I will quote the devs directly: “This Verifier is not “a man in the middle”. Instead, the Verifier participates in a secure multi-party computation (MPC) to jointly operate the TLS connection without seeing the data in plain text.”
Its a bit more complicated than that. There is a fair bit of cryptography that happens where you basically cooperate with another party to communicate with the server in a way where you cant cheat.
FYI its in rust, and its very much in alpha, but if you like diving in and are comfortable with rust, come play 😁
Ethereum doesn’t use mining at all anymore. It can get expensive to use though, which layer 2 chains help with
It will still have some state, things like merkle roots will still be verifiable, and any derived/state that isn’t kept from the main chain will have some form of proof that links it to the main chain.
Most actual transactions/normal user stuff is moving to layer 2 chains, which commit a hash or proof of their state to the main chain. So they will still carry their state, but rely on the security of Ethereum main net.
There will still be archive nodes that store everything that’s ever happened, but being a full archive node won’t be required to run a normal node as a validator or as a user. This allows the network to be more decentralized without every node needing 2-4TB of fast nvme to even do anything.
This is why Ethereum is moving to statelessness. Where only a rolling state is saved but the diffs are broadcast and accessible for a certain period of time before they are dropped. So any system listening to an Ethereum node can just follow the root and listen for just changes they care about.
Sync filter = 🕊️