Does anyone know the series on CS? Does the CS student in MIT also learn this series? Are there some MIT students on HN to talk about the courses?
6X.1 Introduction to Computer Science and Programming in Python | Fall 2013
6X.2 Introduction to Computational Thinking and Data Science | Spring 2014
6X.3 Software Construction in Java 1 | Fall 2014
6X.4 Software Construction in Java 2 | Spring 2015
6X.5 Computation Structures: Digital Circuits | Fall 2014
6X.6 Computation Structures: Programmable Architectures | Spring 2015
6X.7 Computation Structures: Computer Systems Organization | Fall 2015
IE should disappear from the world. But it has to take a long time. IE always catches me when some standard JavaScript methods don't work or behave a little different. For example, I use anArray.splice(0) to empty anArray. It breaks in IE. Then I find that the second argument is required only in MSDN's JavaScript Language Reference.
I think I have to work with IE first and hopes it work in any other browsers.