aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/bookmark')
-rw-r--r--documentation/bookmark/api__application_programming_interface.md2
-rw-r--r--documentation/bookmark/artificial_intelligence/machine_learning/decision_tree.md4
-rw-r--r--documentation/bookmark/business/hierarchy.md1
-rw-r--r--documentation/bookmark/compilation/target/php.md3
-rw-r--r--documentation/bookmark/concurrency/crdt_conflict_free_replicated_data_types.md5
-rw-r--r--documentation/bookmark/control_theory.md4
-rw-r--r--documentation/bookmark/css.md2
-rw-r--r--documentation/bookmark/database/index.md5
-rw-r--r--documentation/bookmark/documentation/diagram.md4
-rw-r--r--documentation/bookmark/graphic/2d.md1
-rw-r--r--documentation/bookmark/math/linear_algebra.md1
-rw-r--r--documentation/bookmark/memory_management.md2
-rw-r--r--documentation/bookmark/operating_system/bios.md4
-rw-r--r--documentation/bookmark/tool/text_editor/structured.md2
14 files changed, 33 insertions, 7 deletions
diff --git a/documentation/bookmark/api__application_programming_interface.md b/documentation/bookmark/api__application_programming_interface.md
index 978262471..e53087b05 100644
--- a/documentation/bookmark/api__application_programming_interface.md
+++ b/documentation/bookmark/api__application_programming_interface.md
@@ -1,6 +1,6 @@
# Reference
-0. []()
+0. [Functional options for friendly APIs](https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis)
0. [Best Practices for Building Reliable APIs](https://api7.ai/blog/best-practices-for-building-reliable-apis-with-api-gateways)
0. [rSQL](https://rsql.io/)
0. [Taxi language](https://taxilang.org/)
diff --git a/documentation/bookmark/artificial_intelligence/machine_learning/decision_tree.md b/documentation/bookmark/artificial_intelligence/machine_learning/decision_tree.md
new file mode 100644
index 000000000..f7ef4b845
--- /dev/null
+++ b/documentation/bookmark/artificial_intelligence/machine_learning/decision_tree.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Neural Networks are Decision Trees](https://arxiv.org/abs/2210.05189)
+
diff --git a/documentation/bookmark/business/hierarchy.md b/documentation/bookmark/business/hierarchy.md
index 8bc94b534..49a935591 100644
--- a/documentation/bookmark/business/hierarchy.md
+++ b/documentation/bookmark/business/hierarchy.md
@@ -1,5 +1,6 @@
# Reference
+0. [Every Achievement Has A Denominator](https://charity.wtf/2022/10/03/every-achievement-has-a-denominator/)
0. [The Hierarchy Is Bullshit (And Bad For Business)](https://charity.wtf/2022/09/23/the-hierarchy-is-bullshit-and-bad-for-business/)
0. [Why tall hierarchies slow organizations down and how to fix them](https://lucasfcosta.com/2022/08/13/decision-making-hierarchies.html)
0. [Rethinking Hierarchy in the Workplace: Flat structures, research shows, can create more functional teams.](https://www.gsb.stanford.edu/insights/rethinking-hierarchy-workplace)
diff --git a/documentation/bookmark/compilation/target/php.md b/documentation/bookmark/compilation/target/php.md
index 74fe1e7ac..c6e8ddf7b 100644
--- a/documentation/bookmark/compilation/target/php.md
+++ b/documentation/bookmark/compilation/target/php.md
@@ -1,4 +1,5 @@
# Reference
-1. [PHP Internals Book](https://www.phpinternalsbook.com/)
+0. [Portable UTF-8 – A Lightweight Library for Unicode Handling in PHP](https://pageconfig.com/post/portable-utf8)
+0. [PHP Internals Book](https://www.phpinternalsbook.com/)
diff --git a/documentation/bookmark/concurrency/crdt_conflict_free_replicated_data_types.md b/documentation/bookmark/concurrency/crdt_conflict_free_replicated_data_types.md
index 320b06496..a68990d83 100644
--- a/documentation/bookmark/concurrency/crdt_conflict_free_replicated_data_types.md
+++ b/documentation/bookmark/concurrency/crdt_conflict_free_replicated_data_types.md
@@ -1,5 +1,6 @@
# Reference
-1. [Automerge: A New Foundation for Collaboration Software — Martin Kleppman](https://www.youtube.com/watch?v=UUGdMHrdzIU)
-1. [Automerge](https://github.com/automerge/automerge)
+0. [Katara: Synthesize CRDTs from classic data types with verified lifting!](https://github.com/hydro-project/katara)
+0. [Automerge: A New Foundation for Collaboration Software — Martin Kleppman](https://www.youtube.com/watch?v=UUGdMHrdzIU)
+0. [Automerge](https://github.com/automerge/automerge)
diff --git a/documentation/bookmark/control_theory.md b/documentation/bookmark/control_theory.md
new file mode 100644
index 000000000..358ad2ab4
--- /dev/null
+++ b/documentation/bookmark/control_theory.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [The Fundamentals of Control Theory](https://engineeringmedia.com/books)
+
diff --git a/documentation/bookmark/css.md b/documentation/bookmark/css.md
index cf49d95ba..6a9301265 100644
--- a/documentation/bookmark/css.md
+++ b/documentation/bookmark/css.md
@@ -5,7 +5,7 @@
# Reference
-0. []()
+0. [CSS Classes considered harmful](https://www.keithcirkel.co.uk/css-classes-considered-harmful/)
0. [Meet the top layer: a solution to z-index:10000](https://developer.chrome.com/blog/what-is-the-top-layer/)
0. [Not All Zeros are Equal: And every ‘best practice’ comes with caveats](https://www.oddbird.net/2022/08/04/zero-units/)
0. [Style scoping versus shadow DOM: which is fastest?](https://nolanlawson.com/2022/06/22/style-scoping-versus-shadow-dom-which-is-fastest/)
diff --git a/documentation/bookmark/database/index.md b/documentation/bookmark/database/index.md
new file mode 100644
index 000000000..609bba394
--- /dev/null
+++ b/documentation/bookmark/database/index.md
@@ -0,0 +1,5 @@
+# Reference
+
+0. [Implementing Fractional Indexing](https://observablehq.com/@dgreensp/implementing-fractional-indexing)
+0. [Realtime Editing of Ordered Sequences](https://www.figma.com/blog/realtime-editing-of-ordered-sequences/)
+
diff --git a/documentation/bookmark/documentation/diagram.md b/documentation/bookmark/documentation/diagram.md
new file mode 100644
index 000000000..27d7a735a
--- /dev/null
+++ b/documentation/bookmark/documentation/diagram.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Awesome Diagramming](https://github.com/shubhamgrg04/awesome-diagramming)
+
diff --git a/documentation/bookmark/graphic/2d.md b/documentation/bookmark/graphic/2d.md
index 54ce89464..e9806b4e3 100644
--- a/documentation/bookmark/graphic/2d.md
+++ b/documentation/bookmark/graphic/2d.md
@@ -1,4 +1,5 @@
# Reference
+0. [An Algorithm for Polygon Intersections](https://gorillasun.de/blog/an-algorithm-for-polygon-intersections)
0. [2D graphics primitives](http://www.mare.ee/indrek/misc/2d.pdf)
diff --git a/documentation/bookmark/math/linear_algebra.md b/documentation/bookmark/math/linear_algebra.md
index b2376d58f..ff1445bf4 100644
--- a/documentation/bookmark/math/linear_algebra.md
+++ b/documentation/bookmark/math/linear_algebra.md
@@ -1,5 +1,6 @@
# Reference
+0. [Seven Sins of Numerical Linear Algebra](https://nhigham.com/2022/10/11/seven-sins-of-numerical-linear-algebra/)
0. [Basic Linear Algebra Subprograms](https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms)
0. [Linear Algebra And Multi Dimensional Geometry](https://mirtitles.org/2020/02/13/4129/)
0. [Interactive Linear Algebra](https://textbooks.math.gatech.edu/ila/)
diff --git a/documentation/bookmark/memory_management.md b/documentation/bookmark/memory_management.md
index b2fc9250e..06260f92b 100644
--- a/documentation/bookmark/memory_management.md
+++ b/documentation/bookmark/memory_management.md
@@ -42,7 +42,7 @@
# Reference
-0. []()
+0. [Write barrier optimizations in regions](https://maoni0.medium.com/write-barrier-optimizations-in-regions-984bde6c0ffc)
0. [Move Operation + "Use After Move" Diagnostic](https://github.com/apple/swift-evolution/blob/main/proposals/0366-move-function.md)
0. [Relative Pointers](https://www.gingerbill.org/article/2020/05/17/relative-pointers/)
0. [Scopes Describe Frames: A Uniform Model for Memory Layout in Dynamic Semantics](http://drops.dagstuhl.de/opus/volltexte/2016/6114/)
diff --git a/documentation/bookmark/operating_system/bios.md b/documentation/bookmark/operating_system/bios.md
new file mode 100644
index 000000000..d3105ab7b
--- /dev/null
+++ b/documentation/bookmark/operating_system/bios.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [I have come to bury the BIOS, not to open it: The need for holistic systems](https://www.osfc.io/2022/talks/i-have-come-to-bury-the-bios-not-to-open-it-the-need-for-holistic-systems/)
+
diff --git a/documentation/bookmark/tool/text_editor/structured.md b/documentation/bookmark/tool/text_editor/structured.md
index d2e7fd779..a81c14b17 100644
--- a/documentation/bookmark/tool/text_editor/structured.md
+++ b/documentation/bookmark/tool/text_editor/structured.md
@@ -1,6 +1,6 @@
# Reference
-0. []()
+0. [Awesome Structure Editors](https://github.com/yairchu/awesome-structure-editors)
0. [Restructuring Structure Editing](https://tylr.fun/essay/)
0. [The Animated Guide to Symex](https://countvajhula.com/2021/09/25/the-animated-guide-to-symex/)
0. [Leo](https://www.leoeditor.com/)