• 0 Posts
  • 74 Comments
Joined 11 months ago
cake
Cake day: July 31st, 2023

help-circle





  • Two stories like this–as in, “oops AI sucks actually”, in about as many weeks. (The other one was about Amazon shutting down their Just Walk Out mechanical turk nonsense.)

    I think we’re starting to see the tide turn against Altman’s big con.

    I liked this quote BTW:

    the test left it confident “that a voice-ordering solution for drive-thru will be part of our restaurants’ future.”

    lmao you… already have one of those? So the subtext of this message is “we can’t just say AI was a terrible idea but yeah, we’re going back to the shit that worked before”













  • Similar to docker, but the technical differences matter a lot. VMs have a lot of capabilities containers don’t have, while missing some of the value on being lightweight.

    However, a more direct (if longer) answer would be: all cloud providers ultimately offer you VMs. You can run docker on those VMs, but you have to start with a VM. Selfhosted stuff (my homelab, for example) will also generally end up as a mix of VMs and docker containers. So no matter what project you’re working on at scale, you’ve probably got some VMs around.

    Whether you then use containers inside them is a more nuanced and subtle question.