From ea42b3708a7b189f1d10f015b50c1e80abd6b029 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Fri, 19 Jan 2024 09:38:48 +0300 Subject: [PATCH] m --- db/nosql/ydb-yandex-database.txt | 26 ------------------- db/nosql/ydb/docs/articles.txt | 9 +++++++ db/nosql/ydb/docs/presentations.txt | 8 ++++++ db/nosql/ydb/ydb-yandex-database.txt | 7 +++++ devops/iaas/{ => terraform}/terraform.txt | 0 devops/iaas/terraform/tools/tftui.txt | 2 ++ hw/comp/hdd/seagate.txt | 2 ++ os/x-ui/term/foot.txt | 5 ---- os/x-ui/term/wayland/foot.txt | 10 +++++++ pages/pages.txt | 20 +++++++++++--- pages/reddit.txt | 2 ++ pl/cpp/docs/books/gregoire.txt | 2 ++ pl/java/jdk/future/valhala.txt | 3 +++ .../quality/bench/{ => docs}/articles.txt | 0 .../quality/bench/docs/presentations.txt | 3 +++ pl/rs/features/types/primitives/pointers.txt | 1 + .../types/{ => primitives}/primitives.txt | 0 pl/rs/libfws/ui/web/loco.txt | 12 +++++++++ science/ai/transformers/docs/articles.txt | 4 +++ security/docs/articles.txt | 3 +++ 20 files changed, 85 insertions(+), 34 deletions(-) delete mode 100644 db/nosql/ydb-yandex-database.txt create mode 100644 db/nosql/ydb/docs/articles.txt create mode 100644 db/nosql/ydb/docs/presentations.txt create mode 100644 db/nosql/ydb/ydb-yandex-database.txt rename devops/iaas/{ => terraform}/terraform.txt (100%) create mode 100644 devops/iaas/terraform/tools/tftui.txt create mode 100644 hw/comp/hdd/seagate.txt delete mode 100644 os/x-ui/term/foot.txt create mode 100644 os/x-ui/term/wayland/foot.txt rename pl/java/tools/quality/bench/{ => docs}/articles.txt (100%) create mode 100644 pl/java/tools/quality/bench/docs/presentations.txt create mode 100644 pl/rs/features/types/primitives/pointers.txt rename pl/rs/features/types/{ => primitives}/primitives.txt (100%) create mode 100644 pl/rs/libfws/ui/web/loco.txt diff --git a/db/nosql/ydb-yandex-database.txt b/db/nosql/ydb-yandex-database.txt deleted file mode 100644 index 6053a5648..000000000 --- a/db/nosql/ydb-yandex-database.txt +++ /dev/null @@ -1,26 +0,0 @@ -https://cloud.yandex.com/en/docs/ydb/ -https://dbdb.io/db/yandex-database -https://cloud.yandex.com/en/services/ydb - -https://github.com/ydb-platform - -https://cloud.yandex.com/en/docs/ydb/reference/ydb-cli/install - -articles -2023 -https://blog.ydb.tech/whats-new-in-ydb-documentation-in-november-2023-b0c1385ce2b9 - https://habr.com/ru/companies/ydb/articles/777416/ -2022 -https://habr.com/ru/company/yandex/blog/660271/ -2021 -https://habr.com/ru/post/552032/ - -presentations -2022 -HighLoad - Fomichev - YDB - Multiversioning in Distributed DB 0:00 of 40:15 - https://www.youtube.com/watch?v=k2ccFXWdBN4 - https://highload.ru/foundation/2022/abstracts/8317 - https://disk.yandex.ru/i/gf31biuXZqdkKA -HighLoad - Kuznetsov - Fileless Storage System YDB ru 4:00 of 43:22 - https://www.youtube.com/watch?v=vIjFQHIeXio - https://www.highload.ru/spb/2021/abstracts/7971 diff --git a/db/nosql/ydb/docs/articles.txt b/db/nosql/ydb/docs/articles.txt new file mode 100644 index 000000000..a530b423e --- /dev/null +++ b/db/nosql/ydb/docs/articles.txt @@ -0,0 +1,9 @@ +2023 +https://blog.ydb.tech/ydb-meets-tpc-c-distributed-transactions-performance-now-revealed-42f1ed44bd73 + https://habr.com/ru/companies/ydb/articles/763938/ +https://blog.ydb.tech/whats-new-in-ydb-documentation-in-november-2023-b0c1385ce2b9 + https://habr.com/ru/companies/ydb/articles/777416/ +2022 +https://habr.com/ru/company/yandex/blog/660271/ +2021 +https://habr.com/ru/post/552032/ diff --git a/db/nosql/ydb/docs/presentations.txt b/db/nosql/ydb/docs/presentations.txt new file mode 100644 index 000000000..8c35728d7 --- /dev/null +++ b/db/nosql/ydb/docs/presentations.txt @@ -0,0 +1,8 @@ +2022 +HighLoad - Fomichev - YDB - Multiversioning in Distributed DB 0:00 of 40:15 + https://www.youtube.com/watch?v=k2ccFXWdBN4 + https://highload.ru/foundation/2022/abstracts/8317 + https://disk.yandex.ru/i/gf31biuXZqdkKA +HighLoad - Kuznetsov - Fileless Storage System YDB ru 4:00 of 43:22 + https://www.youtube.com/watch?v=vIjFQHIeXio + https://www.highload.ru/spb/2021/abstracts/7971 diff --git a/db/nosql/ydb/ydb-yandex-database.txt b/db/nosql/ydb/ydb-yandex-database.txt new file mode 100644 index 000000000..72b74eeac --- /dev/null +++ b/db/nosql/ydb/ydb-yandex-database.txt @@ -0,0 +1,7 @@ +https://cloud.yandex.com/en/docs/ydb/ +https://dbdb.io/db/yandex-database +https://cloud.yandex.com/en/services/ydb + +https://github.com/ydb-platform + +https://cloud.yandex.com/en/docs/ydb/reference/ydb-cli/install diff --git a/devops/iaas/terraform.txt b/devops/iaas/terraform/terraform.txt similarity index 100% rename from devops/iaas/terraform.txt rename to devops/iaas/terraform/terraform.txt diff --git a/devops/iaas/terraform/tools/tftui.txt b/devops/iaas/terraform/tools/tftui.txt new file mode 100644 index 000000000..67ddf98fa --- /dev/null +++ b/devops/iaas/terraform/tools/tftui.txt @@ -0,0 +1,2 @@ +https://pypi.org/project/tftui/ +https://github.com/idoavrah/terraform-tui diff --git a/hw/comp/hdd/seagate.txt b/hw/comp/hdd/seagate.txt new file mode 100644 index 000000000..eb6994385 --- /dev/null +++ b/hw/comp/hdd/seagate.txt @@ -0,0 +1,2 @@ +2024 +https://habr.com/ru/companies/selectel/articles/787450/ diff --git a/os/x-ui/term/foot.txt b/os/x-ui/term/foot.txt deleted file mode 100644 index aefd46e60..000000000 --- a/os/x-ui/term/foot.txt +++ /dev/null @@ -1,5 +0,0 @@ -https://codeberg.org/dnkl/foot - -https://www.mankier.com/1/foot -https://wiki.archlinux.org/title/Foot -https://wiki.gentoo.org/wiki/Foot diff --git a/os/x-ui/term/wayland/foot.txt b/os/x-ui/term/wayland/foot.txt new file mode 100644 index 000000000..cdc1ee700 --- /dev/null +++ b/os/x-ui/term/wayland/foot.txt @@ -0,0 +1,10 @@ +https://codeberg.org/dnkl/foot +https://codeberg.org/dnkl/foot/wiki#user-content-troubleshooting + +https://github.com/DanteAlighierin/foot + +https://github.com/DanteAlighierin/foot/blob/master/INSTALL.md + +https://www.mankier.com/1/foot +https://wiki.archlinux.org/title/Foot +https://wiki.gentoo.org/wiki/Foot diff --git a/pages/pages.txt b/pages/pages.txt index 02cd6c005..59af7e365 100644 --- a/pages/pages.txt +++ b/pages/pages.txt @@ -62,6 +62,23 @@ https://www.linkedin.com/learning/what-is-generative-ai/generative-ai-is-a-tool- https://learn.microsoft.com/en-us/training/paths/introduction-generative-ai/ https://microsoft.github.io/generative-ai-for-beginners/#/ +ai - transformers +https://habr.com/ru/users/Kouki_RUS/ +https://jalammar.github.io/illustrated-transformer/ + https://arxiv.org/abs/1706.03762 + https://habr.com/ru/companies/ruvds/articles/725618/ + https://habr.com/ru/companies/ruvds/articles/723538/ +http://jalammar.github.io/illustrated-transformer/ + https://habr.com/ru/articles/486358/ +https://peterbloem.nl/blog/transformers + https://habr.com/ru/companies/wunderfund/articles/592231/ +http://nlp.seas.harvard.edu/2018/04/03/attention.html +Warmerdam - Why Transformers Work 1:00 of 44:06 + https://www.youtube.com/watch?v=QHkpGtDySqM + https://www.youtube.com/watch?v=cFUSjztXbL8 +https://www.youtube.com/playlist?list=PLIXJ-Sacf8u60G1TwcznBmK6rEL3gmZmV +https://huggingface.co/learn/nlp-course/chapter1/1 + cp: cannot stat '/var/log/pacstall/metadata/*': No such file or directory apt @@ -605,9 +622,6 @@ Klabnik - WebAssembly (Digging a bit deeper) 1:00 of 38:44 Mew - VS Code and Data Science Tools 1:00 of 20:57 https://www.youtube.com/watch?v=cylCnxzzwdA https://www.youtube.com/watch?v=Tyvg0LOwd5o -Warmerdam - Why Transformers Work 1:00 of 44:06 - https://www.youtube.com/watch?v=QHkpGtDySqM - https://www.youtube.com/watch?v=cFUSjztXbL8 Down - Linux Memory Management at Scale 2:00 of 40:26 https://www.youtube.com/watch?v=w9YQawAfkPw https://www.youtube.com/watch?v=QZZWAsBI_zY diff --git a/pages/reddit.txt b/pages/reddit.txt index eccf64ba2..ad7489742 100644 --- a/pages/reddit.txt +++ b/pages/reddit.txt @@ -86,6 +86,7 @@ https://github.com/prasanthrangan/hyprdots https://www.youtube.com/watch?v=BFppwQa4Yys arch-based https://github.com/Cybersnake223/Hypr + https://github.com/Cybersnake223/Hypr/blob/main/hypr/hyprland.conf https://github.com/lxbx44/dotfiles https://github.com/yusamock/dotfiles https://github.com/flick0/dotfiles @@ -115,6 +116,7 @@ MyLinuxForWork - Install Arch Linux with HYPRLAND and QTILE. With dotfiles 2.7.1 https://www.youtube.com/watch?v=kHG5czrQ7WA just a conf +https://github.com/VladimirPapazov88/Everforest-Hyprland https://github.com/TheBeeBoi/dotfiles https://github.com/EC2854/Hyprland-Dots https://github.com/clamsfeel2/dots diff --git a/pl/cpp/docs/books/gregoire.txt b/pl/cpp/docs/books/gregoire.txt index 0a11e0503..307ddc413 100644 --- a/pl/cpp/docs/books/gregoire.txt +++ b/pl/cpp/docs/books/gregoire.txt @@ -1,5 +1,7 @@ https://www.nuonsoft.com/blog/ +2023 +https://www.nuonsoft.com/blog/2023/12/29/slides-of-my-presentation-at-cppcon-2023-c23-an-overview-of-almost-all-new-and-updated-features/ 2021 Gregoire - Professional Cpp 5th ed 71..136..1285 www.wiley.com/go/proc++5e diff --git a/pl/java/jdk/future/valhala.txt b/pl/java/jdk/future/valhala.txt index 80e40b874..18151c604 100644 --- a/pl/java/jdk/future/valhala.txt +++ b/pl/java/jdk/future/valhala.txt @@ -1,3 +1,6 @@ +2024 +https://medium.com/@tomerr90/project-valhalla-javas-epic-quest-for-performance-immortality-a894db5e0577 + https://habr.com/ru/articles/787166/ 2022 Java - Java Value Objects in Action with Valhalla - JEP Café #15 of 14:14 https://www.youtube.com/watch?v=ViZkEgshiXI diff --git a/pl/java/tools/quality/bench/articles.txt b/pl/java/tools/quality/bench/docs/articles.txt similarity index 100% rename from pl/java/tools/quality/bench/articles.txt rename to pl/java/tools/quality/bench/docs/articles.txt diff --git a/pl/java/tools/quality/bench/docs/presentations.txt b/pl/java/tools/quality/bench/docs/presentations.txt new file mode 100644 index 000000000..64039f72e --- /dev/null +++ b/pl/java/tools/quality/bench/docs/presentations.txt @@ -0,0 +1,3 @@ +2023 +YfD - Ivanov - The Art of YDB Bench 0:00 of 48:42 + https://www.youtube.com/watch?v=1vXwSRU--9o diff --git a/pl/rs/features/types/primitives/pointers.txt b/pl/rs/features/types/primitives/pointers.txt new file mode 100644 index 000000000..be7019f62 --- /dev/null +++ b/pl/rs/features/types/primitives/pointers.txt @@ -0,0 +1 @@ +https://doc.rust-lang.org/stable/core/primitive.pointer.html diff --git a/pl/rs/features/types/primitives.txt b/pl/rs/features/types/primitives/primitives.txt similarity index 100% rename from pl/rs/features/types/primitives.txt rename to pl/rs/features/types/primitives/primitives.txt diff --git a/pl/rs/libfws/ui/web/loco.txt b/pl/rs/libfws/ui/web/loco.txt new file mode 100644 index 000000000..3b62b1627 --- /dev/null +++ b/pl/rs/libfws/ui/web/loco.txt @@ -0,0 +1,12 @@ +https://loco.rs/ + +https://github.com/loco-rs/loco +https://github.com/loco-rs/loco/discussions + +https://loco.rs/docs/the-app/models/ +https://loco.rs/docs/getting-started/tour/ + +https://loco.rs/blog/ + +2023 +https://www.shuttle.rs/blog/2023/12/20/loco-rust-rails diff --git a/science/ai/transformers/docs/articles.txt b/science/ai/transformers/docs/articles.txt index a01bc5dab..0c1d653b2 100644 --- a/science/ai/transformers/docs/articles.txt +++ b/science/ai/transformers/docs/articles.txt @@ -1,3 +1,6 @@ +2024 +https://osanseviero.github.io/hackerllama/blog/posts/random_transformer/ + https://habr.com/ru/articles/785474/ 2023 https://serokell.io/blog/transformers-in-ml https://habr.com/ru/articles/773312/ @@ -6,6 +9,7 @@ https://habr.com/ru/companies/just_ai/articles/733110/ https://habr.com/ru/post/581932/? 2020 https://jalammar.github.io/illustrated-transformer/ + https://habr.com/ru/articles/486358/ https://www.youtube.com/watch?v=-QH8fRhqFHM 2019 http://peterbloem.nl/blog/transformers diff --git a/security/docs/articles.txt b/security/docs/articles.txt index 920e200f0..b95e30dfa 100644 --- a/security/docs/articles.txt +++ b/security/docs/articles.txt @@ -1,3 +1,6 @@ +2024 +https://habr.com/ru/articles/787158/ + hw encryption https://habr.com/company/ua-hosting/blog/435178/ https://habr.com/company/ua-hosting/blog/435176/