May 2024   
Constant 

“there are two strains of *nft art* emerging - one is an extension of postinternet as the production of unique images using the legder as means of distribution. The other strain is creating experiments with the material (code) and structure of the chain itself. Image vs Process” - @brachlandberlin

Constant grew from a few ideas; one was a return to the topic of symmetry, explored in Token Hash among others, and the idea for a new mechanic of using wallet address as seeds for a generative artwork.

My first explorations stemmed from Natural Static, mirroring random pixels to reveal the  inherent lack of randomness in their distribution.
 

These tests were interesting at scale, but one thing I wanted to bring to Constant from my previous online work was an understanding of context. Most viewers will see the work as a thumbnail; where density does not translate well.  


I reduced the grid of pixels to a line traced through random points, drawing a line through the set, and then imperfectly mirrored these points to create asymmetry. I was reminded of my choreographic work, how working with two dancers becomes so much more relationally charged than working with more.


I also explored pixel-like forms, with some Harm van den Dorpel-esque imperfect symmetry studies, but these felt like territory I had explored before, with Proof of Work and Natural Static.

Working with rectangles and rotation, a clear  relational dynamic became visible; who takes more space, who is leaning on who, where is the connection? I also liked how the rotation broke the cartesian grid  of so much generative work, and how its simplicity resisted the tendency to complexity in digital art.



Throughout my practice, the visual content of a work has not been my primary interest. What excites me more is the creation of a protocol that enables connection, or shapes experience.

One of my first works, Shadowing, is a good example of this. The system captures the movements of people under a streetlamp, and plays them back with a delay. The visual of silhouettes is in service of the recognition of oneself and others, and the greatest joy I received from the project was not creating the visual language of it but was in watching people play under the lamp.

My favourite works from the NFT canon are not those that make pretty pictures with code; they are those that use the affordances of the blockchain to create propositions with pleasing tension; Stevie P’s Money Making Opportunity, or Rhea Myers Proof of Existence come to mind.

In a recent inteview in Outland, Myers stated that the point of her work is to raise the negative; claiming that a hash on the blockchain is proof of existence immediately raises objections.

“The objections are the point. That’s the point of the artwork—this doesn’t work. Let’s think about why not.“  Outland, 2024

Constant works in a similar way - wallet addresses are not equivalent to their owners complex and rich personalities, and blockchain transactions are not equivalent to real connection. 

But in creating a work that shifts each time it changes changes hands echoes the fragility of our real rich relationships, and reminds us that behind each blockchain address is you and me.


Constant opens May 29 at 1pm EST on constant.jonathanchomko.com
Sept 19 2022
Colour Time Verse

I’ve been developing two new Colour Time works for an upcoming show with Verse in London.

Colour Time Sync is a 20-minute-long colour animation, which uses clock time to synchronize the work for all viewers, allowing both the viewers in the gallery and online to inhabit the same temporal frame. 

Colour Time Generative is derived from the same colour data as Colour Time Sync. Instead of animating through time, Generative draws this timeline as a gradient. The horizontal width of this gradient is infinitely variable; as pieces are minted, the gradient expands. Each buyer owns a section of a continuum, which is constantly shifting until the sale closes. 


Below are some outputs from the Generative system, which will on display in the gallery. The numbers in the titles indicate the token ID and hypothetical collection size. 


In a standard generative release, the decisive moment occurs during minting, a quick roll of the dice determining the output. In Colour Time Generative the seed of randomness is the market as a collective force, turning not just the minter but also the market into co-creators of the work.

The output of a generative work derives value from its relation to the larger generative series - rarity and aesthetics are judged of an individual work are evaluated in relation to the collection as a whole.

https://verse.works/exhibitions/colour-time
Apr 5 2022
Colour Time Development

Colour Time is a series of twelve on-chain animated SVGs created during a motorcycle trip from Montreal to Los Angeles in November of 2022.


The origins of this series lie in earlier explorations on colour, notably Colour Calendar  and colour-time.com. Colour Calendar explores the effect of relative contrast on colour perception and our emotional relationship to colour.

colour-time.com explores complementary colour after-images, presenting a slowly shifting pane of colour. Upon viewing, the eye becomes saturated and begins to generate a complementary colour after-image, which is then met or challenged by the on-screen colour.  

These on-chain NFTs are the third iteration of this exploration, and combine the effects of colour relativity and complementary colour afterimages. Named for the location in which they were created, they attempt to express the impossibility of capturing and relaying a day's driving, expressing instead a slice of colour and rhythm.

Each work consists of two planes of colour, which shift between two points of colour. Each plane shifts at a different speed, ie 20-second loop for the background, 13-second loop for the foreground, building visual complexity as loops phase in and out of sync.  

http://colourtime.jonathanchomko.com/.


Sale opens Thursday April 14 at 10 am PST, 1 pm EST, 5 pm GMT. Tokens are priced at 1 ETH. 



Oct 3 2021
Token, Hash

To buy an NFT is to pay to put your wallet address beside a number in a distributed database. This database becomes the point from which all the social and emotional dynamics of ownership emerge, yet the link between this distributed database and its visual representation can be quite tenuous. 

CryptoPunks attempt to solidify this link between ID and image by embedding an encoded version of all the punks in their contract. This image circulates freely online, but the authenticity of any image can be verified by entering its data into a cryptographic hash function and comparing the output to the hash encoded in the contract.

 

