←back to thread

346 points obscurette | 1 comments | | HN request time: 0.204s | source
Show context
Lonestar1440 ◴[] No.42117308[source]

I took about 60 credits - ~8 hours per week each school semester - of Computer Science courses back in the mid 00's at a top state school. Besides the 101 Course, heavy on Java syntax; and Software Architecture where one learns the dark art of Swing, we used pencil, paper, and white boards (even a few chalk boards!) for the rest.

I use concepts like Dijkstra's algorithm and the Turing machine regularly in my job. They are very real to me - more real than any programming language - because I sat for hours taking paper notes off a whiteboard while some OG Computer guru discussed the topic.

If I didn't need tech to learn Computer Science, kids definitely don't need it to learn Algebra.

replies(2): >>42117394 #>>42117708 #
1. pessimizer ◴[] No.42117708[source]

I didn't even own a computer for my first year of computer science (couldn't afford it), and had a 1½-2 hour commute to school. I did everything with paper and pencil, because when I had to actually turn in something, it involved staying in a giant, crowded computer lab and getting home well after dark after having left well before dawn. I still have notebooks filled with C.

That being said, my mother learned how to program when they were still using punchcard decks. My ordeal wasn't special. Don't know if I learned any better than others, but I think the need to not have bugs on the first iteration was more important for me than for other people. I did not just tweak things until it worked.