From f68612ab00891031b7fb1e71c4376705988b11ff Mon Sep 17 00:00:00 2001 From: ihar_hancharenka Date: Thu, 21 Aug 2025 09:39:53 +0300 Subject: [PATCH] m --- devops/gitops/argocd/articles.txt | 2 ++ nontech/gasparyan.txt | 5 ----- nontech/ortho/people/mazhuko.txt | 2 ++ nontech/politics/people/gasparyan.txt | 8 +++++++ os/linux/rh/fedora/spins/atomic/coreos.txt | 6 ++++-- .../testing/junit/features/template.txt | 21 +++++++++++++++++++ science/ai/scaling/volga.txt | 8 +++++++ 7 files changed, 45 insertions(+), 7 deletions(-) delete mode 100644 nontech/gasparyan.txt create mode 100644 pl/java/tools/quality/testing/junit/features/template.txt create mode 100644 science/ai/scaling/volga.txt diff --git a/devops/gitops/argocd/articles.txt b/devops/gitops/argocd/articles.txt index ed25d77a6..b4e661e1d 100644 --- a/devops/gitops/argocd/articles.txt +++ b/devops/gitops/argocd/articles.txt @@ -1,3 +1,5 @@ +2025 +https://www.tremolo.io/post/securing-multi-cluster-argocd 2024 https://itnext.io/build-a-lightweight-internal-developer-platform-with-argo-cd-and-kubernetes-labels-4c0e52c6c0f4 2023 diff --git a/nontech/gasparyan.txt b/nontech/gasparyan.txt deleted file mode 100644 index 61be89b96..000000000 --- a/nontech/gasparyan.txt +++ /dev/null @@ -1,5 +0,0 @@ -gordievsky -https://www.youtube.com/watch?v=_CM-grFg8h4 - -?shpion na milliard -https://www.youtube.com/watch?v=F1KHHNSjhXQ diff --git a/nontech/ortho/people/mazhuko.txt b/nontech/ortho/people/mazhuko.txt index 01cc01cf6..442d066d2 100644 --- a/nontech/ortho/people/mazhuko.txt +++ b/nontech/ortho/people/mazhuko.txt @@ -22,6 +22,8 @@ people ! his students - S.S Averintsev, V Bibihin 2025 +Mazhuko - Naughty People of 10:18 + https://www.youtube.com/watch?v=qNm559SHLsg Mazhuko - Ready Formulas of 14:29 https://www.youtube.com/watch?v=Yqf-cbUNALk Mazhuko - Yavlenie Tsarstviya Nebesnogo of 18:01 diff --git a/nontech/politics/people/gasparyan.txt b/nontech/politics/people/gasparyan.txt index 13dd59b1f..07975211f 100644 --- a/nontech/politics/people/gasparyan.txt +++ b/nontech/politics/people/gasparyan.txt @@ -5,7 +5,15 @@ Trest Operation https://flibusta.is/b/165510 https://flibusta.is/b/481272 +? gordievsky +https://www.youtube.com/watch?v=_CM-grFg8h4 + +?shpion na milliard +https://www.youtube.com/watch?v=F1KHHNSjhXQ + 2025 +Central - Gasparyan - All Truth about Fins of 14:16 + https://www.youtube.com/watch?v=MnI2rfMWRq8 EveningAnons - Gasparyan - 05.21 of 20:15 https://www.youtube.com/watch?v=jQtXirqViHU OutOfPolitics - Gasparyan - Istanbul Negotiations Results of 26:38 diff --git a/os/linux/rh/fedora/spins/atomic/coreos.txt b/os/linux/rh/fedora/spins/atomic/coreos.txt index d1568ea51..0844e2d88 100644 --- a/os/linux/rh/fedora/spins/atomic/coreos.txt +++ b/os/linux/rh/fedora/spins/atomic/coreos.txt @@ -222,14 +222,16 @@ https://pagure.io/pungi-fedora/blob/main/f/general.conf https://pagure.io/pungi-fedora/blob/main/f/fedora.conf https://dustymabe.com/2017/08/08/how-do-we-create-ostree-repos-and-artifacts-in-fedora/ -???? -https://www.youtube.com/watch?v=vH89CKVxLpA 2023 TommyTran - Installing Fedora CoreOS 37 of 30:56 https://www.youtube.com/watch?v=2eEiVYelFTo ! 25:00 sudo coreos-installer install /dev/sda --copy-network --ignition-file|ignition-url https://github.com/Metropolis-nexus/Fedora-CoreOS-Ignition https://github.com/Metropolis-nexus/Fedora-CoreOS-Ignition/blob/main/x86.yml +2021 +DevConf - Getting Started with Fedora CoreOS of 51:47 + https://www.youtube.com/watch?v=vH89CKVxLpA + ! mummling and dizy 2020 https://fedoramagazine.org/getting-started-with-fedora-coreos/ https://www.opennet.ru/opennews/art.shtml?num=52205 diff --git a/pl/java/tools/quality/testing/junit/features/template.txt b/pl/java/tools/quality/testing/junit/features/template.txt new file mode 100644 index 000000000..049f5e9c1 --- /dev/null +++ b/pl/java/tools/quality/testing/junit/features/template.txt @@ -0,0 +1,21 @@ +В JUnit 5 появилась интересная аннотация @ClassTemplate. Она полезна, когда один и тот же набор тестов нужно выполнить в разных контекстах. Например: проверить класс с разными локалями, флагами или окружениями. + +Обычно в таких случаях мы либо дублируем тестовые классы, либо городим параметризованные тесты. Но @ClassTemplate позволяет описать тест один раз, а запускать его несколько раз — каждый раз в новом окружении. + +🔍 Как это работает + +— Помечаем тестовый класс @ClassTemplate. +— Регистрируем ClassTemplateInvocationContextProvider, который возвращает список «контекстов» (например, en/it). +— JUnit прогоняет один и тот же класс для каждого контекста. + +💡 Пример + +— Есть Greeter, который должен возвращать приветствие по-английски и по-русски. +— Мы пишем один тест → JUnit запускает его дважды: для en и для ru. +— В отчёте два результата, код теста при этом один. + +⚠️ Важные детали + +— Работает начиная с JUnit 5.13. +— Для читаемых логов удобнее запускать через JUnit Console Launcher. +— Отличается от @TestTemplate тем, что переиспользует весь класс, а не отдельные методы. diff --git a/science/ai/scaling/volga.txt b/science/ai/scaling/volga.txt new file mode 100644 index 000000000..e3b796c79 --- /dev/null +++ b/science/ai/scaling/volga.txt @@ -0,0 +1,8 @@ +https://volgaai.substack.com/ +https://github.com/volga-project/volga + +2025 +AlexeyNovitskiy - Volga 0:00 of 26:56 + https://www.youtube.com/watch?v=l26b8tiRku4 +AlexeyNovitskiy - Volga Tech Talk @ CloudKitchens 0:00 of 37:54 + https://www.youtube.com/watch?v=z-uNQHZXO70