HN user

theyak

10 karma
Posts0
Comments14
View on HN
No posts found.

We've had network issues as well as forced shutdowns that have corrupted data. Their support was also terrible. We only spent a few weeks with Vultr because of this.

It is completely unclear from this rant what the daughter knew before entering the class. I don't care if she had used Linux, that doesn't mean she knew jack squat about programming.

I taught an intro to computer programming course at a local community college for a semester. The curriculum was set, so I couldn't really venture off to my own thing. What I learned is that what we have to teach simply is boring. Sorry, but you have to learn about loops, conditionals, variables, and all those other mundane things before you can move on to more interesting things. And let's get real, how interesting are things ever going to be in a class? Not very. It gets exciting when you know enough to create a project on your own. An intro to computer course is not that course - I wish it were.

Teachers in the U.S. who expect students to struggle with math problems instead of just giving them answers after the student puts in the most minimal effort can get in big trouble for doing so. (Source: My math teaching career.)

Why I Program in Go 14 years ago

I have been unable to find a good web server tutorial. Everything seems to be listen, process page, done, repeat. This doesn't seem to allow multiple connections at once, especially if the process page process takes a long time.

Reading your description below (test cases et. al.), it doesn't seem as simple as you first make it seem. I start with something like, "Write a loop that displays the numbers 1 to 100." About 80% of the people I phone interview fail this test. Almost 100% of newly graduated students fail. I'm not sure if they are overthinking it, if schools are no longer teaching anything practical, or what.