Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> If an AI can replace you at your job, you are not a very good programmer.

Me and millions of other local yokel programmers who work in regional cities at small shops, in house at businesses, etc are absolutely COOKED. No I cant leet code, no I didnt go to MIT, no I dont know how O(n) is calculated when reading a function. I can scrap together a lot of useful business stuff but no I am not a very good programmer.



> no I dont know how O(n) is calculated when reading a function

   1. Confidently state "O(n)"
   2. If they give you a look, say "O(1) with some tricks"
   3. If they still give you a look, say "Just joking! O(nlogn)"


O(no idea)


>no I dont know how O(n) is calculated when reading a function

This is really, honestly not hard. Spend a few minutes reading about this, or even better, ask a LLM to explain it to you and clear your misconceptions if regular blog posts don't do it for you. This is one of the concepts that sounds scarier than it is.

edit: To be clear there are tough academic cases where complexity is harder to compute, with weird functions in O(sqrt(n)) or O(log(log(n)) or worse, but most real world code complexity is really easy to tell at glance.


its not hard. Accounting isnt that hard either. I just know more business crap than programming


Do you mean you aren't able to use AI to make software?

The thing you fear is the thing that you could just use to improve yourself?

Why fear a shovel?

Also, I never claimed to be a good programmer either. Just don't see the point fearing something that makes it infinitely easier and faster to get work done.


I suspect the value you bring to the table is that you are good enough a programmer to translate the problems of the people you work with into working code.

LLMs can do it somewhat, but it can probably leetcode better than even most of the the people who went to MIT.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: