Show HN: Chordmelody.io – A guitar chord-melody arrangement generator
chordmelody.io2 pointsby kwertyops1 comments
version: '3'
services:
ollama:
image: ollama/ollama
container_name: ollama
ports:
- "11434:11434"
volumes:
- ollama-volume:/root/.ollama ~/me $_ x = files('Music')
~/me $_ for item in x:
> if 'Rick Astley' not in x['name']:
> delete(x['path'])
Shouldn’t that be: ~/me $_ x = files('Music')
~/me $_ for item in x:
> if 'Rick Astley' not in item['name']:
> delete(item['path'])
?
It looks completely incoherent at a glance (maybe even unhinged), but I have to admit there was something interesting and weirdly compelling about chatting with an LLM prompted with this "protocol".