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

help-circle

  • My first like real programming job, in 2019, version control was “download the project from the share drive, update the code, then add your new code back to the share with todays date in the folder name”.

    Everyone, except 1 dude liked SVN or mercurial, wanted the boss to just get us on git. It became the general standard for a reason. None of us liked the version control system we had, but HDD space was cheap so the boss wasn’t that concerned.










  • See, it’s this trying to be overly friendly nonsense I hate about JS. If you need semicolons, demand them. Don’t make it seem like you don’t then make your code break because it hudes that you do. My first orogramming job was at large multinational japanese motor company and they had a hard rule over no in house exe’s or opensource software. So the compromise was doing everything in JS. JS refused to listen to me on doing a single threaded for loop, just run the loop, wait a moment, run the next one, wait a moment…

    JS, don’t help me, just do as I say



  • Yeah, I’m in the IT dept (companys conatantly flop between throwing software into engineering, IT, or its own dept) and the other day, 5 minutes before I leave for a week long vacation a user comes up and asks if we’re ignoring her.

    Outlook is constantly asking for a password to one of the emails she uses. She doesn’t know it and keeps clicking close on the popup. So she sends an email, FROM THE ACCOUNT SHE IS LOGGED OUT OF, to helpdesk a few days earlier.



  • Yeah, again, I don’t do much terminal text editing. I have an IDE. If I’m trying to help someone across the country 1000 miles away fix something on the machine I develop for, I’m going to give them instructions on something that will be incredibly easy to use. I don’t want to have to explain why the arrow keys aren’t working and why they have to use jkl; to navigate or explain how enter edit mode or how so save and exit. Keep it simple stupid.