• Like… Literally any of it. I’m a software engineer and my degree didn’t have anything to do with software or engineering.

    I’d have to really stretch to something like “time management” or “active listening” to find any connection, lol.

    • @mesamunefire@lemmy.world
      link
      fedilink
      English
      18
      edit-2
      1 year ago

      Computer Science was great dont get me wrong, but I totally agree. Comp Sci helped with some of the basics, but didnt prepare you at all on the soft skills that get you ahead, nor why task management, version control, and other such concepts are so important.

      • Semi-Hemi-Demigod
        link
        fedilink
        21 year ago

        My university created an entirely new school because while the computer science graduates could do computer science they couldn’t write an email or contribute to a meeting.

    • R0cket_M00se
      cake
      link
      fedilink
      English
      71 year ago

      It’s crazy that someone can go through college for comp sci and never touch things like VSC or PuTTY until they’re in the workforce.

      Meanwhile a programming boot camp or IT Security Analyst boot camp will have you digging into the tools of the trade immediately.

      • Heh yeah. Lots of fresh grads don’t even really know anything about application development. Like they have a handful of sorting algorithms memorised and can explain what a compiler does (and are thinking about writing one some day) but can’t actually build anything.

        Often, they can pick it up quickly, whatever the “it” is… But it doesn’t give them that much of a head start compared to someone who did a shorter program or self-taught.

        I’ve never used PuTTY either, tbh… Is that just what Windows users use for SSH stuff?

        • R0cket_M00se
          cake
          link
          fedilink
          English
          31 year ago

          Not anymore, it’s a terminal emulator but most have transitioned to just using Poweshell to SSH into things. I like multi-tabbed putty and use it heavily when configuring network appliances.

          It’s also not a Windows thing lol you can install it natively in Debian, Fedora, and Arch that I know of with the basic package manager of each.

          • Oh lol TIL. I just read “PuTTY is an SSH and telnet client, developed originally by Simon Tatham for the Windows platform” on putty.org.

            I wonder how many of the people I work with have used it before. Maybe I’m an outlier for never encountering it.

            • R0cket_M00se
              cake
              link
              fedilink
              English
              11 year ago

              I’ve never used Linux in an Enterprise environment so I don’t know if there’s an easier way to store servers/switches as objects and access them via the standard terminal than MTPuTTY, but yeah I’m not surprised it was originally created for windows and then ported at some later time.