From 6ec8f5d2f6cbf8db45f91e5c4b48c6ec17659f72 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 30 Jul 2022 23:13:24 -0400 Subject: Extracted test-tallying machinery into its own module. --- .../artificial_intelligence/machine_learning.md | 13 +++++++++++++ documentation/bookmark/business/hiring/remote.md | 5 +++++ documentation/bookmark/coding_style.md | 1 + .../bookmark/compilation/target/js__javascript.md | 4 ++++ documentation/bookmark/compilation/target/jvm.md | 12 +++++++----- documentation/bookmark/documentation.md | 1 + documentation/bookmark/open_source.md | 1 + .../bookmark/open_source/commercialization.md | 1 + documentation/bookmark/operating_system/shell.md | 5 +++++ documentation/bookmark/tool/search.md | 14 ++++++++------ documentation/bookmark/tool/text_editor.md | 16 ---------------- documentation/bookmark/tool/text_editor/structured.md | 18 ++++++++++++++++++ documentation/bookmark/user_interface/dashboard.md | 5 +++++ 13 files changed, 69 insertions(+), 27 deletions(-) create mode 100644 documentation/bookmark/business/hiring/remote.md create mode 100644 documentation/bookmark/operating_system/shell.md create mode 100644 documentation/bookmark/tool/text_editor/structured.md create mode 100644 documentation/bookmark/user_interface/dashboard.md (limited to 'documentation/bookmark') diff --git a/documentation/bookmark/artificial_intelligence/machine_learning.md b/documentation/bookmark/artificial_intelligence/machine_learning.md index 0487c5626..69d028aa9 100644 --- a/documentation/bookmark/artificial_intelligence/machine_learning.md +++ b/documentation/bookmark/artificial_intelligence/machine_learning.md @@ -1,15 +1,22 @@ # Transformer +0. []() 0. [Transformers from scratch](http://www.peterbloem.nl/blog/transformers) # Exemplar +0. []() 0. https://ml5js.org/ 0. https://www.csie.ntu.edu.tw/~cjlin/libsvm/ 0. http://halide-lang.org/ # Reference +0. []() +0. [Predibase: Declarative ML](https://predibase.com/) + 0. [ludwig: Data-centric declarative deep learning framework](https://github.com/ludwig-ai/ludwig) + 0. [horovod: Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.](https://github.com/horovod/horovod) +0. [AutoML: Automated Machine Learning](https://www.automl.org/automl/) 0. [Why are ML Compilers so Hard?](https://petewarden.com/2021/12/24/why-are-ml-compilers-so-hard/) 0. ["Multi-Level Intermediate Representation" Compiler Infrastructure](https://github.com/tensorflow/mlir) 0. [Sampling can be faster than optimization](https://www.pnas.org/content/116/42/20881) @@ -31,10 +38,12 @@ # Inductive logic programming +0. []() 0. [Inductive logic programming at 30: a new introduction](https://arxiv.org/abs/2008.07912) # Deep learning +0. []() 0. [GAME2020 4. Dr. Vincent Nozick Geometric Neurons](https://www.youtube.com/watch?v=KC3c_Mdj1dk) 0. [Evolution Strategies](https://lilianweng.github.io/lil-log/2019/09/05/evolution-strategies.html) 0. [Monadic Deep Learning: Performing monadic automatic differentiation in parallel](https://deeplearning.thoughtworks.school/assets/paper.pdf) @@ -51,20 +60,24 @@ # Tensor +0. []() 0. http://nlp.seas.harvard.edu/NamedTensor.html 0. http://nlp.seas.harvard.edu/NamedTensor2 # Meta-learning +0. []() 0. https://blog.fastforwardlabs.com/2019/05/22/metalearners-learning-how-to-learn.html 0. https://www.bayeswatch.com/2018/11/30/HTYM/ 0. https://bender.dreem.com/ # Model +0. []() 0. http://onnx.ai/ # Training +0. []() 0. https://ai.googleblog.com/2019/03/introducing-gpipe-open-source-library.html diff --git a/documentation/bookmark/business/hiring/remote.md b/documentation/bookmark/business/hiring/remote.md new file mode 100644 index 000000000..3ca9e4bde --- /dev/null +++ b/documentation/bookmark/business/hiring/remote.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [11 Reasons Remote Workers Are Choosing To Relocate](https://medium.com/@dantin1/11-reasons-remote-workers-are-choosing-to-relocate-2df44f956b6a) + diff --git a/documentation/bookmark/coding_style.md b/documentation/bookmark/coding_style.md index 6df265f00..92a7719c5 100644 --- a/documentation/bookmark/coding_style.md +++ b/documentation/bookmark/coding_style.md @@ -1,6 +1,7 @@ # Reference 0. []() +0. [A Guide to Naming Variables](https://a-nickels-worth.blogspot.com/2016/04/a-guide-to-naming-variables.html) 0. [the gizmo's role in markup](https://t-ravis.com/post/doc/the_gizmos_role_in_markup/) 0. [the hard problem: naming functions and other gizmos](https://t-ravis.com/post/doc/naming_functions_methods_and_other_gizmos/) 0. [WHAT functions and WHY functions](https://t-ravis.com/post/doc/what_functions_and_why_functions/) diff --git a/documentation/bookmark/compilation/target/js__javascript.md b/documentation/bookmark/compilation/target/js__javascript.md index e345bf4c4..6655cfa61 100644 --- a/documentation/bookmark/compilation/target/js__javascript.md +++ b/documentation/bookmark/compilation/target/js__javascript.md @@ -1,14 +1,18 @@ # Reference +0. []() +0. [Roll your own JavaScript runtime](https://deno.com/blog/roll-your-own-javascript-runtime) 0. [How JavaScript Array Works Internally?](https://blog.gauravthakur.in/how-javascript-array-works-internally) 0. [Maybe you don't need Rust and WASM to speed up your JS ](https://mrale.ph/blog/2018/02/03/maybe-you-dont-need-rust-to-speed-up-your-js.html) # Debugging +0. []() 0. [The JavaScript Self-Profiling API](https://addyosmani.com/blog/js-self-profiling/) # Number +0. []() 0. [BigInt: arbitrary-precision integers in JavaScript](https://v8.dev/features/bigint) 0. [WebAssembly integration with JavaScript BigInt](https://v8.dev/features/wasm-bigint) diff --git a/documentation/bookmark/compilation/target/jvm.md b/documentation/bookmark/compilation/target/jvm.md index 4ea87de28..6e7a0831f 100644 --- a/documentation/bookmark/compilation/target/jvm.md +++ b/documentation/bookmark/compilation/target/jvm.md @@ -1,8 +1,10 @@ # Reference -1. [Journey to the Centre of the JVM — Daniel Spiewak](https://www.youtube.com/watch?v=EFkpmFt61Jo) -1. [String concatenation, redux](https://cl4es.github.io/2019/05/14/String-Concat-Redux.html) -1. [Beware of computation in static initializer](https://pangin.pro/posts/computation-in-static-initializer) -1. [JVM Internals](https://blog.jamesdbloom.com/JVMInternals.html) -1. [JVM Anatomy Quarks](https://shipilev.net/jvm/anatomy-quarks/) +0. []() +0. [Turn any Java program into a self-contained EXE](https://mccue.dev/pages/7-28-22-make-an-exe) +0. [Journey to the Centre of the JVM — Daniel Spiewak](https://www.youtube.com/watch?v=EFkpmFt61Jo) +0. [String concatenation, redux](https://cl4es.github.io/2019/05/14/String-Concat-Redux.html) +0. [Beware of computation in static initializer](https://pangin.pro/posts/computation-in-static-initializer) +0. [JVM Internals](https://blog.jamesdbloom.com/JVMInternals.html) +0. [JVM Anatomy Quarks](https://shipilev.net/jvm/anatomy-quarks/) diff --git a/documentation/bookmark/documentation.md b/documentation/bookmark/documentation.md index 97b9ec1bd..ae2327158 100644 --- a/documentation/bookmark/documentation.md +++ b/documentation/bookmark/documentation.md @@ -66,6 +66,7 @@ # Reference 0. []() +0. [Typst: Compose papers faster](https://typst.app/) 0. [Mintlify Writer](https://www.mintlify.com/writer) 0. [TimelineJS: Easy-to-make, beautiful timelines.](http://timeline.knightlab.com/) 0. [Introduction to the Zettelkasten Method](https://zettelkasten.de/introduction/) diff --git a/documentation/bookmark/open_source.md b/documentation/bookmark/open_source.md index a2f0da365..db237a9f8 100644 --- a/documentation/bookmark/open_source.md +++ b/documentation/bookmark/open_source.md @@ -1,6 +1,7 @@ # Reference 0. []() +0. [Open Source Explained](https://blog.erlend.sh/open-source-explained) 0. [Trust Signals in Open Source Projects](https://hackernoon.com/the-signs-of-a-great-open-source-project) 0. [Awesome OSS Monetization](https://paydevs.github.io/awesome-oss-monetization/) 0. [Open Source Guides](https://opensource.guide/) diff --git a/documentation/bookmark/open_source/commercialization.md b/documentation/bookmark/open_source/commercialization.md index 2afcb3506..839b555b1 100644 --- a/documentation/bookmark/open_source/commercialization.md +++ b/documentation/bookmark/open_source/commercialization.md @@ -1,5 +1,6 @@ # Reference 0. []() +0. [The Future of Open Source, or Why Open Core Is Dead](https://thenewstack.io/the-future-of-open-source-or-why-open-core-is-dead/) 0. [Better Than Free](https://kk.org/thetechnium/better-than-fre/) diff --git a/documentation/bookmark/operating_system/shell.md b/documentation/bookmark/operating_system/shell.md new file mode 100644 index 000000000..1c858e5b5 --- /dev/null +++ b/documentation/bookmark/operating_system/shell.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [ShellHacks: Command-Line Tips and Tricks](https://www.shellhacks.com/) + diff --git a/documentation/bookmark/tool/search.md b/documentation/bookmark/tool/search.md index 4ee62d626..b2898552d 100644 --- a/documentation/bookmark/tool/search.md +++ b/documentation/bookmark/tool/search.md @@ -1,9 +1,11 @@ # Semantic search -1. [Query Source Code with Tree-sitter](https://noreasontopanic.substack.com/p/querying-source-code-with-tree-sitter) -1. https://tree-sitter.github.io/tree-sitter/using-parsers#query-syntax -1. https://github.com/askgitdev/askgit -1. [The SOUL program query language](http://soft.vub.ac.be/SOUL/) -1. [Git - how do I view the change history of a method/function?](https://stackoverflow.com/questions/4781405/git-how-do-i-view-the-change-history-of-a-method-function) -1. https://github.com/returntocorp/semgrep +0. []() +0. [meilisearch](https://www.meilisearch.com/) +0. [Query Source Code with Tree-sitter](https://noreasontopanic.substack.com/p/querying-source-code-with-tree-sitter) +0. https://tree-sitter.github.io/tree-sitter/using-parsers#query-syntax +0. https://github.com/askgitdev/askgit +0. [The SOUL program query language](http://soft.vub.ac.be/SOUL/) +0. [Git - how do I view the change history of a method/function?](https://stackoverflow.com/questions/4781405/git-how-do-i-view-the-change-history-of-a-method-function) +0. https://github.com/returntocorp/semgrep diff --git a/documentation/bookmark/tool/text_editor.md b/documentation/bookmark/tool/text_editor.md index 623e0f0cd..0f087cc79 100644 --- a/documentation/bookmark/tool/text_editor.md +++ b/documentation/bookmark/tool/text_editor.md @@ -233,22 +233,6 @@ 0. https://tratt.net/laurie/blog/entries/an_editor_for_composed_programs.html 0. [Hjalfi makes smalltalk (in Javascript)](https://www.youtube.com/watch?v=JDunc6Cr7YQ) -## Structured editing - -0. [The Animated Guide to Symex](https://countvajhula.com/2021/09/25/the-animated-guide-to-symex/) -0. [Leo](https://www.leoeditor.com/) -0. [Inspiring a future Clojure editor with forgotten Lisp UX - Shaun Lebron](https://www.youtube.com/watch?v=K0Tsa3smr1w) -0. [Dion Systems - The How And Why Of Reinventing The Wheel](https://vimeo.com/485177664) -0. [Towards Tactic Metaprogramming in Haskell](https://reasonablypolymorphic.com/blog/towards-tactics/index.html) -0. https://github.com/Raathigesh/waypoint -0. [Going beyond regular expressions with structural code search](https://about.sourcegraph.com/blog/going-beyond-regular-expressions-with-structural-code-search) -0. [俺のlisp](https://github.com/illiichi/orenolisp) -0. [豆腐 (Tofu): meaningful code editing](https://gregoor.github.io/tofu/) -0. [Tiled Text](http://www.tiledtext.com/projects/tiledtext) -0. [Deuce: A Lightweight User Interface for Structured Editing](https://arxiv.org/abs/1707.00015) -0. ["Structured Editing for Elm* in Elm" by Ravi Chugh](https://www.youtube.com/watch?v=-TFL6E1uSHE) -0. [The TeXmacs user interface and structured text editing](https://www.youtube.com/watch?v=Sc55nOSN0kQ) - ## Tree editor 0. http://justinpombrio.net/tree-editors/survey.html diff --git a/documentation/bookmark/tool/text_editor/structured.md b/documentation/bookmark/tool/text_editor/structured.md new file mode 100644 index 000000000..d2e7fd779 --- /dev/null +++ b/documentation/bookmark/tool/text_editor/structured.md @@ -0,0 +1,18 @@ +# Reference + +0. []() +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/) +0. [Inspiring a future Clojure editor with forgotten Lisp UX - Shaun Lebron](https://www.youtube.com/watch?v=K0Tsa3smr1w) +0. [Dion Systems - The How And Why Of Reinventing The Wheel](https://vimeo.com/485177664) +0. [Towards Tactic Metaprogramming in Haskell](https://reasonablypolymorphic.com/blog/towards-tactics/index.html) +0. https://github.com/Raathigesh/waypoint +0. [Going beyond regular expressions with structural code search](https://about.sourcegraph.com/blog/going-beyond-regular-expressions-with-structural-code-search) +0. [俺のlisp](https://github.com/illiichi/orenolisp) +0. [豆腐 (Tofu): meaningful code editing](https://gregoor.github.io/tofu/) +0. [Tiled Text](http://www.tiledtext.com/projects/tiledtext) +0. [Deuce: A Lightweight User Interface for Structured Editing](https://arxiv.org/abs/1707.00015) +0. ["Structured Editing for Elm* in Elm" by Ravi Chugh](https://www.youtube.com/watch?v=-TFL6E1uSHE) +0. [The TeXmacs user interface and structured text editing](https://www.youtube.com/watch?v=Sc55nOSN0kQ) + diff --git a/documentation/bookmark/user_interface/dashboard.md b/documentation/bookmark/user_interface/dashboard.md new file mode 100644 index 000000000..8365d246c --- /dev/null +++ b/documentation/bookmark/user_interface/dashboard.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Tabler: A premium and open source dashboard template with a responsive and high-quality UI.](https://github.com/tabler/tabler) + -- cgit v1.2.3