Mushrooms
Related
More from Casey Rodarmor's Blog
Lots of studies support stretch-mediated hypertrophy: Muscles grow more when put under tension while lengthened. I have a mental model explaining why this this might be the case. The load on a muscle under tension is spread out over the cross section of the muscle, perpendicular to the direction of the load. When a muscle is shortened, it...
If you do just foo, the following justfile will write a single byte 0x0A to a file named bar: x := "\n" foo: printf '{{x}}' > bar Let's find out where that 0x0A byte comes from. just is written in Rust, and the just parser has a function called cook_string, which transforms a just string token containing escape sequences into a UTF-8 string....
There have been words on Twitter, so I thought it would be useful to write down how ordinals came to be. Ordinals is a few things. Ordinals proper is made up of ordinal numbers, the numbering and tracking of satoshis, designed ultimately as vehicles for NFTs; inscriptions, the NFTs which ride on the backs of ordinals; runes, the degenerate black...
Bitcoin has inscriptions and will soon have runes, protocols for bitcoin-native digital artifacts and tokens. However, these assets still suffer from a lack of decentralized trading venues. Assets on other chains are commonly traded using automatic market makers, or AMMs. AMMs pool assets and use simple formulae to dynamically price swaps between...
If you ask me my views, they will be nearly indistinguishable from those of, for lack of a better term, ideological Bitcoin maximalists. I loathe the state, have no particular respect for authority, and believe that Bitcoin is the path away from the debauched debasement of our lives and civilization that fiat currency has wrought. However, I do...