Inscriptions: A Guide for the Ideological Maxi
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...
When a dev tells you that something is weird and hard and they have to change behavior that users rely on, the correct response is somewhere between "Cool story, bro." and "Wah, wah, wah, are the bits being mean to you?". Developers serve users, not the other way around. For this and other reasons, the ord developers recommit to the stability and...