In 2011 I wrote a system poem. In 2024 I inscribed it into the Bitcoin blockchain.
In 2025 I finished a photographic work, ICE | July | 1982, built around William Gibson’s concept of Black ICE: the cryptographic membrane that, in the novel, wraps data against intrusion.
This page is an attempt to pull those four dates into a single thread: a short piece of writing, followed by a few closer readings, in addition to two interpretations of the cyberpunk aesthetic.
interpretants / flow / rhythmically
phases / infer / conclusively
conscience / projects / vertically
—
walk through / assimilate / authenticate
dichotimise / diurnally / referentiate
refer / transfer / illuminate
—
The first poem – intepretans, phases, conscience – would theoretically generate 216 distinct full-poem variants (3! × 3! × 3!) if the noun phrases were harmonized to a uniform number, whether singular or plural, in an adverb-last configuration, and 216 in an adverb-first configuration.
As it stands, the poem is a machine that can only “run” in 12 grammatically congruent configurations before agreement breaks down.
William Gibson and Cyberpunk Aesthetics
The image is titled ICE | July | 1982, and the caption calls it “William Gibsonian Black ICE.”
ICE stands for Intrusion Countermeasures Electronics – the defensive software that wraps corporate data in Gibson’s cyberspace, rendered visually as shifting walls of light and shadow in what was termed a consensual hallucination.
Black ICE is the lethal variety: countermeasures that don’t just block the intruder but kill them, feeding neural damage back through the deck into the body of the cowboy [hacker] trying to crack the system.
So the image below is doing something specific. It is not decoration. It is a visual analogue for what the bitcoin inscription does to the poem.
The text has been wrapped in a protective membrane, in a sense, and the membrane in this case is the Bitcoin blockchain: cryptographic, distributed, effectively unbreakable by the standards of any single attacker, there’s a general consensus that quantum computers might change that.
The dark, crumpled, vaguely liquid surface in the image reads as the kind of thing William Gibson was reaching for in 1984 when he described ICE: something you can almost see through, something with depth, something that moves and refuses to resolve into a clean shape.
The date in the title of the image, 1982, predates the book’s publication by two years and sits squarely in the period Gibson himself was drafting it – a private nod to the moment the idea was forming, rather than the moment it landed.
What ties the whole gesture together is that Gibson’s ICE and a blockchain inscription are solving the same problem from opposite directions.
ICE protects data from being read. An Ordinals inscription protects data from being erased.
Both rely on cryptography. Both depend on a distributed substrate rather than a single vault. Both are, in their way, a late-twentieth-century answer to the old question of how you keep something – a secret, a poem, a name – intact against time and against other people.
Shakespeare, Wordsworth, Permanence
Permanence and impermanence are a recurring theme in poetry, my favorite two being Shakespeare’s ‘Sonnet 18′ and William Wordsworth’s ‘A Slumber Did My Spirit Seal’.

Storing for Eternity?

