Nefelibata es un adjetivo que describe a una persona soñadora que camina o vive en las nubes, alejada de la realidad cotidiana
Abstract Thoughts and Simplicity
Nefelibata es un adjetivo que describe a una persona soñadora que camina o vive en las nubes, alejada de la realidad cotidiana
The diagrams illustrate PBFT-family consensus algorithms (PBFT, IBFT, and QBFT), which are Byzantine Fault Tolerant protocols used in permissioned blockchains such as Hyperledger Besu.
IBFT is an adaptation of PBFT designed specifically for Ethereum-compatible blockchains.
Validators verify:
QBFT is the successor to IBFT and is currently the recommended consensus algorithm for Hyperledger Besu.
It keeps the PBFT consensus model while simplifying validator management and improving robustness.
| Feature | PBFT | IBFT | QBFT |
|---|---|---|---|
| Byzantine Fault Tolerant | ✅ | ✅ | ✅ |
| Leader-based | ✅ | ✅ | ✅ |
| Consensus Phases | Pre-Prepare → Prepare → Commit | Proposal → Prepare → Commit | Proposal → Prepare → Commit |
| Immediate Finality | ✅ | ✅ | ✅ |
| Forks | No | No | No |
| Round Change | Basic | Improved | More Robust |
| Ethereum Compatible | No | Yes | Yes |
| Hyperledger Besu | No | Legacy | Recommended |
For all three protocols:
| Validators | Byzantine Faults Tolerated | Quorum |
|---|---|---|
| 4 | 1 | 3 |
| 7 | 2 | 5 |
| 10 | 3 | 7 |
| 13 | 4 | 9 |
For modern permissioned Ethereum networks (such as Hyperledger Besu), QBFT is generally preferred because it:
This is why QBFT has become the default recommendation for new Hyperledger Besu deployments.
Mastering Ethereum, 2nd ed.
New edition of this classic book that has license:
https://github.com/ethereumbook/ethereumbook
This is the second edition of the book "Mastering Ethereum". You can access the book in the following ways:
This work is licensed under Creative Commons. For the first 12 months after publication, it is available under the CC BY-NC-ND 4.0 license (Attribution-NonCommercial-NoDerivatives). After that period, it becomes available under the CC BY-SA 4.0 license (Attribution-ShareAlike).
This classic Git SCM book is open and released under a Creative Commons license.
It is essential reading for anyone who wants to gain a solid understanding of Git.
Anyone can also submit a pull request to fix issues or improve the content. I found only one issue several years ago and was able to submit a fix.
Technical reviewer:
MATLAB Machine Learning Recipes - A Problem-Solution Approach
Dec 2026.
En Redis existe ZSET y script Lua para ejecucion de metodos/transacciones atomica.
1. un ZSET es más parecido a:
Map<String, Long> + TreeMap<Long, Set<String>>
docker run -d \
--name redis-poc \
-p 6379:6379 \
redis:7
=== INITIAL BALANCES ===
ACCOUNT_A = 1000
ACCOUNT_B = 500
=== LUA RESULT ===
SUCCESS
1000
900
500
600
=== FINAL BALANCES ===
ACCOUNT_A = 900
ACCOUNT_B = 600
=== MODIFIED ACCOUNTS ===
ACCOUNT_A
ACCOUNT_B
4. Codigo fuente:
Technical Reviewer
C Programming for System, Network, and Cloud Engineers
Techniques for Processes, Memory, Network Applications, and Linux Namespaces
© 2026
https://link.springer.com/book/10.1007/979-8-8688-1805-9
https://github.com/Apress/C-Programming-for-System-Network-and-Cloud-Engineers
Simple state machine implementation based on (data) maps.
The principal parts of the human body are the head, the trunk, and the limbs.