this post was submitted on 04 Jan 2025
29 points (73.8% liked)
Programming
17748 readers
693 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It sounds like you'd benefit from having a project in mind. I always learned programming languages by building something I wanted, or by tinkering on someone else's project.
That could be good in the future but i struggle with the basics too. I look at source code and have absolutely no idea what it does
Code is overwhelming. Even experienced professionals hate diving in to somebody else's code. It's scary, poorly documented and we always think we could have done it better.
Don't let that put you off.
A lot of us are practical learners. So like you we stare at a wall of code but struggle to comprehend it. But if you dive in and start editing, experimenting etc you'll change the output and understand why it was written in a certain way.
Eventually once you've got it sussed you'll be able to adapt a script to do what you want it. That'll trigger the dopamine reward mechanism and you'll be hooked like the rest of us.
The comment above stands on its own. Code can be overwhelming - start by going through an existing program and write a comment for every single line - describing exactly what each line does. You’ll pick it up faster than you think.
It sounds like you either have not integrated ChatGPT into your life yet or you'd never think of asking a tech-tool tech-related questions.
All my code in the last year has been written up by AI. Sure, for now you still need to know what you're doing, the code pretty much always needs adjustments, but your first draft is never farther than one LLM query away.
If you tell him what you just told us, like "I've spent months and all I can do is parse some values, what could I code to expand my horizon?" you will have new angles in minutes and all key lines of the code will be explained to you.
this is just horrible advice
Using AI is cheating and no teachers like it. We are ecouraged to learn entirely without any LLM or similiar. Sure, i could pull it off, when the teacher is not watching, but that's very risky
I thought you were learning by yourself. If you have a teacher/class and you need to consult the internet for advice that probably doesn't bode well for your teacher's performance.
I'm not suggesting to use AI to cheat on a test or something, even with the existence of AI we should still try to build our own knowledge and understanding. But I mean if you got some homework or whatever and you feel like your understanding should already be further developed why not ask an advisor which has time for you 24/7? What counts is your own progress and nothing else. The goal isn't to let AI do the work and be done with it but to gain an understanding which your teacher seemingly couldn't convey to you.
Ah ok, i understand. I sometimes ask AI to explain it, i try to memorize the explaination and write it