Search
1000 results for “distribits”
-
Materialized Tables in Apache Flink https://lobste.rs/s/n1osvx #distributed
https://rmoff.net/2026/04/28/materialized-tables-in-apache-flink/ -
Materialized Tables in Apache Flink https://lobste.rs/s/n1osvx #distributed
https://rmoff.net/2026/04/28/materialized-tables-in-apache-flink/ -
Materialized Tables in Apache Flink https://lobste.rs/s/n1osvx #distributed
https://rmoff.net/2026/04/28/materialized-tables-in-apache-flink/ -
Materialized Tables in Apache Flink https://lobste.rs/s/n1osvx #distributed
https://rmoff.net/2026/04/28/materialized-tables-in-apache-flink/ -
Nature's distributed networks have weathered every disruption for billions of years, yet we keep building brittle, centralized systems that ignore that blueprint. Ignoring that resilience isn't just short-sighted-it's suicidal. #nature #resilience #distributed
-
in which more paths are charted towards code independence https://lobste.rs/s/7smldd #distributed #vcs
https://technomancy.us/204 -
in which more paths are charted towards code independence https://lobste.rs/s/7smldd #distributed #vcs
https://technomancy.us/204 -
in which more paths are charted towards code independence https://lobste.rs/s/7smldd #distributed #vcs
https://technomancy.us/204 -
in which more paths are charted towards code independence https://lobste.rs/s/7smldd #distributed #vcs
https://technomancy.us/204 -
Distributed consensus is how multiple nodes agree on a single value or sequence of operations despite failures. It is the foundation of fault-tolerant, strongly consistent distributed systems.
-
we need a federation of forges https://lobste.rs/s/1y5ydl #distributed #vcs
https://blog.tangled.org/federation/ -
we need a federation of forges https://lobste.rs/s/1y5ydl #distributed #vcs
https://blog.tangled.org/federation/ -
Distributed state management coordinates how shared data stays consistent across multiple nodes. In fintech, it ensures that account balances, trade positions, and transaction records remain accurate system-wide.
-
Distributed state management coordinates how shared data stays consistent across multiple nodes. In fintech, it ensures that account balances, trade positions, and transaction records remain accurate system-wide.
-
Distributed state management coordinates how shared data stays consistent across multiple nodes. In fintech, it ensures that account balances, trade positions, and transaction records remain accurate system-wide.
-
Distributed state management coordinates how shared data stays consistent across multiple nodes. In fintech, it ensures that account balances, trade positions, and transaction records remain accurate system-wide.
-
Building a threadiverse community platform by @hongminhee https://lobste.rs/s/gbgfec #distributed #web
https://fedify.dev/tutorial/threadiverse -
Durable Objects end "thundering herds" by unifying in-flight work and cached results. Per-key singletons eliminate redundant tasks and complex locks, making distributed caching simple and efficient.
👉 Read now: https://bit.ly/4qaqEp4
#DistributedCache #DistributedSystems #Infrastructure #SoftwareArchitecture #SoftwareDevelopment
-
Everyone Wants Servers And Nobody Wants Servers via @hongminhee https://lobste.rs/s/nepijn #distributed #web
https://connectedplaces.online/reports/fr160-everyone-wants-servers-and-nobody-wants-servers/ -
Meshcore.io - Why The Split? https://lobste.rs/s/izqocw #distributed #release
https://blog.meshcore.io/2026/04/23/the-split -
Несколько Клодов над одним проектом: locks, handoffs и email 1982 года
Я с командой пишу один большой C++ проект. У каждого свой Claude Code, у некоторых по два-три параллельно. Все они правят один и тот же репозиторий в одно и то же время. Проблема простая и бесящая: агенты друг о друге не знают. Один рефакторит модуль, а в соседнем чате коллега правит тот же файл. Второй чинит баг, который уже починили два часа назад. Я построила им координацию - и по дороге переизобрела обычную почту. Восемьдесят второго года. Адрес получателя, тема для быстрой сортировки, In-Reply-To для цепочек, у каждой сессии свой ящик, broadcast через папку all/. Каждый Claude при старте заглядывает в свой ящик и, если есть непрочитанное, докладывает это себе в контекст до первого промпта. Ответ падает в sent отправителю, подтверждение доставки - в квитанциях. Ни брокера, ни опросов, ни централизованного сервиса - только markdown-файлы. Сверху ещё два слоя: append-only передача смены между своими сессиями и атомарные файлы-замки с heartbeat’ом на общие ресурсы. mclaude, open source, зависимостей в ядре - ноль.
https://habr.com/ru/articles/1027064/
#claudecode #multiagent #open_source #llm #aiагенты #python #anthropic #distributed_systems
-
Несколько Клодов над одним проектом: locks, handoffs и email 1982 года
Я с командой пишу один большой C++ проект. У каждого свой Claude Code, у некоторых по два-три параллельно. Все они правят один и тот же репозиторий в одно и то же время. Проблема простая и бесящая: агенты друг о друге не знают. Один рефакторит модуль, а в соседнем чате коллега правит тот же файл. Второй чинит баг, который уже починили два часа назад. Я построила им координацию - и по дороге переизобрела обычную почту. Восемьдесят второго года. Адрес получателя, тема для быстрой сортировки, In-Reply-To для цепочек, у каждой сессии свой ящик, broadcast через папку all/. Каждый Claude при старте заглядывает в свой ящик и, если есть непрочитанное, докладывает это себе в контекст до первого промпта. Ответ падает в sent отправителю, подтверждение доставки - в квитанциях. Ни брокера, ни опросов, ни централизованного сервиса - только markdown-файлы. Сверху ещё два слоя: append-only передача смены между своими сессиями и атомарные файлы-замки с heartbeat’ом на общие ресурсы. mclaude, open source, зависимостей в ядре - ноль.
https://habr.com/ru/articles/1027064/
#claudecode #multiagent #open_source #llm #aiагенты #python #anthropic #distributed_systems
-
Несколько Клодов над одним проектом: locks, handoffs и email 1982 года
Я с командой пишу один большой C++ проект. У каждого свой Claude Code, у некоторых по два-три параллельно. Все они правят один и тот же репозиторий в одно и то же время. Проблема простая и бесящая: агенты друг о друге не знают. Один рефакторит модуль, а в соседнем чате коллега правит тот же файл. Второй чинит баг, который уже починили два часа назад. Я построила им координацию - и по дороге переизобрела обычную почту. Восемьдесят второго года. Адрес получателя, тема для быстрой сортировки, In-Reply-To для цепочек, у каждой сессии свой ящик, broadcast через папку all/. Каждый Claude при старте заглядывает в свой ящик и, если есть непрочитанное, докладывает это себе в контекст до первого промпта. Ответ падает в sent отправителю, подтверждение доставки - в квитанциях. Ни брокера, ни опросов, ни централизованного сервиса - только markdown-файлы. Сверху ещё два слоя: append-only передача смены между своими сессиями и атомарные файлы-замки с heartbeat’ом на общие ресурсы. mclaude, open source, зависимостей в ядре - ноль.
https://habr.com/ru/articles/1027064/
#claudecode #multiagent #open_source #llm #aiагенты #python #anthropic #distributed_systems
-
grasp: a simple protocol for decentralized git https://lobste.rs/s/ual4t5 #distributed #vcs
https://gitgrasp.com/ -
A friend notes how fragmented, consumer-driven distributed energy is creating a coordination gap across the system. See his LinkedIn post:
https://www.linkedin.com/posts/activity-7450505389399293952-pU-B/
-
Collaborative Autoresearch on a Peer-to-Peer Network https://lobste.rs/s/fsryww #distributed #vibecoding
https://community.computer -
Mastodon: Don't use "mastodon" or "mstdn" in domain names https://lobste.rs/s/0qggzn #distributed
https://github.com/mastodon/mastodon/commit/1d1be8f9245a0b00f3dafd6204f47523544bee21 -
How NASA Built Artemis II’s Fault-Tolerant Computer https://lobste.rs/s/nomyva #distributed #formalmethods #hardware #testing
https://cacm.acm.org/news/how-nasa-built-artemis-iis-fault-tolerant-computer/ -
Distributed autonomous organisations keep centralising, and now research confirms why,
https://www.forbes.com/sites/digital-assets/2026/04/04/daos-keep-centralizingdecades-of-governance-research-explain-why/