Live data from Hacker News

Spaced Repetition to Increase Programmer Productivity (1993)

super-memory.com

1–10 of 18 posts

Re: Spaced Repetition to Increase Programmer Productivity (1993)

#5
post #4

This paper was published in 1993, and not 1998, as the HN title currently says. You may wish to read the excellent Wired article from 2008 about the somewhat eccentric author of this paper, Piotr Woźniak. http://www.wired.com/2008/04/ff-wozniak/

Thanks; year fixed.

Re: Spaced Repetition to Increase Programmer Productivity (1993)

#6
I can see how a memorization aid like spaced repetition could actually improve your productivity in 1993, but in 2015, it's neither feasible nor necessary for programmers to memorize all the stuff we use, so I'm not seeing this as terribly useful nowadays.

Re: Spaced Repetition to Increase Programmer Productivity (1993)

#7

Oh jeez, if I ever needed spaced repetition to be a programmer, I'd find a new profession, stat.

Truth be told, our only saving grace is having documentation at the touch of a key. Remembering the API calls of a single framework is a monumental task.

Re: Spaced Repetition to Increase Programmer Productivity (1993)

#8
post #6

I can see how a memorization aid like spaced repetition could actually improve your productivity in 1993, but in 2015, it's neither feasible nor necessary for programmers to memorize all the stuff we use, so I'm not seeing this as terribly useful nowadays.

But wouldn't spaced repetition be useful to master C++?

Re: Spaced Repetition to Increase Programmer Productivity (1993)

#9
post #6

I can see how a memorization aid like spaced repetition could actually improve your productivity in 1993, but in 2015, it's neither feasible nor necessary for programmers to memorize all the stuff we use, so I'm not seeing this as terribly useful nowadays.

If I took my OO components and looked up how to make it functional while changing it, does that mean I can do functional? No. Too many devs I work with would say so though. However if I spent 30 minutes each day turning one of my OO components into a functional equivalent, then after 6 months or so I'd have a good handle on it. When you combine spaced repetition with something like chunking, it becomes very powerful.

Re: Spaced Repetition to Increase Programmer Productivity (1993)

#10
post #7

Oh jeez, if I ever needed spaced repetition to be a programmer, I'd find a new profession, stat.

Truth be told, our only saving grace is having documentation at the touch of a key. Remembering the API calls of a single framework is a monumental task.

I'd write my own documentation in that case.
Post reply on HN