Artists such as Deafbeef have taken further steps to strengthen the link between token ID and artwork by encoding the parameters for each audio-visual artwork on-chain, and embedding the scripts used to generate the work on each transaction. This provides the collector with all the code necessary to recreate the artwork, should the original render be lost or damaged.  

Projects such as Loot are considered fully ‘on-chain,’ storing all data on the blockchain and generating the visual components of the artwork on the blockchain. This removes the need for a collector to run parameters through scripts, but introduces new challenges.

Randomness is key to generative work, but typical random functions return different values each time they are called. If these functions were used in on-chain generative projects, the image for a given token ID would change each time it was viewed.

To solve this issue, artists working on-chain generate their random values deterministically. Deterministic number generation relies on the same cryptographic hash function which CrytoPunks used to encode their image of all punks; provided with a consistent input, the function returns a consistent output. Important, though is that any small change in the input will result in a wildly and randomly different output.

In the case of Loot, randomness is obtained by feeding a hash function a piece of in combination with the token ID. The hash function will return the same value each time WEAPON56 is input but will give a non-predictably different value if WEAPON57 is entered.

The resulting number output from the hash function is very long, and to become useful as a selector for a list of weapons, the hash is divided by the number of items in a list, and the remainder is used as an index for that list of weapons. This approach can be applied to different lists of items of varying lengths, a single hash branching into a new random value for each list.

Autoglyphs, Loot, Artblocks et al. each input different values to their deterministic generation functions, but the central concept remains the same; use a stable input to return a stable, random value.

Images for on-chain NFT projects are drawn anew each time they are requested, all randomness growing from the token ID and its hashed value.

In Token Hash these two values which originate the complex structure of the generative on-chain NFT are laid bare. The hash is rounded to the size of the collection, allowing these two numbers to express the core characteristics of the on-chain generative NFT; rarity, symmetry and beauty.



Token Hash public sale opens Thursday Oct 7 at 10 am EST.
1000 tokens will be available for sequential minting, at 0.02 ETH each.


http://tokenhash.jonathanchomko.com/
https://opensea.io/collection/token-hash






Sept 2021   
Proof of Work Origins

An interface is not just a portal for access, but a designed extension of the body that then designs the body in reverseRachel Ossip, N+1, 2018

Much of my work is concerned with the relationship between physical and digital worlds; how software reaches into and manipulates the world, and how expression or gesture is modulated as it enters the digital.

In www.grindruberairbnb.exposed (GUA), a group of participants are led to gesture and move via web-based interfaces on their mobile phones. The project attempts to make evident power dynamics between system creators and system users, by providing users with interactions so limited in scope that they require specific gestures to complete.



Proof of Work came from the idea of turning these systems of software guidance on myself. The first piece of software I created was a manual image generation program which required the entry of 10,000 values to fill a 100x100 pixel image. Scaled down from the broad gestures of GUA, this software induced small-scale repeated gesture of a key press.

My first explorations with this application were to test how well I could generate random values. Randomness is famously hard to generate even for a computer. Rafael Lozano-Hemmer has a great artwork on this topic titled Method Random, which visualizes the patterns that occur as randomly generated sequences scale.



Producing 10,000 random values took around 30 minutes. I posted the manually generated image with a randomly generated reference and asked viewers to guess which was which.

HumanComputer

Most responders thought that the computer-produced image was my production, though those with more technical experience guessed correctly. After this exploration, I was curious to see how different people might generate different images, and asked some friends to produce their own ‘portraits’ through the software.

It was only after these explorations that I entered the world of NFTs. I felt a strong drive to participate, but the raw speculative nature of the market felt off-putting. Not wanting to sell my friend’s productions, I generated a series of five 100x100 random images over one week.

The images show an interesting progression; pattern uniformity starts strong but dips Wednesday, consistency returns Thursday and Friday.

Around this time, Beeple’s ‘The First 5000 Days’ sold for a record-breaking $69,346,250. Buyer Metakovan explained his rationale for the purchase as such:  

“When you think of high-valued NFTs, this one is going to be pretty hard to beat. And here’s why — it represents 13 years of everyday work. Techniques are replicable and skill is surpassable, but the only thing you can’t hack digitally is time. “ — MetaKovan, Christies Press Release

This assumption that one metric can be used to determine the value of an artwork seemed a perfect encapsulation of the speculative tendencies of the market, and so I set out to challenge this assumption by embodying it directly.

Adopting Beeple’s production pace, I generated one image per day. To provide varying levels of effort for the market to speculate on, I began each series with a pixel canvas of 1x1, and doubled it each day. A series would end when I could no longer complete one image in a day, my physiological limitations ensuring the scarcity of the series.


While producing these images I was reminded of keystroke dynamics, a field of behavioural biometrics which explores typing dynamics. Researchers have found that the rhythm and pattern of keystrokes are unique to each user, with the potential for replacing passwords as an authentication method.

“[...] typing is a motor programmed skill and [...] movements are organized prior to their actual execution. Therefore, a person’s typing pattern is a behavioral characteristic that develops over a period of time and therefore cannot be shared, lost or forgotten.” Bannerjee and Woodward, Journal of Pattern Recognition

If we interpret the patterns that appear in the image as a visual representation of this gestural biometric, the images transform from records of effort to minimum viable artworks, the hand of the artist made visible in the digital image.

https://proofofwork.jonathanchomko.com/
https://opensea.io/collection/proof-of-work-v1