зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
m
Этот коммит содержится в:
родитель
4baa5f5c71
Коммит
65328f30b2
2
net/browsers/ladybird.txt
Обычный файл
2
net/browsers/ladybird.txt
Обычный файл
@ -0,0 +1,2 @@
|
|||||||
|
https://ladybird.org/
|
||||||
|
https://github.com/LadybirdBrowser/ladybird
|
||||||
12
net/browsers/privacy/firefox/floorp.txt
Обычный файл
12
net/browsers/privacy/firefox/floorp.txt
Обычный файл
@ -0,0 +1,12 @@
|
|||||||
|
https://floorp.app/en
|
||||||
|
https://github.com/floorp-Projects/floorp/
|
||||||
|
|
||||||
|
https://docs.floorp.app/
|
||||||
|
https://docs.floorp.app/docs/
|
||||||
|
https://docs.floorp.app/docs/features/
|
||||||
|
|
||||||
|
https://blog.ablaze.one/category/ablaze/ablaze-project/floorp/
|
||||||
|
|
||||||
|
2025
|
||||||
|
BrodieRobertson - Friendship ended with Firefox: Floorp is my friend now of 17:56
|
||||||
|
https://www.youtube.com/watch?v=6OUjWdAtGbs
|
||||||
15
net/browsers/privacy/firefox/mullvad.txt
Обычный файл
15
net/browsers/privacy/firefox/mullvad.txt
Обычный файл
@ -0,0 +1,15 @@
|
|||||||
|
https://mullvad.net/en/browser
|
||||||
|
|
||||||
|
https://mullvad.net/en/help/tag/mullvad-browser
|
||||||
|
! no ff-sync
|
||||||
|
|
||||||
|
https://mullvad.net/en/help/install-mullvad-browser
|
||||||
|
sudo dnf config-manager addrepo --from-repofile=https://repository.mullvad.net/rpm/stable/mullvad.repo
|
||||||
|
sudo dnf install mullvad-browser
|
||||||
|
...
|
||||||
|
xdg-settings set default-web-browser mullvad-browser.desktop
|
||||||
|
...
|
||||||
|
sudo rm /etc/yum.repos.d/mullvad.repo
|
||||||
|
|
||||||
|
ext
|
||||||
|
https://mullvad.net/en/help/mullvad-browser-extension
|
||||||
4
net/browsers/privacy/firefox/presentations.txt
Обычный файл
4
net/browsers/privacy/firefox/presentations.txt
Обычный файл
@ -0,0 +1,4 @@
|
|||||||
|
2025
|
||||||
|
Techlore - 8 Must-Try Alternatives to Firefox of 17:50
|
||||||
|
https://www.youtube.com/watch?v=SMQc4umq3gg
|
||||||
|
! 6:00 - tor browser
|
||||||
@ -2,6 +2,7 @@
|
|||||||
RussianDoll - Minin - Saz of 1:47:42
|
RussianDoll - Minin - Saz of 1:47:42
|
||||||
https://www.youtube.com/watch?v=9PSCXYOoC-s
|
https://www.youtube.com/watch?v=9PSCXYOoC-s
|
||||||
misc
|
misc
|
||||||
|
https://www.youtube.com/watch?v=agfl3d4Pe-0
|
||||||
https://www.youtube.com/watch?v=H2C7EMyDAVc
|
https://www.youtube.com/watch?v=H2C7EMyDAVc
|
||||||
https://www.youtube.com/watch?v=rD6Rd2L7nII
|
https://www.youtube.com/watch?v=rD6Rd2L7nII
|
||||||
https://www.youtube.com/watch?v=aOHYrZqszAg
|
https://www.youtube.com/watch?v=aOHYrZqszAg
|
||||||
|
|||||||
2
os/linux/immutable/atomic/docs/articles.txt
Обычный файл
2
os/linux/immutable/atomic/docs/articles.txt
Обычный файл
@ -0,0 +1,2 @@
|
|||||||
|
2018
|
||||||
|
https://medium.com/@alex285/fedora-atomic-installing-layered-packages-without-rebooting-4081729cad5b
|
||||||
9
os/linux/immutable/atomic/features/rpm-install.txt
Обычный файл
9
os/linux/immutable/atomic/features/rpm-install.txt
Обычный файл
@ -0,0 +1,9 @@
|
|||||||
|
rpm install
|
||||||
|
https://github.com/LizardByte/Sunshine/issues/2972
|
||||||
|
sudo dnf install rpmrebuild
|
||||||
|
rpmrebuild -ep sunshine-fedora-40-amd64.rpm
|
||||||
|
rpm-ostree install sunshine-0.0.0-1.x86_64.rpm
|
||||||
|
systemctl reboot
|
||||||
|
https://github.com/LizardByte/Sunshine/pull/2977/files
|
||||||
|
if grep -q "OSTREE" /etc/os-release; then ...
|
||||||
|
https://www.dvlv.co.uk/pages/a-beginners-guide-to-fedora-silverblue.html#343-rpms
|
||||||
@ -37,9 +37,16 @@ DailyCodeBuffer - Streams API Tutorial in Java 8+ of 31:37
|
|||||||
2020
|
2020
|
||||||
JetBrains - Good Old Stream API, by Tagir Valeev / JetBrains Technology Day for Java of 1:00:37
|
JetBrains - Good Old Stream API, by Tagir Valeev / JetBrains Technology Day for Java of 1:00:37
|
||||||
https://www.youtube.com/watch?v=nklbYYQpQi8
|
https://www.youtube.com/watch?v=nklbYYQpQi8
|
||||||
|
! 12:00 - we can create stream suppliers () -> Stream.of(..,..,..)
|
||||||
|
2018
|
||||||
|
Paumard - Lambda and Stream Master class !!!
|
||||||
|
https://www.slideshare.net/slideshow/lambdas-and-streams-master-class-part-2/123034234
|
||||||
|
https://www.slideshare.net/slideshow/lambda-and-stream-master-class-part-1/123033973
|
||||||
2017
|
2017
|
||||||
JPoint - Valeev - Quirks of Stream API of 1:00:03
|
JPoint - Valeev - Quirks of Stream API of 1:00:03
|
||||||
https://www.youtube.com/watch?v=1_Zj3gS_a3E
|
https://www.youtube.com/watch?v=1_Zj3gS_a3E
|
||||||
|
Paumard - Collectors in the Wild !!!
|
||||||
|
https://www.slideshare.net/slideshow/collectors-in-the-wild/81710508
|
||||||
2016
|
2016
|
||||||
JPoint - Valeev - Strange of Stream API of 57:13
|
JPoint - Valeev - Strange of Stream API of 57:13
|
||||||
https://www.youtube.com/watch?v=TPHMyVyktsw
|
https://www.youtube.com/watch?v=TPHMyVyktsw
|
||||||
@ -52,6 +59,5 @@ Kuksenko - Java Stream API 1 ru 0:00 of 1:03:37
|
|||||||
https://www.youtube.com/watch?v=i0Jr2l3jrDA
|
https://www.youtube.com/watch?v=i0Jr2l3jrDA
|
||||||
Kuksenko - Java Stream API 1 ru 0:00 of 1:13:17
|
Kuksenko - Java Stream API 1 ru 0:00 of 1:13:17
|
||||||
https://www.youtube.com/watch?v=O8oN4KSZEXE
|
https://www.youtube.com/watch?v=O8oN4KSZEXE
|
||||||
????
|
Paumard - Java 8 Streams and Collectors Patterns of p373
|
||||||
Paumard - Java 8 Streams and Collectors Patterns
|
https://www.slideshare.net/slideshow/java-8-streams-collectors-patterns-performances-and-parallelization/41467564
|
||||||
http://www.slideshare.net/jpaumard/java-8-streams-collectors-patterns-performances-and-parallelization
|
|
||||||
|
|||||||
@ -1,5 +1,11 @@
|
|||||||
https://openjdk.org/jeps/461
|
https://openjdk.org/jeps/461
|
||||||
|
|
||||||
|
2025
|
||||||
|
Jetbrains - Jose Paumard - Gatherers: The API Your Stream Was Missing of ...
|
||||||
|
https://www.youtube.com/watch?v=oVdWfU_IObY
|
||||||
|
https://gist.github.com/JosePaumard/c4379c9c53bbe98f1a60b2a25fc82d61
|
||||||
|
https://www.slideshare.net/jpaumard
|
||||||
|
https://www.slideshare.net/jpaumard/presentations
|
||||||
2024
|
2024
|
||||||
IntelliJIdea - JEP Explained. JEP 473: Stream Gatherers 0:00 of 1:10:48
|
IntelliJIdea - JEP Explained. JEP 473: Stream Gatherers 0:00 of 1:10:48
|
||||||
https://www.youtube.com/watch?v=m7PW6fMCrmg
|
https://www.youtube.com/watch?v=m7PW6fMCrmg
|
||||||
|
|||||||
@ -18,3 +18,6 @@ https://blogs.oracle.com/javamagazine/post/java-virtual-threads
|
|||||||
https://blog.rockthejvm.com/ultimate-guide-to-java-virtual-threads/
|
https://blog.rockthejvm.com/ultimate-guide-to-java-virtual-threads/
|
||||||
Java 21 new feature: Virtual Thread 0:00 of 33:34
|
Java 21 new feature: Virtual Thread 0:00 of 33:34
|
||||||
https://www.youtube.com/watch?v=5E0LU85EnTI
|
https://www.youtube.com/watch?v=5E0LU85EnTI
|
||||||
|
2022
|
||||||
|
Paumard - Loom Virtual Threads in the JDK 19
|
||||||
|
https://www.slideshare.net/slideshow/loom-virtual-threads-in-the-jdk-19/253227927
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user