Good news crypto folks.

The Hard-fork of @ethereum just entered Phase 0 of its transition to Proof of Stake meaning that around Q3 it will be a greener future!!

It will consume 99.9% less energy than the current situation

Read more about it!🥸

ethereum.org/en/eth2/
But why all the fuzz? What is Proof of Stake?

This is a mechanism to allow the decentralized network to come to a consensus or agreement about the transactions, addresses, and overall status of the network.
Currently, the Ethereum network validation mechanism relies on a process known as Proof of Work.

In simple: it requires that all the miners run a race to check who can determine the result of a cryptographic puzzle. The winner earns the fees and adds the block to the Blockchain
This is a good strategy to ensure that the miners really do what they meant to do, but it has a big problem. Everyone runs the race so everyone spends big computational resources to win the competition and therefore the most powerful often wins

These incentives some kind of centralization but also spend valuables resources, this is one of the biggest discourses against crypto, the damage that this tech does to the nature.
Read more about Proof of Work in the docs
ethereum.org/en/developers/…
Now, what is Proof of Stake?

This is the upgrade to @ethereum it will change the way that transactions are validated lowering the power consumption and gas fees.

> @WhiteboardCryp1 folks explain it in this video
This consensus mechanism does not require the miners (now validators) to run a race the get the nonce of a block, instead, the validators need to stake an amount of ETH.
They have to put some of their money in the game (32 ETH) to become a validator, then perform your work in a good way or lose some of that money. This will be a new way to ensure valid transactions and add blocks to the chain.
So in this mechanism there are no big energy requirements cause' the validators will be randomly chosen, so there will be no competition.
Advantages of PoS?
- better energy efficiency.
- lower barriers to entry, reduced hardware requirements
- stronger immunity to centralization
You can read more about Proof-of-stake here
ethereum.org/en/developers/…
So, let's cross our fingers and wait for the end of Q3 to get this implementation fully done and applied. Everyone will benefit of it.
If you like this content I invite you to follow this account @matiasfha

Also! I'm working in a course to get your started into the Fullstack Ethereum development

Keep an eye in the progress here github.com/matiasfha/cryp…

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with 🌳 Matías Hernández A. - matiasfh.eth

🌳 Matías Hernández A. - matiasfh.eth Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @matiasfha

Jan 23
Buenas noticias crytpo amigos!

El hard-fork de @ethereum acaba de entrar en la fase 0 de su transición a Proof of Stake, lo que significa que alrededor del tercer trimestre tendrá un futuro más verde un 99,9% menos de energía que la situación actual.

ethereum.org/en/eth2/
Pero ¿Qué es Proof of Stake?

Este es un mecanismo que permite que la red descentralizada llegue a un consenso o acuerdo sobre las transacciones, las direcciones y el estado general de la red.
Hoy, el mecanismo de validación de Ethereum se basa en un proceso conocido como Proof of Work.

En simple: todos los mineros deben correr una carrera para y determinar el resultado de un rompecabezas criptográfico. El ganador gana las tarifas y agrega el bloque al Blockchain.
Read 12 tweets
Jan 19
A quick update on the progress of my course: Getting started with Ethereum development.

Before recording it, I'm writing all the content in markdown files that are publicly available in this GitHub repository

github.com/matiasfha/cryp…
So you can follow along the course directly there 💪.

Till now there are 3 fully written lessons, I invite you to check them out.

> Each lesson lives into its own branch
Lesson 01: Initial Setup

Just to showcase how to setup a SvelteKit project including the required @HardhatHQ configurations

github.com/matiasfha/cryp…
Read 5 tweets
Jun 13, 2021
Estoy 100% con tener un postnatal parental pero no como algunos están pidiendo que se legisle. Un postnatal parental no puede ir en desmedro de la mujer que materna y debe por sobre todo resguardar el bienestar del lactante no del padre que busca retener un privilegio
Además este tipo de propuestas no pueden obviar la realidad de nuestra sociedad, una realidad en donde la mayoría de las mujeres que maternan lo hacen solas, con bajos recursos, donde muchas familias deben elijir quien trabaja, donde el postanal va en desmedro del salario total
Una realidad en donde sólo el 0.2% de los padres hace uso del actual postnatal parental.
Legislemos sobre esta necesidad cuando estén cubiertas las necesidades primordiales de la díada, exijamos un #postnatal12meses y velemos por una crianza respetuosa
Read 6 tweets
Jun 10, 2021
Sabes que actualmente puedes usar <Suspense> en React? bueno, no exactamente cómo se mostró en aquella épica presentación de Dan Abramov donde se mostró el poderío de "Concurrent Mode" pero ya tenemos avances de ello desde React 16.
<Suspense> es utilizado para mostrar un indicador de carga en caso de que el componente (o árbol de componentes) hijo no esté listo para ser renderizado aún.

Es decir, permite "suspender" el renderizado a la espera de que el o los componentes terminen de realizar alguna tarea
Hoy (React 17) está sólo disponible para realizar "lazy loading".
Esta característica, implementada en la api React.lazy es la que permite realizar "code splitting" (carga diferida)
Read 13 tweets
May 20, 2021
🎉 JOB ALERT
@Clevertech is looking for experienced React Devs

Come work with an awesome and kind team (And with me 😅)

Fully remote positions with a really remote 1sr company.

If you're looking for level up your career this might be the opportunity.

Check the links below!
Do you know React and feel comfortable working with big codebases?
You enjoy working with JSX and composing hooks?
clevertech.biz/careers/senior… start date June 1st!
You know React but also feels really comfortably with node and express?
Check this out!

clevertech.biz/careers/senior…
Read 7 tweets
May 19, 2021
He estado pensando mucho en la composición de componentes y cómo se pasa por alto esta "característica" en la mayoría de los proyectos.
React es inherentemente "componible", se puede argumentar que la composición es el punto central de React y el modelo de componentes.

Entonces, ¿por qué no se usa con más frecuencia?
Una razón podría ser que: no es el modelo mental predeterminado.
Es como si la forma predeterminada en que estructuramos componentes en nuestras mentes fuera solo herencia. Contenedores que contienen más contenedores.

Crear ese código definitivamente termina en un problema de prop drilling en algún momento.
Read 11 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(