(no title)
massung | 6 months ago
AI may be helpful at times, but to limit one’s self to only the knowledge and experience they have is… short sighted at best.
massung | 6 months ago
AI may be helpful at times, but to limit one’s self to only the knowledge and experience they have is… short sighted at best.
_the_inflator|6 months ago
I for example find LLMs not useful in regards to coding on 6510 or 68000 especially in assembler when developing code for a product of the demo scene.
x86 became pretty useful lately, but still, on certain machines with bit manipulation, you would better take your time to triple check your code and don't rely on LLM.
I would love to see a change here.
coliveira|6 months ago
pjmlp|6 months ago
As next step of low code/no code tooling, the agent will do the actions for us.
We are already seeing this on SaaS offerings.
3036e4|6 months ago
(Free)Pascal seems to work great though. I think enough of that is in training data that it can be used as well as any language. There isn't much special to consider to get it right. It is not like figuring out how to do Rust or C++.
snapcaster|6 months ago
massung|6 months ago
- professionally (for money) - personally (for knowledge’s sake)
Regarding the former, I’m nearing retirement age, so personally I don’t care as much; I’m no longer “investing [in] a dead craft”. Assuming it is dead (I don’t think it is).
Re the latter, I have rejected it. I love problem solving. And I consider programming a tool I use to solve problems. Regardless of whether it’s an LLM or my old C text book, if I limited myself to only what came before me, then I can’t possibly improve on the current situation. My solutions would be in a perpetual state of stagnation. I can’t speak for others, but that sounds boring AF to me.
add-sub-mul-div|6 months ago
azinman2|6 months ago
At least it’ll eventually become easier to distinguish oneself with something better. You’ll just always be slower.