coates’s avatarcoates’s Twitter Archive—№ 23,958

    1. Playing with github Copilot. The real value of it (so far) is in reducing the tedious parts of typing/programming/configuring. Here, it knows that I want to put my access log in a specific directory, so I probably also want to put my error log there. 👍
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @coates
    github It is, however, wrong about the -p 8080 there. This is gunicorn (called through a pipenv script, so it’s a leap of AI logic, admittedly), and -p is PID (a path/file) in gunicorn—it’s trying to fill a port number.