Picturing Quantum Processes Updated 2025-07-16
SimBenchmark Updated 2025-07-16
Optical fiber bibliography Updated 2025-07-16
Evergreen notes Updated 2025-07-16
Sample usage by Andy Matuschak (possible coiner): notes.andymatuschak.org/About_these_notes
Everipedia Updated 2025-07-16
Star Trek character Updated 2025-07-16
Sexual innuendo Updated 2025-07-16
History of Bitcoin Updated 2025-07-16
- 2008-08-18: bitcoin.org registered
- 2008-10-31: first public announcement at www.metzdowd.com/pipermail/cryptography/2008-October/014810.html by satoshi@vistomail.com
- 2009-01-03: Genesis block mined
- 2009-01-11: First block not mined by Satoshi
- 2009-01-12: First Bitcoin transactoin
- 2010-05-18: the first of Laszlo's pizzas at about $0.0045 / BTC
- 2010-07-17: first trade happes on Mt. Gox at $0.04951 / BTC: cryptopotato.com/10-years-ago-first-bitcoin-trade-on-mt-gox-for-0-05-per-btc/
- 2014: OP_RETURN goes live
History of Facebook Updated 2025-09-09
Facebook's original niche was college, and that was cool. Then it became this more diluted and irrelevant thing. If only they had added knowledge sharing to it, OurBigBook would have been done then and there.
From 2005: Four young internet entrepreneurs by CBS Sunday Morning
. Source. 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.
Machine translation Updated 2025-07-16
Open source machine translation Updated 2025-07-16
Bitcoin block Updated 2025-07-16
Bitcoin miner inscription Updated 2025-07-16
FFmpeg filter graph Updated 2025-07-16
Filter graphs are a thing of great beauty. What an amazingly obscure domain-specific language, but which can produce striking results with very little!!!
A quick example from stackoverflow.com/questions/59551013/how-to-generate-stereo-sine-wave-using-ffmpeg-with-different-frequencies-for-eac/77730492#77730492 illustrates some of the fundamentals:
ffplay -autoexit -nodisp -f lavfi -i '
sine=frequency=500[a];
sine=frequency=1000[b];
[a][b]amerge, atrim=end=2
' +--------+
[sine=frequency=500]--->[a]-->| |
| amerge |-->[atrim]-->[output]
[sine=frequency=1000]-->[b]-->| |
+--------+So we see the following syntax patterns:
sine,amergeandatrimare filterssine=frequency=500: the first=says "araguments follow";: separates statements[a],[b]: sets the name of an edge,: creates unnamed edge between filters that have one input and one output
A list of all filters can be obtained ith:and parameters for a single filter can be obtained with:Related question: stackoverflow.com/questions/69251087/in-ffmpeg-command-line-how-to-show-all-filter-settings-and-their-parameters-bef
ffmpeg -filtersffmpeg --help filter=sineTODO dump graph to ASCII art? trac.ffmpeg.org/wiki/FilteringGuide#Visualizingfilters mentions a
-dumpgraph option, but haven't managed to use it yet.Bibliography:
- ffmpeg.org/ffmpeg-filters.html official documentation
- trac.ffmpeg.org/wiki/FilteringGuide some handy tips from the FFMpeg Wiki
ffplay Updated 2025-07-16
AWS Deep Learning Base GPU AMI (Ubuntu 20.04) Updated 2025-07-16
These come with pre-installed drivers, so e.g. nvidia-smi just works on them out of the box, tested on g5.xlarge which has an Nvidia A10G GPU. Good choice as a starting point for deep learning experiments.
Bitcoin developer Updated 2025-07-16
Craig Steven Wright meme Updated 2025-07-16
TODO find the Shroud of Turin one.
- twitter.com/digitalnaut/status/1757464079076098212 vampire killed by cross of cryptographic evidence
Unlisted articles are being shown, click here to show only listed articles.