• 0 Posts
  • 212 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.












  • It’s not new, but you’re wrong about personal data not factoring in. Companies will absolutely try to low ball you if you’re unemployed, or offer you less if you volunteer your current salary, or offer you more if you’re getting other offers.

    This new stuff is a problem because they’re going to end up colluding through software just like landlords and it should obviously be illegal but they’ll get away with it until people catch on and the law catches up, or forever depending on location.


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