RandomDevOpsDude
@RandomDevOpsDude@programming.dev
Release engineering for mobile app with ~100 million daily active users. I like kotlin SpringBoot apps deployed to k8s. Go apps for custom k8s controllers.
- Comment on With AI looming, is there still space for new coders? 8 months ago:
I find it very difficult to recommend generative ai as a learning tool (specifically for juniors) as it often spits out terrible code (or even straight up not working) which could be mistaken as “good” code.
The problem is it cannot go back and correct/improve already generated output unless prompted to. It is getting better and better, but it is still an overly glorified template generator, for the most part, that often includes import statements from packages that don’t exist, one off functions that could have been inline (cannot go back and correct itself), and numerous garbage variables that are referenced only once and take up heap space for no seemingly no good reason.
Mainly speaking on GPT4, CoPilot is better, both have licensing concerns (of where did it get this code from) if you are creating something real and not for fun.
- Comment on the myth of type safety 11 months ago:
Laughs in
object
- Comment on What inspired you to pursue a career or hobby in programming? 1 year ago:
December 8th, 2009 - Motorola Droid successfully rooted … [granting] root access on the phone using a terminal emulator. This is how I learned bash which inevitably pushed me into pursuing proper Computer Science.
- Comment on What got you into coding ? (aside from money) 1 year ago:
December 8th, 2009 - Motorola Droid successfully rooted … [granting] root access on the phone using a terminal emulator. This is how I learned bash which inevitably pushed me into pursuing proper Computer Science.