Skip to content

60% of Teachers Used AI This Year and Saved up to 6 Hours of Work a Week

Technology
28 19 0
  • VMware’s rivals ramp efforts to create alternative stacks

    Technology technology
    7
    1
    57 Stimmen
    7 Beiträge
    0 Aufrufe
    B
    I do the same in Proxmox VMs, in my homelab, which is... fine. I was talking more about native support, manageable via an API or something. Say I need to increase the number of nodes in my cluster. I spin up a new VM using the template I have, adjust the network configuration, update the packages, add it to the cluster. Oh, maybe I should also do an update on all of them while I'm there, because now the new machine runs a different docker version. I have some Ansible and bash scripts that automates most of this. It works for my homelab. At work however, I have a handful of clusters, with dozens of nodes. The method above can become tedious fast and it's prone to human errors. We use external Kubernetes as a service platforms (think DOKS, EKS, etc), who have Terraform providers available. So I open my Terraform config and increase the number of nodes in one of my pre-production clusters from 9 to 11. I also change the version from 1.32 to 1.33. I then push my changes to a new merge request, my Gitlab CI spins up, who calls Atlantis to run a terraform plan, I check the results and ask it to apply. It takes 2 minutes. I would love to see this work with Proxmox.
  • Tech support 'trained monkey’ fixed problem with two fingers

    Technology technology
    7
    1
    31 Stimmen
    7 Beiträge
    6 Aufrufe
    S
    I can understand why some programs only allow a single copy to be opened at once, something like email makes sense. However on Linux they got this right... if you try to open a program that is already running, it switches to the screen that program is on and restores the program window to the desktop. There's no guessing why the program "won't open", it just makes the logical choice that you want to see it. Heh that reminds me of another detail from that call... the guy also wasn't willing to reboot his computer (which would have solved the problem as well), but berated me for not knowing what I was doing for making the suggestion. Dude, it's Windows, things break constantly and a reboot generally resolves the issue.
  • 679 Stimmen
    179 Beiträge
    391 Aufrufe
    D
    Thats what the firewall rules do too, don't allow internet connection if there's no vpn connection. Firewall is a system-wide solution that always works, while qbt config relies heavily on the application implementing interface binding properly. Which it doesn't fully btw.
  • Hacker Tactic: ESD Diodes

    Technology technology
    1
    1
    24 Stimmen
    1 Beiträge
    8 Aufrufe
    Niemand hat geantwortet
  • Adaptive Keyboards & Writing Technologies For One-Handed Users

    Technology technology
    5
    1
    112 Stimmen
    5 Beiträge
    28 Aufrufe
    T
    Came here to say this.
  • 99 Stimmen
    47 Beiträge
    165 Aufrufe
    P
    One of the greatest videos ever.
  • 93 Stimmen
    1 Beiträge
    5 Aufrufe
    Niemand hat geantwortet
  • Stack overflow is almost dead

    Technology technology
    5
    0 Stimmen
    5 Beiträge
    26 Aufrufe
    ineedmana@lemmy.worldI
    students When I was a student I despised the idea of typeless var in C#. Then a few years later at my day job I fully embraced C++ auto. I understand the frustration but unfortunately being wrong is part of learning