- 0 Posts
- 8 Comments
Joined 2 years ago
Cake day: October 1st, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
The c build system that comes with visual studio. You pretty much have no choice but to use it if you’re writting c on windows.
Classic microsoft, making the worst possible version of something, and somehow finding a way to force everyone to use it.
They clearly don’t consider their human capital to be all that important if they’re relagating hiring to ai. Take it as a signal that your value is too high for this company. Chaces are they would prefer to hire 2 year grads or bootcampers over experienced engineers.
Managers hoping genAI will cause the skill requirements (and paycheck demand) of developers to plummet:
Also managers when their workforce are filled with buffoons:
The secret to success in software engineering:
- Lie and say that there is
- Write or use a conversion algorithm
- Boss won’t know the difference
- Collect bonus at performance evaluation
- Put “AI engineer” on resume
Data types do matter, and someone’s got to declare them at some point, or else your compiler won’t know how to intepret them. It’s just a question of who should be doing the declaring: you, or a parser algorithm? Personally, I don’t like things being done for me.