onatrain | 3 years ago | on: Python 2 removed from Debian
onatrain's comments
onatrain | 3 years ago | on: Breaking up with Python
> my go-to language for a quick bit of scripting where another language might feel too heavy duty
So this article is not from someone who has used Python full time professionally...
onatrain | 3 years ago | on: Notion AI – waiting list signup
Current models can kind of do this, e.g. you could give some text to GPT-3 and ask it to do this. Not sure what the limit on the input length before results degraded would be. But yep, would be nice to see this out there in a nice interface and working well.
> Where is the support for finding other text you've previously written that might be appropriate?
Semantic search could be used for this, e.g. finding blocks of text similar to what you've already written
But yep, this stuff isn't all nicely packaged in one place
The best practice, which prevents this issue, is to use envs, (as well as pinning your dependencies for any given project in a committable artifact).
(Seems like a lot of people are using system Python, which isn't really recommended.)