• 0 Posts
  • 148 Comments
Joined 3 months ago
cake
Cake day: February 22nd, 2026

help-circle



  • One time at work I was tasked with writing a python script to compare two data sources. Like, you give it two CSVs and a primary key, and it tells you what data is in one but not the other, or mismatched, and so on. This worked fine and was in git, so anyone can use it.

    My boss then asks if I can “put it on a website so anyone can use it”.

    This team has never done web development. Nothing for that is set up. Like, I could spin up a quick Django app or similar, but there’s a lot of stuff to do and potentially fuck up.

    I said “that sounds like a lot of research and ongoing maintenance costs. I think it’d be better to just check out and run the script”

    Luckily for me he said “oh, okay”