Long term computer programmer, making my own library. American based. Far left politically. Promotes use of paper ballots. Follows news about environmental collapse, political corruption in my country, human rights, science and tech.

  • 1 post
  • 19 comments
Joined 11 months ago
Cake day: July 16th, 2025
  • After coding a lot, and talking to many people, I have decided that while most people can be trained to be decent programmers; the critical ingredient is both an interest and the ability to sit down and do it for long periods of time.

    As long as you have both you will find your path.

    For me I learned a lot by reading books, coding my own things, and reading other people’s code. Often on first read, I was intimidated. Sometime I had to take a while to figure out new things. More than once I had to stare at a few dozen lines of code all afternoon.

    It really helps to have a debugger to step through each line of code as it runs . This shows the values of variables at each step

    And that assumes the code runs at all. I learned to debug my own code, when it would not run, by making every conceivable error several times until I could read the output in my sleep and know how I messed up. That takes a while to make that many errors!

    But debugging is definitely very important

  • Yes, although I still worked on my own projects.

    I have drifted from professional to other for many years.

    Now that I have coded for two generations now, I often think I should have chosen some main occupation that was not a sit down job.

    But it is what it is, and I will probably program more than anything else for the rest of my working life