• 1 Post
  • 5 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2023

help-circle



  • Vamanos@lemmy.worldOPtoApple TV@lemmy.worldChangeling
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    That’s a shame - ep 4 is when it really kicked in for me. I think if it didn’t have forward momentum then I would have probably been more meh about it.

    It did have a great setting, tone and actors. Even though I like it - still feels like there is some wasted opportunity to me.



  • Docker containers in programming are reusable environments. Basically instead of manually setting up an operating system environment from scratch - you give your program this extra layer where you specify each and every thing that will be on the environment.

    If your program was always tested on windows 10 instead of windows 9 - you basically have a way to guarantee it always has windows 10. If your program always used x version of Linux a boom, guaranteed. It adds some complexity but reduces and removes randomness from the concept of deploying applications you’ve created.