lemmy.mlaga97.space
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 8 months ago

Abstractons

lemmy.ml

message-square
32
fedilink
1

Abstractons

lemmy.ml

☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 8 months ago
message-square
32
fedilink
alert-triangle
You must log in or register to comment.
  • merthyr1831@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 months ago

    inb4 it’s actually some microcode change introduced to intel management engine

  • ChaoticNeutralCzech@feddit.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 months ago

    Who’s Jane? This is Fedora the Explainer.

  • PotatoesFall@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    8 months ago

    TIL go is an interpreted language and runs straight from source code!

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      obviously the shell script compiles the executable every time the image is run :)

  • akkajdh999@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    6 months ago

    deleted by creator

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      There are even layers within the hardware layer. :)

      • bloubz@lemmygrad.ml
        link
        fedilink
        arrow-up
        0
        ·
        8 months ago

        There are even several layers of transistors. And several energy layers of the electrons

      • Swedneck@discuss.tchncs.de
        link
        fedilink
        arrow-up
        0
        ·
        8 months ago

        and of course at the lowest level the particle interactions are all calculated by cueball using rocks in a desert

        • elidoz@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          8 months ago

          relevant xkcd

          is this what you’re referring to?

          • Swedneck@discuss.tchncs.de
            link
            fedilink
            arrow-up
            0
            ·
            8 months ago

            yup

  • davel@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 months ago

    Docker, no docking!
    Docker, no docking!
    Docker, no docking!

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      deploying docker-compose to production

    • xmunk@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      Wait, by docking do you mean… docking?

      • davel@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        8 months ago

        🥺
        👉 👈

        • kittenzrulz123@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          0
          ·
          8 months ago

          man touch

    • u/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 months ago

      Well… depending on the situation… it may be inappropriate [Urban dictionary - NSFW description warning]

    • vext01@lemmy.sdf.org
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      Backup, backup…

  • groet@feddit.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 months ago

    Could also be a hyper-v layer around Windows “host”

  • Lucy :3@feddit.org
    link
    fedilink
    arrow-up
    0
    ·
    8 months ago

    My abstractions are:

    • Physical hardware
    • Linux
    • systemd executing the service
  • traches@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 months ago

    People don’t actually do this, right? Docker inside docker inside a VM inside another VM? On windows? Right???

    • CameronDev@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      Isnt that exactly what minikube is? Kubernetes in docker.

      I’ve used docker-in-docker images, but its usually not fun.

    • Morphit @feddit.uk
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      anakin.jpg

    • flashgnash@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      I’ve seen docker inside a VM before but that was just a dev box for testing

      • twei@discuss.tchncs.de
        link
        fedilink
        arrow-up
        0
        ·
        8 months ago

        That’s the most reasonable part of the image

        • flashgnash@lemm.ee
          link
          fedilink
          arrow-up
          0
          ·
          8 months ago

          Are you not losing loads of performance by stacking vms like that?

      • QuazarOmega@lemy.lol
        link
        fedilink
        arrow-up
        0
        ·
        8 months ago

        That’s super standard for actual infrastructure

    • dan@upvote.au
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      I’ve ran Docker in LXC in a KVM before. I used LXC to have multiple containers on a VPS. Then I had to run something that works best with Docker, so I stuck Docker in an LXC.

    • MrScottyTay@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 months ago

      I’m pretty sure docker recommends that it runs under WSL when on windows.

      • traches@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 months ago

        Yeah, docker in a VM makes sense. Docker in docker in a vm in a vm though?

      • Matshiro@szmer.info
        link
        fedilink
        arrow-up
        0
        ·
        8 months ago

        Yep, can confirm

      • dan@upvote.au
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        8 months ago

        Windows itself is technically running in a VM if you have Hyper-V enabled (not quite that simple, but that’s a reasonable approximation). Hyper-V is a type 1 hypervisor which means it runs directly on the underlying physical hardware, and both Windows as well as any VMs you create are running on top of Hyper-V.

        • MrScottyTay@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          0
          ·
          8 months ago

          Oh that’s an interesting tidbit, didn’t know that

  • _pi@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    8 months ago

    It’s windows host because it has the unique property of leaking to higher levels of abstraction and leaking to lower levels of abstraction, which is a technological feat that can only come from Microsoft.

Programmer Humor@lemmy.ml

programmerhumor@lemmy.ml

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 14 users / day
  • 39 users / week
  • 274 users / month
  • 1.48K users / 6 months
  • 0 local subscribers
  • 37.1K subscribers
  • 1.59K Posts
  • 22.1K Comments
  • Modlog
  • mods:
  • AgreeableLandscape@lemmy.ml
  • cat_programmer@lemmy.ml
  • BE: 0.19.5
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org