-
Notifications
You must be signed in to change notification settings - Fork 4
/
reqreading.html
62 lines (46 loc) · 3.63 KB
/
reqreading.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/reqreading.css">
<link href='http://fonts.googleapis.com/css?family=Rock+Salt'rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<title>CCIS Required Reading List</title>
</head>
<body>
<div id="wrapper">
<h1>CCIS Freshman<br />Required Reading List</h1>
<p>This is a collection of CS-related things that are either often referenced around the halls of West Village H, or otherwise amusing tidbits.</p>
<p>For those who feel that this list is incomplete, this hot mess is on <a href="https://github.com/aliceyoung9/req-reading-list" target="_blank">Github</a>.</p>
<ul class="toc">
<li><a href="#cs">Section 1: Computer Science</a></li>
<li><a href="#boston">Section 2: Welcome to Boston</a></li>
<li><a href="#other">Section 3: Other</a></li>
</ul>
<h2><a name="cs"></a>Section 1: Computer Scicence</h2>
<ul>
<li><a href="http://www.scsh.net/docu/html/man.html" target="_blank">The Acknowledgements</a>, from Olin Shivers. Olin is on sabbatical this year, but he typically teaches a Fundies 1 section.</li>
<li>Actually, I'll also recommend the rest of <a href="http://www.ccs.neu.edu/home/shivers/" target="_blank">Olin Shivers' website</a>. Personal favorite being <a href="https://www.ccs.neu.edu/home/shivers/opinion.html" target="_blank">The Opinion Files</a>.</li>
<li><a href="http://en.wikiquote.org/wiki/Linus_Torvalds" target="_blank">The Linus Torvalds Wikiquote</a></li>
<li><a href="https://lkml.org/lkml/2012/12/23/75">A comment from Linus.</a> I'm not sure which of the two lessons from this thread is more important: kernel maintenance is hard or Linus Torvalds is an asshole.</li>
<li><a href="http://james-iry.blogspot.co.at/2009/05/brief-incomplete-and-mostly-wrong.html" target="_blank">A Brief, Incomplete, and Mostly Wrong History of Programming Languages</a></li>
<li><del>Jargon Files</del> <ins>I'm working on writing a CCIS-flavored one. I think.</ins></li>
<li>Kids, it's time you learn what the word "<a href="http://catb.org/jargon/html/meaning-of-hack.html" target="_blank">hack</a>" means.</li>
<li><a href="http://www.commitlogsfromlastnight.com/" target="_blank">Commit Logs from Last Night</a>. You are not alone.</li>
<li>You will learn to sympathize with <a href="http://theprofoundprogrammer.tumblr.com" target="_blank">the Profound Programmer</a>.</li>
<li>Because Sometimes <a href="http://www.cs.utexas.edu/users/EWD/transcriptions/EWD04xx/EWD498.html" target="_blank">the truth hurts</a></li>
<li>If you want to use a computer, you gotta know <a href="http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard" target="_blank">what's in your filesystem</a></li>
</ul>
<h2>Section 2: Welcome to Boston<a name="boston"></a></h2>
<ul>
<li><a href="http://www.youtube.com/watch?v=ZNGHNA4wdKE" target="_blank">Barats And Bereta: Boston Jury Duty</a></li>
<li><a href="http://www.youtube.com/watch?v=zWVcIn7Q4Cc" target="_blank">The Devil Came Up to Boston by Adam Ezra Group</a></li>
<li><a href="http://www.youtube.com/watch?v=nhl6o-pdN9I" target="_blank">Northeastern State of Mind</a></li>
</ul>
<h2>Section 3: Other<a name="other"></a></h2>
<ul>
<li>YEEEEEEZZZYYYYYY. Listen to all of his albums, starting from the oldest. Don't worry, he never makes a song worse than Drunk And Hot Girls</li>
</ul>
</div>
</body>
</html>