• 0 Posts
  • 62 Comments
Joined 2 years ago
cake
Cake day: October 14th, 2023

help-circle
rss
  • I sent a department wide email announcing a new release on an internal piece of software my team maintains, it was very concise, almost like a telegram, it was something like:

    To everyone at this department:

    Internal Software version 6 has been released.

    Added support for ABC feature and fixed the issue with XYZ.

    Full details in this link.

    Kinds regards, me.

    Shortly after I got a very verbose response by someone explaining me why should I use AI to write “better” emails, by better it meant longer and verbose. I replied with this comic






  • I’ve been using Ansible for almost 10 years now and one thing I learned is to keep things simple, most issues I had with Ansible in the past were due to me taking the wrong approach to problem solving. In way, it forced me to not overcomplicate things.

    I’m not the biggest fan of it, but I do prefer it over other IaCs.

    edit: tbh my biggest issue with Ansible is other people who ask me “why not wrtie a bash script instead?”