memory heap
#music Хорошо сделано. Hrdza, "Horela ľipka": https://youtu.be/hAQfsJDotfY
#music
Продолжая тему folk-музыки, вот ещё красивая песня.
Liudi Lesa, "Voron":
https://youtu.be/ZQHGv9FF5nk
Продолжая тему folk-музыки, вот ещё красивая песня.
Liudi Lesa, "Voron":
https://youtu.be/ZQHGv9FF5nk
YouTube
Voron
Provided to YouTube by CDBaby
Voron · Liudi Lesa
Other Whispers, Other Shadows
℗ 2023 Theodor Bastard
Released on: 2023-10-24
Auto-generated by YouTube.
Voron · Liudi Lesa
Other Whispers, Other Shadows
℗ 2023 Theodor Bastard
Released on: 2023-10-24
Auto-generated by YouTube.
⚡1
⚡3
BTW, отправил в GNU Guix ещё один патч:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66811
#guix #guix_patches
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66811
#guix #guix_patches
⚡2
Тем временем, Yggdrasil обновился до версии 0.5.1. Описание новшеств можно увидеть тут:
https://yggdrasil-network.github.io/2023/10/22/upcoming-v05-release.html
В Ubuntu GNU/Linux уже подвезли новую версию, в GNU Guix пока версия 0.4.7. Патч, про который писал выше связан с попыткой обновить Yggdrasil в GNU Guix, из-за которой я рекурсивно ушёл в зависимости пакета и обнаружил, что репозиторий
Насколько вижу, новая версия сети плохо совместима со старой версией — у меня старые пиры оказались недоступны после обновления Yggdrasil до 0.5.1.
#yggdrasil
https://yggdrasil-network.github.io/2023/10/22/upcoming-v05-release.html
В Ubuntu GNU/Linux уже подвезли новую версию, в GNU Guix пока версия 0.4.7. Патч, про который писал выше связан с попыткой обновить Yggdrasil в GNU Guix, из-за которой я рекурсивно ушёл в зависимости пакета и обнаружил, что репозиторий
quic-go поменял владельца на GitHub.Насколько вижу, новая версия сети плохо совместима со старой версией — у меня старые пиры оказались недоступны после обновления Yggdrasil до 0.5.1.
#yggdrasil
GitHub
Release Version 0.5.1 · yggdrasil-network/yggdrasil-go
Fixed
Fix the Debian package so that upgrades are handled more smoothly
Fix the Debian package so that upgrades are handled more smoothly
memory heap
#music #music_ambient Очень красиво. Прямо местами как если бы Pink Floyd писали эмбиент. Steve Good, "Interval": https://youtu.be/1w9zGbWlvLk
#music #music_ambient
Ещё одна красивая композиция от Steve Good.
Steve Good, "Mercurier":
https://www.youtube.com/watch?v=qbRrYUP_bEE
Ещё одна красивая композиция от Steve Good.
Steve Good, "Mercurier":
https://www.youtube.com/watch?v=qbRrYUP_bEE
YouTube
Steve Good - Mercurier
Steve Good - 間
Label : Self- Released
Format : 10 x File
Country : Japan
Released : 2017
Genre : Electronic
Style : Ambient
https://stevegood.bandcamp.com/releases
I don't have the copyrights, if you are the owner and you don't want to see your sound here…
Label : Self- Released
Format : 10 x File
Country : Japan
Released : 2017
Genre : Electronic
Style : Ambient
https://stevegood.bandcamp.com/releases
I don't have the copyrights, if you are the owner and you don't want to see your sound here…
"Dating someone with ADHD is like microdosing on Wikipedia"
https://fosstodon.org/@[email protected]/111303804024316031
https://fosstodon.org/@[email protected]/111303804024316031
bottom town
Wiki (rainworld addiction) :spinny_enby: (@wiki)
Dating someone with ADHD is like microdosing on Wikipedia
⚡4
Любопытно, что Норвежцы произносят "OK" примерно как "Уко" по-русски, с ударением на "У":
https://youtu.be/M7B3KBOk86s
https://youtu.be/M7B3KBOk86s
YouTube
3 Hours of Norwegian Listening Comprehension
This is the best video to get started with Norwegian listening comprehension. https://goo.gl/qBbd3i Click here to learn more grammar and vocabulary with our FREE PDF! ↓Check how below↓
Step 1: Go to https://goo.gl/qBbd3i
Step 2: Sign up for a Free Lifetime…
Step 1: Go to https://goo.gl/qBbd3i
Step 2: Sign up for a Free Lifetime…
⚡1
Forwarded from Decentralize!
Yggdrasil v0.5.1
[https://yggdrasil-network.github.io/]
Yggdrasil is an overlay network implementation of a new routing scheme for mesh networks. It is designed to be a future-proof decentralised alternative to the structured routing protocols commonly used today on the Internet and other networks.
The highlights of Yggdrasil are that it is:
- Scalable: supports large, complex or even internet-scale topologies
- Self-healing: network responds quickly to connection failures or mobility events
- Encrypted: traffic sent across the network is always fully end-to-end encrypted
- Peer-to-peer: works entirely ad-hoc by design with no built-in points of centralisation
- Cross-platform: supported on Linux, macOS, Windows, iOS, Android and more
Changelog:
[https://github.com/yggdrasil-network/yggdrasil-go/releases/tag/v0.5.0]
NOTE: If you are using the Debian package and upgrading an existing installation, you may need to update your AdminListen line in your configuration file to unix:///var/run/yggdrasil/yggdrasil.sock or delete the AdminListen line altogether.
Added
- Authenticated peering handshake with optional password, i.e.
- - For listeners:
- - Maximum password length is 64 characters
- QUIC support for peerings, by using the new
- The private key can now be stored in PEM format separately to the main configuration file with the new
- - Use the
Changed
- New routing scheme, which is backwards incompatible with previous versions of Yggdrasil
- - The wire protocol version number, exchanged as part of the peer setup handshake, has been increased to 0.5
- - Nodes running this new version will not be able to peer with earlier versions of Yggdrasil
- - A DHT is no longer used to map public keys and routes through treespace
- - Bloom filters are used to track on-tree links and nodes reachable via that link
- - Nodes now gossip separate per-link information which is tracked in CRDT structures, forcing local consistency and preventing unnecessary flapping when a route to the root node has changed or is broken
- - Greedy routing is once again used instead of source routing
- - Per-link keepalives have been replaced with periodic acknowledgements, reducing idle bandwidth
- The link handshake and multicast beacon formats have been revised for better future extensibility
- The link code has been refactored for more robust tracking of peering states
- - As a result, the admin socket is now able to report information about configured peerings that are down
- - Reconnect intervals are now tracked separately for each configured peer with exponential backoffs
Removed
- Yggdrasil will no longer request BBR congestion control for TCP and TLS peerings on Linux
[https://github.com/yggdrasil-network/yggdrasil-go/releases/tag/v0.5.1]
- Fix the Debian package so that upgrades are handled more smoothly
#Yggdrasil
[https://yggdrasil-network.github.io/]
Yggdrasil is an overlay network implementation of a new routing scheme for mesh networks. It is designed to be a future-proof decentralised alternative to the structured routing protocols commonly used today on the Internet and other networks.
The highlights of Yggdrasil are that it is:
- Scalable: supports large, complex or even internet-scale topologies
- Self-healing: network responds quickly to connection failures or mobility events
- Encrypted: traffic sent across the network is always fully end-to-end encrypted
- Peer-to-peer: works entirely ad-hoc by design with no built-in points of centralisation
- Cross-platform: supported on Linux, macOS, Windows, iOS, Android and more
Changelog:
[https://github.com/yggdrasil-network/yggdrasil-go/releases/tag/v0.5.0]
NOTE: If you are using the Debian package and upgrading an existing installation, you may need to update your AdminListen line in your configuration file to unix:///var/run/yggdrasil/yggdrasil.sock or delete the AdminListen line altogether.
Added
- Authenticated peering handshake with optional password, i.e.
- - For listeners:
tls://[::]:12345?password=123456abcdef
- - For peers: tls://a.b.c.d:12345?password=123456abcdef
- - For multicast interfaces with the new Password option in each MulticastInterfaces section- - Maximum password length is 64 characters
- QUIC support for peerings, by using the new
quic:// scheme in Listen and Peers
- - This has not been extensively tested and may perform worse than TCP or TLS peers- The private key can now be stored in PEM format separately to the main configuration file with the new
PrivateKeyPath configuration file option- - Use the
-exportkey flag to export the key to a file from an existing configChanged
- New routing scheme, which is backwards incompatible with previous versions of Yggdrasil
- - The wire protocol version number, exchanged as part of the peer setup handshake, has been increased to 0.5
- - Nodes running this new version will not be able to peer with earlier versions of Yggdrasil
- - A DHT is no longer used to map public keys and routes through treespace
- - Bloom filters are used to track on-tree links and nodes reachable via that link
- - Nodes now gossip separate per-link information which is tracked in CRDT structures, forcing local consistency and preventing unnecessary flapping when a route to the root node has changed or is broken
- - Greedy routing is once again used instead of source routing
- - Per-link keepalives have been replaced with periodic acknowledgements, reducing idle bandwidth
- The link handshake and multicast beacon formats have been revised for better future extensibility
- The link code has been refactored for more robust tracking of peering states
- - As a result, the admin socket is now able to report information about configured peerings that are down
- - Reconnect intervals are now tracked separately for each configured peer with exponential backoffs
Removed
- Yggdrasil will no longer request BBR congestion control for TCP and TLS peerings on Linux
[https://github.com/yggdrasil-network/yggdrasil-go/releases/tag/v0.5.1]
- Fix the Debian package so that upgrades are handled more smoothly
#Yggdrasil
GitHub
Release Version 0.5.0 · yggdrasil-network/yggdrasil-go
NOTE: If you are using the Debian package and upgrading an existing installation, you may need to update your AdminListen line in your configuration file to unix:///var/run/yggdrasil/yggdrasil.sock...
⚡10
Forwarded from Labrats
#совместно_с_коллегами
Степени признания научных заслуг:
1. Кандидат наук
2. Доктор наук
3. Тебе звонят мошенники от лица декана, подделав его голос нейронкой
4. Ты пишешь нейронку, чтобы затем звонить твоим коллегам от лица декана
Степени признания научных заслуг:
1. Кандидат наук
2. Доктор наук
3. Тебе звонят мошенники от лица декана, подделав его голос нейронкой
4. Ты пишешь нейронку, чтобы затем звонить твоим коллегам от лица декана
⚡6
"Я никогда не чувствовала себя более уважаемой или признанной в жизни, чем тогда, когда я приехала на этом на детскую площадку возле начальной школы этим утром."
"I have never felt more respected or validated in my life than when I drove this onto the elementary school playground this morning" — Madeleine Bonsma-Fisher, PhD
Источник:
https://fosstodon.org/@[email protected]/111330019305063824
"I have never felt more respected or validated in my life than when I drove this onto the elementary school playground this morning" — Madeleine Bonsma-Fisher, PhD
Источник:
https://fosstodon.org/@[email protected]/111330019305063824
⚡3