From 01e8e1afb45c0cc7960697c6f3dc530f7a8b5287 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Mon, 30 Oct 2023 22:00:06 +0300 Subject: [PATCH] m --- hw/comp/cpu/apple/m3.txt | 2 ++ hw/comp/laptop/asus.txt | 12 ++++++++++++ hw/comp/ssd/samsung.txt | 3 +++ os/linux/internals/kernel/docs/whatsnew.txt | 1 + os/unix/admin/boot/keys.txt | 1 - os/unix/filesystem/zfs/docs/articles.txt | 1 + .../architecture/docs/systemdesign101.txt | 4 ++++ pl/cross/methodologies/monolith/critice.txt | 2 ++ pl/java/jvm/internals/{ => docs}/articles.txt | 0 pl/java/jvm/internals/docs/presentations.txt | 3 +++ security/osint/people/masalovich.txt | 2 ++ 11 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 hw/comp/cpu/apple/m3.txt create mode 100644 pl/cross/methodologies/architecture/docs/systemdesign101.txt create mode 100644 pl/cross/methodologies/monolith/critice.txt rename pl/java/jvm/internals/{ => docs}/articles.txt (100%) create mode 100644 pl/java/jvm/internals/docs/presentations.txt diff --git a/hw/comp/cpu/apple/m3.txt b/hw/comp/cpu/apple/m3.txt new file mode 100644 index 000000000..42c794f79 --- /dev/null +++ b/hw/comp/cpu/apple/m3.txt @@ -0,0 +1,2 @@ +2023 +https://www.ixbt.com/news/2023/10/30/apple-5-intel-soc-m3-m3-pro-m3-max.html diff --git a/hw/comp/laptop/asus.txt b/hw/comp/laptop/asus.txt index 5f779b898..4d7973585 100644 --- a/hw/comp/laptop/asus.txt +++ b/hw/comp/laptop/asus.txt @@ -1,4 +1,6 @@ 17" +https://strelaonline.by/catalog/komputernaya-tehnika/noutbuki/noutbuk-asus-vivobook-17x-m3704ya-au052/ + ! 3160 bin, Ryzen 7 https://catalog.onliner.by/notebook/asus/gx703hskf067 ! 11000 bin, ASUS ROG Zephyrus S17 GX703HS-KF067, 3840x2160 IPS, 120 Hz, Core i9, 16 GB RAM, 1TB SSD https://catalog.onliner.by/notebook/asus/g713qehx012 @@ -7,6 +9,16 @@ https://catalog.onliner.by/notebook/asus/g713qehx023 ! 4939 bin 2021 y, 144 Hz, Ryzen 5, 16 GB RAM, 512 GB SSD, No OS 16" +https://www.777555.by/product/1084864-asus-vivobook-s-16x-m5602qa-kv105x/ + ! 4100 bin, Ultra, AMD Ryzen 7 5800H, 500 kd/m, 2560 x 1600, 1xDDR4 +https://www.777555.by/product/1043282-asus-vivobook-s-16x-m5602qa-kv121/ + ! 3300 bin, AMD Ryzen 5 5600H, ips, no-os +https://www.777555.by/product/1144723-asus-vivobook-16x-oled-m1603ia-l2073/ + ! 2912 bin, 3840 x 2160, glyanets, 1 DDR4 +https://strelaonline.by/catalog/komputernaya-tehnika/noutbuki/noutbuk-asus-vivobook-s-16x-m5602qa-kv120/ +https://strelaonline.by/catalog/komputernaya-tehnika/noutbuki/noutbuk-asus-vivobook-s-16x-m5602qa-kv119/ +https://catalog.onliner.by/notebook/asus/m5602qakv119 + ! 2999 bin, Ryzen5, 1 slot 15Mb, 2560x1600 https://overclockers.ru/lab/show/118053/obzor-i-testirovanie-noutbuka-asus-vivobook-pro-16x-oled-n7600p ! i5, OLED 4k 3480x2400 https://www.777555.by/product/673645-asus-rog-zephyrus-m16-gu603he-kr013/ diff --git a/hw/comp/ssd/samsung.txt b/hw/comp/ssd/samsung.txt index 5d183f721..f3c99c00c 100644 --- a/hw/comp/ssd/samsung.txt +++ b/hw/comp/ssd/samsung.txt @@ -1,5 +1,8 @@ https://www.samsung.com/semiconductor/minisite/ssd/download/tools/ +2023 +https://www.ixbt.com/data/samsung-980-1tb-review.html + m2 nvme SSD Samsung 980 Pro с радиатором 2TB MZ-V8P2T0CW code 10524952 diff --git a/os/linux/internals/kernel/docs/whatsnew.txt b/os/linux/internals/kernel/docs/whatsnew.txt index cdfb3ef75..f4201f553 100644 --- a/os/linux/internals/kernel/docs/whatsnew.txt +++ b/os/linux/internals/kernel/docs/whatsnew.txt @@ -1,4 +1,5 @@ 6.x +https://www.opennet.ru/opennews/art.shtml?num=60016 https://lkml.org/lkml/2022/10/2/255 https://www.opennet.ru/opennews/art.shtml?num=57861 https://9to5linux.com/linux-kernel-6-0-officially-released-this-is-whats-new diff --git a/os/unix/admin/boot/keys.txt b/os/unix/admin/boot/keys.txt index c9e422480..0172603b8 100644 --- a/os/unix/admin/boot/keys.txt +++ b/os/unix/admin/boot/keys.txt @@ -1,3 +1,2 @@ PgDow -A-PgDow show boot logs diff --git a/os/unix/filesystem/zfs/docs/articles.txt b/os/unix/filesystem/zfs/docs/articles.txt index 384614dea..dcfe00a1e 100644 --- a/os/unix/filesystem/zfs/docs/articles.txt +++ b/os/unix/filesystem/zfs/docs/articles.txt @@ -1,4 +1,5 @@ 2023 +https://habr.com/ru/companies/vk/articles/770300/ https://ikrima.dev/dev-notes/homelab/zfs-for-dummies/ 2020 https://habr.com/ru/company/mailru/blog/529516/ diff --git a/pl/cross/methodologies/architecture/docs/systemdesign101.txt b/pl/cross/methodologies/architecture/docs/systemdesign101.txt new file mode 100644 index 000000000..6d9a520de --- /dev/null +++ b/pl/cross/methodologies/architecture/docs/systemdesign101.txt @@ -0,0 +1,4 @@ +2023 +https://blog.bytebytego.com/p/free-system-design-pdf-158-pages +https://github.com/ByteByteGoHq/system-design-101 + https://habr.com/ru/articles/770564/ diff --git a/pl/cross/methodologies/monolith/critice.txt b/pl/cross/methodologies/monolith/critice.txt new file mode 100644 index 000000000..06012bbc1 --- /dev/null +++ b/pl/cross/methodologies/monolith/critice.txt @@ -0,0 +1,2 @@ +2023 +https://habr.com/ru/companies/ruvds/articles/770262/ diff --git a/pl/java/jvm/internals/articles.txt b/pl/java/jvm/internals/docs/articles.txt similarity index 100% rename from pl/java/jvm/internals/articles.txt rename to pl/java/jvm/internals/docs/articles.txt diff --git a/pl/java/jvm/internals/docs/presentations.txt b/pl/java/jvm/internals/docs/presentations.txt new file mode 100644 index 000000000..a336d9fba --- /dev/null +++ b/pl/java/jvm/internals/docs/presentations.txt @@ -0,0 +1,3 @@ +2023 +JetBrains - Lipskiy - JVM Anatomy 101 0:00 of 55:47 + https://www.youtube.com/watch?v=BeMi8K0AFAc diff --git a/security/osint/people/masalovich.txt b/security/osint/people/masalovich.txt index bddf7f318..d77fe092a 100644 --- a/security/osint/people/masalovich.txt +++ b/security/osint/people/masalovich.txt @@ -1,4 +1,6 @@ 2023 +AssemblagePoint - Masalovich - 10.30 - Israel of 33:31 + https://www.youtube.com/watch?v=5xyKt6-VD1E Periscope - Digitalization is a Death of Humanity of 40:40 https://www.youtube.com/watch?v=Aaamf9Dl4v0 AssemblagePoint - Masalovich - Why Crypto does not have Future of 32:37