Daniel Kessl
Daniel Kessl
What worked for me was adding data volumes for Postgres and Clickhouse to `docker-compose.hobby.yml`: ``` db: volumes: - postgres-data:/var/lib/postgresql/data ``` ``` clickhouse: volumes: ... - clickhouse-data:/var/lib/clickhouse ``` ``` volumes: ......
The ghost elements seem to no longer be present in Safari 15.5.
You can count tokens using a tokenizer: https://platform.openai.com/docs/guides/embeddings/how-can-i-tell-how-many-tokens-a-string-has-before-i-embed-it `gpt-3-encoder` produced reliable results for me for models using `cl100k_base` encoding ```typescript import { encode } from 'gpt-3-encoder' export function countTokens(input: string)...
opencode works for me in JetBrains terminal when launched with `TERM=screen opencode`
It seems that Claude code enables "Use Option as Meta key" on startup/periodically. While undoubtedly useful for English keyboards, it makes it very annoying to use Claude with a localized...