{
{
{
{
{
ELIDED
}
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here is the general format for "Envelope Notation": | |
```envelope | |
<subject> [ | |
<predicate1>: <object1> | |
<predicate2>: <object2> | |
] | |
``` | |
A subject with no assertions is: |
This is a chain of Provenance Marks for digital works authored by Wolf McNally [email protected].
© and All Rights Reserved unless otherwise stated here or in the work.
Some of the more interesting experiments with the Stable Diffusion art generation algorithm have used "negative prompts", which instruct the algorithm to move "away from" the prompt in its latent space. This is my first experiment with GPT attempting to approximate the same idea.
The following is a conversation with an AI assistant. The assistant is helpful, creative, clever, and very friendly.
Human: Hello, who are you?
I hereby claim:
- I am wolfmcnally on github.
- I am wolfmcnally (https://keybase.io/wolfmcnally) on keybase.
- I have a public key ASB0GkiLiZiQoS1rO-oODIq2kbj7tQYiyb7QdwFfIIPQdwo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import WolfCore | |
public class Foo { | |
let count | |
let name | |
public init(count: Int, name: String) { | |
self.count = count | |
self.name = name | |
} |