Jason Warren
banner
neurosocialist.bsky.social
Jason Warren
@neurosocialist.bsky.social
```ts
function describe(
adhd: boolean,
dose: number,
): TMI {
return `${
adhd && dose < 70 ?
"Neurodivergent Anarchosocialist Loudmouth" :
"Software Dev Apprentice"
}`
}

const me = describe(true, 70);
```
#Amazon absolutely covering themselves in glory with these character profiles...
March 1, 2025 at 12:14 PM