onatrain's comments

onatrain | 3 years ago | on: Python 2 removed from Debian

> there isn't a single piece of code that I ever put together that worked longer than a few years out of the box without some breaking change

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.)

onatrain | 3 years ago | on: Breaking up with Python

Meanwhile, it was the most used language to solve the advent of code, and the language the winning solutions tended to be written in.

> 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

> For rephrasing, or for making text flow more easily, or for reorganizing an outline and having the text update to reflect that higher-level reorganization?

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

page 1