Why can't you collimate incoherent light as well as a laser? Updated 2025-07-16
You could put an LED in a cavity with a thin long hole but then, most rays, which are not aligned with the hole, will just bounce inside forever producing heat.
So you would have a very hot device, and very little efficiency on the light output. This heat might also behave like a black-body radiation source, so you would not have a single frequency.
The beauty of lasers is the laser cavity (two parallel mirrors around the medium) selects parallel motion preferentially, see e.g.: youtu.be/_JOchLyNO_w?t=832 from Video "How Lasers Work by Scientized (2017)"
Whole cell simulation Updated 2025-07-16
Ciro Santilli started taking some notes at: github.com/cirosantilli/awesome-whole-cell-simulation. but they are going to be all migrated here.
It is interesting to note how one talks about single cell analysis, in contrast to whole cell simulation: experimentally it is hard to analyse a single cell. But theoretically, it is hard to simulate a single cell. This mismatch is perhaps the ultimate frontier of molecular biology.
When the École Polytechnique mathematics department didn't let Ciro Santilli do his internship of choice due to grades Updated 2025-07-16
This was one of the only bad experience Ciro had at Polytechnique, besides the inevitable fear of not graduating.
Ciro wanted to do a robotics internship in Germany, linked to his interests in artificial general intelligence, see also: Section "Ciro's 2D reinforcement learning games".
But the head of the applied mathematics department Polytechnique prevented him from going because Ciro didn't have the necessary grades, even though the Germans had already agreed to it: he had a C, but he needed a B. As mentioned at École Polytechnique, most Brazilians had crappy grades due to their Polytechnique-incompatible background.
This was done because in the past students with bad grades had abandoned their internships halfway and given foreigners a bad impression of Polytechnique.
It is impossible to say if the head of department really agreed with this bullshit policy, or if it was something beyond his powers and he hid his true opinion, but it felt like the agreed.
What an extremely limited view!!!
To leave the worse, the worse. To assume that grades mean anything!
And thus Ciro had to choose a last moment internship that he hated, rather than becoming the greatest roboticist that ever lived, and did terribly at it.
At least on the other hand Ciro learnt Python instead of working at the internship, and became the greatest programming tutorial writer that ever lived. Maybe.
Website Updated 2025-07-16
webpack Updated 2025-07-16
Webpack is like a magic hydra that can eat any type of file and bundle it into a single output: .js, .ts, .ccs, .scss, .jsx, .tsx,
require, import, import css from .js, it doesn't matter at all, it just digests all into the same dump.When it works, you are just left in awe and with a single Js file. When it doesn't, you're fucked and have to debug for several hours.
Demos under: webpack/. To run all of them by default:To easily make changes and reload the .js output live let this run on a terminal:
cd webpack/min
npm install
npm run build
xdg-open index.htmlnpx webpack watchExamples:
- webpack/min: minimal hello world. Doesn't do much, just copies
index.jstodist/index.js. - webpack/require:
requireandimportdemo. Both work from the same file.dist/index.jsnow contains all of:notindex.jsnotindex2.js- Lodash, a common third-party helper library specified in the package.json and installed with npm
- webpack/node: produce Node.js output, as opposed to the default web output. To test it run:Achieved simply with:
npm run build node dist/index.jsas documented at: webpack.js.org/concepts/targets/target: 'node'Fatman in Robin, - webpack/sequelize: attempts at getting Sequelize to work with webpack. It's just not supported by Sequelize:
Video game console Updated 2025-07-16
Who needs a hackable general purpose computer, when you can buy a completely locked down computer that only runs useless programs for which you have to pay thousands of dollars to develop for, cannot run a large percentage of major titles from competitor hardware due to business deals (see also) and will inevitably reach planned obsolescence in 4 years?
Upsert with
NOT NULL column Updated 2025-07-16Attempt at nodejs/sequelize/raw/upsert.js:
- stackoverflow.com/questions/48816629/on-conflict-do-nothing-in-postgres-with-a-not-null-constraint OP unable to provide a minimal exampe, but it is likely the problem
- dba.stackexchange.com/questions/292428/postgresql-upsert-issue-with-not-null-columns
Undecidable problem Updated 2025-07-16
Or in other words: there is no Turing machine that always halts for every input with the yes/no output.
Every undecidable problem must obviously have an infinite number of "possibilities of stuff you can try": if there is only a finite number, then you can brute-force it.
Lists of undecidable problems.
Coolest ones besides the obvious boring halting problem:
Ubuntu 21.10 does not wake up from suspend Updated 2025-07-16
Please refer to Video "Linus Torvalds saying "Nvidia Fuck You" (2012)".
Does not happen every time, only some times. Can't figure out why. Usually happens when has suspended for a longer time.
bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-470/+bug/1946303 sounds like a likely report, Nvidia driver version 470, but can't find those error messages anywhere. The last line of:once was:which is when sleep starts.
journalctl -o short-precise -k -b -1PM: suspend entry (deep)This suggests that it is not a video bug then, seems that it is not waking up at all? Gotta try to SSH into it. OK. I did SSH into it, and that was fine, so it is just the video that won't start.
PM: suspend exitbugs.launchpad.net/ubuntu/+source/linux/+bug/1949977 is another possible bug, based on kernel version. I'm running 5.13, which is one of the failing versions on the report. Can't find any interesting dmesg though.
In another crash:had the following interesting lines:and there was a corresponding
journalctl -o short-precise -k -b -1nvidia-modeset: WARNING: GPU:0: Lost display notification (0:0x00000000); continuing.
[24307.640014] NVRM: GPU at PCI:0000:01:00: GPU-18af74bb-7c72-ff70-e447-87d48378ea20
[24307.640018] NVRM: Xid (PCI:0000:01:00): 79, pid=8828, GPU has fallen off the bus.
[24307.640021] NVRM: GPU 0000:01:00.0: GPU has fallen off the bus.
[24328.054022] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (LGD (DP-4)) is not supported on this GPU.
[repeats several more times]
[24328.056767] nvidia-modeset: ERROR: GPU:0: The requested configuration of display devices (LGD (DP-4)) is not supported on this GPU.
[24328.056951] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000927c:0:0:0x0000000f
[24328.056955] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000927c:1:0:0x0000000f
[24328.056959] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000927c:2:0:0x0000000f
[24328.056962] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000927c:3:0:0x0000000f
[24328.056983] nvidia-modeset: ERROR: GPU:0: DP-4: Failed to disable DisplayPort audio stream-0
[24328.056992] nvidia-modeset: ERROR: GPU:0: Failed to query display engine channel state: 0x0000947d:0:0:0x0000000f/var/crash/_usr_sbin_gdm3.0.crash.Related "GPU has fallen off the bus": askubuntu.com/questions/868321/gpu-has-fallen-off-the-bus-nvidia
TuxGuitar Updated 2025-07-16
Just use MuseScore instead.
Can import from: MIDI.
Ubuntu 20.04:
sudo apt install tuxguitar tuxguitar-alsa tuxguitar-jsa tuxguitar-osstuxguitar-jsa was needed, otherwise no sound: askubuntu.com/questions/457321/tuxguitar-no-sound-in-14-04Has OK step sequencer non-realtime up/down/left/right guitar based composition interface.
Has chord insertion.
Has bend editor.
Could be more amazing, but it is OK.
A bit limited by being very "guitar oriented". Shows you guitar strings, and you enter offset to each string. So to enter two adjacent notes you need to use two seprate strings and thing about the offsets. If only it had a more piano based interface.
Drum notation is also atrocious, you have to go to the top chord, and use high numbers starting at 36.
Turing machine that halts if and only if Collatz conjecture is false Updated 2025-07-16
mathoverflow.net/questions/309044/is-there-a-known-turing-machine-which-halts-if-and-only-if-the-collatz-conjectur suggests one does not exist. Amazing.
Intuitively we see that the situation is fundamentally different from the Turing machine that halts if and only if the Goldbach conjecture is false because for Collatz the counter example must go off into infinity, while in Goldbach conjecture we can finitely check any failures.
Amazing.
Turing machine decider Updated 2025-07-16
Of course, because what we know about the halting problem, there cannot exist a single decider that decides all Turing machines.
E.g. The Busy Beaver Challenge has a set of deciders clearly published, which decide a large part of BB(5). Their proposed deciders are listed at: discuss.bbchallenge.org/c/deciders/5 and actually applied ones at: bbchallenge.org.
But there are deciders that can decide large classes of turing machines.
Many (all/most?) deciders are based on simulation of machines with arbitrary cutoff hyperparameters, e.g. the cutoff space/time of a Turing machine cycler decider.
The simplest and most obvious example is the Turing machine cycler decider
TSMC Updated 2025-07-16
One of the companies that has fabs, which buys machines from companies such as ASML and puts them together in so called "silicon fabs" to make the chips
As the quintessential fabless fab, there is on thing TSMC can never ever do: sell their own design! It must forever remain a fab-only company, that will never compete with its customers. This is highlighted e.g. at youtu.be/TRZqE6H-dww?t=936 from Video "How Nvidia Won Graphics Cards by Asianometry (2021)".
- UCM failed because it focused too much on the internal market, and was shielded from external competition, so it didn't become world leading
- one of TSMC's great advances was the fabless business model approach.
- they managed to do large technology transfers from the West to kickstart things off
- one of their main victories was investing early in CMOS, before it became huge, and winning that market
Transgenerational epigenetic inheritance Updated 2025-07-16
They are actually inheritable! But alleles are rare: www.ncbi.nlm.nih.gov/pmc/articles/PMC5559844
Transformation (genetics) Updated 2025-07-16
Current Wikipedia seems to say that this refers specifically to cells taking up DNA from other dead cells as in the Avery-MacLeod-McCarty experiment, excluding other types of horizontal gene transfer like bacterial conjugation
Transfer Android 11 camera videos to Ubuntu 20.10 Updated 2025-07-16
Cool data embedded in the Bitcoin blockchain Raw images Updated 2025-11-18
In this section contains a list of images we could find that wre uploaded as raw data to the blockchain, without any special encoding, e.g. as done by the AtomSea & EMBII system.
It is possible that some/most of those were uploaded via the cryptograffiti.info system, but since that indexer stopped working, and since the format is so non-specific, it is not possible be sure as far as we can tell.
These images were indexed by looking for standard transaction output script hashes that contain JPEG or PNG images immediately on the first payload byte based on file signature bytes and indexed/easily downloaded at github.com/cirosantilli/bitcoin-inscription-indexer#image-indexing-and-download.
western-union-bitcoin-spoof.jpg.gz
. 200f3f6f8a91ae438d1924e5cedca98cea7f0197b9eba11343948b5621ca19ed block 331804 (2014-11-27) JPEG in Gzip as a single input script constant.
This ad highlights one of the claimed potential advantages of Bitcoin: cheaper/faster cross border transactions.
This inscription is highlighted at Data Insertion in Bitcoin's Blockchain by Andrew Sward, Vecna OP_0 and Forrest Stonedahl. Finding Gzips with binwalk is hard because the file signature is only 2 bytes long (1F 8B), so there are lots of false positives.
Gzip binary uploaded at: raw.githubusercontent.com/cirosantilli/media/master/bitcoin-inscription-indexer/data/bin/200f3f6f8a91ae438d1924e5cedca98cea7f0197b9eba11343948b5621ca19ed.jpg.gz gunzip 1.12 complains:but we were not able to fix that: removing bytes at the end goes straight from "trailing garbage" to "incomplete file" after a certain byte.
western-union-bitcoin-spoof.jpg.gz: decompression OK, trailing garbage ignoredSuper Mario coin sprite
. tx bf7ef3216ae09f8252c76e7d0031bc4aa131a23a6900f8371c44ffde7957c8da (2015-03-01). Possibly from Super Mario World for the SNES (1990). No doubt a self-reference to Bitcoin itself. Encoded as a data URL for a PNG image:<img src="data:image/png;base64,JPG thumbnail
. Presumably a JPEG upload test. tx 515a95381e511141229966d722db19db7da66a0d629b1f883d296287632e72b3, block 349362 (2015-03-26) via cryptograffiti.info.A heart next to a bitcoin logo and written "we love bitcoin". Reproduced at: kryptomoney.com/grayscale-report-institutional-investors-retirement-funds-love-bitcoin/
Embedded in the image itself, there's a message in the header comments:which is the opening paragraph of: bitcoin.org/en/
Bitcoin uses peer-to-peer technology to operate with no central authority or banks
tx b70bfe6a9b314611655554576feb11f15d47b9e80c5993e91829bb87895ef23c block 355899 (2015-05-11). PNG inscribed as a Daisy chain Bitcoin inscription using OP_RETURN.
The daisy then follows up to the Figure 6. "City of London School logo", which therefore must be by the same uploader.
tx 6ab2f3dbff0ebd856f6cf0360fc7db987f8789508dfdefdcc1f9e2aacf9ac0de block 355901 (2015-05-11). PNG inscribed as a Daisy chain Bitcoin inscription using OP_RETURN.
This image is encoded on the very same daisy chain as Figure 5. "The Economist logo", immediately afterwards.
The transactions leading up to b70bfe6a9b314611655554576feb11f15d47b9e80c5993e91829bb87895ef23c contain multiple text daisy inscriptions that show up on our text dumps at: github.com/cirosantilli/bitcoin-inscription-indexer/blob/e716e317b703e1bad63edf5064f90f5e80c5aaf5/data/out/0355.txt#L635
- 5256d3059520c9ecda22bcf17776adcc962a5ae90333efbb00cf45818e9bf0bb:then a quote from bitcoin.org/en/faq (archive):
You're poo you're papa, says WeeWaWeeWa
then:Bitcoin is the first implementation of a concept called "cryptocurrency", which was first described in 1998 by Wei Dai on the cypherpunks mailing list, suggesting the idea of a new form of money that uses cryptography to control its creation and transactions, rather than a central authority. The first Bitcoin specification and proof of concept was published in 2009 in a cryptography mailing list by Satoshi Nakamoto. Satoshi left the project in late 2010 without revealing much about himself. The community has since grown exponentially with many developers working on Bitcoin.
And now, via JSON-RPC!
- d6b006f3cd9b545d5015263e954dae7c52c71bb5f4a0573918ff0e1ce8785de4 contains another quote from bitcoin.org/en/faq (archive):followed by:
Much of the trust in Bitcoin comes from the fact that it requires no trust at all. Bitcoin is fully open-source and decentralized. This means that anyone has access to the entire source code at any time. Any developer in the world can therefore verify exactly how Bitcoin works. All transactions and bitcoins issued into existence can be transparently consulted in real-time by anyone. All payments can be made without reliance on a third party and the whole system is protected by heavily peer-reviewed cryptographic algorithms like those used for online banking. No organization or individual can control Bitcoin, and the network remains secure even if not all of its users can be trusted.
One day this will be for general storage
- d9450fbd228d7a19d08f700d43200184b0d46561ffd7eb9ddbb378435ec66789 says:These inscriptions were made right in the midst of the protests against larger block sizes.
Let's agree on 5MB blocks and move on?
- a689707f77882eb5a3b1954747f159b1c22b688a57ec17b4d636b7f94e451e3dthen the intro from bitcoin.org/en/ (archive):then:
Bitcoin uses peer-to-peer technology to operate with no central authority or banks; managing transactions and the issuing of bitcoins is carried out collectively by the network.
Parents daisy more text visible on our text dumps: www.blockchain.com/explorer/transactions/btc/b70bfe6a9b314611655554576feb11f15d47b9e80c5993e91829bb87895ef23cIt's my cake day. I pressed the button. I have no regrets. Just stick it on the blockchain
tx b673c7d0c62cce8315ad6cc63a2c8ca8169bf73432435760b808735e1a7fe0e2 block 401255 (2016-03-05). JPEG encoded with daisy chain Bitcoin inscription using OP_RETURN.
The image data is cut in half. This makes the image an invalid JPEG, but ImageMagick is able to recover and convert to a valid image which is what we show here to make it portable to more browsers. The raw invalid image is present at: raw.githubusercontent.com/cirosantilli/media/master/bitcoin-inscription-indexer/data/bin/b673c7d0c62cce8315ad6cc63a2c8ca8169bf73432435760b808735e1a7fe0e2.jpg, but it can also be generally viewed by most viewers.
This embedding uses a novel more specialiezd protocol on top of a raw daisy chain Bitcoin inscription.
The daisy actually starts at f49e79889b34d355fa8a02f13b9db4ed69c067f975e25339737ef10e4b993d7a and data is encoded as follows:
OP_RETURN 62 00000000 48656c6c6f20776f726c64212052657475726e20626c6f622070726f746f636f6c2076
OP_RETURN 62 00000001 313a204d41474943203d20307836322c205041434b414745203d2075696e7431362c20
OP_RETURN 62 00000002 53455155454e4345203d2075696e7431362c205041594c4f4144203d20757020746f20
OP_RETURN 62 00000000 48656c6c6f20776f726c64212052657475726e20626c6f622070726f746f636f6c2076
OP_RETURN 62 00000001 313a204d41474943203d20307836322c205041434b414745203d2075696e7431362c20
OP_RETURN 62 00000002 53455155454e4345203d2075696e7431362c205041594c4f4144203d20757020746f20
OP_RETURN 62 00000003 33352062797465732e0a
OP_RETURN 62 00010000 ffd8ffe1001845786966000049492a00080000000000000000000000ffec0011447563
OP_RETURN 62 00010001 6b79000100040000003c0000ffe1039a687474703a2f2f6e732e61646f62652e636f6d
OP_RETURN 62 00010002 2f7861702f312e302f003c3f787061636b657420626567696e3d22efbbbf222069643d
OP_RETURN 62 00010003 2257354d304d7043656869487a7265537a4e54637a6b633964223f3e203c783a786d70
...
OP_RETURN 62 00010085 51290358a41fe5408b4435254208d4810a5fe9113044c1ae3aa544656d729756395b87
OP_RETURN 62 00010086 c4e261f55c5d19e1c792c3f78adff1368db58e5a0bb85b2c6753c42de6d973edae0642
OP_RETURN 62 00010087 1b2c8370f203aaa0a6eb7ea0871d8e9ae6534b785b57347171e4df6a5463d7ce77b93b
OP_RETURN 62 00010088 9b8bf96edd1b982e2474a41ad28e3c01e74586d1d1ad7a874c5a1b7c742d2285c371f6The first block is:which then gets repeated, probably an error, but now with the sentence completed:This therefore gives us the name of the protocol as "return blob protocol". We also understand that the 0x62 was aconfiguration parameter.
Hello world! Return blob protocol v1: MAGIC = 0x62, PACKAGE = uint16, SEQUENCE = uint16, PAYLOAD = up to
Hello world! Return blob protocol v1: MAGIC = 0x62, PACKAGE = uint16, SEQUENCE = uint16, PAYLOAD = up to 35 bytes
ffd8ffe1 marks the start of the JPEG.If the rest of the image were inscribed somewhere random in the blockchain, we'd expect to find the string
6200010089 containing the netxt data chunck on a nearby block, but bgrep did not find it, so perhaps the data just isn't there.The last tx of the daisy is 43b182065ab2c7d1908ec3cee756d9f626c1e4bd1efa17a7c3993433b653d499 which is followed by 9e6838a3545bd59a708d0c177d6840c7d82b8ac6220138ca3d8133a1376405aa which does not contain any data.
Erich Erstu
. Alias: 1Hyena. A well built man wearing a gas mask. Google image search leads to: github.com/1Hyena (archive), who is the creator of cryptograffiti.info. It was around after this time that the number of raw images surged dramatically in the blockchain, so it is possible that this is when the service started operating. This further suggests that most raw image uploads we found were made with cryptograffiti.info. tx c206e8fff656f07b27dac831ef9b956792bae4e76a2cb43f14f49f0298bf2c2f, block 416527 (2016-06-16). Embedded text:Hyena was here on the 16th of June 2016.
Water Deer
. badtaxidermy.com "Water Deer" image, visible at: web.archive.org/web/20200527070011/http://www.badtaxidermy.com/?page=3. tx 357e8ae080e5a1b554eaec2953e3e6e2e7955f3af4559dd0f1bc6381d56aa183, block 416735 (2016-06-16) via cryptograffiti.info. The file contains the strings:www.badtaxidermy.com
Cryptograffiti.info now allows you to attach JPEG images to your messages.
hotmine.io
. A mining supplier: hotmine.io/en. twitter.com/uahotmine. tx 8ec01c5e8f3b57adb13079af3b7e40e7acd3986a5ed14325388405771bd43f9b, block 416835 (2016-06-18) via cryptograffiti.info. The file contains the following string embedded into it:Smart Heating, Bitcoin Mining For You - en.hotmine.io
Nada from They Live (1988)
. tx 83df1e5ecc1c7ac455d2855e15cff8fa5771afe2ad1796c8b6b1a8e910e829c4, block 416896 (2016-06-18) via cryptograffiti.info. The file has the following string embedded into it:which is a reference to Nada's original dialogue:
Cryptocurrency Minning ad
. Twitter "@dobcrypto": twitter.com/dobcrypto Reuploaded at: imgur.com/gallery/00oOuhm. tx eda07af9584391bb6f5ebb07ba57a51b610751fdf06ae49d9166225c36d97d0b, block 417111 (2016-06-20) via cryptograffiti.info. The file contains the following string:Subscribe, I will be glad to see you! www.youtube.com/c/dobcryptocurrency
Chinese wedding
. tx 609d5e0f968c0ab7abc2be21468cfd552483d38b08e6df23d27766eb61b9be3c, block 417131 (2016-06-20) via cryptograffiti.info.
A white man and a Chinese woman wearing Chinese traditional dressess holding hands, presumably a token from their wedding. A Chinese poem is visible next to them, with four vertical setences made up of 7 characters each, to be read from right to left. This is a classic Classical Chinese poetry form known as qijue.
A photo of a snowy mountain is shown in the background, fitting the theme of the poem. It looks like an European mountain, possibly Mont Blanc? TODO identify. Perhaps a reference to the nationality of the husband.
TODO transcribe the Chinese text, cursive grass script + traditional characters + ultra-low res put this beyond Ciro Santilli's capabilities/patience ratio. Ciro Santilli's wife's transcribed gave the first column as:and no Google hits, so maybe an original poem? What a hero. TODO transcribe the rest.
The image file contains the English transalation of the Chinese poem embeded into it:
A scarlet gemstone hides quietly in the midst of the mountains.
Its beauty softly enters the wanderer's dreams.
Fame and fortune become like drifting clouds
But the gem endures like the constellations above.
Superbuffo
. Googling gives a Toni Caradonna: twitter.com/superbuffo. At twitter.com/Superbuffo/status/1620900765014556672 that twitter account claimed the art or its depiction. www.imdb.com/name/nm9516368/ has some obscure references to him. tx 6240f61bbaeac66cd623e921a153addaf5f379a996f2de0f0c6506d628fe3812, block 417354 (2016-06-21) via cryptograffiti.info. The file contains the following string embedded into it, in addition to a lot of Adobe boilerplate:Superbuffo the first comedian on the blockchain
Rene Angelil and Celine Dion
. Reproduced at: web.archive.org/web/20191130174338/https://people.com/celebrity/inside-celine-dion-and-rene-angelils-21-year-marriage/ but cropped to faces. tx e2e5b9cf04d93ae5fc1b54e9208b92b668823e014b251f57510e4702661fa1a6, block 417272 (2016-06-21) via cryptograffiti.info. Embedded text:You will be here forever
New Age dance
. Woman dancing a New Age-like dance with New Age-like Indian looking clothes, holding a lamp, and with a rose on her hair. TODO identify. tx 0602dd1b375bc71818db0a40d7a14f438499af3eda9056125eb5a1b74bed790b, block 419676 (2016-07-07) via cryptograffiti.info. The image contains the following text embedded into it (TODO unknown mechanism, does not show up on exifTool:No alcohol and smoking since 07.07.2016. Love girls!
Snake penetration sculputure
. Sculpture of what seems to be a snake penetrating a vagina. tx 83f412eb7ff40fe542901186a6d37cba0eb4f8458c574bc02a6f7236c599fe07, block 420122 (2016-07-10) via cryptograffiti.info.Wedding invitation
. TODO: make out names, quite low res, no patience. Looks like Cyrillic script. tx 01c3af71c12d49260231dcb3cc86d6ff21b3cd90878e9556482ef3b0908abffe, block 420960 (2016-07-16) via cryptograffiti.info.Wedding Wallled 15Nz214yv76BmkKLCi8kAVssa5C7nQHLjx
Oles Slobodenyuk
. tx 10cc5d45396ba271659a4b00d2f70c433533227e5f7ea30bb5bd3c8563d7468a, Block 421280 (2016-07-18) via cryptograffiti.info
Wedding picture with people holding "Blockchain" and "Ipa" signs.
Reproduced at: web.archive.org/web/20200926150213/https://freebitcoins.com.ua/zapushhen-ukrainskij-bitkoin-pul-bitcoinukraine/ Google translate:
Oles is for example featured at: uk.sports.yahoo.com/news/bitcoin-miners-heating-homes-free-133053106.html Bitcoin Miners Are Heating Homes Free of Charge in Frigid Siberia by Anna Baydakova (2019)
The image file contains the following text embedded into it:The link is dead of course.
<Wedding date: Jul 17, 2016
proof link goo.gl/photos/2GToBx1WqRyiQtxQ6
Hand written contract
. Wedding contract written in Czech. Transcription and translation by Petr Kadlec:Translation:Signatures:
Svým podpisem pod tímto textem potvrzuji, že Daniela Dudysová a Pavel Urbaczka v mé přítomnosti dne 20.8.2016 v Ropici projevili vůli uzavřít spolu manželství, přičemž ani jeden z těchto projevů se mi nejevil jako nesvobodný, nikoliv vážný, nesrozumitelný, omylný nebo uzavřený v tísni.
With my signature under this text, I confirm Daniela Dudysová and Pavel Urbaczka have, in my presence on 2016-08-20 in Ropice, expressed the will to enter marriage, whereas neither of their expressions seemed to me to be non-free, not serious, in error, or under distress.
Tereza (unreadable) Hana (unreadable) Jakub (unreadable) Radim Kozub (unreadable) (unreadable) Lenka (unreadable)
Petr also conjectures that Jakub may refer to Jakub Olšina from Blockchain Legal. Figure 23. "Wedding on grass" on the same block contains a image of a wedding, presumably the same of the contract. The photo of the man might be the same person as www.linkedin.com/in/olsinajakub/, but a bit younger.
Wedding on grass
. tx 693848d56098a0ad16736bea7f24336c9b47a7f0a6f776659e8d01f00b46af76, block 426072 (2016-08-20) via cryptograffiti.info.
The file contains the following text embedded into it:which is Czech for:So it is a followup to Figure 22. "Hand written contract".
Danila a Pavel se právě vzali!
Danila and Pavel just got married!
Onshape ad
. Ad for www.onshape.com/en/, an online CAD company:#CAD users all over the world are designing in the cloud! Join them by creating a #free Onshape account: hubs.ly/HO3vJ6tO. tx c0bb963cb3ceffc49059f09db94e3fd73caa3b7a8e005160d49e99020ff6b51a, block 426832 (2016-08-25) via cryptograffiti.info. Embedded text:@Onshape - The Future of Professional CAD
In Pepe We Trust
#BITCOINPEPE
Hello. Yes, this is dog
. knowyourmeme.com/memes/yes-this-is-dog. tx 4b0cd7e191ef0a14a9b6ab1c5900be534118c20a332ff26407648168d2722a2e, block 440418 (2016-11-24) via cryptograffiti.info.Tuxedo and rose
. Black and white and intentionally blurred photo of couple, the woman wears a tuxedo, and the man holds a red rose/light-like thing in the middle. tx c67dca17d3e5544d8d2c70d143196e1c1438a09c7371b80086d0a71ec5aec3c8, block 453083 (2017-02-14) via cryptograffiti.info.Couple on mountains
. Middle aged couple selfie in front of some mountains. tx 00a64f2ff9aae7a34c21d07b8fc9bad79989f25295ccbddc6fbe73b3685b65a9, block 456370 (2017-03-09) via cryptograffiti.info. The file contains the following Spanish poem, whch confirms that their Spanish looking faces are actually Spanish, perhaps they are at the Pyrenees:Sometimes we are almost two strangers,
strange as strange as they are different,
but we deceive ourselves, you know it, I know it,
actually we are very inside
the same truth.Hidden in your eyes
my most beautiful dreams sleep,
when do you open them in front of me
They wake up happy and cheerful.
tx ca4f11131eca6b4d61daf707a470cfccd1ef3d80a6f8b70f1f07616b451ca64e, block 458238 (2017-03-21) via cryptograffiti.info.
See also: Section "China".
Searching for the image hash ca4f11131eca6b4d61daf707a470cfccd1ef3d80a6f8b70f1f07616b451ca64e leads to archive.4plebs.org/pol/thread/191157608/#q191162145 which links to the now dead as of 2021: cryptograffiti.info/#ca4f11131eca6b4d61daf707a470cfccd1ef3d80a6f8b70f1f07616b451ca64e.jpg.
Mr. Burns You're here forever
. tx 94e319d09fc236fb9d7a24e60af8f47ed41ca3cc01e9950c925d806153ed8aa3 block 460435 (2017-04-05)
Mr. Burns from The Simpsons showing a sign:Still from S06E13 of The Simpsons. A reference to the immutability of the blockchain.
Don't forget, you're here forever
This transaction is given at Data Insertion in Bitcoin's Blockchain by Andrew Sward, Vecna OP_0 and Forrest Stonedahl. We've decoded it with:TODO understand the encoding better. Our indexing scripts Bitcoin Inscription Indexer missed it because the image is encoded on starting on the second constant of the input script and not the first.
btc getrawtransaction 94e319d09fc236fb9d7a24e60af8f47ed41ca3cc01e9950c925d806153ed8aa3 true | jq -r '.vin[].scriptSig.asm' | sed -r 's/^[^ ]+ //' | sed -r 's/ [^ ]+$//' | tr -d '\n' | xxd -r -p > tmp.jpgThis was missed by binwalk because it does not index the valid JPEG signature "ffd8ffdb"... we should patch it... github.com/ReFirmLabs/binwalk/blob/cddfede795971045d99422bd7a9676c8803ec5ee/src/binwalk/magic/images#L107
Augustana College Old-Main.jpg
. tx 033d185d1a04c4bd6de9bb23985f8c15aa46234206ad29101c31f4b33f1a0e49 block 474586 (2017-07-07)
First tx 1e347cf7521a1318ef31af4f5758efbc45f1bb2a7db9bc1cc469bfe93599eaf7 sets up 48 P2SH outputs and gives ASCII message
Augustana College Old-Main.jpg Reconstruct with data preceding redeemscripts
Then tx 033d185d1a04c4bd6de9bb23985f8c15aa46234206ad29101c31f4b33f1a0e49 redeems those with 48 input scripts that encode the image with ASCII message:
Augustana College Old-Main.jpg Reconstruct with data preceding redeemscripts
Encoded with Two-stage P2SH inscription. Mentioned at: Data Insertion in Bitcoin's Blockchain by Andrew Sward, Vecna OP_0 and Forrest Stonedahl. See also this ASCII art by the same authors: Code "Study Math and Computer Science at Augustana College". Previously mentioned at: twitter.com/ottosch_/status/1735297943563837726
PDF demo
. tx b4f537bc536c392d425af0693e3282bbf697df01debeeaf7f9918b93af6bdd14 block 474646 (2017-07-07) via cryptograffiti.info contains a single page 7.9 KB PDF sample file also present e.g. at: www.studocu.com/en-gb/document/harrow-college-uxbridge-college/assessing-risk-in-sport-unit/pdf-sample-its-nothing-dw/61244699. This image is a screenshot of the PDF made manually to make it easier to view here, the actual inscribed file has been uploaded to: raw.githubusercontent.com/cirosantilli/media/master/bitcoin-inscription-indexer/data/bin/b4f537bc536c392d425af0693e3282bbf697df01debeeaf7f9918b93af6bdd14.pdf. The first lines of the document read:Adobe® Portable Document Format (PDF) is a universal file format that preserves all of the fonts, formatting, colours and graphics of any source document, regardless of the application and platform used to create it.
Cat manga
. TODO identify, transcribe japanese. tx 4986e9cd20b75bb534df92e60b232945e18274f4c46d25b8853af9bdda5166b8, block 581526 (2019-06-20).Arms crossed
. Nerdy caucasian woman in her late teens/early 20's wearing glasses and a jeans jacked with her arms crossed. TODO identify. tx a55e5e7492848445a9f9ecf55ce566242c9d95e6c46a171fd94a345e8b74c355, block 597374 (2019-10-01) with P2FKHBlack cat
. No, Google reverse image search is never going to find the exact one amongst billions of pics. tx 8cf28eb9ac221d8cd15298b9ae63eca910b536a5234c133c7e364b29a4e39d21, block 625045 (2020-04-09) with P2FKH.The Starry Night by van Gogh
. tx 225ed8bc432d37cf434f80717286fd5671f676f12b573294db72a2a8f9b1e7ba, block 685647 (2021-05-31) Stored on SegWit. Googling leads to this hit: github.com/aureleoules/bitcandle by French programmer Aurèle Oulès which is an obscure uploader not known to us before this transaction was found.
tx 8dc2785335c59df6c00257f9b20e5df9b932a717f97066b279e292faba71a67a block 685737 contains another one, but with a slightly different encoding, presumably Aureole was trying out different things.
tx 3110f49fb6047d62e6fa198a0a4b180d9abf7075d6f29472747990ae286295cb block 690497 (2021-07-10). JPEG using P2FMS
This P2FMS has the peculiarity that each payload constant is preceded by a
04 byte which must be thrown away, we've decoded it manually with:bitcoin-core.cli getrawtransaction 3110f49fb6047d62e6fa198a0a4b180d9abf7075d6f29472747990ae286295cb true | jq -r '.vout[].scriptPubKey.asm' | head -n-2 | sed -r 's/^....//;s/ 3 .*//' | tr -d ' \n' | xxd -r -p > tmp.jpgThis transactions is also mentioned at: github.com/bitcoin/bitcoin/pull/28400 "Make provably unsignable standard P2PK and P2MS outpoints unspendable"
Gulagu.net logo
. tx 9c1a5d5a9e65e9a35050d67574681695a5c46a3df3feb27834848daa49c2fb92 block 710352 (2021-11-19) Logo of gulagu.net/, a "Russian anti-corruption, anti-torture human rights organization and website"[ref] Two-stage P2SH inscription.Gulagu.net people
. tx 36e7f004ff22aa1146a00705d166fbca64d174c472a5296ed1f38d4749a74e10 block 710354 (2021-11-19). Rightmost Vladimir Osechkin. Two-stage P2SH inscription.Low resolution GIF screenshot of the Bitcoin whitepaper intro
. tx cad2c46b0f7feb56191f2ab7d8ed59184615cbf0ca46af8c8b5a21a2045a42d2 block 724270 (2022-02-21). Inscribed with P2FKH.
data:image/jpeg;base64tx 976e0766ebe0528d44595170f83f46ab1304c0a3b809f16454ee9be0e816e3a3, block 921133 (2025-10-28) contains an OP_RETURN encoded MP4 AI generated video of Bitcoin Core developer Gloria Zhao standing up and showing her buttocks. This transaction takes up most of the block with an Ethereum tatoo on her lower back. Presumably it is from someone criticizing Gloria's design choices regarding inscriptions on the blockchain. Also mentioned at:
TODO decode:
- get all from Data Insertion in Bitcoin's Blockchain by Andrew Sward, Vecna OP_0 and Forrest Stonedahl, some are missing. TODO list then explicitly here
- 6fa03193609f6506c2fa76540fa9930adf68d50b21c942434a90486a694ccacd contains a JPEG in its input script but a bit broken. The script contains a single constant. We could not decode it by looking at nearby transactions either
Tinker Tailor Soldier Spy Updated 2025-07-16
Some key points that are a bit hard to grasp, at least in some versions:
- How did Bill Haydon know Jim Prideaux was going to Prague if it appears to be organized as a closely guarded secret by Control?so which one is it?
- How does Smiley deduce that the Witchcraft source, Merlin, is Poliakov? A key step is when top people at the Circus question him about Ricki Tarr, and appear to suggest that there is a link between Ricki Tarr and Merlin. And Ricki told Smiley that Poliakov as the link to the Mole. Smiley understands that it was Karla who tipped off London Center about Ricki's coming through Merlin. He also observers that Witchcraft gives ideological infiltration campaign intelligence after Ricki comes back, as a way to discredit Ricki. It is still all a bit indirect.
Time-independent Schrödinger equation Updated 2025-07-16
The time-independent Schrödinger equation is a variant of the Schrödinger equation defined as:
Equation 1.
Time-independent Schrodinger equation
. So we see that for any Schrödinger equation, which is fully defined by the Hamiltonian , there is a corresponding time-independent Schrödinger equation, which is also uniquely defined by the same Hamiltonian.
The cool thing about the Time-independent Schrödinger equation is that we can always reduce solving the full Schrödinger equation to solving this slightly simpler time-independent version, as described at: Section "Solving the Schrodinger equation with the time-independent Schrödinger equation".
Because this method is fully general, and it simplifies the initial time-dependent problem to a time independent one, it is the approach that we will always take when solving the Schrodinger equation, see e.g. quantum harmonic oscillator.
Unlisted articles are being shown, click here to show only listed articles.











































