@yellinben@samhenrigold They use todesktop(.)com to package their Electron app and I’m guessing it generates the random string bundle ID by default and Cursor didn’t bother changing it.
@matthen2 Whisper hallucinates things like “like and subscribe” at the end of transcriptions sometimes. Certainly tells you something about the training data used.
@karpathy Simon’s llm cli is great! I’ve also built the same thing for myself some time ago. Also added an option to use local models with a flag, in case I don’t want the code going to OpenAI.
@halidecamera My first impression is negative, but I haven’t used the beta, so I don’t really have a well-formed opinion yet. Some of the new features are cool, and I like that the interface is somewhat customizable, so I’ll have to wait and see. I think I’ll get used to it after some time.
@guhkun13@Purring_Lynx That’s for Docker Desktop which creates a whole virtual machine, even on Linux, where it’s not needed. Only running Docker Engine uses minimal resources in comparison.
@doolasux@gamedevzach@knowclarified@duncanthedev Salt is used so rainbow tables (precomputated password-hash -pairs) can’t be used, as the salt is different per user. The salt doesn’t really do anything against hash collisions as salting is done before hashing.