Live data from Hacker News

Ask HN: Would self-taught programmers be interested in such a book?

news.ycombinator.com

1–10 of 60 posts

Ask HN: Would self-taught programmers be interested in such a book?

#1
I want to write a book on operating systems that actually lets the reader build one. It's going to cover stuff like C, x86 assembly, computer architecture, and operating system architecture (basic stuff like task switching, file systems, virtual memory etc). It's also going to provide exercises that lets the reader fill in gaps to make sure they comprehended the material instead of just copying and pasting code. The targeted audiences are mainly self taught programmers and motivated cs students who want to learn more than what their typical operating system courses has to offer. Would people be interested in working through such book?

Re: Ask HN: Would self-taught programmers be interested in such a book?

#5
post #3

I'd be interested, don't have a CS degree and at times I feel I lack some basics. Have you written anything yet or is this still at the idea stage?

I have written a kernel for the ARM architecture before and recently I have started working on a kernel for x86. Initially this was just a fun side project but upon seeing all the recent post by self-taught programmers who desire more, I thought this would be a good book to write about.

Re: Ask HN: Would self-taught programmers be interested in such a book?

#8
I would be, even more so if there was an active forum/irc channel.

In fact I just finished a C Programming course at a state university. After talking with the professor I decided to continue on myself with a C++ book (to be determined), and a Linux Kernel book, [Understanding the Linux Kernel](http://shop.oreilly.com/product/9780596000028.do).

Finding a group of people of a similar skill level willing to do this type of learning would be fantastic.

Post reply on HN