Results 20 comments of Aneesh Durg

@shurain I'm not sure I follow. The code seems to be for evaluating a dataset while computing the loss. Is there some example code of how to obtain the output...

This is my 2 cents - maybe instead of referrng to buttons by numbers in the functions names we could refer to buttons by their default functionality? e.g. handleButtonBackPress, handleButtonMenuPress,...

For more context, the web version renders it correctly: http://cs241.cs.illinois.edu/coursebook/Introc#c-memory-model

For whoever works on this, if you're looking for a starting point, checkout http://cs241.cs.illinois.edu/assignments/notorious_netfilter.html to see what we had so far.

I'm not quite sure what details are missing here. The first few sections of the chapter in it's current state go over what makes a filesystem and it's pretty much...

Hmm, a lot of that is covered (to a large extent) by a prior section https://github.com/illinois-cs241/coursebook/wiki/Filesystems#storing-data-on-disk I'll look into fleshing out the model section a bit more and adding example...

http://aneeshdurg.me/what_is_a_filesystem/ is now live and does some of these things! The content there assumes that the reader is on a supported browser and is kind of an interactive experience, so...

I think we should be cautious about how we structure this One thing I want to be wary of is how bloated this book becomes. Based off of my observations...

I definitely see why you want to include them, I'm just saying that we don't want the book to become a chore to navigate and as the size of the...

I've started working on stuff in the branch `honors`. Will make a PR once I've completely ported >= 1 lecture.