Earlier quoted context omitted.
USA had no part in that push?
Perhaps but the US was pushing NATO to invest more in war for years suggesting they didn't believe war was in the past
The West forgot how to make things, now it’s forgetting how to code
251–260 of 896 posts
Re: The West forgot how to make things, now it’s forgetting how to code
#252Click/rage bait? The opening paragraph is ridiculous. The FIM-92 Stinger is obsolete. It was replaced by FGM-148 Javelin. DACH (Germany, Austria, Switzerland) didn't forget how to make things. They are still world class for manufacturing. (Northern Italy is also economically part of that manufacturing mega-hub.) There are plenty of NLAWs (much cheaper than Javelin, and only slightly less capable) in EU/Nato stocks to…
So you published this comment with an anti-Ukrainian spin, and just 2 minutes after posting, your comment is already at the top of comment rankings? I hope HN mods follow inauthentic upvote / comment behaviour on this site; this looks fishy.
Re: The West forgot how to make things, now it’s forgetting how to code
#253> They can’t tell you what the AI got wrong. AI code generators are trolls. They confidently plausible content which is partly wrong. Then humans try to find their errors. This is not fun. It has no flow.
Re: The West forgot how to make things, now it’s forgetting how to code
#254Earlier quoted context omitted.
> I find that I can obsessively breathe down the neck of an LLM for far longer than I could ever stay in the traditional flow state. I can do that too. Most programmers can. That's because it requires less skill! Critiquing something is always easier than doing it. I can literally keep an LLM fixing things forever by just saying things like "This is not scalable", or "this is not maintainable", or "this is not flexib…
That's because it requires less skill! Critiquing something is always easier than doing it. No, it was always the other way around. Mediocre programmers always wanted to rewrite everything because reading and understanding an existing codebase was always harder than writing some greenfield thing with a “modern language” or “modern libraries” or “modern idioms.” So they’d go and do that and end up with 100x the bugs.
You are comparing writing something with rewriting something. You don't know what the difference is?
Re: The West forgot how to make things, now it’s forgetting how to code
#255Re: The West forgot how to make things, now it’s forgetting how to code
#256Re: The West forgot how to make things, now it’s forgetting how to code
#257I don’t know, but the evidence shows that software engineering is not that deep of an art. People come and go at rates that would not be sustainable in any manufacturing business.
Just classified ads or e-commerce platforms such as gumroad and shopify are complex enough that a single person cannot master them end to end. The domain is huge to master and takes a lots of time to master.
Re: The West forgot how to make things, now it’s forgetting how to code
#258Earlier quoted context omitted.
I hear this a lot, but also I'm curious. How can you really forget coding? It doesn't seem to me a thing that I could suddenly forget? Without AI I will feel frustrated that I'm now much slower, but ultimately it's just describing logic. So I'm a bit skeptical of the claim. My brain effort is also on other things now, such as how to orchestrate guardrails, how to build pipelines to enable multiple agents work on the…
If you are not practicing an activity consistently, you'll forget some of the finer grained aspects. When I'm coding, I subconsciously create a continuous logic map. Having someone or something just generate (and generate so quickly) destroys that and makes it easier for bugs to slip through.
You could forget maybe how a certain lib or framework worked or things like that, or more so how you wouldn't have been up to date with all the new ones, but ultimately code can be represented as just functions with input and output, and that's all there is to it.
As in how could I possibly forget what loops, conditionals or functions are?
I haven't written code myself for 1+ year (because AI does it), but I feel like I have forgot absolutely nothing, in fact I feel like I have learned more about coding, because I see what patterns AI uses vs what I did or people did, and I am able to witness different patterns either work out or not work out much faster in front of my eyes.
Re: The West forgot how to make things, now it’s forgetting how to code
#259I still code daily without any coding assistance mostly because I believe this is the way to not forget how things are done, even trivial things. My main point against using AI is that I do not want to depend basically on anything when I'm in front of the screen (obviously not including, documentation, books, SO and alike). I closely see people that are 100% dependent on AI for literally everything, even the most tri…
I hear this a lot, but also I'm curious. How can you really forget coding? It doesn't seem to me a thing that I could suddenly forget? Without AI I will feel frustrated that I'm now much slower, but ultimately it's just describing logic. So I'm a bit skeptical of the claim. My brain effort is also on other things now, such as how to orchestrate guardrails, how to build pipelines to enable multiple agents work on the…
Re: The West forgot how to make things, now it’s forgetting how to code
#260Earlier quoted context omitted.
> Technically you don't have to be an employed developer to become a senior developer. That's incredibly unlikely. Do you need to be an employed surgeon to become a senior (or whatever they call it) surgeon?? I very much doubt you can be senior without having actually spent years doing it professionally. The experience is everything, no book will give you the sort of understanding you need. That's unfortunately human…
> That's unfortunately human nature, we are not capable to learn and internalize things simply from reading or watching others do it, we absolutely need to do it ourselves to truly learn. That is, and has always been, true. Currently, however, the narrative that is sold (and unfortunately accepted by so many of the senior developers who post here) is that the experience of telling someone else to do something is just…