System Poetry and Linguistics
In 2011, I wrote a series of short “system poems” composed of three to five lines, with words connected both paradigmatically (along the axis of selection) and syntagmatically (along the axis of combination).
The work was inspired by the tradition of structural linguistics, for example, Roman Jakobson’s efforts to link Saussure’s linguistic structures with cognitive operations.
The framework made it possible to generate at least twenty distinct lines from the same basic structure.
At the time, I didn’t think of it as generative art, but I can see the parallels now, even though the term “generative” is usually associated with visual art.
Sun, 2026
In 2026 I returned to the same machine. Sun: A Triptych for the Solar Eclipse is timed to the total eclipse crossing continental Europe in August, the first totality visible there since 1999. The eclipse belongs to Saros 126, an orbital family of seventy-two eclipses unfolding between 1179 and 2459.
The 2026 grid is three nouns, three verbs, four adverbs, doubled by syntax. Three times three times four times two is seventy-two. One linguistic variant for each cosmic event in the cycle, across thirteen centuries.
The fit is the point. The 2011 poem ran in twelve grammatically congruent configurations before agreement broke down, because the noun column mixed plural with mass-noun singular, and the machine stalled.
The 2026 grid regularises to plural across the noun row. Every column is internally consistent. But to match number of Saros cycles, I had to add a tenth word, the adverb / particle ‘now’ to the grid.
he 2011 nouns, interpretants, phases, conscience, name three different orders of phenomenon: a sign-theoretic term from Charles Sanders Peirce, a term from physics, and a term from moral psychology.
A reader has to bridge them. The 2026 nouns, apertures, auguries, apparitions, are three modes of one event: something appearing through an opening. Sonically bound by the triple a-, thematically sealed.
The 2011 system poem is, I’d argue, semantically richer. The 2026 one is grammatically cleaner.
Now is the only deictic. A word whose meaning is fixed not by linguistic convention but by the moment of its utterance.
It appears in eighteen of the seventy-two variants. Fifty-four can be read from anywhere. Eighteen require someone present, as does it require light to read.
Prolog Version of the 2026 System Poem
% =====================================================================
% Sun -- a Prolog realization of:
% https://bergholt.net/sun
%
% 3 nouns x 3 verbs x 4 adverbs x 2 syntactic orders = 72
% One variant for each eclipse in Saros 126 (1179-2459).
%
% Github source: https://github.com/bergholt/triptych - MIT license.
% Feel free to use for your own projects.
% =====================================================================
% --- Paradigm: noun ---
noun(apertures).
noun(auguries).
noun(apparitions).
% --- Paradigm: verb ---
verb(align).
verb(thicken).
verb(emerge).
% --- Paradigm: adverb ---
adverb(rhythmically).
adverb(vertically).
adverb(recursively).
adverb(now).
% --- Combination rule ---
variant(O, N, V, A) :-
member(O, [0, 1]),
noun(N),
verb(V),
adverb(A).
% --- Enumeration ---
run :-
findall((O,N,V,A), variant(O,N,V,A), List),
print_list(List, 1).
print_list([], _).
print_list([H|T], I) :-
format('~d. ', [I]),
print_variant(H),
nl,
NextI is I + 1,
print_list(T, NextI).
print_variant((0, N, V, A)) :-
format('~w ~w ~w', [N, V, A]).
print_variant((1, N, V, A)) :-
format('~w, ~w ~w', [A, N, V]).
:- initialization(run).
% =====================================================================
% Why Prolog?
%
% Prolog is the only mainstream language built on declarative logic
% rather than imperative procedure. You state facts and relations;
% the system derives consequences. This is exactly Hjelmslev's method:
% a system is a network of relations, not a sequence of operations.
% The 72 variants of the poem are not generated by Prolog; they are
% proved. Each is a logical consequence of the underlying paradigmatic
% axes. The poem and the language share one grammar.
% =====================================================================
% Copenhagen, 2026
% At the top-level: ?- run.
2011/2024 Inscription Data
Inscription number: #74,857,184
Inscription ID: 8898f1b3ed9fd16c476bc34ee9e778debec4b9a949…eab5b0i0
Owner: bc1qrjw0…anh9eqlq
Content size: 262 bytes
Sat number: 492,655,752,995,728
Creation date: Aug 24, 2024, 5:18 PM
Creation transaction: 8898f1b3…62eab5b0
Creation block: 858,264

Contents of the 2011 Poem
Thematically, the poem is not about bitcoin or any other crypto currency, and it wasn’t originally written for the medium of ordinals, as the technology wasn’t available in 2011.
The focus is on ensuring a degree of permanence for the poem by burning it into the bitcoin blockchain.
Another inspiration was Jacques Derridas thoughts throughout many years on writing (versus speech) and the idea of an arché-writing system preceding and enabling both speech and writing, which in Derrida’s though represents a trace or structure of language already present before we use it challenging idea that speech is more authentic than writing.
Derrida quotes Louis Hjelmslev intensively in Of Grammatology / De la grammatologie.
Earlier Use of the Bitcoin Blockchain for Art Projects
Bitcoin Ordinals was used by Chinese artist Yue Minjun for his work, The Human Collection, in May 2024. This collection utilized Ordinals for storing metadata such as titles, descriptions, and mantras.
In his art, Yue Minjun reinterprets significant historical and cultural events, including the moon landing, Woodstock, and Delacroix’s Liberty Leading the People.
His collection is considered the first major contemporary art project on the Bitcoin blockchain. As the saying goes, the street finds its own uses for things – a phenomenon now extending into the world of art and technological infrastructure.
Etymological glossary
Assimilate – Latin ad- (“to”) + similis (“like”); absorb and integrate.
Authenticate – Greek authentikos (“genuine”); verify as real or true.
Conscience – Latin con- (“with”) + scire (“to know”); moral awareness.
Dichotimise – Greek dichotomia (“cutting in two”); divide into two parts.
Diurnally – Latin diurnalis (“daily”); occurring during the day.
Flow – Old English flōwan; to move smoothly or continuously.
Illuminate – Latin illuminare (“to light up”); to clarify or enlighten.
Infer – Latin in- (“in”) + ferre (“to carry”); derive logically.
Interpretants – Latin interpres (“interpreter”); meaning generated by a sign (Peircean semiotics).
Phases – Greek phasis (“appearance”); stages in a process.
Projects – Latin proicere (“throw forward”); planned work or to extend outward.
Refer – Latin referre (“carry back”); to mention or relate.
Referentiate – From referent + -iate; to treat as a referent (rare usage).
Rhythmically – Greek rhythmos (“measured flow”); in regular beats.
Transfer – Latin trans- (“across”) + ferre (“carry”); move from one to another.
Vertically – Latin vertex (“top, turn”); upward or perpendicular movement.
Walk through – Old English wealcan (“roll”) + þurh (“through”); step-by-step guide.
Analysis of the Rhythm of the Blockchain Poem
Here’s a short analysis of the poem’s rhythmical structure in its generative version number 1.
The poem alternates between shorter words (often 1-2 syllables) and longer, polysyllabic words (3-5 syllables), creating a dynamic, varied rhythm.
The shifts in syllable counts between lines give the poem an irregular, syncopated beat.
The alternation between short and long words allows for moments of pause and emphasis (particularly on shorter words like “flow,” “refer,” and “projects”), followed by more extended, flowing words that elongate the rhythm per line.
This creates a sense of push and pull in the rhythm, with sections that feel rapid and clipped followed by more fluid, flowing phrases.
Was the Poem Written by AI
No, the poem was crafted entirely by hand in 2011.
A Slumber Did my Spirit Seal
Vs Sonnet 18 & ‘A Slumber Did My Spirit Seal’
The structure of the bitcoin poem contrasts with standard English metrical lines in iambic pentameter by favoring four-syllable lines in loose structure in contrast to ‘A Slumber Did My Spirit Seal’, mentioned in the introduction, that uses iambic tetrameter (lines with 7 syllables in four iambs) and iambic trimeter (lines with 6 syllables in three iambs) leading to a more regular and flowing rhythm.
Sonnet 18, on the other hand, consists of 14 lines of almost pure iambic pentameter depending on the pronunciation of the words: ‘temperate’, ‘owest’, ‘wanderest’ and ‘growest’.
Glossary: A Slumber Did My Spirit Seal
Slumber – Old English slumerian (“doze lightly”), related to sleep; light or gentle sleep.
Did – Old English dyde, past tense of do (dōn); action or performance.
My – Old English mīn; first-person possessive pronoun.
Spirit – Latin spiritus (“breath, soul”), from spirare (“to breathe”); life force or soul.
Seal – Latin sigillum (“small signet”), diminutive of signum (“sign”); to close or fix.
Had – Past tense of have (Old English habban); possession or experience.
No – Old English nā (“not ever”), from ne (“not”) + ā (“ever”); negation.
Human – Latin humanus; of or relating to mankind.
Fears – Old English fǣr (“sudden danger”), later færan (“to frighten”); anxiety, dread.
She – Old English sēo, feminine pronoun; female subject.
Seemed – Old Norse sœma (“to conform”), via Old English sēman (“to conform, fit”); appeared.
A Thing – Old English þing (“assembly, entity”); object or concept.
That Could Not Feel – Feel: Old English fēlan (“to perceive by touch”); to sense.
The Touch – Old French touchier, from Vulgar Latin toccāre; to make physical contact.
Of Earth – Earth: Old English eorþe; ground, soil, world.
Years – Old English gēar; unit of time.
Reel – Old English hreol (“to whirl”), possibly related to spinning; to stagger or rotate.
Prolog: A Poem as Proof
In this inscription, Sun is rewritten as declarative logic. Prolog does not generate the poem in the usual procedural sense; it proves the 72 variants from a finite set of paradigmatic facts and syntactic relations. The code therefore makes explicit what the poem already performs: a Hjelmslevian grammar in which variation follows from structure.

