aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark
diff options
context:
space:
mode:
authorEduardo Julian2022-06-15 20:12:02 -0400
committerEduardo Julian2022-06-15 20:12:02 -0400
commit38328f38b6904a884411835afa0066d0f9c503e7 (patch)
treeaa7fe821e9015e4646abb2340fe6bd54ae466898 /documentation/bookmark
parentbb16d7e4a3307cc9540f368cf5c354a72af8ec61 (diff)
De-sigil-ification: suffix : [Part 11]
Diffstat (limited to 'documentation/bookmark')
-rw-r--r--documentation/bookmark/architecture/messaging.md4
-rw-r--r--documentation/bookmark/audio/plugin.md4
-rw-r--r--documentation/bookmark/business/competitiveness.md4
-rw-r--r--documentation/bookmark/business/leadership.md1
-rw-r--r--documentation/bookmark/business/monetization.md5
-rw-r--r--documentation/bookmark/competitive_programming.md4
-rw-r--r--documentation/bookmark/data/conversion.md4
-rw-r--r--documentation/bookmark/data/graphic.md4
-rw-r--r--documentation/bookmark/debugging.md1
-rw-r--r--documentation/bookmark/design/flexibility.md4
-rw-r--r--documentation/bookmark/design/onboarding.md4
-rw-r--r--documentation/bookmark/graphic/3d/rendering.md16
-rw-r--r--documentation/bookmark/math/number/dual.md1
-rw-r--r--documentation/bookmark/math/proof.md4
-rw-r--r--documentation/bookmark/open_source.md1
-rw-r--r--documentation/bookmark/optics.md1
-rw-r--r--documentation/bookmark/philanthropy.md4
-rw-r--r--documentation/bookmark/programming_language/implementation/stack.md4
-rw-r--r--documentation/bookmark/rendering.md15
-rw-r--r--documentation/bookmark/security/isolation.md4
-rw-r--r--documentation/bookmark/tool/text_editor/font.md2
-rw-r--r--documentation/bookmark/user_interface/animation.md1
-rw-r--r--documentation/bookmark/workflow.md1
23 files changed, 78 insertions, 15 deletions
diff --git a/documentation/bookmark/architecture/messaging.md b/documentation/bookmark/architecture/messaging.md
new file mode 100644
index 000000000..1e72299a5
--- /dev/null
+++ b/documentation/bookmark/architecture/messaging.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [NSQ: A realtime distributed messaging platform](https://nsq.io/)
+
diff --git a/documentation/bookmark/audio/plugin.md b/documentation/bookmark/audio/plugin.md
new file mode 100644
index 000000000..4db6e38a5
--- /dev/null
+++ b/documentation/bookmark/audio/plugin.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [CLAP: The New Audio Plug-in Standard](https://u-he.com/community/clap/)
+
diff --git a/documentation/bookmark/business/competitiveness.md b/documentation/bookmark/business/competitiveness.md
new file mode 100644
index 000000000..da4f83a26
--- /dev/null
+++ b/documentation/bookmark/business/competitiveness.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Moats: Durable competitive advantage](https://longform.asmartbear.com/posts/moats/)
+
diff --git a/documentation/bookmark/business/leadership.md b/documentation/bookmark/business/leadership.md
index 1cb296655..1d453f73d 100644
--- a/documentation/bookmark/business/leadership.md
+++ b/documentation/bookmark/business/leadership.md
@@ -1,5 +1,6 @@
# Reference
+0. [There’s No Such Thing as Constructive Criticism](https://hbr.org/2011/11/theres-no-such-thing-as-constr.html)
0. [How Patience Pays Off](https://www.permanentequity.com/writings/how-patience-pays-off)
0. [Why Agile Turns into Micromanagement](https://age-of-product.com/agile-micromanagement/)
diff --git a/documentation/bookmark/business/monetization.md b/documentation/bookmark/business/monetization.md
new file mode 100644
index 000000000..6a2d02e69
--- /dev/null
+++ b/documentation/bookmark/business/monetization.md
@@ -0,0 +1,5 @@
+# Reference
+
+0. [Awesome OSS Monetization](https://paydevs.github.io/awesome-oss-monetization/)
+0. [Grant for the Web](https://www.grantfortheweb.org/)
+
diff --git a/documentation/bookmark/competitive_programming.md b/documentation/bookmark/competitive_programming.md
new file mode 100644
index 000000000..d1d57ffa9
--- /dev/null
+++ b/documentation/bookmark/competitive_programming.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Competitive Programmer’s Handbook](https://cses.fi/book/book.pdf)
+
diff --git a/documentation/bookmark/data/conversion.md b/documentation/bookmark/data/conversion.md
new file mode 100644
index 000000000..49d0ef572
--- /dev/null
+++ b/documentation/bookmark/data/conversion.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Converting Integers to Floats Using Hyperfocus](https://blog.m-ou.se/floats/)
+
diff --git a/documentation/bookmark/data/graphic.md b/documentation/bookmark/data/graphic.md
new file mode 100644
index 000000000..eada12d92
--- /dev/null
+++ b/documentation/bookmark/data/graphic.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [A Very, Very Tiny Grammar of Graphics](https://observablehq.com/@joshpoll/vvt-gog)
+
diff --git a/documentation/bookmark/debugging.md b/documentation/bookmark/debugging.md
index 64e9bdbc6..4942f9cb3 100644
--- a/documentation/bookmark/debugging.md
+++ b/documentation/bookmark/debugging.md
@@ -20,6 +20,7 @@
# Reference
+0. [Traces vs. Snapshots: Print Statements and Debuggers](https://www.scott-a-s.com/traces-vs-snapshots/)
0. [Unobtrusive runtime warnings for libraries](https://www.pointfree.co/blog/posts/70-unobtrusive-runtime-warnings-for-libraries)
0. [Debugging in Clojure](https://blog.davemartin.me/posts/debugging-in-clojure/)
0. [The Debugging Book: Tools and Techniques for Automated Software Debugging](https://www.debuggingbook.org/)
diff --git a/documentation/bookmark/design/flexibility.md b/documentation/bookmark/design/flexibility.md
new file mode 100644
index 000000000..d860f1132
--- /dev/null
+++ b/documentation/bookmark/design/flexibility.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Pass-Through Lists](https://jonathanwarden.com/2014/06/19/pass-through-lists/)
+
diff --git a/documentation/bookmark/design/onboarding.md b/documentation/bookmark/design/onboarding.md
new file mode 100644
index 000000000..383a22b77
--- /dev/null
+++ b/documentation/bookmark/design/onboarding.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Feature onboarding](https://primer.style/design/ui-patterns/feature-onboarding)
+
diff --git a/documentation/bookmark/graphic/3d/rendering.md b/documentation/bookmark/graphic/3d/rendering.md
new file mode 100644
index 000000000..b0d400838
--- /dev/null
+++ b/documentation/bookmark/graphic/3d/rendering.md
@@ -0,0 +1,16 @@
+# Ray Tracing
+
+0. [Ray Tracing in One Weekend - The Book Series](https://raytracing.github.io/)
+0. [Ray Tracing Gems II Available Today as Free Digital Download](https://developer.nvidia.com/blog/ray-tracing-gems-ii-available-today-as-free-digital-download/)
+0. [Ray Tracing Gems II](https://link.springer.com/book/10.1007/978-1-4842-7185-8)
+
+# Physically Based Rendering
+
+0. [Physically-based Feature Line Rendering](http://lines.rexwe.st/)
+0. [Physically Based Rendering](https://www.pbr-book.org/3ed-2018/contents)
+0. [Physically Based Rendering in Filament](https://google.github.io/filament/Filament.html)
+
+# Reference
+
+0. [Geometry Types for Graphics Programming](https://www.cs.cornell.edu/~asampson/media/papers/gator-oopsla2020-preprint.pdf)
+
diff --git a/documentation/bookmark/math/number/dual.md b/documentation/bookmark/math/number/dual.md
index cda9d5d8e..501a8e9d4 100644
--- a/documentation/bookmark/math/number/dual.md
+++ b/documentation/bookmark/math/number/dual.md
@@ -1,5 +1,6 @@
# Reference
+0. [Automatic Differentiation: Forward and Reverse](https://jingnanshi.com/blog/autodiff.html)
0. [Dual/Codual numbers for Forward/Reverse Automatic Differentiation](https://higherlogics.blogspot.com/2020/05/dualcodual-numbers-for-forwardreverse.html)
0. [Sensitivity of y w.r.t. to x in y=f(x) where f is a routine](https://scicomp.stackexchange.com/questions/38899/sensitivity-of-y-w-r-t-to-x-in-y-fx-where-f-is-a-routine/38900#38900)
0. [Differentiable programming](https://en.wikipedia.org/wiki/Differentiable_programming)
diff --git a/documentation/bookmark/math/proof.md b/documentation/bookmark/math/proof.md
new file mode 100644
index 000000000..980c45c82
--- /dev/null
+++ b/documentation/bookmark/math/proof.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Book of Proof](https://www.people.vcu.edu/~rhammack/BookOfProof/BookOfProof.pdf)
+
diff --git a/documentation/bookmark/open_source.md b/documentation/bookmark/open_source.md
index f92461f6e..0bf73c741 100644
--- a/documentation/bookmark/open_source.md
+++ b/documentation/bookmark/open_source.md
@@ -1,5 +1,6 @@
# Reference
+0. [Awesome OSS Monetization](https://paydevs.github.io/awesome-oss-monetization/)
0. [Open Source Guides](https://opensource.guide/)
0. [Uncurled - everything I know and learned about running and maintaining Open Source projects for three decades.](https://un.curl.dev/)
0. [Why Modern Open Source Projects Fail](https://arxiv.org/abs/1707.02327)
diff --git a/documentation/bookmark/optics.md b/documentation/bookmark/optics.md
index e47bfa6a8..314505037 100644
--- a/documentation/bookmark/optics.md
+++ b/documentation/bookmark/optics.md
@@ -1,5 +1,6 @@
# Reference
+0. [Existential optics](https://www.tweag.io/blog/2022-05-05-existential-optics/)
0. [Optics vs Lenses, Operationally](https://www.brunogavranovic.com/posts/2022-02-10-optics-vs-lenses-operationally.html)
0. [Optics By Example](https://leanpub.com/optics-by-example)
0. [Profunctor optics, a categorical update](https://arxiv.org/abs/2001.07488)
diff --git a/documentation/bookmark/philanthropy.md b/documentation/bookmark/philanthropy.md
new file mode 100644
index 000000000..0793ef124
--- /dev/null
+++ b/documentation/bookmark/philanthropy.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Catalytic Philanthropy](https://ssir.org/articles/entry/catalytic_philanthropy)
+
diff --git a/documentation/bookmark/programming_language/implementation/stack.md b/documentation/bookmark/programming_language/implementation/stack.md
new file mode 100644
index 000000000..58349cf35
--- /dev/null
+++ b/documentation/bookmark/programming_language/implementation/stack.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [From folklore to fact: comparing implementations of stacks and continuations](https://par.nsf.gov/servlets/purl/10201136)
+
diff --git a/documentation/bookmark/rendering.md b/documentation/bookmark/rendering.md
deleted file mode 100644
index e8fb72658..000000000
--- a/documentation/bookmark/rendering.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# Ray Tracing
-
-1. [Ray Tracing in One Weekend - The Book Series](https://raytracing.github.io/)
-1. [Ray Tracing Gems II Available Today as Free Digital Download](https://developer.nvidia.com/blog/ray-tracing-gems-ii-available-today-as-free-digital-download/)
-1. [Ray Tracing Gems II](https://link.springer.com/book/10.1007/978-1-4842-7185-8)
-
-# Physically Based Rendering
-
-1. [Physically Based Rendering](https://www.pbr-book.org/3ed-2018/contents)
-1. [Physically Based Rendering in Filament](https://google.github.io/filament/Filament.html)
-
-# Reference
-
-1. [Geometry Types for Graphics Programming](https://www.cs.cornell.edu/~asampson/media/papers/gator-oopsla2020-preprint.pdf)
-
diff --git a/documentation/bookmark/security/isolation.md b/documentation/bookmark/security/isolation.md
new file mode 100644
index 000000000..d7a6ee2a0
--- /dev/null
+++ b/documentation/bookmark/security/isolation.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Isolating Functions at the Hardware Limit with Virtines](https://arxiv.org/pdf/2104.11324.pdf)
+
diff --git a/documentation/bookmark/tool/text_editor/font.md b/documentation/bookmark/tool/text_editor/font.md
index fede11afd..8c8b0bbda 100644
--- a/documentation/bookmark/tool/text_editor/font.md
+++ b/documentation/bookmark/tool/text_editor/font.md
@@ -1,4 +1,6 @@
# Reference
+0. [Introduction to variable fonts on the web](https://web.dev/variable-fonts/)
+0. [Noto: A typeface for the world](https://fonts.google.com/noto)
0. [JetBrains Mono](https://www.jetbrains.com/lp/mono/)
diff --git a/documentation/bookmark/user_interface/animation.md b/documentation/bookmark/user_interface/animation.md
index 97fa415c0..b0f47f6b9 100644
--- a/documentation/bookmark/user_interface/animation.md
+++ b/documentation/bookmark/user_interface/animation.md
@@ -1,4 +1,5 @@
# Reference
+0. [Lottie](https://lottiefiles.com/what-is-lottie)
0. https://easings.net/
diff --git a/documentation/bookmark/workflow.md b/documentation/bookmark/workflow.md
index d3df0cccc..80cb3497a 100644
--- a/documentation/bookmark/workflow.md
+++ b/documentation/bookmark/workflow.md
@@ -1,4 +1,5 @@
# Reference
+0. [Windmill](https://docs.windmill.dev/)
0. [Common Workflow Language](https://www.commonwl.org/)