aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark
diff options
context:
space:
mode:
authorEduardo Julian2022-06-06 01:17:43 -0400
committerEduardo Julian2022-06-06 01:17:43 -0400
commitf21ca0dc1956a47b8f7ac6e0ea67d7d246c55280 (patch)
tree10a40b25b8ed6e332d2fe4f273dcda6bfcbba3bd /documentation/bookmark
parentf623de52d76ad8ec96feb048cd95a3fb150717e1 (diff)
Added extensions to JS interop for working with "undefined" values.
Diffstat (limited to 'documentation/bookmark')
-rw-r--r--documentation/bookmark/agriculture.md4
-rw-r--r--documentation/bookmark/ambient_computing.md4
-rw-r--r--documentation/bookmark/artificial_intelligence/differentiable_programming.md4
-rw-r--r--documentation/bookmark/business/luck/beating_the_odds.md4
-rw-r--r--documentation/bookmark/business/model.md1
-rw-r--r--documentation/bookmark/concurrency/synchronization.md4
-rw-r--r--documentation/bookmark/cryptography.md1
-rw-r--r--documentation/bookmark/culture/open_source.md4
-rw-r--r--documentation/bookmark/database/temporal.md4
-rw-r--r--documentation/bookmark/hardware/accelerator.md4
-rw-r--r--documentation/bookmark/law.md5
-rw-r--r--documentation/bookmark/machine_learning/deep/geometric.md4
-rw-r--r--documentation/bookmark/math.md4
-rw-r--r--documentation/bookmark/math/geometry/geometric_algebra.md5
-rw-r--r--documentation/bookmark/memory_management/garbage_collection.md4
-rw-r--r--documentation/bookmark/optimization/algorithm.md4
-rw-r--r--documentation/bookmark/optimization/simd.md1
-rw-r--r--documentation/bookmark/reversible_computing.md1
-rw-r--r--documentation/bookmark/rules_engine.md5
-rw-r--r--documentation/bookmark/security/auditing/bill_of_materials.md4
-rw-r--r--documentation/bookmark/security/verification/formal.md4
-rw-r--r--documentation/bookmark/software_engineering/negative.md4
-rw-r--r--documentation/bookmark/software_engineering/practice.md4
-rw-r--r--documentation/bookmark/tool/language_server_protocol.md4
-rw-r--r--documentation/bookmark/tool/read_eval_print_loop.md4
-rw-r--r--documentation/bookmark/user_interface/terminal.md4
-rw-r--r--documentation/bookmark/web_framework.md (renamed from documentation/bookmark/web-framework.md)4
27 files changed, 97 insertions, 2 deletions
diff --git a/documentation/bookmark/agriculture.md b/documentation/bookmark/agriculture.md
new file mode 100644
index 000000000..f0c601722
--- /dev/null
+++ b/documentation/bookmark/agriculture.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Agrivoltaics: Opportunities for Agriculture and Energy Transition](https://agri-pv.org/en/)
+
diff --git a/documentation/bookmark/ambient_computing.md b/documentation/bookmark/ambient_computing.md
new file mode 100644
index 000000000..94ec0e56a
--- /dev/null
+++ b/documentation/bookmark/ambient_computing.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Hidden Interfaces for Ambient Computing](https://ai.googleblog.com/2022/04/hidden-interfaces-for-ambient-computing.html)
+
diff --git a/documentation/bookmark/artificial_intelligence/differentiable_programming.md b/documentation/bookmark/artificial_intelligence/differentiable_programming.md
index eb020fd78..69adc6a2f 100644
--- a/documentation/bookmark/artificial_intelligence/differentiable_programming.md
+++ b/documentation/bookmark/artificial_intelligence/differentiable_programming.md
@@ -1,3 +1,7 @@
+# Programming language
+
+0. [Myia](https://github.com/mila-iqia/myia)
+
# Reference
0. [Provably Correct, Asymptotically Efficient, Higher-Order Reverse-Mode Automatic Differentiation](https://www.cl.cam.ac.uk/~nk480/higher-order-ad.pdf)
diff --git a/documentation/bookmark/business/luck/beating_the_odds.md b/documentation/bookmark/business/luck/beating_the_odds.md
new file mode 100644
index 000000000..669e404c4
--- /dev/null
+++ b/documentation/bookmark/business/luck/beating_the_odds.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [No Time, No Budget, No Problem: Finishing The First Tree](https://www.youtube.com/watch?v=g5f7yixtQPc)
+
diff --git a/documentation/bookmark/business/model.md b/documentation/bookmark/business/model.md
index 7857523b8..464b05efc 100644
--- a/documentation/bookmark/business/model.md
+++ b/documentation/bookmark/business/model.md
@@ -1,4 +1,5 @@
# Reference
+0. [Hardware/Software Business Models](https://www.atomsandbits.io/p/hardware-software-business-models?s=r)
0. [Reciprocity as a Business Model: What motivates people to pay for services they receive?](https://briefthoughts.substack.com/p/reciprocity-as-a-business-model?s=r)
diff --git a/documentation/bookmark/concurrency/synchronization.md b/documentation/bookmark/concurrency/synchronization.md
new file mode 100644
index 000000000..4f31d3ccd
--- /dev/null
+++ b/documentation/bookmark/concurrency/synchronization.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [17. Synchronization Without Locks](https://www.youtube.com/watch?v=5sZo3SrLrGA)
+
diff --git a/documentation/bookmark/cryptography.md b/documentation/bookmark/cryptography.md
index 3ca80b480..888f94add 100644
--- a/documentation/bookmark/cryptography.md
+++ b/documentation/bookmark/cryptography.md
@@ -9,6 +9,7 @@
# Zero-knowledge proof
+0. [Hardware Acceleration for Zero Knowledge Proofs](https://www.paradigm.xyz/2022/04/zk-hardware)
0. ["Rhapsody in Zero Knowledge: Proving Without Revealing" by Tony Arcieri](https://www.youtube.com/watch?v=jKSz7W5dTgY)
0. [Zero-Knowledge Proofs: What are they, how do they work, and are they fast yet?](https://zkp.science/)
diff --git a/documentation/bookmark/culture/open_source.md b/documentation/bookmark/culture/open_source.md
new file mode 100644
index 000000000..5c87e8300
--- /dev/null
+++ b/documentation/bookmark/culture/open_source.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Entitlement in Open Source](https://blog.container-solutions.com/entitlement-in-open-source)
+
diff --git a/documentation/bookmark/database/temporal.md b/documentation/bookmark/database/temporal.md
new file mode 100644
index 000000000..46c9fe131
--- /dev/null
+++ b/documentation/bookmark/database/temporal.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Sign of the Times - Managing inhomogeneously bitemporal data with Datomic and Clojure](https://blog.podsnap.com/bitemp.html)
+
diff --git a/documentation/bookmark/hardware/accelerator.md b/documentation/bookmark/hardware/accelerator.md
new file mode 100644
index 000000000..3a84554ef
--- /dev/null
+++ b/documentation/bookmark/hardware/accelerator.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Calyx: A Compiler Infrastructure for Accelerator Generators](https://calyxir.org/)
+
diff --git a/documentation/bookmark/law.md b/documentation/bookmark/law.md
index d23c71951..20f99340d 100644
--- a/documentation/bookmark/law.md
+++ b/documentation/bookmark/law.md
@@ -1,5 +1,8 @@
# Reference
+0. [Reviewers Edition](https://reviewersedition.org/)
+0. [Legal Versioning: refined scheme for functional prose projects](https://writing.kemitchell.com/2022/05/28/Legal-Versioning)
+ 0. [Legal Versioning](https://legalversioning.com/)
0. [Catala: A Programming Language for the Law](https://arxiv.org/abs/2103.03198)
- 0. [Catala](https://github.com/CatalaLang/catala)
+ 0. [Catala](https://github.com/CatalaLang/catala)
diff --git a/documentation/bookmark/machine_learning/deep/geometric.md b/documentation/bookmark/machine_learning/deep/geometric.md
new file mode 100644
index 000000000..93de8ff17
--- /dev/null
+++ b/documentation/bookmark/machine_learning/deep/geometric.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Geometric Deep Learning](https://a-j.gitbook.io/geometric-deep-learning/)
+
diff --git a/documentation/bookmark/math.md b/documentation/bookmark/math.md
index 364f9944b..113ec69a7 100644
--- a/documentation/bookmark/math.md
+++ b/documentation/bookmark/math.md
@@ -85,6 +85,10 @@
# _Compendium of resources_
+0. [How to Learn Advanced Mathematics Without Heading to University - Part 1](https://www.quantstart.com/articles/How-to-Learn-Advanced-Mathematics-Without-Heading-to-University-Part-1/)
+ 0. [How to Learn Advanced Mathematics Without Heading to University - Part 2](https://www.quantstart.com/articles/How-to-Learn-Advanced-Mathematics-Without-Heading-to-University-Part-2/)
+ 0. [How to Learn Advanced Mathematics Without Heading to University - Part 3](https://www.quantstart.com/articles/How-to-Learn-Advanced-Mathematics-Without-Heading-to-University-Part-3/)
+ 0. [How to Learn Advanced Mathematics Without Heading to University - Part 4](https://www.quantstart.com/articles/how-to-learn-advanced-mathematics-without-heading-to-university-part-4/)
0. [Free and Open-Source Textbooks](http://danaernst.com/resources/free-and-open-source-textbooks/)
0. [ALL IN ONE MATHEMATICS CHEAT SHEET](https://ourway.keybase.pub/mathematics_cheat_sheet.pdf)
0. https://github.com/llSourcell/learn_math_fast
diff --git a/documentation/bookmark/math/geometry/geometric_algebra.md b/documentation/bookmark/math/geometry/geometric_algebra.md
index b83e0c698..2de56f32f 100644
--- a/documentation/bookmark/math/geometry/geometric_algebra.md
+++ b/documentation/bookmark/math/geometry/geometric_algebra.md
@@ -1,5 +1,8 @@
# Reference
+0. [Projective Geometric Algebra Done Right](http://terathon.com/blog/projective-geometric-algebra-done-right/)
+ 0. [Symmetries in Projective Geometric Algebra](http://terathon.com/blog/symmetries-in-projective-geometric-algebra/)
+0. [Projective Geometric Algebra](http://projectivegeometricalgebra.org/)
0. [A Swift Introduction to Geometric Algebra](https://www.youtube.com/watch?v=60z_hpEAtD8)
-0. [Addendum to A Swift Introduction to Geometric Algebra](https://www.youtube.com/watch?v=0bOiy0HVMqA)
+ 0. [Addendum to A Swift Introduction to Geometric Algebra](https://www.youtube.com/watch?v=0bOiy0HVMqA)
diff --git a/documentation/bookmark/memory_management/garbage_collection.md b/documentation/bookmark/memory_management/garbage_collection.md
new file mode 100644
index 000000000..9f938dcb1
--- /dev/null
+++ b/documentation/bookmark/memory_management/garbage_collection.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Summarizing Garbage Collection](https://eschew.wordpress.com/2016/09/02/summarizing-gc/)
+
diff --git a/documentation/bookmark/optimization/algorithm.md b/documentation/bookmark/optimization/algorithm.md
new file mode 100644
index 000000000..243ec7ab0
--- /dev/null
+++ b/documentation/bookmark/optimization/algorithm.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Efficient Algorithms](https://www.ifi.uzh.ch/en/dast/teaching/EA.html)
+
diff --git a/documentation/bookmark/optimization/simd.md b/documentation/bookmark/optimization/simd.md
index 02cef4b5f..fa90da369 100644
--- a/documentation/bookmark/optimization/simd.md
+++ b/documentation/bookmark/optimization/simd.md
@@ -1,4 +1,5 @@
# Reference
+0. [Closing the Performance Gap Between Lisp and C](https://zenodo.org/record/6335627#.YpzmCDnMJH5)
0. [Vectorization, dependencies and outer loop vectorization: if you can’t beat them, join them](https://johnysswlab.com/vectorization-dependencies-and-outer-loop-vectorization-if-you-cant-beat-them-join-them/)
diff --git a/documentation/bookmark/reversible_computing.md b/documentation/bookmark/reversible_computing.md
index ce6ce34c7..dced7f151 100644
--- a/documentation/bookmark/reversible_computing.md
+++ b/documentation/bookmark/reversible_computing.md
@@ -1,4 +1,5 @@
# Reference
+0. [Arrow: A Modern Reversible Programming Language](https://digitalcommons.oberlin.edu/cgi/viewcontent.cgi?article=1269&context=honors)
0. [Stanford Seminar - Generalized Reversible Computing and the Unconventional Computing Landscape](https://www.youtube.com/watch?v=IQZ_bQbxSXk)
diff --git a/documentation/bookmark/rules_engine.md b/documentation/bookmark/rules_engine.md
new file mode 100644
index 000000000..e8d9c2ebb
--- /dev/null
+++ b/documentation/bookmark/rules_engine.md
@@ -0,0 +1,5 @@
+# Reference
+
+0. [Evrete](https://www.evrete.org/)
+0. [OptaPlanner: Solve planning and scheduling problems with OptaPlanner](https://www.optaplanner.org/)
+
diff --git a/documentation/bookmark/security/auditing/bill_of_materials.md b/documentation/bookmark/security/auditing/bill_of_materials.md
new file mode 100644
index 000000000..5f6ec4f4e
--- /dev/null
+++ b/documentation/bookmark/security/auditing/bill_of_materials.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Not All SBOMs Are Created Equal](https://blog.chainguard.dev/not-all-sboms-are-created-equal/)
+
diff --git a/documentation/bookmark/security/verification/formal.md b/documentation/bookmark/security/verification/formal.md
new file mode 100644
index 000000000..ed59c673a
--- /dev/null
+++ b/documentation/bookmark/security/verification/formal.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Verifying Dynamic Trait Objects in Rust](https://www.cs.cornell.edu/~avh/dyn-trait-icse-seip-2022-preprint.pdf)
+
diff --git a/documentation/bookmark/software_engineering/negative.md b/documentation/bookmark/software_engineering/negative.md
new file mode 100644
index 000000000..fa6581c9b
--- /dev/null
+++ b/documentation/bookmark/software_engineering/negative.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [What Is Negative Engineering?](https://future.com/negative-engineering-and-the-art-of-failing-successfully/)
+
diff --git a/documentation/bookmark/software_engineering/practice.md b/documentation/bookmark/software_engineering/practice.md
new file mode 100644
index 000000000..bedcd49f3
--- /dev/null
+++ b/documentation/bookmark/software_engineering/practice.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Thinking of commits like code](https://www.scottantipa.com/thinking-of-commits-like-code.html)
+
diff --git a/documentation/bookmark/tool/language_server_protocol.md b/documentation/bookmark/tool/language_server_protocol.md
new file mode 100644
index 000000000..89246ea39
--- /dev/null
+++ b/documentation/bookmark/tool/language_server_protocol.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Why LSP?](https://matklad.github.io//2022/04/25/why-lsp.html)
+
diff --git a/documentation/bookmark/tool/read_eval_print_loop.md b/documentation/bookmark/tool/read_eval_print_loop.md
new file mode 100644
index 000000000..6d71c3e53
--- /dev/null
+++ b/documentation/bookmark/tool/read_eval_print_loop.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [reple: "Replay-based" REPLs for compiled languages.](https://github.com/BenBrock/reple)
+
diff --git a/documentation/bookmark/user_interface/terminal.md b/documentation/bookmark/user_interface/terminal.md
new file mode 100644
index 000000000..15a6adf32
--- /dev/null
+++ b/documentation/bookmark/user_interface/terminal.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Textualize](https://www.textualize.io/)
+
diff --git a/documentation/bookmark/web-framework.md b/documentation/bookmark/web_framework.md
index 71145e190..d98eb95e7 100644
--- a/documentation/bookmark/web-framework.md
+++ b/documentation/bookmark/web_framework.md
@@ -1,3 +1,7 @@
+# State
+
+0. [Jotai: Primitive and flexible state management for React](https://jotai.org/)
+
# Virtual DOM
0. [Virtual DOM is pure overhead](https://svelte.dev/blog/virtual-dom-is-pure-overhead)