The sat number is a date the page does not yet read. Sat 492,655,752,995,728 is not just metadata; under ordinal theory it is the satoshi’s mined position since genesis. It places the inscription within Bitcoin’s finite ordinal field of 2.1 quadrillion possible satoshi positions, just as the 48th eclipse places the poem within Saros 126. The poem is therefore indexed twice: astronomically by eclipse sequence, and cryptographically by sat sequence.
What Are Bitcoin Ordinals?
A bitcoin ordinal refers to a way of uniquely and inscribing single satoshi (the smallest unit of bitcoin, a bitcoin consists of 100,000,000 satoshi) on the bitcoin blockchain. Ordinals were introduced through a protocol developed by Casey Rodarmor in 2023.
Ordinals enable the tracking and numbering of each single satoshi, making them distinguishable from one another based on the order of mining and movement within the blockchain. Ordinals work entirely within the existing bitcoin structure and do not require any sidechains or separate tokens.
Unlike bitcoin transactions where satoshi are fungible (interchangeable), ordinals allow for a system where individual satoshi can have unique data (known as inscriptions) attached to them.
The inscriptions, such as my bitcoin poem above, can contain images, texts, etc. in form of files, making the blockchain a medium, or infrastructure, for new forms of content creation and distribution, a distributed storage aiming for permanence and immutability.
Blockchain Inscription Versus NFTs
It’s important to differentiate. Many NFTs on other blockchains (like Ethereum) do not store the artwork file directly on the main blockchain ledger; instead, they store a token and metadata that points to where the art is stored (often on decentralized storage like IPFS).
The Bitcoin Ordinals protocol is notable because it generally involves inscribing the full content (the art itself) directly into the witness data of a Bitcoin transaction, meaning the art is fully on-chain and stored within the robust security of the Bitcoin blockchain itself.
Neuromancer, and Unauthorized Images
One footnote. Neuromancer was published in 1984 and has remained, remarkably, unfilmed for more than forty years. Options have come and gone; adaptations have been announced and abandoned; an Apple TV+ series has been in development since 2022 without, at the time of writing, reaching a screen.
The novel’s images – the matrix, the Sprawl, Black ICE – have circulated instead through other people’s work: The Matrix, Ghost in the Shell, countless lesser imitations, and the covers of countless paperbacks. They have never had an authorized picture.
Net-poetry, Time, And Grokipedia
« From the 2010s onward, net-poetry adapted to mobile devices and social media, leveraging Web 2.0’s emphasis on user-generated content and APIs for distributed forms. Platforms like Twitter enabled bot-driven poetry, as seen in Allison Parrish’s works, which algorithmically generate and post verses using natural language processing to explore language’s computational limits.
Emerging blockchain technologies introduced immutable, decentralized poems, such as Kasper Bergholt’s inscription of verse into the Bitcoin blockchain via Ordinals protocol (2023), ensuring permanence and ownership in distributed ledgers. »
For some reason, Grokipedia gets the time of inscription wrong: The date stamp for 74857184 is not 2023 but 2024-08-24 15:18:17 UTC. Correctly registered across Uniscan, Ordinals, Ordiscan, and Heroku.
The Disappeance of an Author
The sat carrying the 2011 poem comes from block 98,531, timestamped on the morning of December 20, 2010, which is the Monday that opened the first full calendar week after Satoshi Nakamoto’s last recorded BitcoinTalk activity at 4:45 PM ET on December 13, 2010.
Satoshi’s final public forum post had appeared the day before that, on December 12, a technical note titled “Added some DoS limits, removed safe mode (0.3.19).” So the sat carrying the poem comes from the first full week of Bitcoin without its creator’s public presence: a network still running, technically functional, and newly authorless.
That gives the inscription a second hinge. The later poem about apertures, auguries, and apparitions, about what becomes visible through an opening, finds a counterpart here: a poem preserved on a sat from the moment Bitcoin began to become visible as itself, without its author.
