Ask HN: How did you learn to code?
11–20 of 89 posts
Re: Ask HN: How did you learn to code?
#12Re: Ask HN: How did you learn to code?
#13Re: Ask HN: How did you learn to code?
#14Re: Ask HN: How did you learn to code?
#15Never really learned it. Still struggling.
Re: Ask HN: How did you learn to code?
#16On the brand new and shiny 486 running dos and windows 3.1 that my father bought, on the qbasic language. With only a paper book as reference. No llm, no stackoverflow, no pageranked search engine, no internet, and not even Ctrl+F. In these days when you had a bug, you could chew on it for days.
Wait, MS QBasic had fantastic in built help, with examples. That is the best kind of help.
Re: Ask HN: How did you learn to code?
#17The amazing part was the reader comment section in the end, where people were writing letters to the magazine publishers with their modifications to programs from one of the magazines before, so patches were literally transmitted via paper.
To me as a child, I never understood that this was programming. This was just how I could play games on the device.
Amazing memories with the C64, and I was so lucky to get one as a child because it was more common in the human generations before me. Getting a used 386 turbo as the second device was literally child's play when I was learning to write assembly for it when I discovered an assembler program on its hard drive.
Re: Ask HN: How did you learn to code?
#18experimenting at home with qbasic + college
Re: Ask HN: How did you learn to code?
#19By endlessly asking #python on freenode how to do basic things like utilize a dictionary.