зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 12:46:06 +02:00
Сравнить коммиты
3 Коммитов
caa70cd727
...
f6cd3d62e9
| Автор | SHA1 | Дата | |
|---|---|---|---|
|
|
f6cd3d62e9 | ||
|
|
f455f60013 | ||
|
|
d2a64d6078 |
@ -4,8 +4,26 @@ PostgresProfessional - DBA2 Administration of 18 parts
|
||||
PostgresProfessional - RogovLuzanovTolmachyov - QPT13 - Query Optimization of p12
|
||||
https://postgrespro.ru/education/courses/QPT
|
||||
https://www.youtube.com/playlist?list=PLaFqU3KCWw6JW80WBHPOe-SMJD2NOjmge
|
||||
p4 - Inex Scan 0:00 of 41:10
|
||||
p5 - Bitmap Scan 0:00 of 25:57
|
||||
https://www.youtube.com/watch?v=j7e7EANyJhE
|
||||
p4 - Inex Scan 17:00 of 41:10
|
||||
https://www.youtube.com/watch?v=iu35dYTchu4
|
||||
! 8:00 select current_setting('random_page_cost'); -> 4
|
||||
! !!! need to decrease in case of ssd-disks
|
||||
! current_setting
|
||||
! 'random_page_cost'
|
||||
! 'seq_page_cost'
|
||||
! 'cpu_tuple_cost'
|
||||
! 'cpu_index_tuple_cost'
|
||||
! 'cpu_operator_cost'
|
||||
! 18:00 - other params
|
||||
! min_parallel_index_scan_size
|
||||
! ...per_...
|
||||
! 26:00 - create index ... include(...)
|
||||
! 33:00 - duplicate index records
|
||||
! 34:30 - pg has dup-idx-records exclusion mechanism (works only upon index-page-split)
|
||||
! create index ... with(deduplicate_items=off) -- to switchi it off
|
||||
! 37:00 - set enable_seqscan = off; -- to temporary disable seqscan
|
||||
p3 - Sequential Scan of 47:06
|
||||
https://www.youtube.com/watch?v=X2DOIf0DfJ0
|
||||
! parallel processing is not-efficitent for full seq-load, but is effective for the case of agg-n
|
||||
|
||||
3
db/sql/postgres/feature/functions/presentations.txt
Обычный файл
3
db/sql/postgres/feature/functions/presentations.txt
Обычный файл
@ -0,0 +1,3 @@
|
||||
2025
|
||||
Otus - Chekushina - SPs and Functions 0:00 of 11:48:08
|
||||
https://www.youtube.com/watch?v=JvHbuClvwxA
|
||||
6
devops/ci/ya-sourcecraft.txt
Обычный файл
6
devops/ci/ya-sourcecraft.txt
Обычный файл
@ -0,0 +1,6 @@
|
||||
https://sourcecraft.dev/
|
||||
https://sourcecraft.dev/portal/docs/ru/
|
||||
https://sourcecraft.dev/portal/code-assistant/
|
||||
|
||||
2025
|
||||
https://habr.com/ru/news/885816/
|
||||
7
devops/virt/suse/ranhcer-harvester.txt
Обычный файл
7
devops/virt/suse/ranhcer-harvester.txt
Обычный файл
@ -0,0 +1,7 @@
|
||||
https://www.suse.com/products/rancher/virtualization/
|
||||
|
||||
2024
|
||||
SuseCIS - Harvester Hyperconvergent Infra ru 0:00 of 1:19:55
|
||||
https://www.youtube.com/watch?v=96h98oyNTN4
|
||||
Suse - Discover Open Source Virtualization with SUSE & Veeam 0:00 of 1:31:49
|
||||
https://www.youtube.com/watch?v=1lN3_TUk940
|
||||
@ -19,6 +19,9 @@ https://www.reddit.com/r/DataHoarder/comments/ed9byj/library_genesis_project_upd
|
||||
|
||||
https://github.com/freereadorg/awesome-libgen
|
||||
|
||||
by btih
|
||||
magnet:?xt=urn:btih:7920E916DFBB7B55FCF7A22EAF34C3000F9EB972
|
||||
|
||||
status
|
||||
https://open-slum.org/
|
||||
https://vertsluisants.fr/index.php?article4/where-scihub-libgen-server-down
|
||||
|
||||
@ -26,6 +26,13 @@ https://github.com/peergos/nabu
|
||||
https://chromewebstore.google.com/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch
|
||||
https://brave.com/blog/ipfs-support/
|
||||
|
||||
https://github.com/ipfs/ipfs-desktop/issues/1908
|
||||
$ sudo dnf install https://github.com/ipfs/ipfs-desktop/releases/download/v0.41.2/ipfs-desktop-0.41.2-linux-x86_64.rpm
|
||||
$ rpm -ql ipfs-desktop
|
||||
/opt/IPFS Desktop/ipfs-desktop
|
||||
cat /usr/share/applications/ipfs-desktop.desktop
|
||||
Exec="/opt/IPFS Desktop/ipfs-desktop" --no-sandbox %U
|
||||
|
||||
2023
|
||||
Aferious - IPFS Kubo Installation Guide: Download & Install go-ipfs on Linux & Ubuntu! 0:00 of 4:42
|
||||
https://www.youtube.com/watch?v=RJBq1VXEmy8
|
||||
|
||||
@ -5,5 +5,7 @@ https://github.com/ipfs/ipfs
|
||||
https://github.com/ipfs/ipfs-update
|
||||
|
||||
https://docs.ipfs.io/
|
||||
https://docs.ipfs.tech/how-to/command-line-quick-start/
|
||||
!!!
|
||||
|
||||
https://www.youtube.com/@IPFSbot/videos
|
||||
|
||||
5
net/proto/torrent/ipfs/ipget.txt
Обычный файл
5
net/proto/torrent/ipfs/ipget.txt
Обычный файл
@ -0,0 +1,5 @@
|
||||
https://github.com/ipfs/ipget
|
||||
|
||||
2017
|
||||
https://medium.com/@JohnZettler/how-to-save-a-file-on-ipfs-a-7-step-primer-3476469536c7
|
||||
ipfs cat
|
||||
@ -6,6 +6,11 @@ https://donfilm.ru/category/publ/
|
||||
https://donfilm.ru/category/zodchiyinterview/
|
||||
https://donfilm.ru/category/news/
|
||||
|
||||
2024
|
||||
byCradleOfTheSoul - Zamysel senses of p36
|
||||
https://www.youtube.com/playlist?list=PLa9KnPD-pxp0RpVHf6vKgfBALsjn5TlYd
|
||||
ch1 0:00 of 1:25:24
|
||||
https://www.youtube.com/watch?v=IdpJiQ7guHM
|
||||
2022
|
||||
https://yandex.ru/q/article/_d504190a/
|
||||
2021
|
||||
|
||||
@ -8,6 +8,8 @@ https://www.youtube.com/@OYanovsky
|
||||
https://vk.com/video/@theverges
|
||||
|
||||
2025
|
||||
BeautifulKanal - Shafran - Yanovskiy - LendLease 2 of 34:50
|
||||
https://www.youtube.com/watch?v=KLhTSncu0RE
|
||||
OtlichnyiKanal - Shafran - Yanovskiy - New Face of US VPK of 35:06
|
||||
https://www.youtube.com/watch?v=b2eOfBrcSPQ
|
||||
AnoMirnas - Yanovskiy - Souvereign Capitalism against Global Market of 16:00
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs
|
||||
chmod +x upgrade.sh
|
||||
./upgrade.sh
|
||||
https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update
|
||||
https://github.com/JaKooLit/Fedora-Hyprland
|
||||
git clone --depth=1 https://github.com/JaKooLit/Fedora-Hyprland.git ~/Fedora-Hyprland
|
||||
@ -144,6 +147,8 @@ style.css -> ~/.config/waybar/style/...
|
||||
[Wallust] Chroma Tally.css
|
||||
|
||||
2025
|
||||
https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs#v2312
|
||||
https://www.youtube.com/watch?v=oBJb1qMNKY0
|
||||
KskRoyal - BEAUTIFUL FEDORA HYPRLAND Setup // Make Your FEDORA Desktop Look Aesthetic 2025 0:00 of 13:19
|
||||
https://www.youtube.com/watch?v=W9vQwSEtI0A
|
||||
Ja.KooLit - KooL Hyprland Install Script improvements and KooL's Hyprland Dots new features 0:00 of 8:37
|
||||
|
||||
@ -1,3 +1,12 @@
|
||||
https://plugins.jetbrains.com/plugin/1800-database-navigator
|
||||
! check later
|
||||
?no mssql
|
||||
|
||||
https://github.com/explyt/dbn
|
||||
settings -> plugins -> Manage Plugin Repositories...
|
||||
add https://repository.explyt.dev/
|
||||
|
||||
2025
|
||||
https://habr.com/ru/companies/explyt/news/867758/
|
||||
2020
|
||||
https://habr.com/ru/sandbox/146588/
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
2024
|
||||
https://github.com/dendibakh/perf-book
|
||||
https://products.easyperf.net/perf-book-2
|
||||
https://github.com/dendibakh/perf-book/releases/tag/2.0_release
|
||||
https://easyperf.net/
|
||||
z/16423080/26bc2f
|
||||
z/77397371/640dc4
|
||||
2020
|
||||
Gregg - Systems Performance: Enterprise and the Cloud 2nd ed
|
||||
2CE3F264A69F7A2E59BE05E579AC0986
|
||||
|
||||
@ -1,12 +1,3 @@
|
||||
https://n8n.io/
|
||||
https://n8n.io/features/
|
||||
|
||||
https://github.com/n8n-io/n8n
|
||||
|
||||
https://docs.n8n.io/
|
||||
https://docs.n8n.io/hosting/
|
||||
https://docs.n8n.io/sustainable-use-license/
|
||||
|
||||
2025
|
||||
AIZdets - I've Created AI Agents Army 0:00 of 38:10
|
||||
https://www.youtube.com/watch?v=kUNn6-ONJG8
|
||||
3
science/ai/agent/free/n8n/features/scrap-rss.txt
Обычный файл
3
science/ai/agent/free/n8n/features/scrap-rss.txt
Обычный файл
@ -0,0 +1,3 @@
|
||||
2025
|
||||
JulianPatrick - [AI Agent]-No Code RSS BlogScraping Tool 0:00 of 12:46
|
||||
https://www.youtube.com/watch?v=6spyykIxOiM
|
||||
8
science/ai/agent/free/n8n/n8n.txt
Обычный файл
8
science/ai/agent/free/n8n/n8n.txt
Обычный файл
@ -0,0 +1,8 @@
|
||||
https://n8n.io/
|
||||
https://n8n.io/features/
|
||||
|
||||
https://github.com/n8n-io/n8n
|
||||
|
||||
https://docs.n8n.io/
|
||||
https://docs.n8n.io/hosting/
|
||||
https://docs.n8n.io/sustainable-use-license/
|
||||
5
science/ai/code-assist/docs/books.txt
Обычный файл
5
science/ai/code-assist/docs/books.txt
Обычный файл
@ -0,0 +1,5 @@
|
||||
2025
|
||||
Winteringham - Software Testing with Generative AI
|
||||
https://libgen.gs/edition.php?id=150902361
|
||||
https://libgen.gs/edition.php?id=150902992
|
||||
https://libgen.gs/edition.php?id=150912064
|
||||
@ -1,6 +1,11 @@
|
||||
https://codeassist.google/
|
||||
https://deepmind.google/technologies/gemini/#introduction
|
||||
|
||||
https://plugins.jetbrains.com/plugin/24198-gemini-code-assist/reviews
|
||||
|
||||
2025
|
||||
https://the-decoder.com/google-launches-free-version-of-its-ai-programming-assistant-gemini-code-assist/
|
||||
https://habr.com/ru/companies/bothub/news/885758/
|
||||
III - Gemini 2 0:00 of 8:03
|
||||
https://www.youtube.com/watch?v=qjcFFkgaxd8
|
||||
2024
|
||||
|
||||
@ -1 +1,4 @@
|
||||
http://claude.ai/
|
||||
|
||||
2025
|
||||
https://habr.com/ru/news/885416/
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user