From a6d7d81392038beef0712b87a9019bac907ddb2f Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Sun, 12 Nov 2023 18:38:44 +0300 Subject: [PATCH] m --- .../postgres/feature/type/jsonb/articles.txt | 2 + devops/container/amazon-finch.txt | 2 + devops/k8s/features/scheduler.txt | 5 +- media/dvr/jellyfin/jellyseer.txt | 4 ++ messanger/telegram/api.txt | 2 + os/linux/internals/kernel/docs/articles.txt | 3 ++ os/linux/nixos/docs/presentations.txt | 2 + os/unix/trace/bpf/docs/articles.txt | 3 ++ pl/config/nickel/docs/articles.txt | 1 + .../methodologies/architecture/hexagonal.txt | 3 ++ pl/java/tools/quality/tracing/zipkin.txt | 3 +- pl/scala/docs/books.txt | 8 ++- pl/scala/docs/presentations.txt | 1 + pl/scala/libfws/typelevel/chimney.txt | 2 + science/ai/huggingface.txt | 51 +++++++++++++++++++ science/hott/lean.txt | 10 ++++ 16 files changed, 99 insertions(+), 3 deletions(-) create mode 100644 db/sql/postgres/feature/type/jsonb/articles.txt create mode 100644 media/dvr/jellyfin/jellyseer.txt create mode 100644 messanger/telegram/api.txt create mode 100644 pl/scala/libfws/typelevel/chimney.txt create mode 100644 science/ai/huggingface.txt diff --git a/db/sql/postgres/feature/type/jsonb/articles.txt b/db/sql/postgres/feature/type/jsonb/articles.txt new file mode 100644 index 000000000..dcd4f8840 --- /dev/null +++ b/db/sql/postgres/feature/type/jsonb/articles.txt @@ -0,0 +1,2 @@ +2023 +https://habr.com/ru/companies/tensor/articles/771406/ diff --git a/devops/container/amazon-finch.txt b/devops/container/amazon-finch.txt index 6abcd1093..cdbb29486 100644 --- a/devops/container/amazon-finch.txt +++ b/devops/container/amazon-finch.txt @@ -1,5 +1,7 @@ https://github.com/runfinch/finch +2023 +https://www.opennet.ru/opennews/art.shtml?num=60034 2022 https://aws.amazon.com/blogs/opensource/introducing-finch-an-open-source-client-for-container-development/ https://www.opennet.ru/opennews/art.shtml?num=58201 diff --git a/devops/k8s/features/scheduler.txt b/devops/k8s/features/scheduler.txt index 9d6a1fed6..1b8061eda 100644 --- a/devops/k8s/features/scheduler.txt +++ b/devops/k8s/features/scheduler.txt @@ -1,14 +1,17 @@ +https://kubernetes.io/docs/concepts/scheduling-eviction/scheduling-framework/ +https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/ + https://github.com/kubernetes/community/blob/master/contributors/devel/sig-scheduling/scheduling_code_hierarchy_overview.md#assembling-the-scheduler https://habrahabr.ru/company/flant/blog/335552/ https://jvns.ca/blog/2017/07/27/how-does-the-kubernetes-scheduler-work/ https://github.com/kubernetes/community/blob/8decfe4/contributors/devel/controllers.md -https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/ http://blog.kubernetes.io/2017/03/advanced-scheduling-in-kubernetes.html https://sysdig.com/blog/kubernetes-scheduler/ 2023 +https://habr.com/ru/companies/otus/articles/771136/ https://habr.com/ru/companies/otus/articles/761186/ 2021 https://www.cncf.io/blog/2021/07/27/advanced-kubernetes-pod-to-node-scheduling/ diff --git a/media/dvr/jellyfin/jellyseer.txt b/media/dvr/jellyfin/jellyseer.txt new file mode 100644 index 000000000..0993f79ab --- /dev/null +++ b/media/dvr/jellyfin/jellyseer.txt @@ -0,0 +1,4 @@ +https://docs.ibracorp.io/jellyfin/jellyseer + +Ibracorp - Jellyseerr: Jam-Packed Juggernaut | Media Requests | Overseerr Fork 0:00 of 12:02 + https://www.youtube.com/watch?v=yflhh6oER0I diff --git a/messanger/telegram/api.txt b/messanger/telegram/api.txt new file mode 100644 index 000000000..0e7815671 --- /dev/null +++ b/messanger/telegram/api.txt @@ -0,0 +1,2 @@ +2023 +https://habr.com/ru/companies/selectel/articles/771496/ diff --git a/os/linux/internals/kernel/docs/articles.txt b/os/linux/internals/kernel/docs/articles.txt index d3bd99de6..eaaf0ddc2 100644 --- a/os/linux/internals/kernel/docs/articles.txt +++ b/os/linux/internals/kernel/docs/articles.txt @@ -1,3 +1,6 @@ +2023 +https://itsfoss.com/switch-kernels-arch-linux/ + ! types of kernels 2022 https://te.legra.ph/YAdro-Linux-01-16 2021 diff --git a/os/linux/nixos/docs/presentations.txt b/os/linux/nixos/docs/presentations.txt index 42e4db26e..7e6b9013c 100644 --- a/os/linux/nixos/docs/presentations.txt +++ b/os/linux/nixos/docs/presentations.txt @@ -1,4 +1,6 @@ 2023 +TheLinuxCast - Is NixOS Overrated of 1:14:20 + https://www.youtube.com/watch?v=Z7XLwfJra24 TheLinuxCast - NixOS Has One BIG Problem of 17:47 https://www.youtube.com/watch?v=i6wSn8OlBNc ! only 3 lines of cfg at nixos to enable hyprland diff --git a/os/unix/trace/bpf/docs/articles.txt b/os/unix/trace/bpf/docs/articles.txt index bf3924f75..8ef85d244 100644 --- a/os/unix/trace/bpf/docs/articles.txt +++ b/os/unix/trace/bpf/docs/articles.txt @@ -1,3 +1,6 @@ +2023 +https://lwn.net/Articles/946389/ + https://habr.com/ru/companies/otus/articles/771576/ 2022 https://about.gitlab.com/blog/2022/11/28/how-we-diagnosed-and-resolved-redis-latency-spikes/ https://blogs.oracle.com/linux/post/oracle-linux-and-bpf diff --git a/pl/config/nickel/docs/articles.txt b/pl/config/nickel/docs/articles.txt index 6e6ccda99..18a9f7e3f 100644 --- a/pl/config/nickel/docs/articles.txt +++ b/pl/config/nickel/docs/articles.txt @@ -1,6 +1,7 @@ https://www.tweag.io/blog/tags/nickel/ 2023 +https://www.tweag.io/blog/2023-11-02-nickel-merge-system/ https://www.tweag.io/blog/2023-10-19-json-schema-to-nickel/ https://www.tweag.io/blog/2023-01-24-nix-with-with-nickel/ 2022 diff --git a/pl/cross/methodologies/architecture/hexagonal.txt b/pl/cross/methodologies/architecture/hexagonal.txt index 6061a0d39..559e602b0 100644 --- a/pl/cross/methodologies/architecture/hexagonal.txt +++ b/pl/cross/methodologies/architecture/hexagonal.txt @@ -1,3 +1,6 @@ +2023 +https://www.arhohuttunen.com/hexagonal-architecture/ + https://habr.com/ru/companies/timeweb/articles/771338/ 2021 https://huseyinbabal.com/2021/10/15/hexagonal-architecture-in-java-simplified/ https://github.com/huseyinbabal/hexagonal-architecture diff --git a/pl/java/tools/quality/tracing/zipkin.txt b/pl/java/tools/quality/tracing/zipkin.txt index cbdaa176b..7ef3880fc 100644 --- a/pl/java/tools/quality/tracing/zipkin.txt +++ b/pl/java/tools/quality/tracing/zipkin.txt @@ -1,9 +1,10 @@ http://opentracing.io/ https://medium.com/@copyconstruct/monitoring-in-the-time-of-cloud-native-c87c7a5bfa3e +2023 +https://habr.com/ru/companies/alfastrah/articles/770566/ 2018 https://www.infoq.com/articles/distributed-tracing-microservices - 2017 Mishra - Distributed Tracing – get a grasp on your production https://www.youtube.com/watch?v=eEp3wv-8-AA diff --git a/pl/scala/docs/books.txt b/pl/scala/docs/books.txt index 9dc6d5c55..e83706d0a 100644 --- a/pl/scala/docs/books.txt +++ b/pl/scala/docs/books.txt @@ -1,12 +1,18 @@ +2023 +Volpe - Functional Event-driven Architecture + 9AB0C988003D79A616459CA8443F15AE 2021 Sfregola - Get Programming with Scala 3A6C381D05552D55C9C1E939DC26E39F 5369ACB37E25E50747F8B5B913FC811C !!! - 2020 Haoyi - Hands-on Scala Programming E018E66B635C371532EAC259B6D47AD5 +Volpe - Practical FP in Scala + 552D19E22B73497A3DCC3504B7813A22 + !!! + https://speakerdeck.com/philipschwarz/tagless-final-encoding-algebras-and-interpreters-and-also-programs 2018: Riti - Practical Scala DSLs diff --git a/pl/scala/docs/presentations.txt b/pl/scala/docs/presentations.txt index 727a8ea4a..c4b8bf12f 100644 --- a/pl/scala/docs/presentations.txt +++ b/pl/scala/docs/presentations.txt @@ -1,4 +1,5 @@ https://madusudanan.com/tags/#Scala +https://speakerdeck.com/philipschwarz/ Homegrown Scala Collections https://www.youtube.com/playlist?list=PLJGDHERh23x-4bTASKbtwhhAuP6rYQJqE diff --git a/pl/scala/libfws/typelevel/chimney.txt b/pl/scala/libfws/typelevel/chimney.txt new file mode 100644 index 000000000..00a7fd5ef --- /dev/null +++ b/pl/scala/libfws/typelevel/chimney.txt @@ -0,0 +1,2 @@ +https://chimney.readthedocs.io/en/stable/ +https://github.com/scalalandio/chimney diff --git a/science/ai/huggingface.txt b/science/ai/huggingface.txt new file mode 100644 index 000000000..484b9eaeb --- /dev/null +++ b/science/ai/huggingface.txt @@ -0,0 +1,51 @@ +https://huggingface.co/ +https://huggingface.co/pricing + +https://huggingface.co/blog +https://discuss.huggingface.co/ +https://www.youtube.com/@HuggingFace +https://discord.com/invite/JfAtkvEtRb + +https://github.com/huggingface +https://huggingface.co/docs + +learn +https://huggingface.co/learn +https://huggingface.co/learn/nlp-course +https://huggingface.co/learn/nlp-course/chapter1/1 + +https://huggingface.co/docs/tokenizers/index +https://github.com/huggingface/tokenizers + +https://huggingface.co/inference-api + +token +https://huggingface.co/login?next=%2Fsettings%2Ftoken + +hub +https://huggingface.co/docs/hub/index + +models +https://huggingface.co/blog/llama2 +https://github.com/huggingface/blog/blob/main/llama2.md +https://huggingface.co/blog/personal-copilot +https://huggingface.co/blog/falcon +https://huggingface.co/tiiuae/falcon-40b +https://huggingface.co/tiiuae/falcon-40b-instruct + +datasets +https://huggingface.co/datasets + +models +https://huggingface.co/models + +vscode ext +https://marketplace.visualstudio.com/items?itemName=HuggingFace.huggingface-vscode +https://github.com/huggingface/llm-vscode +https://github.com/huggingface/llm-ls +nvim ext +https://github.com/huggingface/llm.nvim + https://github.com/github/copilot.vim + https://github.com/codota/tabnine-nvim +idea ext +https://github.com/huggingface/llm-intellij diff --git a/science/hott/lean.txt b/science/hott/lean.txt index 8152ddf51..23cc9984b 100644 --- a/science/hott/lean.txt +++ b/science/hott/lean.txt @@ -1,6 +1,10 @@ Term Format http://maxim.livejournal.com/464619.html +https://leanprover-community.github.io/learn.html + +https://github.com/digama0/lean-type-theory + Presentations: DeMoura @@ -8,6 +12,12 @@ http://www.cs.cmu.edu/~soonhok/talks/20131004/#/ -- We need UIP, K-axiom of proof irrelevance +https://loogle.lean-lang.org/ +https://github.com/nomeata/loogle + +https://leanprover-community.github.io/mathlib4_docs/ +https://github.com/leanprover-community/mathlib4 + 2021 Artem Vasilyev - Lean https://www.youtube.com/playlist?list=PLlVmvffm-nlI8F9uiZ62pFyzjLvOkkYLU