From 0f9bc13a34b729d9ae9db31276feb2a66785d06b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 14 Aug 2022 21:02:22 -0400 Subject: Documentation changes for v0.7.0 --- documentation/bookmark/audio/fingerprinting.md | 5 +++++ documentation/bookmark/cloud.md | 1 + documentation/bookmark/data/structure/probabilistic.md | 1 + documentation/bookmark/design.md | 1 + documentation/bookmark/documentation.md | 1 + documentation/bookmark/food.md | 2 ++ documentation/bookmark/hardware/fpga.md | 4 ---- .../bookmark/hardware/fpga__field_programmable_gate_array.md | 6 ++++++ documentation/bookmark/infrastructure/container.md | 4 ++++ documentation/bookmark/infrastructure/containers.md | 4 ---- documentation/bookmark/infrastructure/messaging.md | 5 +++++ documentation/bookmark/material.md | 5 +++++ documentation/bookmark/open_source/funding.md | 1 + documentation/bookmark/software/engineering.md | 5 +++++ documentation/bookmark/startup.md | 5 +++++ documentation/bookmark/tool/text_editor/revision.md | 5 +++++ documentation/bookmark/user_interface/color.md | 1 + 17 files changed, 48 insertions(+), 8 deletions(-) create mode 100644 documentation/bookmark/audio/fingerprinting.md delete mode 100644 documentation/bookmark/hardware/fpga.md create mode 100644 documentation/bookmark/hardware/fpga__field_programmable_gate_array.md create mode 100644 documentation/bookmark/infrastructure/container.md delete mode 100644 documentation/bookmark/infrastructure/containers.md create mode 100644 documentation/bookmark/infrastructure/messaging.md create mode 100644 documentation/bookmark/material.md create mode 100644 documentation/bookmark/software/engineering.md create mode 100644 documentation/bookmark/startup.md create mode 100644 documentation/bookmark/tool/text_editor/revision.md (limited to 'documentation/bookmark') diff --git a/documentation/bookmark/audio/fingerprinting.md b/documentation/bookmark/audio/fingerprinting.md new file mode 100644 index 000000000..40e7cac16 --- /dev/null +++ b/documentation/bookmark/audio/fingerprinting.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [dejavu: Audio fingerprinting and recognition in Python](https://github.com/worldveil/dejavu) + diff --git a/documentation/bookmark/cloud.md b/documentation/bookmark/cloud.md index 3405f0166..5a0ab3fbe 100644 --- a/documentation/bookmark/cloud.md +++ b/documentation/bookmark/cloud.md @@ -1,5 +1,6 @@ # Reference 0. []() +0. [Cloud Monads: A novel concept for monadic abstraction over state in serverless cloud applications](https://repository.tudelft.nl/islandora/object/uuid%3Ac17705c5-a92c-4a91-955a-51b3b6ed450c) 0. [LocalStack: A fully functional local cloud stack](https://localstack.cloud/) diff --git a/documentation/bookmark/data/structure/probabilistic.md b/documentation/bookmark/data/structure/probabilistic.md index f070cc423..b02f5ccf8 100644 --- a/documentation/bookmark/data/structure/probabilistic.md +++ b/documentation/bookmark/data/structure/probabilistic.md @@ -36,6 +36,7 @@ ## Bloom filter 0. []() +0. [When Bloom filters don't bloom](https://blog.cloudflare.com/when-bloom-filters-dont-bloom/) 0. [Sliding Bloom Filter](https://programming.guide/sliding-bloom-filter.html) 0. [Word-aligned Bloom filters](https://lemire.me/blog/2021/10/03/word-aligned-bloom-filters/) 0. [Bloom Filters by Example](https://llimllib.github.io/bloomfilter-tutorial/) diff --git a/documentation/bookmark/design.md b/documentation/bookmark/design.md index 2d52d7454..8e441f11b 100644 --- a/documentation/bookmark/design.md +++ b/documentation/bookmark/design.md @@ -1,5 +1,6 @@ # Reference 0. []() +0. [Humanizing Application Building: An Anthropological Perspective](http://melconway.com/Home/pdf/humanize.pdf) 0. [Banner blindness](https://en.wikipedia.org/wiki/Banner_blindness) diff --git a/documentation/bookmark/documentation.md b/documentation/bookmark/documentation.md index ae2327158..4cfcf2177 100644 --- a/documentation/bookmark/documentation.md +++ b/documentation/bookmark/documentation.md @@ -66,6 +66,7 @@ # Reference 0. []() +0. [The Ultimate Guide to Writing Online](https://perell.com/essay/the-ultimate-guide-to-writing-online/) 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/) diff --git a/documentation/bookmark/food.md b/documentation/bookmark/food.md index 353474be8..e46dbe88d 100644 --- a/documentation/bookmark/food.md +++ b/documentation/bookmark/food.md @@ -1,6 +1,8 @@ # Reference 0. []() +0. [Redefine Meat](https://www.redefinemeat.com/) +0. [Solar Foods](https://solarfoods.com/) 0. [Remilk](https://www.remilk.com/) 0. [Squareat](https://squareat.com/) diff --git a/documentation/bookmark/hardware/fpga.md b/documentation/bookmark/hardware/fpga.md deleted file mode 100644 index 8dce079ca..000000000 --- a/documentation/bookmark/hardware/fpga.md +++ /dev/null @@ -1,4 +0,0 @@ -# Reference - -0. [C++20 on Xilinx FPGA with SYCL for Vitis - Ronan Keryell - CppCon 2021](https://www.youtube.com/watch?v=BJBDmQJdDpc) - diff --git a/documentation/bookmark/hardware/fpga__field_programmable_gate_array.md b/documentation/bookmark/hardware/fpga__field_programmable_gate_array.md new file mode 100644 index 000000000..e66984228 --- /dev/null +++ b/documentation/bookmark/hardware/fpga__field_programmable_gate_array.md @@ -0,0 +1,6 @@ +# Reference + +0. []() +0. [Parallel Programming for FPGAs](https://kastner.ucsd.edu/hlsbook/) +0. [C++20 on Xilinx FPGA with SYCL for Vitis - Ronan Keryell - CppCon 2021](https://www.youtube.com/watch?v=BJBDmQJdDpc) + diff --git a/documentation/bookmark/infrastructure/container.md b/documentation/bookmark/infrastructure/container.md new file mode 100644 index 000000000..46f02845c --- /dev/null +++ b/documentation/bookmark/infrastructure/container.md @@ -0,0 +1,4 @@ +# Reference + +1. [The Ideal Versus the Real: Revisiting the History of Virtual Machines and Containers](https://arxiv.org/abs/1904.12226) + diff --git a/documentation/bookmark/infrastructure/containers.md b/documentation/bookmark/infrastructure/containers.md deleted file mode 100644 index 46f02845c..000000000 --- a/documentation/bookmark/infrastructure/containers.md +++ /dev/null @@ -1,4 +0,0 @@ -# Reference - -1. [The Ideal Versus the Real: Revisiting the History of Virtual Machines and Containers](https://arxiv.org/abs/1904.12226) - diff --git a/documentation/bookmark/infrastructure/messaging.md b/documentation/bookmark/infrastructure/messaging.md new file mode 100644 index 000000000..b1b33409a --- /dev/null +++ b/documentation/bookmark/infrastructure/messaging.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [NSQ: A realtime distributed messaging platform](https://github.com/nsqio/nsq) + diff --git a/documentation/bookmark/material.md b/documentation/bookmark/material.md new file mode 100644 index 000000000..c09616a70 --- /dev/null +++ b/documentation/bookmark/material.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [New programmable materials can sense their own movements](https://news.mit.edu/2022/materials-sense-movements-0810) + diff --git a/documentation/bookmark/open_source/funding.md b/documentation/bookmark/open_source/funding.md index fdb2802e7..60550a0cf 100644 --- a/documentation/bookmark/open_source/funding.md +++ b/documentation/bookmark/open_source/funding.md @@ -1,6 +1,7 @@ # Reference 0. []() +0. [The NEO way to finance collaborative and FOSS projects](https://medium.com/@meriteconomy/the-neo-way-to-finance-collaborative-and-foss-projects-7966dfeac0ce) 0. [Comradery](https://comradery.co/) 0. [Comradery is developing a cooperative way to get paid online: A more democratic take on the Patreon model](https://www.theverge.com/23060001/comradery-coop-crowdfunding-patreon) 0. [Fund OSS through package managers](https://dusted.codes/fund-oss-through-package-managers) diff --git a/documentation/bookmark/software/engineering.md b/documentation/bookmark/software/engineering.md new file mode 100644 index 000000000..8aedec13c --- /dev/null +++ b/documentation/bookmark/software/engineering.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Thinking About the Costs of a Software Feature](https://weblogs.asp.net/rweigelt/thinking-about-the-costs-of-a-software-feature) + diff --git a/documentation/bookmark/startup.md b/documentation/bookmark/startup.md new file mode 100644 index 000000000..c7dd0c8e3 --- /dev/null +++ b/documentation/bookmark/startup.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Startup Library](https://www.ycombinator.com/library) + diff --git a/documentation/bookmark/tool/text_editor/revision.md b/documentation/bookmark/tool/text_editor/revision.md new file mode 100644 index 000000000..31f014534 --- /dev/null +++ b/documentation/bookmark/tool/text_editor/revision.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [A Document Revisions System in JavaScript](https://yoramkornatzky.com/post/a-document-revisions-system-in-javascript) + diff --git a/documentation/bookmark/user_interface/color.md b/documentation/bookmark/user_interface/color.md index 3e6cb9bb7..922539d01 100644 --- a/documentation/bookmark/user_interface/color.md +++ b/documentation/bookmark/user_interface/color.md @@ -1,6 +1,7 @@ # Reference 0. []() +0. [Color Design Hub](https://github.com/delaklo/color-design-hub) 0. [Color.js: Let's get serious about color](https://colorjs.io/) 0. [Leonardo](https://leonardocolor.io/#) 0. [Color difference](https://en.wikipedia.org/wiki/Color_difference) -- cgit v1.2.3