From a85bfc405e7acaf86c61fcd8f7987da0200d7b03 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 29 May 2019 23:34:17 -0400 Subject: Various fixes and tweaks. --- documentation/research/browser.md | 4 ++++ documentation/research/game_programming.md | 1 + documentation/research/machine_learning.md | 1 + documentation/research/math.md | 6 ++++++ documentation/research/operating_system.md | 1 + documentation/research/web_framework.md | 1 + 6 files changed, 14 insertions(+) (limited to 'documentation/research') diff --git a/documentation/research/browser.md b/documentation/research/browser.md index 6cd54b268..f3c6bf511 100644 --- a/documentation/research/browser.md +++ b/documentation/research/browser.md @@ -28,6 +28,10 @@ 1. [Secure Browser Architecture Based on Hardware Virtualization](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.664.9527&rep=rep1&type=pdf) 1. https://medium.com/personal-capital-tech-blog/why-we-write-post-only-apis-f15108fb6558 +# Performance + +1. https://github.com/slightlyoff/never_slow_mode + # Reference 1. http://news.mit.edu/2018/system-patches-private-browsing-0223 diff --git a/documentation/research/game_programming.md b/documentation/research/game_programming.md index a26c03dbe..0241e84cc 100644 --- a/documentation/research/game_programming.md +++ b/documentation/research/game_programming.md @@ -47,6 +47,7 @@ # Rendering +1. https://zzz.dog/ 1. https://www.marmoset.co/posts/basic-theory-of-physically-based-rendering/ 1. https://roughjs.com/ 1. https://github.com/pshihn/rough diff --git a/documentation/research/machine_learning.md b/documentation/research/machine_learning.md index 6a46367da..f63e36d3c 100644 --- a/documentation/research/machine_learning.md +++ b/documentation/research/machine_learning.md @@ -22,6 +22,7 @@ # Deep learning +1. https://github.com/microsoft/tensorwatch 1. https://d2l.ai/ 1. https://hadrienj.github.io/posts/Deep-Learning-Book-Series-Introduction/ 1. http://nlp.seas.harvard.edu/NamedTensor diff --git a/documentation/research/math.md b/documentation/research/math.md index 30a7fc8ab..fc3d8b495 100644 --- a/documentation/research/math.md +++ b/documentation/research/math.md @@ -1,3 +1,7 @@ +# Proof theory + +1. [Mathematical Components](https://math-comp.github.io/mcb/) + # Statistics 1. https://www.statisticsdonewrong.com/ @@ -69,6 +73,7 @@ # Linear Algebra +1. [Covectors are Different than Vectors, Usually](http://infohost.nmt.edu/~parendt/Phys509/notes/2diracnot/node4.html) 1. [Introduction to Applied Linear Algebra: Vectors, Matrices, and Least Squares](https://web.stanford.edu/~boyd/vmls/vmls.pdf) 1. [Linear Algebra Done Wrong.](http://www.math.brown.edu/~treil/papers/LADW/LADW.html) 1. [Linear Algebra Done Right](http://linear.axler.net/) @@ -143,6 +148,7 @@ # Calculus +1. [Calculus on Manifolds](http://strangebeautiful.com/other-texts/spivak-calc-manifolds.pdf) 1. [Calculus BLUE](https://www.youtube.com/watch?v=Jes5jwLl1q8&list=PL8erL0pXF3JYm7VaTdKDaWc8Q3FuP8Sa7) 1. [Extending the Algebraic Manipulability of Differentials](https://arxiv.org/abs/1801.09553) 1. https://en.wikipedia.org/wiki/Fractional_calculus diff --git a/documentation/research/operating_system.md b/documentation/research/operating_system.md index 4fadac98c..b65b1c238 100644 --- a/documentation/research/operating_system.md +++ b/documentation/research/operating_system.md @@ -10,6 +10,7 @@ ## Operating system +1. https://medium.com/@jasonyuan/introducing-mercury-os-f4de45a04289 1. http://lsneff.me/why-nebulet/ ||| https://github.com/nebulet/nebulet 1. http://exposnitc.github.io/index.html 1. https://www.gocosmos.org/ diff --git a/documentation/research/web_framework.md b/documentation/research/web_framework.md index ffb98b88b..5dd11d8c2 100644 --- a/documentation/research/web_framework.md +++ b/documentation/research/web_framework.md @@ -121,6 +121,7 @@ # Rendering +1. https://medium.com/@ryansolid/the-fastest-way-to-render-the-dom-e3b226b15ca3 1. https://github.com/Famous/engine 1. https://redom.js.org/ 1. https://svelte.dev/blog/virtual-dom-is-pure-overhead -- cgit v1.2.3