diff --git a/nontech/politics/clubs/streetoftruth/streetoftruth.txt b/nontech/politics/clubs/streetoftruth/streetoftruth.txt index 09c324916..3dbbd82c4 100644 --- a/nontech/politics/clubs/streetoftruth/streetoftruth.txt +++ b/nontech/politics/clubs/streetoftruth/streetoftruth.txt @@ -18,6 +18,10 @@ Michael Mann books: Fashism, Dark Side of Democracy 2023 +StreetOfTruth - 03.31 - Kostenko - Cultural Souverenity of RU of 27:25 + https://www.youtube.com/watch?v=MJSdYSTNQr8 +StreetOfTruth - 03.31 - Hazin - Economy Souverenity of RU of 1:09:57 + https://www.youtube.com/watch?v=poEKKrM3BU8 PreobrazhenskiyClub - Kostenko - Zhuravlyov - Rode - 03.30 - EDU Formats and Getting of the Future of 55:10 https://www.youtube.com/watch?v=snb3RK8VK8U StreetOfTruth - 03.24 - Gevorgyan - State of International Situation of 39:10 diff --git a/pl/publishing/tex/tool/editor/typst.txt b/pl/publishing/typst.txt similarity index 56% rename from pl/publishing/tex/tool/editor/typst.txt rename to pl/publishing/typst.txt index 6f8f8026f..c26485d53 100644 --- a/pl/publishing/tex/tool/editor/typst.txt +++ b/pl/publishing/typst.txt @@ -1,2 +1,4 @@ https://typst.app/ https://github.com/typst/ + +https://typst.app/docs/tutorial/ diff --git a/pl/rs/browser-rust-search-extension.txt b/pl/rs/browser-rust-search-extension.txt new file mode 100644 index 000000000..9ad046902 --- /dev/null +++ b/pl/rs/browser-rust-search-extension.txt @@ -0,0 +1,2 @@ +https://rust.extension.sh/ +https://github.com/huhu/rust-search-extension diff --git a/pl/rs/features/borrow/tree.txt b/pl/rs/features/borrow/tree.txt new file mode 100644 index 000000000..8f35138d9 --- /dev/null +++ b/pl/rs/features/borrow/tree.txt @@ -0,0 +1,2 @@ +2023 +https://perso.crans.org/vanille/treebor/ diff --git a/pl/rs/features/types/linear.txt b/pl/rs/features/types/linear.txt index f22a87216..09cd944a2 100644 --- a/pl/rs/features/types/linear.txt +++ b/pl/rs/features/types/linear.txt @@ -1,2 +1,9 @@ https://gankro.github.io/blah/linear-rust/ https://www.reddit.com/r/rust/comments/6a3ac4/the_pain_of_real_linear_types_in_rust/ + +2023 +https://blog.yoshuawuyts.com/linearity-and-control/ +https://blog.yoshuawuyts.com/linear-types-one-pager/ +http://smallcultfollowing.com/babysteps/blog/2023/03/16/must-move-types/ +2017 +https://faultlore.com/blah/linear-rust/ diff --git a/pl/rs/libfws/ds/heap/fibonacchi.txt b/pl/rs/libfws/ds/heap/fibonacchi.txt new file mode 100644 index 000000000..01d76bffd --- /dev/null +++ b/pl/rs/libfws/ds/heap/fibonacchi.txt @@ -0,0 +1,2 @@ +2023 +https://www.kurtlawrence.info/blog/building-a-fibonacci-heap diff --git a/pl/rs/libfws/integration/ngrok-rs.txt b/pl/rs/libfws/integration/ngrok-rs.txt new file mode 100644 index 000000000..158bbeff4 --- /dev/null +++ b/pl/rs/libfws/integration/ngrok-rs.txt @@ -0,0 +1,7 @@ +https://ngrok.com/docs/using-ngrok-with/rust/ + +https://docs.rs/ngrok/latest/ngrok/ +https://github.com/ngrok/ngrok-rs + +2023 +https://ngrok.com/blog-post/ngrok-rs diff --git a/pl/rs/libfws/io/fileformats/parsing/cmdline/clap.txt b/pl/rs/libfws/io/fileformats/parsing/cmdline/clap.txt index 7d8563b3b..507a027c2 100644 --- a/pl/rs/libfws/io/fileformats/parsing/cmdline/clap.txt +++ b/pl/rs/libfws/io/fileformats/parsing/cmdline/clap.txt @@ -6,6 +6,7 @@ https://github.com/clap-rs/clap cargo add clap --features derive 2023 +https://epage.github.io/blog/2023/03/clap-v4-2/ https://blog.railway.app/p/rust-cli-rewrite 2022 https://www.joshfinnie.com/blog/a-command-line-application-in-rust/ diff --git a/pl/rs/libfws/ui/web/kobold.txt b/pl/rs/libfws/ui/web/kobold.txt new file mode 100644 index 000000000..a7f1cfc8e --- /dev/null +++ b/pl/rs/libfws/ui/web/kobold.txt @@ -0,0 +1,6 @@ +https://crates.io/crates/kobold +https://docs.rs/kobold/latest/kobold/ +https://github.com/maciejhirsz/kobold + +2023 +https://maciej.codes/2023-03-23-kobold.html diff --git a/pl/rs/tools/quality/metrics/autometrics-rs.txt b/pl/rs/tools/quality/metrics/autometrics-rs.txt new file mode 100644 index 000000000..0f71e5413 --- /dev/null +++ b/pl/rs/tools/quality/metrics/autometrics-rs.txt @@ -0,0 +1,4 @@ +https://github.com/autometrics-dev/autometrics-rs + +2023 +https://fiberplane.com/blog/autometrics-rs-0-3-defining-service-level-objectives-in-rust-source-code diff --git a/pl/rs/tools/quality/test/property/proptest.txt b/pl/rs/tools/quality/test/property/proptest.txt index 1e50aa21d..4389250c9 100644 --- a/pl/rs/tools/quality/test/property/proptest.txt +++ b/pl/rs/tools/quality/test/property/proptest.txt @@ -9,6 +9,8 @@ https://crates.io/crates/proptest-arbitrary https://docs.rs/proptest-arbitrary https://github.com/Centril/proptest-arbitrary +2023 +https://tzemanovic.gitlab.io/posts/state-machine-testing-with-proptest/ 2020 https://blog.logrocket.com/property-based-testing-in-rust-with-proptest/ https://github.com/zmitchell/sentence-parser diff --git a/pl/rs/tools/quality/trace/scoped-trace.txt b/pl/rs/tools/quality/trace/scoped-trace.txt new file mode 100644 index 000000000..a885e128e --- /dev/null +++ b/pl/rs/tools/quality/trace/scoped-trace.txt @@ -0,0 +1,6 @@ +https://crates.io/crates/scoped-trace +https://docs.rs/scoped-trace/latest/scoped_trace/ +https://github.com/jswrenn/scoped-trace + +2023 +https://jack.wrenn.fyi/blog/scoped-trace/