ContentPosts from @thehomess_ca..
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

CME Group Announces Plans to Launch ETH to BTC Ratio Futures

CME Group plans to launch ether/bitcoin ratio futures on July 31, which will allow investors to capture both ether and bitcoin exposure in a single trade. The futures will be cash-settled and aim to provide trading opportunities based on the relative value between the two assets... read more  

CME Group Announces Plans to Launch ETH to BTC Ratio Futures
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Ethereum Python Ecosystem Tour

There are several Python tools available for interacting with Ethereum, including web3.py for reading blockchain data and managing accounts, py-evm for implementing the Ethereum Virtual Machine, eth-tester for local testing, Ape for smart contract development, and Vyper for writing smart contracts i.. read more  

Ethereum Python Ecosystem Tour
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

El Salvador Plans 241 Megawatt Renewable Plant For Bitcoin Mining

El Salvador is building a renewable power generation park in the Metapán region, combining solar and wind energy, to establish one of the world's largest Bitcoin mining farms. With a total commitment of $1 billion, the project aims to promote energy competitiveness, diversification, and geographic e.. read more  

Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Elon Musk is accused of insider trading by investors in Dogecoin lawsuit

Elon Musk is being accused of insider trading in a proposed class action by investors accusing the Tesla Inc CEO of manipulating the cryptocurrency Dogecoin, costing them billions of dollars... read more  

Elon Musk is accused of insider trading by investors in Dogecoin lawsuit
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Ledger key recovery service paused amid backlash, will open-source code

Hardware crypto wallet company Ledger postponed the launch of its key recovery service, opting to accelerate its open-sourcing roadmap ahead of its launch... read more  

Ledger key recovery service paused amid backlash, will open-source code
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

You're writing require statements wrong: a new pattern for DeFi Smart Contract Security

The core issue behind the $200 million hack of Euler Finance was the failure to remember the core invariant of lending markets, which led to the exploitation of a specific function. While the Checks-Effects-Interactions pattern is helpful for function safety, it can cause developers to overlook the .. read more  

You're writing require statements wrong: a new pattern for DeFi Smart Contract Security
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

The Solidity Events Guide I Wish I Had

The Ethereum blockchain relies on deterministic state updates to achieve consensus among nodes, allowing them to process transactions and arrive at the same latest state of the blockchain. However, the indeterministic nature of making a call from the Ethereum Virtual Machine (EVM) to the outside wor.. read more  

The Solidity Events Guide I Wish I Had
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Build Terraform CI/CD Pipelines using AWS CodePipeline

Terraform is a popular Infrastructure as Code tool for deploying resources in AWS, and integrating it into a CI/CD pipeline can greatly improve efficiency and deployment reliability. Leveraging AWS Code Services (CodeCommit, CodeBuild, and CodePipeline) in combination with Terraform allows for autom.. read more  

Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Linux 6.5 Slated To Add Provisioning Primitives For Thinly Provisioned Storage

Another feature scheduled for the upcoming Linux 6.5 kernel merge window is the introduction of support for provisioning primitives for thinly provisioned storage with the Device Mapper code. These provisioning primitives, developed by Google's Chrome OS team, allow for pre-allocation of space for u.. read more  

Linux 6.5 Slated To Add Provisioning Primitives For Thinly Provisioned Storage
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Verifying Container Image Signatures Within CRI Runtimes

Author: Sascha Grunert The Kubernetes community has been signing their container image-based artifacts since release v1.24. While the graduation of the corresponding enhancement from alpha to beta in v1.26 introduced signatures for the binary artifacts, other projects followed the approach by provid.. read more