top | item 45196039

(no title)

miah_ | 5 months ago

0% AI, 80% YAML Jockey, 10% SSH Shenanigans, 10% Python programming

Been doing sysadmin since the 90's. Why bother with AI, it just slows me down. I've already scripted my life with automation. Anything not already automated probably takes me a few minutes, and if longer I'll build the automation. Shell scripts and Ansible aren't hard.

discuss

order

JustExAWS|5 months ago

And get off your lawn?

I’ve been developing professionally since 1996 and started on Dec Vax and Stratus VOS mainframes in Fortran and C, led the build out of an on prem data center with raised floors etc to hold a SAN with a whopping 3TBs of storage along with other networking gear and server software.

Before I started developing professionally, I did assembly language on 65C02, 68K, PPC and x86 for 10 years.

In between then and now, I’ve programmed professionally in C, C++, VB6, Perl, Python, C#, and JavaScript.

Now all of my work is “cloud native” from development to infrastructure and take advantage of LLMs extensively.

It’s not a mark of honor to brag about you don’t use the latest tools.

TheNewsIsHere|5 months ago

I’m not sure what the point of your statement is?

Some people aren’t using LLMs to do development. Some people aren’t doing stuff in hyperscaler clouds. Some people don’t work in environments where code is allowed near LLMs. Some people are and some people do. This is perfectly fine and to be expected.

eldavojohn|5 months ago

What if you took those scripts that you have used to automate your life, dumped them into something like cursorAI and asked the model to refine them, make them better, improve the output, add interactivity, generalize them, harden them, etc?

Sometimes when I have time to play around I just ask models what stinks in my code or how it could be better with respect to X. It's not always right or productive but it is fun, you should try it!

blibble|5 months ago

> add interactivity

just what I want, interactivity in my ansible playbook

> It's not always right or productive but it is fun, you should try it!

yey, introducing bugs for literally no reason!