From 61104fc2b746ae2c7c8af9c2a07e48e429149486 Mon Sep 17 00:00:00 2001 From: ihar_hancharenka Date: Sat, 6 Sep 2025 10:51:31 +0300 Subject: [PATCH] m --- db/analytics/snowflake.txt | 20 ++++++++++ db/format/apache-iceberg.txt | 6 +++ db/sql/postgres/dist/crunchydata.txt | 3 ++ db/sql/postgres/docs/playground.txt | 3 ++ db/sql/postgres/docs/tutorial.txt | 2 + db/sql/postgres/ext/crunchy.txt | 3 ++ db/sql/postgres/ext/{ => docs}/articles.txt | 0 .../postgres/feature/performance/logging.txt | 3 ++ .../feature/performance/management.txt | 2 + db/sql/postgres/feature/search/lateral.txt | 3 ++ db/sql/postgres/tools/psql/docs/tips.txt | 3 ++ db/sql/postgres/tools/psql/docs/tutorial.txt | 1 + hw/comp/case/inwin.txt | 6 +-- hw/comp/motherboard/b650.txt | 3 ++ hw/comp/my.txt | 40 +++++++++++-------- nontech/art/fokus/channels.txt | 1 + nontech/{ => art}/fokus/kopperfield.txt | 0 nontech/art/fokus/kyle-lea.txt | 3 ++ nontech/{ => art}/fokus/mortimer.txt | 0 nontech/economy/people/hazin.txt | 6 +++ nontech/ortho/people/mazhuko.txt | 2 + nontech/politics/people/evstafiev.txt | 4 ++ nontech/politics/people/kurginyan.txt | 3 ++ os/unix/fs-filesystem/btrfs/presentations.txt | 3 ++ pl/java/jdk/future/loom.txt | 2 + pl/java/libfws/spring/boot/docs/whatsnew.txt | 3 ++ .../libfws/spring/data/migration/flyway.txt | 3 ++ .../webassembly/compilers/java/cheerp4j.txt | 4 ++ .../{java-chicory.txt => java/chicory.txt} | 0 science/ai/thematical/ocr/llamaocr.txt | 4 ++ science/ai/thematical/ocr/omni-zerox.txt | 4 ++ 31 files changed, 121 insertions(+), 19 deletions(-) create mode 100644 db/analytics/snowflake.txt create mode 100644 db/format/apache-iceberg.txt create mode 100644 db/sql/postgres/docs/playground.txt create mode 100644 db/sql/postgres/ext/crunchy.txt rename db/sql/postgres/ext/{ => docs}/articles.txt (100%) create mode 100644 db/sql/postgres/feature/performance/logging.txt create mode 100644 db/sql/postgres/feature/performance/management.txt create mode 100644 db/sql/postgres/feature/search/lateral.txt create mode 100644 db/sql/postgres/tools/psql/docs/tutorial.txt create mode 100644 hw/comp/motherboard/b650.txt create mode 100644 nontech/art/fokus/channels.txt rename nontech/{ => art}/fokus/kopperfield.txt (100%) create mode 100644 nontech/art/fokus/kyle-lea.txt rename nontech/{ => art}/fokus/mortimer.txt (100%) create mode 100644 pl/web/webassembly/compilers/java/cheerp4j.txt rename pl/web/webassembly/compilers/{java-chicory.txt => java/chicory.txt} (100%) create mode 100644 science/ai/thematical/ocr/llamaocr.txt create mode 100644 science/ai/thematical/ocr/omni-zerox.txt diff --git a/db/analytics/snowflake.txt b/db/analytics/snowflake.txt new file mode 100644 index 000000000..fe7e085e2 --- /dev/null +++ b/db/analytics/snowflake.txt @@ -0,0 +1,20 @@ +https://www.snowflake.com/en/ +https://www.snowflake.com/en/why-snowflake/ + +https://docs.snowflake.com/ +https://quickstarts.snowflake.com/ + +https://www.snowflake.com/en/fundamentals/ + +https://learn.snowflake.com/en/ +https://learn.snowflake.com/en/courses/ + +https://www.snowflake.com/en/product/features/cortex/ + +https://www.snowflake.com/en/product/features/streamlit-in-snowflake/ + +https://www.snowflake.com/en/webinars/demo/ +https://www.snowflake.com/en/resources/ + +2025 +https://www.snowflake.com/en/news/press-releases/snowflake-acquires-crunchy-data-to-bring-enterprise-ready-postgres-offering-to-the-ai-data-cloud/ diff --git a/db/format/apache-iceberg.txt b/db/format/apache-iceberg.txt new file mode 100644 index 000000000..b4dd814e3 --- /dev/null +++ b/db/format/apache-iceberg.txt @@ -0,0 +1,6 @@ +https://iceberg.apache.org/ +https://iceberg.apache.org/docs/latest/ + +https://github.com/apache/iceberg + +https://www.youtube.com/@ApacheIceberg diff --git a/db/sql/postgres/dist/crunchydata.txt b/db/sql/postgres/dist/crunchydata.txt index eddd49c3d..73f4ddeb5 100644 --- a/db/sql/postgres/dist/crunchydata.txt +++ b/db/sql/postgres/dist/crunchydata.txt @@ -1,4 +1,7 @@ https://www.crunchydata.com/ +https://crunchybridge.com/register + +https://www.crunchydata.com/blog?page=51 https://github.com/CrunchyData diff --git a/db/sql/postgres/docs/playground.txt b/db/sql/postgres/docs/playground.txt new file mode 100644 index 000000000..aa867c62b --- /dev/null +++ b/db/sql/postgres/docs/playground.txt @@ -0,0 +1,3 @@ +https://www.crunchydata.com/developers/playground + \! cat /mnt/data.sql + \i /mnt/data.sql diff --git a/db/sql/postgres/docs/tutorial.txt b/db/sql/postgres/docs/tutorial.txt index b4b6b9426..60e7bd6d0 100644 --- a/db/sql/postgres/docs/tutorial.txt +++ b/db/sql/postgres/docs/tutorial.txt @@ -1 +1,3 @@ https://www.postgresql.org/docs/current/tutorial.html + +https://www.crunchydata.com/developers/playground diff --git a/db/sql/postgres/ext/crunchy.txt b/db/sql/postgres/ext/crunchy.txt new file mode 100644 index 000000000..2fe120350 --- /dev/null +++ b/db/sql/postgres/ext/crunchy.txt @@ -0,0 +1,3 @@ +https://docs.crunchybridge.com/extensions-and-languages +SELECT * FROM pg_available_extensions; +SELECT * FROM pg_extension; diff --git a/db/sql/postgres/ext/articles.txt b/db/sql/postgres/ext/docs/articles.txt similarity index 100% rename from db/sql/postgres/ext/articles.txt rename to db/sql/postgres/ext/docs/articles.txt diff --git a/db/sql/postgres/feature/performance/logging.txt b/db/sql/postgres/feature/performance/logging.txt new file mode 100644 index 000000000..3455d7105 --- /dev/null +++ b/db/sql/postgres/feature/performance/logging.txt @@ -0,0 +1,3 @@ +2025 +https://www.crunchydata.com/blog/postgres-logging-for-performance-optimization + https://habr.com/ru/companies/otus/articles/940794/ diff --git a/db/sql/postgres/feature/performance/management.txt b/db/sql/postgres/feature/performance/management.txt new file mode 100644 index 000000000..6e02e7d1d --- /dev/null +++ b/db/sql/postgres/feature/performance/management.txt @@ -0,0 +1,2 @@ +2023 +https://www.crunchydata.com/blog/top-10-postgres-management-tasks diff --git a/db/sql/postgres/feature/search/lateral.txt b/db/sql/postgres/feature/search/lateral.txt new file mode 100644 index 000000000..b39ec0f12 --- /dev/null +++ b/db/sql/postgres/feature/search/lateral.txt @@ -0,0 +1,3 @@ +2023 +https://www.crunchydata.com/blog/postgres-subquery-powertools-subqueries-ctes-materialized-views-window-functions-and-lateral + https://www.crunchydata.com/developers/playground/lateral-join diff --git a/db/sql/postgres/tools/psql/docs/tips.txt b/db/sql/postgres/tools/psql/docs/tips.txt index 36f7c602c..74c5e4522 100644 --- a/db/sql/postgres/tools/psql/docs/tips.txt +++ b/db/sql/postgres/tools/psql/docs/tips.txt @@ -1,2 +1,5 @@ https://psql-tips.org/psql_tips_all.html https://gitlab.com/l_avrot/psql-tips + +https://www.crunchydata.com/postgres-tips + https://www.crunchydata.com/blog/magic-tricks-for-postgres-psql-settings-presets-cho-and-saved-queries diff --git a/db/sql/postgres/tools/psql/docs/tutorial.txt b/db/sql/postgres/tools/psql/docs/tutorial.txt new file mode 100644 index 000000000..9acd7ff2d --- /dev/null +++ b/db/sql/postgres/tools/psql/docs/tutorial.txt @@ -0,0 +1 @@ +https://www.crunchydata.com/developers/playground/psql-basics diff --git a/hw/comp/case/inwin.txt b/hw/comp/case/inwin.txt index 681ad622a..6349e76bf 100644 --- a/hw/comp/case/inwin.txt +++ b/hw/comp/case/inwin.txt @@ -1,8 +1,8 @@ https://www.in-win.com/en/computer-chassis/list/29/EMEA -BL641 Black 300W -https://www.777555.by/product/66822-in-win-bl641-black-300w/ - ! 332 bin, my +In Win BL067 300W 6143980 +https://catalog.onliner.by/chassis/inwin/61439806143980 + ! 360 bin, my, 300W ck709 https://www.in-win.com/en/computer-chassis/ck-series/RUSSIA diff --git a/hw/comp/motherboard/b650.txt b/hw/comp/motherboard/b650.txt new file mode 100644 index 000000000..c209b1bb4 --- /dev/null +++ b/hw/comp/motherboard/b650.txt @@ -0,0 +1,3 @@ +2025 +https://www.ixbt.com/news/2025/08/20/amd-am5-b650.html + ! outdated diff --git a/hw/comp/my.txt b/hw/comp/my.txt index 5e72bec52..5e7a47e96 100644 --- a/hw/comp/my.txt +++ b/hw/comp/my.txt @@ -1,24 +1,39 @@ +860+780+650+360 +2650/3.0 +883 usd + +In Win BL067 300W 6143980 +https://catalog.onliner.by/chassis/inwin/61439806143980 + ! 360 bin, my, 300W + Gigabyte B850M DS3H https://catalog.onliner.by/motherboard/gigabyte/b850mds3h https://www.777555.by/product/1605489-gigabyte-b850m-ds3h/ !!! 692 bin (217USD), 2024y, 4 slots, 256G max, 8200MHz +https://catalog.onliner.by/motherboard/asrock/b850mproa + ! 840 bin (280USD) 2025y, 4 slots, 256G max, 8000MHz + ! for AMD Ryzen 9000, 8000 и 7000 +https://catalog.onliner.by/motherboard/asrock/b850mprors + ! 780 bin +https://catalog.onliner.by/motherboard/gigabyte/b850mds3h + ! 499 bin, 2024y AMD Ryzen 7 8700G (BOX) -https://catalog.onliner.by/cpu/amd/100000001404 - ! 1149 bin, max mem 5600 Mhz https://catalog.onliner.by/cpu/amd/ryzen78700g - ! 948 bin -https://catalog.onliner.by/cpu/amd/ryzen78700gbox - !!! 1000-1094 bin (box - 1597 bin), 2024, TDP , max mem 5200 Mhz, max 256G + ! 854 bin, 2024y 64G 2x32 https://catalog.onliner.by/dram/kingston/kf564c32rsk264 - 1076 bin, 6400 Mhz + 960 bin, 6400 Mhz https://catalog.onliner.by/dram/kingston/kf560c36bbek264 828 bin, 6000 MHz https://catalog.onliner.by/dram/kingston/kf556c40bbk264 - 683 bin, 2x32, 5600 Mhz, 40T, 40-40-40 + 739 bin, 2x32, 5600 Mhz, 40T, 40-40-40 +https://catalog.onliner.by/dram/kingston/kf552c40bbk264 + 647 bin, 2x32, 5200 Mhz, 40-40-40 + + 128G 4x32 https://catalog.onliner.by/dram/kingston/kf556c40bbk464 @@ -49,17 +64,10 @@ https://catalog.onliner.by/ebook/onyx/booxnoteair3c https://catalog.onliner.by/ebook/onyx/booxnote2 ! 378g -7" -https://catalog.onliner.by/ebook/onyx/booxgocolor7wh -! 190g, -42.5" -https://catalog.onliner.by/display/iiyama/g4380uhsub1 -! 3047 bin ???? y, 144 Hz, 550 kd, VA -42" -https://catalog.onliner.by/display/ktcplay/g42p5g42p5p -! 4256 bin ???? y, 600 kd 32" +https://catalog.onliner.by/display/lg/32sr83uw +! need 1700 bin (563 usd) https://5element.by/products/809529-monitor-lg-32sr85u-w#description ! my, 1955 bin, 2024y, 4k 60Hz, IPS, 400 kd https://catalog.onliner.by/display/lg/32uq850vw diff --git a/nontech/art/fokus/channels.txt b/nontech/art/fokus/channels.txt new file mode 100644 index 000000000..57be05f75 --- /dev/null +++ b/nontech/art/fokus/channels.txt @@ -0,0 +1 @@ +https://www.youtube.com/@ACEamazing/videos diff --git a/nontech/fokus/kopperfield.txt b/nontech/art/fokus/kopperfield.txt similarity index 100% rename from nontech/fokus/kopperfield.txt rename to nontech/art/fokus/kopperfield.txt diff --git a/nontech/art/fokus/kyle-lea.txt b/nontech/art/fokus/kyle-lea.txt new file mode 100644 index 000000000..b74a83f92 --- /dev/null +++ b/nontech/art/fokus/kyle-lea.txt @@ -0,0 +1,3 @@ +2023 +ACE - Lea Kyle Quick Dress Change Magic Secret Revealed 0:00 of 16:34 + https://www.youtube.com/watch?v=P3OxTwxSAFg diff --git a/nontech/fokus/mortimer.txt b/nontech/art/fokus/mortimer.txt similarity index 100% rename from nontech/fokus/mortimer.txt rename to nontech/art/fokus/mortimer.txt diff --git a/nontech/economy/people/hazin.txt b/nontech/economy/people/hazin.txt index 3004a68e4..7d5525b40 100644 --- a/nontech/economy/people/hazin.txt +++ b/nontech/economy/people/hazin.txt @@ -29,6 +29,12 @@ Petkus 2025 +HazinAlt - 09.05 World System Crush of 11:56 + https://www.youtube.com/watch?v=lt1xsaMo1OI +HazinAlt - 09.04 New World Model of 10:49 + https://www.youtube.com/watch?v=H_Wwh05Y6KU +HazinAlt - 08.30 Comment of 12:25 + https://www.youtube.com/watch?v=J0usv6nF2PM LawAnOrder - Dudnik - Hazin - 09.05 - New World Order: China, Russia and India vs. the West of 30:48 https://www.youtube.com/watch?v=u-vgslCskas LawAnOrder - Dudnik - Hazin - 08.27 - Global Confrontation: Russia, the USA and London-China of 33:20 diff --git a/nontech/ortho/people/mazhuko.txt b/nontech/ortho/people/mazhuko.txt index db5d4e132..3a1a2e158 100644 --- a/nontech/ortho/people/mazhuko.txt +++ b/nontech/ortho/people/mazhuko.txt @@ -29,6 +29,8 @@ people ! his students - S.S Averintsev, V Bibihin 2025 +Mazhuko - Holly Looser of 13:31 + https://www.youtube.com/watch?v=Jz5ayGPlGmQ Mazhuko - Unconvenient Older of 15:35 https://www.youtube.com/watch?v=_UYOHODoUiM Mazhuko - Shaddow of Rakitin p1 of 48:59 diff --git a/nontech/politics/people/evstafiev.txt b/nontech/politics/people/evstafiev.txt index a234ed44d..61866d56e 100644 --- a/nontech/politics/people/evstafiev.txt +++ b/nontech/politics/people/evstafiev.txt @@ -7,6 +7,10 @@ AlexeyLutsvig - Evstafiev https://www.youtube.com/playlist?list=PL1nz_WV6F5rhKrfans5w_Isf5W7AZDIPI 2025 +SputnikRadio - Evstafiev - Putin ZH Visit of 46:01 + https://www.youtube.com/watch?v=Msljf2_eFm4 +Evstafiev - Davydov - Trump and Ukraine: Who is stronger - the Euro-Atlantic or the White House? - Dmitry Evstafiev of 12:23 + https://www.youtube.com/watch?v=W9y6o9anAJI SputnikRadio - Zaharov - Tatarenkov - Evstafiev - How will Ukraine be divided and what will happen to Zelensky? | Trump "attacked" Soros of 23:23 https://www.youtube.com/watch?v=CZFH4oALCyY AuroraRadio - Evstafiev - West Citizens of 9:57 diff --git a/nontech/politics/people/kurginyan.txt b/nontech/politics/people/kurginyan.txt index 51048fc10..db466c6d0 100644 --- a/nontech/politics/people/kurginyan.txt +++ b/nontech/politics/people/kurginyan.txt @@ -16,6 +16,9 @@ EssenceOfTime https://www.youtube.com/playlist?list=PLEl8Q3ptvwJ8NHrSYg2so-hh9wZmToxD- 2025 +SummerChannel - Shafran - Kurginyan - Real Sense of SHOS of 43:02 + https://www.youtube.com/watch?v=6HpTH_E41Pc + ! 14:00 Trump is very priviliged izgoy of US SummerChannel - Shafran - Kurginyan - IZ Hamas and Gaza of 46:05 https://www.youtube.com/watch?v=lKiFIro9QMU https://www.youtube.com/watch?v=1AHnYO12HAY diff --git a/os/unix/fs-filesystem/btrfs/presentations.txt b/os/unix/fs-filesystem/btrfs/presentations.txt index 2c2cf7974..7c38502ec 100644 --- a/os/unix/fs-filesystem/btrfs/presentations.txt +++ b/os/unix/fs-filesystem/btrfs/presentations.txt @@ -1,6 +1,9 @@ 2025 LinuxBTW - Is BTRFS the Best Linux Desktop Filesystem? 0:00 of 15:51 https://www.youtube.com/watch?v=fLVRMhB_cls +2023 +TheLinuxCast - What is BTRFS? 0:00 of 29:59 + https://www.youtube.com/watch?v=FCgXYcIYDe0 2022 LearnLinuxTV - Modernize your Linux Storage with btrfs! 0:00 of 46:33 https://www.youtube.com/watch?v=RPO-fS6HQbY diff --git a/pl/java/jdk/future/loom.txt b/pl/java/jdk/future/loom.txt index c06712ce7..ac86e66ef 100644 --- a/pl/java/jdk/future/loom.txt +++ b/pl/java/jdk/future/loom.txt @@ -15,6 +15,8 @@ https://github.com/softwaremill/ox/ https://github.com/Anamorphosee/loomoroutines +2025 +https://freedium.cfd/https://medium.com/@david.1993grajales/fibers-in-my-coffee-gos-concurrency-in-java-s-loom-895e8d7add83 2024 Java - JVMLS - Project Loom - Structured Concurrency 0:00 of 36:23 https://www.youtube.com/watch?v=0mXGfsy7_Qo diff --git a/pl/java/libfws/spring/boot/docs/whatsnew.txt b/pl/java/libfws/spring/boot/docs/whatsnew.txt index 5037614b2..4b98e9611 100644 --- a/pl/java/libfws/spring/boot/docs/whatsnew.txt +++ b/pl/java/libfws/spring/boot/docs/whatsnew.txt @@ -1,5 +1,8 @@ runtime("org.springframework.boot:spring-boot-properties-migrator") +4.x +https://loiane.com/2025/08/spring-boot-4-spring-framework-7-key-features/ + https://habr.com/ru/companies/spring_aio/articles/941310/ 3.x https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.4-Release-Notes https://spring.io/blog/2024/11/25/bootiful-34-index diff --git a/pl/java/libfws/spring/data/migration/flyway.txt b/pl/java/libfws/spring/data/migration/flyway.txt index 53ae075cf..609d5d756 100644 --- a/pl/java/libfws/spring/data/migration/flyway.txt +++ b/pl/java/libfws/spring/data/migration/flyway.txt @@ -5,6 +5,9 @@ https://www.baeldung.com/database-migrations-with-flyway https://www.baeldung.com/flyway-roll-back https://www.baeldung.com/flyway-callbacks +2025 +CyberJAR - Flyway in Spring Boot: Step-by-Step tutorial with Maven (Beginner Friendly) 0:00 of 17:19 + https://www.youtube.com/watch?v=XnhTJmKjGSQ 2024 https://habr.com/ru/companies/haulmont/articles/829782/ !!! amplicode, jpa-based diff --git a/pl/web/webassembly/compilers/java/cheerp4j.txt b/pl/web/webassembly/compilers/java/cheerp4j.txt new file mode 100644 index 000000000..210c76ed8 --- /dev/null +++ b/pl/web/webassembly/compilers/java/cheerp4j.txt @@ -0,0 +1,4 @@ +https://cheerpj.com/ +https://cheerpj.com/get-started/ + +https://github.com/leaningtech/cheerpj-meta diff --git a/pl/web/webassembly/compilers/java-chicory.txt b/pl/web/webassembly/compilers/java/chicory.txt similarity index 100% rename from pl/web/webassembly/compilers/java-chicory.txt rename to pl/web/webassembly/compilers/java/chicory.txt diff --git a/science/ai/thematical/ocr/llamaocr.txt b/science/ai/thematical/ocr/llamaocr.txt new file mode 100644 index 000000000..1b6d4f9ae --- /dev/null +++ b/science/ai/thematical/ocr/llamaocr.txt @@ -0,0 +1,4 @@ +https://llamaocr.com/ +https://github.com/Nutlope/llama-ocr + +https://www.together.ai/ diff --git a/science/ai/thematical/ocr/omni-zerox.txt b/science/ai/thematical/ocr/omni-zerox.txt new file mode 100644 index 000000000..caff5dffd --- /dev/null +++ b/science/ai/thematical/ocr/omni-zerox.txt @@ -0,0 +1,4 @@ +https://getomni.ai/ocr-demo +https://github.com/getomni-ai/zerox + +https://www.youtube.com/@getomniAI