Ask HN: Last time you wrote code?
11–18 of 18 posts
Re: Ask HN: Last time you wrote code?
#12A few hours ago. I am learning a new language (rust) so I disabled auto complete and AI suggestions. Otherwise AI becomes more of a distraction than a booster. But for languages I am more confident (like JS and dart), I usually don't write code and only review it. If it is a throw-away project (like I am only experimenting something or just need something for one time), I don't event look at the code and only focus o…
Re: Ask HN: Last time you wrote code?
#13btw; Lisp is poetic and if you've never learned one, you should!
Re: Ask HN: Last time you wrote code?
#14A few hours ago. I am learning a new language (rust) so I disabled auto complete and AI suggestions. Otherwise AI becomes more of a distraction than a booster. But for languages I am more confident (like JS and dart), I usually don't write code and only review it. If it is a throw-away project (like I am only experimenting something or just need something for one time), I don't event look at the code and only focus o…
Interesting, I just decided (well 2 days ago) that I want to learn Rust myself. What resource are you using to learn?
Re: Ask HN: Last time you wrote code?
#15Re: Ask HN: Last time you wrote code?
#16LLMs will repeat the patterns they see, and I’m trying to whip a legacy codebase into decent shape before the next phase of feature growth, so no fully generative coding for anything beyond tests and throwaways until that’s done.
And TBH, while I adore neither having to type out the nits of syntax nor having to remember the details of certain APIs, I still get far more enjoyment from working at the code level than the prompt level. So a good AI autocomplete makes for very enjoyable and productive coding.
Re: Ask HN: Last time you wrote code?
#17So, today.