> ## Content Index
> Fetch the complete content index at: https://www.bramadams.dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# June 13 2023
- URL: https://www.bramadams.dev/202306131131/
- Published: 2023-06-13T21:09:22.000Z
- Updated: 2023-06-13T21:20:36.000Z
- Description: glitch art, chat loops, farms, code poetry
- Author: Bram Adams
- Tags: instabram, videos, photography, art, code, creative-coding, content-creation, poetry, sleep-token

## Videos

*I built a plugin that works like a DIY code interpreter where an end user decides what rules GPT should check against. GPT is smart enough to facilitate it's own retry logic, which is neat as hell!*

## Photos

*the town of yakima has a really active git profile*

![https://bram-adams.ghost.io/content/images/2023/06/yakima-git-commits-1.png](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/06/yakima-git-commits-1.png)

yakima git commits 1.png

![https://bram-adams.ghost.io/content/images/2023/06/yakima-git-commits-2.png](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/06/yakima-git-commits-2.png)

yakima git commits 2.png

## Art

![https://bram-adams.ghost.io/content/images/2023/06/glitch-jun-13-1.png](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/06/glitch-jun-13-1.png)

glitch jun 13 1.png

![https://bram-adams.ghost.io/content/images/2023/06/glitch-jun-13-2.png](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/06/glitch-jun-13-2.png)

glitch jun 13 2.png

![https://bram-adams.ghost.io/content/images/2023/06/glitch-jun-13-3.png](https://storage.ghost.io/c/0c/cc/0ccc9a8d-054a-4056-b11e-e1bfbbb66387/content/images/2023/06/glitch-jun-13-3.png)

glitch jun 13 3.png

## Code

*One thing I do a lot is append text to specific headings in a MD file, so this Python script helps with just that!!*

[append\_smart\_fileappend text to a specified md heading![](https://replit.com/public/icons/favicon-prompt-192.png)replitreplit![](https://storage.googleapis.com/replit/images/1664475603315_1442b3c69cc612aff6ef60cce0c69328.jpeg)](https://replit.com/@bramses/appendsmartfile?v=1&lite=1&outputonly=1&ref=bramadams.dev)

Playing around with the e2e experience of a Readwise quote > app (or pseudocode). I also just got an iPad so I'm playing with the Freeform app :)

[ Readwise quotes to code readwise-quotes-to-code.pdf 948 KB download-circle ](https://www.bramadams.dev/content/files/2023/06/readwise-quotes-to-code-1.pdf "Download") 

### Poetry

Experimenting with Code Poetry more as an art form. Here's a few GPT results from my favorite song rn, Ascencionism:

**Python:**

[ChatGPTA conversational AI system that listens, learns, and challenges![](https://chat.openai.com/apple-touch-icon.png)ChatGPT![](https://chat.openai.com/images/chatgpt-share-og.png)](https://chat.openai.com/share/c2fd376f-b847-43e8-bf6b-206b619df497?ref=bramadams.dev)

**Visual Basic:**

```vb
Class Desire ' Well, I know what you want from me
    Property Reflection As Boolean ' You want someone to be your reflection
    Property Deception As Boolean ' Your bitter deception
    Function SetFree() ' Setting you free
        ' So you take what you want and leave
        Return True
    End Function
End Class

Class Mystery ' Who made you like this?
    Property BodyLanguage As String ' Who encrypted your dark gospel in body language?
    Property BlissfulAnguish As Boolean ' Synapses snap back in blissful anguish
End Class

Class PastLife ' Tell me you met me in past lives, past life
    Property InsideEating As Boolean ' Past what might be eating me from the inside, darling
    Property RhythmHalfDeity As Boolean ' Half of a rhythm, half deity
    Property GlitchesOrGaps As String ' Glitches in the code or gaps in a strange dream
End Class

Class Fantasy ' Tell me you guessed my future and it mapped onto your fantasy
    Property Mannequin As Boolean ' Turn me into your mannequin
    Property PuppetQueen As Boolean ' and I'll turn you into my puppet queen
End Class

Class DanceInTheDark ' Won't you come and dance in the dark with me?
    ' Show me what you are, I am desperate to know
    Property PerfectEnemy As Boolean ' Nobody better than the perfect enemy
    Property DigitalDemons As Boolean ' Digital demons make the night feel heavenly
End Class

Class Reality ' Make it real
    ' 'Cause anything's better than the way I feel right now
    Property BlacklitParadise As Boolean ' I can offer you a blacklit paradise
    Property DiamondsInTrees As Boolean ' Diamonds in the trees, pentagrams in the night sky
    Property LipstickChemtrailsRedflagsPinkNails As Boolean ' Lipstick, chemtrails, red flags, pink nails
End Class

Class Eye
    Property Door As Boolean ' With one eye on the door
    Property Rail As Boolean ' other eye on a rail
    Property ScarletTrail As Boolean ' Other, other eye following a scarlet trail
    Property HolyGrail As Boolean ' And the last few drops from the Holy Grail, now
End Class

Class DarkFashion
    ' Rose gold chains, ripped lace, cut glass
    ' Blood stains on the collar, please, just don't ask
    Function Feast() ' Be the first to the feast, let's choke on the past
        ' And take to the broken skies at last
        Return True
    End Function
End Class

Class Ascend ' You cannot watch me ascend
    ' And I know what you want from me
    Property Same As Boolean ' You want the same as me
    Property Redemption As Boolean ' My redemption, eternal ascension
    Function SetFree() ' Setting me free
        ' So I'll take what I want then leave
        Return True
    End Function
End Class

Class Disappear ' You make me wish I could disappear, oh
    ' You make me wish I could disappear
    Function Wish() As Boolean
        Return True
    End Function
End Class

```

**bramadams.dev is a reader-supported [published Zettelkasten](https://www.bramadams.dev/about/). [Both free and paid subscriptions are available](#/portal). If you want to support my work, the best way is by taking out a paid subscription.**