IT/Software career thread: Invert binary trees for dollars.

Noodleface

A Mod Real Quick
39,553
18,133
Generally, I agree. I honestly don't know how to square those two longterm as this is now my 4th attempt trying to type up this reply. I feel like we're living through the runup to 2008 again and not enough people give a shit about what storage prices are doing as a barometer.

And you're not being rude, not at all. Recently, I feel like I'm the black sheep in some these tech threads. I was expecting a far more bombastic response.

FWIW, I've started dabbling in Claude Code on work's dime. It wrote a script for transition bugs out of an outdated system and into gitlab. Not really had that eureka moment. Yet? Idk, maybe I'm too stupid to figure out how to integrate it better into my workflow. I just spent a whole day pouring through logs to try to figure out why clang++ couldn't find basic headers like <any>. Turns out, emacs had installed libgcc-14-dev but not gcc-14, so the headers were incomplete. When clang++ ran, it picked gcc-14 over gcc-13 for system headers and barfed because of course it would.

How do I integrate AI into that kind of workflow? That's like 50% of what I do.
"I'm getting this error, how do I fix it" is what I ask Claude a lot.
 

Deathwing

<Bronze Donator>
17,727
8,698
I was posting serious sized chunks into google, does that count as using Gemini? I usually scroll right past the AI response but I was getting desperate. I don't recall them being very helpful.

The tricky part of this is that I was trying to match a production environment, so the common solutions were all useless because they suggested system modification that wasn't going to happen.

In the end, it was my distaste of emacs that I uninstalled it on a whim and noticed apt saying some dev package could now be autoremoved that finally clued me in. Afterwards it was just 10m of figuring out what -I flags to supply to the commandline.
 

Noodleface

A Mod Real Quick
39,553
18,133
Well Gemini is not using anthropic models, so yes it's AI but it's not great.

By the way today we finally ran my code and it worked the first time on a live server. Just bonkers.