• 4 Posts
  • 985 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle



  • I didn’t switch into IT, I’ve basically been in IT since I started working (which was quite a while ago). But hopefully I can help.

    I think you’re off to a good start with the minor in comp sci. That will help. Certs can help too, depending on the nature of them. I wouldn’t go all-in on super-expensive certs, but if they are affordable and hands-on they’re probably worth it.

    Depending on which area of IT you want to the get into, just keep learning/relearning skills and building up your knowledge in your spare time. That might be a bit more expensive if you’re going into the hardware/network side of things (especially right now). Maybe look online for used hardware you can buy to build up a home lab. But for software development it’s not too bad, since there are lots of good open source tools out there.

    If you are taking the software path, I suggest finding an open source project and helping them out, since that’s a great way to learn and it’s good for the resume. But also know that (from what I’ve heard) the software development field is BRUTAL right now for entry level/junior devs. AI and corporate layoffs are making it a tough field to find a position in.

    If you have a knack for networking, especially messing around on networks, cyber security might be a good avenue.

    Good luck!









  • In that scenario where AI is used to find specific code snippets or other matching text blocks, the false positives aren’t really the problem. The false negatives are the issue.

    I’ve run into that myself a few times when trying to use AI. You give it a very clear prompt to find something and it sometimes just falls flat on its face. It’s easy for the AI evangelists to just blame the human who wrote the prompt, or say “you didn’t give it enough context!” But anyone who’s tried using AI and is being objective about it will tell you that’s a weak excuse that doesn’t hold water a good chunk of the time. You can give it plenty of context, and be very clear, and it still doesn’t find all the examples that clearly match the prompt.

    Ultimately, you often have better luck using a well-crafted regular expression to search for text than using AI.

    And that seems like the crux of the issue (which you also highlight). While there are some very good use cases for AI, it’s being waaaay over-used. And too often its faults are dismissed or glossed over.