Learning to code kept me sane when I was a diplomat
vikparuchuri.com
Learning to code kept me sane when I was a diplomat
1–10 of 51 posts
Re: Learning to code kept me sane when I was a diplomat
#2Re: Learning to code kept me sane when I was a diplomat
#3So much programming instruction seems designed to teach people who already understand programming how to solve problems that nonprogrammers wouldn't even understand. A tutorial that started with automating tasks like this might be more effective than all the ones that start by demonstrating how to do basic arithmetic in $LANGUAGE and go on to a detailed explanation of $LANGUAGE's object system.
Re: Learning to code kept me sane when I was a diplomat
#4I cringed a little. I'm glad he's learned enough to know now that this is not the right approach.
Re: Learning to code kept me sane when I was a diplomat
#5The article shows an interesting illustration of the disconnect between programmers and normal computer users. Like the author says at the beginning, any experienced developer knows that automating interaction with a GUI is a crazy idea. It's a painful, fragile way to move data around. But to the author and anyone who's done data entry, it's an improvement to their workday that demonstrates the power of programming.…
Re: Learning to code kept me sane when I was a diplomat
#6> I decided to write a program that clicked on things. I cringed a little. I'm glad he's learned enough to know now that this is not the right approach.
Re: Learning to code kept me sane when I was a diplomat
#7> I decided to write a program that clicked on things. I cringed a little. I'm glad he's learned enough to know now that this is not the right approach.
The only truly cringey part is not knowing about CSV!
Re: Learning to code kept me sane when I was a diplomat
#8Re: Learning to code kept me sane when I was a diplomat
#9> I decided to write a program that clicked on things. I cringed a little. I'm glad he's learned enough to know now that this is not the right approach.
I thought this way before, and looked down on what I had made, but I'm slowly coming around to the idea that its more about how well the approach works and what it teaches you than about the technical details. I definitely wouldn't code it the same way today, but it worked well and taught me a lot. I wouldn't stop anyone who's in a similar position from doing the same.
Re: Learning to code kept me sane when I was a diplomat
#10The article shows an interesting illustration of the disconnect between programmers and normal computer users. Like the author says at the beginning, any experienced developer knows that automating interaction with a GUI is a crazy idea. It's a painful, fragile way to move data around. But to the author and anyone who's done data entry, it's an improvement to their workday that demonstrates the power of programming.…