Skip to content

Instantly share code, notes, and snippets.

Why Does ETH Not Follow Bitcoin Anymore?
Historically, Ethereum (ETH) and Bitcoin (BTC) have exhibited a strong price correlation, often moving in tandem due to their prominence in the cryptocurrency market. However, recent trends show that ETH no longer follows BTC as closely as it once did. Several key factors explain this divergence:
1. Institutional Adoption Disparity
Bitcoin's Lead: Bitcoin has experienced significant institutional interest, particularly following the approval of Bitcoin Exchange-Traded Funds (ETFs). These ETFs have attracted over $100 billion in assets, providing traditional investors with an accessible way to invest in BTC.
Ethereum's Lag: While Ethereum ETFs have also been approved, they have seen far less enthusiasm, managing less than $10 billion in assets. This gap in institutional inflows has allowed Bitcoin to outpace Ethereum in price movements.
2. Distinct Value Propositions
Bitcoin as Digital Gold: Bitcoin is widely regarded as a store of value, akin to "digital gold," appe
@drduker
drduker / eksCluster.md
Created February 14, 2025 17:40
eksCluster example

Sure, here's an example of a Crossplane composite resource definition (XRD) and a composition for creating an AWS EKS cluster. This example includes the XRD, the composition, and an example of a composite resource claim.

apiVersion: apiextensions.crossplane.io/v1
kind: CompositeResourceDefinition
metadata:
  name: xeksclusters.aws.example.com
spec:
  group: aws.example.com
  names:
Stremio + Torrentio + Debrid: A How-To Guide
**Stremio: the All-in-One Insanely-Affordable Streaming Service**
 
**What is Stremio?**
Stremio, on its surface, is a simple media player and aggregator. When combined with the right addons and a debrid service though, it becomes my favorite on-demand video streamer currently in existence. Following this guide, you'll have a simple yet aesthetically pleasing app that will combine Netflix, Hulu, Disney+, HBO Max, Amazon Prime, Apple TV+, and so much more all in one unified app.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@drduker
drduker / macOS.sh
Last active March 28, 2022 13:26
macOS
sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manager libguestfs-tools
sudo systemctl enable --now libvirtd
sudo systemctl enable --now virtlogd
echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs
sudo modprobe kvm
wget https://images2.sick.codes/mac_hdd_ng_auto.img
docker run -it \
--device /dev/kvm \
-p 50922:10022 \
@drduker
drduker / get-dod-certs.sh
Created November 25, 2020 21:42
get-dod-certs
#!/usr/bin/env bash
for bundle in AllCerts.p7b RootCert2.cer RootCert3.cer RootCert4.cer RootCert5.cer
do
curl -sLO https://militarycac.com/maccerts/$bundle
done
WORKDIR=$(pushd $(dirname $0) &> /dev/null && pwd && popd &> /dev/null)
NSSDB=$WORKDIR/nssdb
Thu May 3 19:30:49 UTC 2018