www.coindesk.com/tech/2024/01/12/taproot-wizards-bitcoin-ordinals-project-that-raised-75m-to-sell-quantum-cats-collection/:
Taproot Wizards, Bitcoin Ordinals Project That Raised $7.5M, to Sell 'Quantum Cats' Collection"
OMG if only the worlds wouldn't invest in such useless crap... it would probably be a better and more boring world.
Exif tag Updated 2025-07-16
We can get a list of the ordinals at: archive.org/details/bitcoin-ordinal-inscriptions.csv and then sort them by payload size with:
sort -k6 -n -t, ordinals.csv -o ordinals-sort-size.csv
This shows to us that as of block ~831k, there are 4 ordinals which are far far larger than any other between 3 MiB and 4 MiB, at about 10x larger than then 5th one d115a6e689086fd587e5032f24ba2a8c01f2f87cba758c9d5eb8cf7f6e9a816a
In those cases, a single inscription takes almost the entire block, and the inscribers must have had direct dealings with their mining pool:
As of 2024, all of the big ones were made in early 2023, so it seems that the trend has died down a bit.
Scholar-official Updated 2025-07-16
The "Chinese scholar" is one of the traditional male ideals of Chinese culture.
Particular attributes the ideal Chinese scholar would have include:
It is in a sense sad (or awesome) that the computer has essentially replaced, or one may argue, enhanced beyong recognition, all of the traditional four arts, to the point that Ciro can't touch anything that is not a computer. Sometimes the old arts live on particularly closely though, e.g. in computer music, computer graphics and computer Go.
Schön scandal Updated 2025-07-16
One is reminded of Nick Leeson.
One things must be said: the root cause of all of this is the replication crisis.
This is why he managed to go on for so long.
People felt it was normal to have to try for one or two years to replicate a paper.
Marked read speeds up to 150 MB/s
Write speed burning 5 GB Ubuntu ISO from Dell Inspiron 15: 5.4 MB/s
For clean Dell Inspiron 15 3520 cryptocurrenty laptop bootstrap and backup.
Stefan Thomas Updated 2025-07-16
www.nytimes.com/2021/01/12/technology/bitcoin-passwords-wallets-fortunes.html
As for his lost password and inaccessible Bitcoin, Mr. Thomas has put the IronKey in a secure facility - he won’t say where - in case cryptographers come up with new ways of cracking complex passwords. Keeping it far away helps him try not to think about it, he said.
“I would just lay in bed and think about it," Mr. Thomas said.
Video 1.
What is Bitcoin? (v1) by WeUseCoins (2011)
Source. This is the video that Stefan Thomas as paid 7,002 Bitcoins to make back in 2011.
ffplay multiple input files Updated 2025-07-16
For synthesized streams like sine we can do it e.g.
ffplay -autoexit -nodisp -f lavfi -i '
sine=frequency=500[a];
sine=frequency=1000[b];
[a][b]amerge, atrim=end=2
'
but it does not seem to accept multiple -i for some reason. So is there a way to open a file from some filter? E.g.:
ffplay -i tmp.wav -i tmp.mkv -filter_complex "[0:a]atrim=end=2[a];[1:v]trim=end=2[v]" -map '[a]' -map '[v]'
fails with:
Argument 'tmp.mkv' provided as input filename, but 'tmp.wav' was already specified.
Stacks Project Updated 2025-07-16
The book is very dry, extremelly boring unfortunately. Definition and theorem only for the most part.

There are unlisted articles, also show them or only show them.