• 0 Posts
  • 765 Comments
Joined 3 years ago
cake
Cake day: July 20th, 2023

help-circle



  • At what point have I expressed support for the use of LLMs?

    You haven’t explicitly but trying to downplay environmental impact sure is suspicious. 1/1000th may not be a “main cause”, but that’s a huge proportion, and it is growing. Is it OK to be concerned when it hits 1/500th? 1/100th? It was zero not too long ago.

    do not poison conversations on the actual causes behind our climate problem.

    You know damn well that’s not what is happening here. This was a conversation on an article about AI so of course that is the topic.












  • CPAN for perl was the first one and it was very successful so got copied.

    separate from the distribution or OS package manager.

    Because it is way easier to manage them this way rather than have every distro package repo also support them. Additionally, windows and Mac are also targets and they don’t have built in package managers.

    C and C++ are the only exceptions

    It is not as popular but https://conan.io/ exists. Personally, I miss working in c++ because the lack of a built in package manager made people manage dependencies more thoughtfully. It was not without tradeoffs but I preferred that world to adding a dependency being one command away.