• 5 Posts
  • 419 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle



  • I’m not talking about the specifics of the architecture.

    To the layman, AI refers to a range of general purpose language models that are trained on “public” data and possibly enriched with domain-specific datasets.

    There’s a significant material difference between using that kind of probabilistic language completion and a model that directly predicts the results of complex processes (like what’s likely being discussed in the article).

    It’s not specific to the article in question, but it is really important for people to not conflate these approaches.














  • docker is a layer to run on top of Linux’s KVM

    My understanding is that this is only true for docker desktop, which there’s not really any reason to use on a server.

    Sure, since containers use the host’s kernel, any Linux containers do need to either have Linux as the host or run a VM (as docker desktop does by default), but that’s not particularly unique to docker