Would love to hear your thoughts on Netrunner: Android! Been thinking about getting into it but a bit unsure if it's something my significant other can get into as well.
Hi! This is the author. I was pretty sure that someone would point this out and I completely agree.
But, even Programming has to be taught. Among the many ways to learn programming, I think the best approach is to demonstrate how a good progammer programs and explain the thought process.
I would like to clarify that I was working on this, on and off, since last year (yes, it takes quite a bit of effort to create video tutorials). I read the tutsplus course page and it seems it is a course for teaching Django to beginners. It seems our approaches are different too.
I would agree that the best way to learn programming is to program, not just following along, but find a real problem and try to solve it, but then again, I know a lot of people who kept getting stuck because of the fear of "doing it wrong". So, yeah, watching other people do it has its merits as well.
It helps a lot if we watch some videos before actually program in a new language. It is also faster way to learn than reading a book, although reference books can be invaluable. I practically learned ActionScript by watching a screencast.
I know many people enjoy screencasts, but they are just not for me.
I can't copy-paste code from a video.
Searching is orders of magnitude slower than just pressing "Page Up"/"Page Down". This is particularly important when I just want to take a glance and figure out if the text/video is of any interest.
I have to adapt myself to the speed of the video, and maybe most importantly, I have to swallow all the non-relevant parts (such as moving windows, launching commands, typing, etc.).
It takes me so much more effort (and patience) to watch a video instead of reading an equivalent text, that I almost never do so (khan academy being the exception).
Different strokes, I personally get pretty bored by watching people enter code and manipulate their windows, I read a lot faster than that and don't get distracted by all the non-code parts. Never mind different setups. I also much rather read a blog article than watch a long-winded podcast.
As Sartre said, Hell is watching other people use a computer.
Nice app! If you are going to keep the ads (I'd rather pay something like $1), please show them on the frontpage compared to when I'm reading the article. Also it would be nice if it would not reload the frontpage every time I come back from reading an article.
You can remove the ads with an in-app purchase (although it looks like that part is crashing for some people) because I didn't want to have a Free/Pro app. Thanks for the feedback though!
Think about what kind of games you like to play, choose one of them and try to simplify it down to the bare minimum, no fluff. Then start making the most basic feature and continue from there.