Skip to content

Commit

Permalink
new nyc papers and such
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed May 25, 2016
1 parent ab9a475 commit baed7e1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 3 deletions.
4 changes: 3 additions & 1 deletion artificial_intelligence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
* [Computing Machinery and Intelligence](http://www.csee.umbc.edu/courses/471/papers/turing.pdf) by A.M. Turing

* [Judea Pearl](http://bayes.cs.ucla.edu/jp_home.html) folder - Papers by Judea Pearl, 2011 winner of the ACM Turing Award.
* [:open_file_folder: Summary of Papers](judea_pearl/)
* [:open_file_folder: Summary of Papers](judea_pearl/)

* [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.
2 changes: 2 additions & 0 deletions concurrency/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@
* [The Semantics of x86-CC Multiprocessor Machine Code](http://www.cl.cam.ac.uk/~pes20/weakmemory/popl09.pdf)

*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.*

* :scroll: [Experience with Processes and Monitors in Mesa](https://people.eecs.berkeley.edu/~brewer/cs262/Mesa.pdf)
Binary file not shown.
11 changes: 9 additions & 2 deletions distributed_systems/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Topics
* [Datastores](#datastores)
* [Physics](#physics)
* [Testing, Verification, and Correctness](#testing-verification-and-correctness)


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

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


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

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

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


### Physics

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

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.

### <a name="testing-verification-and-correctness"></a>Testing, Verification, and Correctness

* :scroll: [Simple Testing Can Prevent Most Critical Failures:
An Analysis of Production Failures in Distributed
Data-Intensive Systems](https://www.usenix.org/system/files/conference/osdi14/osdi14-paper-yuan.pdf)

* :scroll: [IronFleet: Proving Practical Distributed Systems Correct](http://research.microsoft.com/pubs/255833/IronFleet-twocol.pdf)


Binary file not shown.
Binary file not shown.

0 comments on commit baed7e1

Please sign in to comment.