diff --git a/db/nosql/redis/docs/presentations.txt b/db/nosql/redis/docs/presentations.txt index 2fa36d3f8..a1df212d6 100644 --- a/db/nosql/redis/docs/presentations.txt +++ b/db/nosql/redis/docs/presentations.txt @@ -1,7 +1,7 @@ ???? https://squidex.jugru.team/api/assets/srm/3221c203-b174-4f0f-bbf2-2fcc15a59813/artem-artemsev.pdf 2024 -SuchkovTech - Redis for 20 min 9:00 of 23:21 +SuchkovTech - Redis for 20 min 12:00 of 23:21 https://www.youtube.com/watch?v=QpBaA6B1U90 ! iredis set firstKey "Hello" @@ -28,6 +28,26 @@ SuchkovTech - Redis for 20 min 9:00 of 23:21 lpush sold Mersedes LEFT LEFT lmove cars sold # from, to ... + ! hset iphone brand Apple model "iPhone X" memory 64 color black + ! hget iphone model + ! "iPhone X" + ! hmget iphone memory color wrongField + ! 1) "64" + ! 2) black + ! 3) (nil) + ! hgetall iphone + ! 1) "brand" + ! "Apple" + ! 2) "model" + ! ... + ! hincrby iphone memory 64 + ! (integer) 128 + ! keys * + ! 1) firstKey + ! ... + ! 3) iphone + ! ... + 2023 SpringIO - Vector Similarity Search in Spring with Redis Stack by Brian Sam-Bodden 0:00 of 54:35 diff --git a/db/sql/features/acid.txt b/db/sql/features/acid.txt index d3073d6e1..a94e7202f 100644 --- a/db/sql/features/acid.txt +++ b/db/sql/features/acid.txt @@ -1,3 +1,4 @@ 2024 -ByteByteGo - ACID Properties in Databases With Examples 0:00 of 4:56 +ByteByteGo - ACID Properties in Databases With Examples 3:00 of 4:56 https://www.youtube.com/watch?v=GAe5oB742dw + ! 2:57 Isolation Level and Violations table diff --git a/devops/orchestration/kestra.txt b/devops/orchestration/kestra.txt index 43c84100a..5053e2d0e 100644 --- a/devops/orchestration/kestra.txt +++ b/devops/orchestration/kestra.txt @@ -1,2 +1,6 @@ https://kestra.io/ https://github.com/kestra-io/kestra + +2024 +ChristianLempa - My NEW HomeLab automation platform // Kestra Tutorial 0:00 of 38:35 + https://www.youtube.com/watch?v=D4cixQ_Ek4Y diff --git a/nontech/intelligence/people/artamonov.txt b/nontech/intelligence/people/artamonov.txt index 4663f4d12..5d96648bd 100644 --- a/nontech/intelligence/people/artamonov.txt +++ b/nontech/intelligence/people/artamonov.txt @@ -51,7 +51,7 @@ Geopolitics https://boosty.to/den_club/posts/f198877e-c804-4ca3-8948-808f6aec3a46 2024 -DayClub - Zakaznoe Fuflo 57:00 of 1:55:01 +DayClub - Zakaznoe Fuflo 1:00:00 of 1:55:01 https://boosty.to/den_club/posts/d2dcfcfa-01ea-4216-a3ba-a08edab16a49 ! AUKUS is very rich for usefull iskopaemye DayCenter - SecretSocietiesAndVatican - Lection 11 - Intelligence of Vatican 36:00 of 1:44:58 diff --git a/nontech/ortho/people/mazhuko.txt b/nontech/ortho/people/mazhuko.txt index a67abfb44..b53978c3f 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 2024 +Pravblog - Mazhuko - Easter Canon p1 10:00 of 41:32 + https://www.youtube.com/watch?v=PXoYi8SkghE Pravblog - Mazhuko - Easter Amazement of 15:40 https://www.youtube.com/watch?v=EfNLfK9tg_Y https://www.youtube.com/watch?v=R3UpNJ65cL0 diff --git a/os/linux/nixos/integration/game/presentations.txt b/os/linux/nixos/integration/game/presentations.txt new file mode 100644 index 000000000..3f599b7f0 --- /dev/null +++ b/os/linux/nixos/integration/game/presentations.txt @@ -0,0 +1,9 @@ +2024 +Vimjoyer - Is NixOS The Best Gaming Distro | Linux Gaming Setup 3:30 of 8:36 + https://www.youtube.com/watch?v=qlfm3MEbqYA + hardware.opengl = { + enable = true; + driSupport = true; + driSupport32Bit = true; + }; + services.xserver.videoDrivers = ["amdgpu"]; diff --git a/pl/java/libfws/spring/boot/features/error-exception-process.txt b/pl/java/libfws/spring/boot/features/error-exception-process.txt index 41a3d92ce..397839403 100644 --- a/pl/java/libfws/spring/boot/features/error-exception-process.txt +++ b/pl/java/libfws/spring/boot/features/error-exception-process.txt @@ -3,7 +3,7 @@ https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto.appl https://docs.spring.io/spring-boot/docs/3.2.2/api/org/springframework/boot/diagnostics/FailureAnalysis.html 2024 -BusyCoderAcademy - 5. Spring Boot Rest Project Employee Mgt Application with Ex handling Validation||Rajeev Gupta 6:00 of 1:31:30 +BusyCoderAcademy - 5. Spring Boot Rest Project Employee Mgt Application with Ex handling Validation||Rajeev Gupta 11:00 of 1:31:30 https://www.youtube.com/watch?v=XTk6fz1i9UA ! package for exceptions 2023 diff --git a/science/ai/hosted/ms/azure-openai.txt b/science/ai/hosted/ms/azure-openai.txt index e76d914b2..70215edc7 100644 --- a/science/ai/hosted/ms/azure-openai.txt +++ b/science/ai/hosted/ms/azure-openai.txt @@ -1,3 +1,4 @@ +https://learn.microsoft.com/en-us/azure/ai-services/openai/ https://learn.microsoft.com/en-us/azure/ai-services/openai/overview https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models diff --git a/science/math/people/savvateev.txt b/science/math/people/savvateev.txt index d534f8303..b46f314eb 100644 --- a/science/math/people/savvateev.txt +++ b/science/math/people/savvateev.txt @@ -13,6 +13,12 @@ https://www.youtube.com/c/PunkMathematics https://www.youtube.com/channel/UC3XSyhxuKYZzzqdECAkJLIw/playlists 2024 +NativeSchool - Savvateev - Marasanov - How we get to Propast 29:00 of 1:02:01 + https://www.youtube.com/watch?v=q4KckVZLVZ0 + ! of Alexandr Grigorievich Asmolov + ! make a lot at 70-80 in psichology of personality + ! ? Harmonical Development leads to depression + ! Need to Predyavlyat oderzhimyh delom lyudey NativeSchool - Savvateev - Ashmanov - AI at School is a Devils Business of 50:00 https://www.youtube.com/watch?v=tiqNgYzFtFw Lectorium - Savvateev - Pratusevich of 49:58