• 0 Posts
  • 13 Comments
Joined 1 month ago
cake
Cake day: May 8th, 2026

help-circle





  • A lot of the major companies are trying to “embrace” AI. Anyone saying percentages is full of shit. And anyone claiming they got fired for refusing to use AI is also full of shit, they got fired for other reasons, which much have been screaming “I’ll never use AI you fucks!” Haha

    Regarding the industry as a whole, AI is a big thing. You need to know how to use it correctly to (hopefully) produce quality code. This is a really rough time in the industry, for many reasons not at all related to AI. The economy is shit, globally. There is a lot of uncertainty, globally. Jobs are absolutely not secure. I’ve been laid off 3 times since 2020. And no, I wasn’t the only layoff. One company got rid of all their IT staff save for the IT director and one (overworked) support technician.

    If you’re asking because you want to go into software as a career…………… don’t. Go into healthcare.





  • The source is open for you to look at. Depending on the license, they allow you to do things with it. Sometimes they will show you the source but you’re not allowed to do anything with it besides maybe compiling it for yourself. Sometimes they don’t even give you full source code. Sometimes they let you do whatever as long as they get credit for their part.

    Some licenses say that you can use their source code as long as you publish your own source code that used it. Linux Is like that. That is why Apple chose to go with BSD as opposed to Linux. They could remain closed source if they wanted to.

    Personally, I release everything I do with “the unlicense” which is essentially public domain.