Liquidity Updated 2025-07-16
Continental drift Updated 2025-08-08
How Plate Tectonics was Discovered (1970)
Source. Produced by Simon Campbell-Jones CTE insert values Updated 2025-07-16
Useful for testing: stackoverflow.com/questions/21819183/how-to-use-ctes-with-update-delete-on-sqlite
sqlite3 :memory: 'WITH t (i, j) AS (VALUES (1, -1), (2, -2)) SELECT * FROM t' Gottesman-Knill theorem Updated 2025-07-16
Greater London Updated 2025-07-16
List of continents Updated 2025-07-16
West Midlands (county) Updated 2025-07-16
Cool data embedded in the Bitcoin blockchain cryptograffiti.info Updated 2025-07-16
twitter.com/cryptograffiti (marked as joined March 2014)
At some point it stopped using Bitcoin mainline and moved to Bitcoin Cash instead: www.newsbtc.com/news/bitcoin/cryptograffiti-rejects-bitcoin-core-bch-now-available-payment-method/ and therefore became useless. Existing indexes seem to have been broken as well.
Also, based on the timing of Figure "Erich Erstu", this service may be responsible for a large part of the raw JPEG images present in the blockchain from block 416527 (2016) onwards. This is also suggested by the comments at Figure "Tank Man".
A Quantitative Analysis of the Impact of Arbitrary Blockchain Content on Bitcoin gives the interesting insight that all its transactions seem to return change/fees to one or two given addresses, thus making it very easy to list all their uploads if they were consistent! So all we need are some starting points, which we have mostly due to ASCII mentions of the site on known inscriptions, all of which have a few common spent addresses at the very end:so we just have to solve get all Bitcoin transactions from and to a given address and we are done. Blockchair shows about 800 entries as of February 2024, between 4f94f97eb156b8563a213bb292314a0bd9c95b39afc521fc5965d050daab2a78 (2014-03-02) and ac5f4ea03597b43a72fb8ab42bd5384629f87f4f4abc534f38b8c15148ccaf9f (2017-10-12): blockchair.com/bitcoin/outputs?s=time(desc)&q=recipient(1MVpQJA7FtcDrwKC6zATkZvZcxqma4JixS)
- 4c903a377addab7c1e35a685d3dabc664199e406374b1e5ce2fc59e78fb5b754: 1MVpQJA7FtcDrwKC6zATkZvZcxqma4JixS
- 87aad85c6cd75a516789f364637d243c668e3424d031ae510e43c6edfe6ed206: 1MVpQJA7FtcDrwKC6zATkZvZcxqma4JixS
- c206e8fff656f07b27dac831ef9b956792bae4e76a2cb43f14f49f0298bf2c2f: 1MVpQJA7FtcDrwKC6zATkZvZcxqma4JixS
- ca4f11131eca6b4d61daf707a470cfccd1ef3d80a6f8b70f1f07616b451ca64e: 1MVpQJA7FtcDrwKC6zATkZvZcxqma4JixS
Other related transactions:
- tx 87aad85c6cd75a516789f364637d243c668e3424d031ae510e43c6edfe6ed206 block 474652 (2017-07-07) via cryptograffiti.info the default pandoc markdown pandoc.org/try markdown tutorial string! First, unseen in our ASCII dumps due to UTF-8 encoding::followed by:
Unicode test: `Ä Ö Õ Ü ä ö õ ü`.And if ends with:An h1 header ============ Paragraphs are separated by a blank line.Uploaded from http://cryptograffiti.info to demonstrate Markdown rendering.
TODO understand what these are:
- ae92dc4c31943955ad6e3e45a4eb0067f488fdd9aecca65c946460dd2a85488d
- 3020dbd7c850bf8c19ebacf670a2830fe50999a8b2560a202af21d536760eea4
- d65384a21cb1c327cc42416a0b1e2a78ad0296cb7a15312bdcd67ef169ecb309
- a3e3100d2b9a86e310430945c001df97a70626220a9e151208aecbb613f1f152
- a9c82ebc47fabd1eed7eeea7760d0a3c99288af3c3a17e396ec790fc280698a2
- 92bfd5c0fb0f24efa6ca568c4475f44e94dfc8d0d4d5da04dfafc6261bf17f45
- 73c22adb21b93f9220d00d2614a50350824be95b8ea966349e6f35fe5ac5537b
- 099c0fd06d18953c886121ff143ea0a20d0baf29999f424fa1ac707a81cf4987
- 3ad6677303fb6f700a4f2f977fe86e5324e0ddb0d3b33a649e513d7e88904e85
- 31a2ddaf4b146e021246e1f82e28121f5c9c8729620978309004515c7e559910
- adaae897fd286aefb64a69e88a53e9af17ee98611ea595c3c92d038f3274d723
- d8bf48e9ad3de62c695ff34a96e340912bd62e0a0282b94da6386b837c31a30d
Human mission to Mars Updated 2025-07-16
Stanford Smallville Updated 2025-07-16
Published as: arxiv.org/pdf/2304.03442.pdf Generative Agents: Interactive Simulacra of Human Behavior by Park et al.
MiniGo Updated 2025-07-16
How to use an Oxford Nanopore MinION to extract DNA from river water and determine which bacteria live in it Qiagen QIAquick PCR Purification Kit Updated 2025-07-16
www.qiagen.com/us/products/discovery-translational-research/dna-rn-a-purification/dna-purification/dna-clean-up/qiaquick-pcr-purification-kit/#orderinginformation (archive)
Manual archive: web.archive.org/web/20190911100243/https://www.qiagen.com/us/resources/download.aspx?id=e0fab087-ea52-4c16-b79f-c224bf760c39&lang=en
Removes PCR byproducts from purified DNA.
Seppuku Updated 2025-07-16
Muhammad Ali Updated 2025-07-16
Field-programmable gate array Updated 2025-07-16
It basically replaces a bunch of discrete digital components with a single chip. So you don't have to wire things manually.
Particularly fundamental if you would be putting those chips up a thousand cell towers for signal processing, and ever felt the need to reprogram them! Resoldering would be fun, would it? So you just do a over the wire update of everything.
Vs a microcontroller: same reason why you would want to use discrete components: speed. Especially when you want to do a bunch of things in parallel fast.
One limitation is that it only handles digital electronics: electronics.stackexchange.com/questions/25525/are-there-any-analog-fpgas There are some analog analogs, but they are much more restricted due to signal loss, which is exactly what digital electronics is very good at mitigating.
Fields Medal Updated 2025-07-16
The Nobel Prize of mathematics!
Program Raspberry Pi Pico W with MicroPython code from the command line Updated 2025-07-16
Public school (united-kingdom) Updated 2025-07-16
They are not public in any meaningful modern sense, just like "public universities" in the United Kingdom: are public universities in the UK owned by the Government?.
- www.theguardian.com/commentisfree/2018/aug/16/private-schools-charitable-status-strip-benefits "Private schools don't act like charities, so let's strip them of the benefits"
Unlisted articles are being shown, click here to show only listed articles.