From fbedc0671c9495b9d7eac825ebf3ce9ef5cdd4ca Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Wed, 9 Apr 2025 18:14:55 +0300 Subject: [PATCH] m --- nontech/politics/people/dzhuma.txt | 3 +++ nontech/psycho/lections/petuhov.txt | 5 +++++ pl/java/features/io/concurrency/async.txt | 9 +++++++++ 3 files changed, 17 insertions(+) create mode 100644 nontech/politics/people/dzhuma.txt diff --git a/nontech/politics/people/dzhuma.txt b/nontech/politics/people/dzhuma.txt new file mode 100644 index 000000000..f0903b0f6 --- /dev/null +++ b/nontech/politics/people/dzhuma.txt @@ -0,0 +1,3 @@ +2025 +AuroraRadio10 - Rychkov - Dzhuma - Why Nobody Takes Care about Siria of 59:59 + https://www.youtube.com/watch?v=IpfhpmuP9Eo diff --git a/nontech/psycho/lections/petuhov.txt b/nontech/psycho/lections/petuhov.txt index 52cae84d3..40c28e9fe 100644 --- a/nontech/psycho/lections/petuhov.txt +++ b/nontech/psycho/lections/petuhov.txt @@ -74,6 +74,11 @@ Psy - Common Psychology of p54 ! Experiment with primat, lapa, palka, primanka ! 1:27:00 "Insight" ili ponimanie - eto takaya tselostnaya organizaciya vseh elementov problemnoy situacii ! kotoraya pozvolyaet obnaruzhit i ustranit osnovnoy conflict !!! + ! 1:29:00 Ponimanie bez resheniya (Koller calld "good error", good - tselostnyi, polnostiyu vzyatyi) + ! Esli my uberyom palku iz voliera Shimpanze + ! 1:32:00 Reshenie bez ponimanie (Koller called "dumb shimpanze") + ! Pust primanka visit na potolke, a v voliere raspolozheny yaschiki + ! 1:50:00 Picture of "hole at Mona Lisa" to look at "fon" p3 Classic Psychology 45:00 of 1:25:06 https://www.youtube.com/watch?v=gJpyb7Q__ZM diff --git a/pl/java/features/io/concurrency/async.txt b/pl/java/features/io/concurrency/async.txt index 02d0f857b..6951b42cb 100644 --- a/pl/java/features/io/concurrency/async.txt +++ b/pl/java/features/io/concurrency/async.txt @@ -1,3 +1,12 @@ +baeldung +https://www.baeldung.com/java-completablefuture +https://www.baeldung.com/java-completablefuture-non-blocking +https://www.baeldung.com/java-exceptions-completablefuture#bd-exceptionally +https://www.baeldung.com/java-completablefuture-runasync-supplyasync#bd-exception-handling + var someFuture = supplyAsync(someSource) + .thenCombine(supplyAsync(otherSource), combiner) + .exceptionally(ex -> someMethod(ex.getCause())); + 2024 JPoint - Demintsev - Async HTTP Clients IO Bench using JMH 0:00 of 43:40 https://www.youtube.com/watch?v=qcC_DGkFRSA