Skip to content

Commit baed7e1

Browse files
new nyc papers and such
1 parent ab9a475 commit baed7e1

6 files changed

+14
-3
lines changed

artificial_intelligence/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
* [Computing Machinery and Intelligence](http://www.csee.umbc.edu/courses/471/papers/turing.pdf) by A.M. Turing
88

99
* [Judea Pearl](http://bayes.cs.ucla.edu/jp_home.html) folder - Papers by Judea Pearl, 2011 winner of the ACM Turing Award.
10-
* [:open_file_folder: Summary of Papers](judea_pearl/)
10+
* [:open_file_folder: Summary of Papers](judea_pearl/)
11+
12+
* [Mastering the Game of Go with Deep Neural Networks and Tree Search](http://airesearch.com/wp-content/uploads/2016/01/deepmind-mastering-go.pdf) by Silver et al.

concurrency/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313
* [The Semantics of x86-CC Multiprocessor Machine Code](http://www.cl.cam.ac.uk/~pes20/weakmemory/popl09.pdf)
1414

1515
*Note: This contribution here is the focus on the rigorous semantics for x86 multiprocessor programs and an axiomatic definition of the memory model. Their definitions and proofs are backed by the [HOL](http://en.wikipedia.org/wiki/HOL_(proof_assistant))(Higher Order Logic) proof assistant.*
16+
17+
* :scroll: [Experience with Processes and Monitors in Mesa](https://people.eecs.berkeley.edu/~brewer/cs262/Mesa.pdf)
Binary file not shown.

distributed_systems/README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Topics
55
* [Datastores](#datastores)
66
* [Physics](#physics)
7+
* [Testing, Verification, and Correctness](#testing-verification-and-correctness)
78

89

910
## External Papers
@@ -226,7 +227,6 @@ Unconditional Sender and Recipient Untraceability](the-dining-cryptographers-pro
226227

227228
* [Towards a Next Generation Data Center Architecture: Scalability and Commoditization](http://research.microsoft.com/pubs/79348/presto27-greenberg.pdf)
228229

229-
230230
* :scroll: [Bigtable: A Distributed Storage System for Structured Data](../datastores/bigtable-a-distributed-storage-system-for-structured-data.pdf)
231231

232232
* :scroll: [Database Metatheory: Asking Big Queries](../datastores/database-metatheory--asking-the-big-queries.pdf)
@@ -251,11 +251,18 @@ Unconditional Sender and Recipient Untraceability](the-dining-cryptographers-pro
251251

252252
* :scroll: [Warp: Multi-Key Transactions for Key-Value Stores](../datastores/warp-multi-key-transactions-for-key-value-stores.pdf)
253253

254-
255254
### Physics
256255

257256
* :scroll: [“On the Electrodynamics of Moving Bodies” (1905) — Einstein](../physics/on-the-electrodynamics-of-moving-bodies.pdf)
258257

259258
By solving the [asymmetries](http://en.wikipedia.org/wiki/Moving_magnet_and_conductor_problem) that arise in Maxwell’s equations, Einstein’s 1905 paper set the stage for current distributed systems work by demonstrating that there is no absolute frame of reference and by providing an upper bound on the speed of communication.
259+
260+
### <a name="testing-verification-and-correctness"></a>Testing, Verification, and Correctness
261+
262+
* :scroll: [Simple Testing Can Prevent Most Critical Failures:
263+
An Analysis of Production Failures in Distributed
264+
Data-Intensive Systems](https://www.usenix.org/system/files/conference/osdi14/osdi14-paper-yuan.pdf)
265+
266+
* :scroll: [IronFleet: Proving Practical Distributed Systems Correct](http://research.microsoft.com/pubs/255833/IronFleet-twocol.pdf)
260267

261268

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)