• 0 Posts
  • 33 Comments
Joined 2 years ago
cake
Cake day: June 27th, 2023

help-circle


  • Mid 90s at work as a project support technician in Sony Broadcast R&D in the UK. Slackware, then red hat mostly. Installed Linux boxes in various digital TV stations in London in 1999/2000, used to insert interactive games into the broadcast stream.

    I was a sysadmin from 99 to about 2018, from then onwards I’m more DevOps. Done a bunch of stuff with CentOS too, including migrating 500k email accounts to our hosted solution. Other cool stuff included a VMware based development environment using Foreman + FreeIPA to auto provision dev VMs with all sorts of puppet code.

    Now at home I run Fedora and work on macOS, writing Terraform and Python. And some nodejs too.

    Been at it a long ass time now lol












  • bloopernova@programming.devtoGit@programming.devConfusing git terminology
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    2
    ·
    edit-2
    2 years ago

    Yeah git is complex. It performs a huge array of tasks, the problem domain is very complicated. Do people complain Typescript or Rust is too complex? Probably some do but most accept that learning a programming language takes time and dedication.

    The hacker news thread on that article is depressing. So many people saying “waaahh git is hard! I had to look up how to do something!” No shit? You had to learn something you previously didn’t know?!?

    Like, multiple devs I’ve known had trouble understanding that things in git are often just pointers. Symbolic links. Yet it’s treated like an alien ship just crashed into their lap!