Обложка канала

Decentralize!. Страница 14

1186 @dcntr

Децентрализованные и распределенные сети. Безопасные средства коммуникации. Шифрование.

  • Decentralize!

    nostr - Notes and Other Stuff Transmitted by Relays [https://github.com/nostr-protocol/nostr] The simplest open protocol that is able to create a censorship-resistant global "social" network once and for all. It doesn't rely on any trusted central server, hence it is resilient; it is based on cryptographic keys and signatures, so it is tamperproof; it does not rely on P2P techniques, therefore it works. This is a work-in-progress. Join the Telegram group! Very short summary of how it works, if you don't plan to read anything else: Everybody runs a client. It can be a native client, a web client, etc. To publish something, you write a post, sign it with your key and send it to multiple relays (servers hosted by someone else, or yourself). To get updates from other people, you ask multiple relays if they know anything about these other people. Anyone can run a relay. A relay is very simple and dumb. It does nothing besides accepting posts from some people and forwarding to others. Relays don't have to be trusted. Signatures are verified on the client side. There is a list of most software being built using Nostr on https://github.com/aljazceru/awesome-nostr that seemed to be almost complete last time I looked. #nostr
    GitHub - nostr-protocol/nostr: a truly censorship-resistant alternative to Twitter that has a chance of working

    a truly censorship-resistant alternative to Twitter that has a chance of working - GitHub - nostr-protocol/nostr: a truly censorship-resistant alternative to Twitter that has a chance of working

    GitHub
  • Decentralize!

  • Decentralize!

    Thousands Have Joined Mastodon Since Twitter Changed Hands. Its Founder Has a Vision for Democratizing Social Media [time.com/6229230…nterview] #Mastodon #Fediverse
    Thousands Have Joined Mastodon Since Twitter Changed Hands. Its Founder Has a Vision for Democratizing Social Media

    Thousands of users have joined Mastodon since Elon Musk took control of Twitter. Founder Eugen Rochko says that's been a vindication

    Time
  • Реклама

  • Decentralize!

    #Fediverse #Mastodon
  • Decentralize!

    SimpleX Chat v4.2.0 [https://simplex.chat/] SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released iphone! Private & encrypted - the only platform without user identifiers! SimpleX ensures data and meta-data privacy with a new protocol design – it delivers messages without using senders' and recipients' identifiers, unlike any other messaging platform. [Changelog] #IM
  • Decentralize!

    #Fediverse #Mastodon
  • Decentralize!

    ZeroNetX v0.1.3 [https://zeronet.dev/] Rust Implementation of ZeroNet Protocol Currently This Repo is open to Code Reviews/Security Audit/Best Code Practice Suggestions. You can freely review and suggest your opinions to us. Changelog: [github.com/canewsi…g/v0.1.3] This Release is meant to be used with Existing ZeroNet Data Directory to test Ui Server implementation from Python version Example: If your ZeroNet Data Dir located at "C:\User\ZeroNetData" you need to pass start zeronet as
    zeronet --data_dir "C:\User\ZeroNetData"
    
    Same thing applies for Linux and MacOS #Zeronet
    Release v0.1.2 · canewsin/zeronet-rs

    Initial Plugin Implementaion to extend via Engine Plugins. Added cryptKeyPair, cryptSign, cryptVerify cmds to generate keys and sign and verify data. Added pluginSign and pluginVerify cmds to sign ...

    GitHub
  • Decentralize!

    🍄 Mycorrhiza Wiki v1.13: Quality of life update B [https://mycorrhiza.wiki/] Mycorrhiza Wiki is an open-source wiki engine developed by Bouncepaw, who is assisted by other open-source contributors. Use Mycorrhiza for personal wikis, digital gardens and wikis for small teams or communities. Changelog: [https://mycorrhiza.wiki/hypha/release/1.13] [github.com/bouncep…/v1.13.0] - The minimal Go version is 1.19 now. - A new user group was introduced: reader. They can read, but cannot edit. The difference with anon is that reader users can still access locked wikis, while anons cannot. - An old bug with links in image captions was finally fixed. - When creating new textual hyphae, a different title is shown. - When deleting a hypha, it also gets removed from all categories. #selfhost #wiki
    Mycorrhiza Wiki

    Mycorrhiza Wiki is an open-source wiki engine developed by Bouncepaw, who is assisted by other open-source contributors. Use Mycorrhiza for personal wikis, digital gardens and wikis for small teams or communities.

    mycorrhiza.wiki
  • Decentralize!

    🍄 Микориза Вики 1.13 Нет новых фич. Как приятно сказать это во второй раз! Это опять неправда, конечно. Но в целом действительно небольшое обновление. Обновляйтесь, там только улучшения. mycorrhiza.wiki/hypha/release/1.13 Уже скоро в репозиториях вашей операционной системы!
    Release/1.13

    Mycorrhiza Wiki 1.13 is the seventeenth release of the engine. It was released on 2022-11-03, two months after ../1.12.1.

    mycorrhiza.wiki
  • Decentralize!

    Lagrange v1.13.8 [gmi.skyjake.fi/lagrange/] A Beautiful Gemini Client Changelog: [github.com/skyjake…/v1.13.8] - Fixed issues with text selection and range visualization. - macOS: Fixed crash when opening URLs via system handler when no windows open. - TUI: Improved POSIX compliance in build-tui script. #Gemini #Spartan
  • Decentralize!

    Alfis v0.8.3 [alfis.name] Alternative Free Identity System This project represents a minimal blockchain without cryptocurrency, capable of sustaining any number of domain names in a bunch of original alternative zones. Changelog: [github.com/Revertr…g/v0.8.3] - Some people had complaint about DNS resolver in ALFIS, that it is overwhelmed with requests, and at some point it just stops to handle DNS requests at all. For some reason I didn't see the problem in that code of DNS resolver, but today it hit me - the work handling by all that threads is wrong. So, the bug of DNS resolver is resolved ;) Now, if you have threads set to some high number, like 100 or 200, you can lower that significantly. I recommend the number around your CPU core count. It will suffice. #Alfis #DNS #Yggdrasil
  • Decentralize!

    #Fediverse
  • Decentralize!

    akkoma [https://akkoma.dev/AkkomaGang/akkoma/] [https://docs.akkoma.dev/stable/] a smallish microblogging platform, aka the cooler pleroma This is a fork of Pleroma, which is a microblogging server software that can federate (= exchange messages with) other servers that support ActivityPub. What that means is that you can host a server for yourself or your friends and stay in control of your online identity, but still exchange messages with people on larger servers. Akkoma will federate with all servers that implement ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Peertube, and Pixelfed. Akkoma is written in Elixir and uses PostgresSQL for data storage. For clients it supports the Mastodon client API with Pleroma extensions (see the API section on https://docs.akkoma.dev/stable/). #ActivityPub #Pleroma #Fediverse

    A place of adventure, a place of danger, a place of excitement

    Akkoma Development
  • Decentralize!

    Smithereen v0.4.4 [https://github.com/grishka/Smithereen] Federated, ActivityPub-compatible social network with friends, walls, and (at some point in the future) groups. At the moment, this is very far from being production-ready. Things may and likely will break. [github.com/grishka…ag/0.4.4] - Graffiti as a new type of post attachment - Comments on wall posts are now treated like wall posts for the purposes of federation (subject to Add{Note} approval) - Way too many internal changes - Bug fixes, of course #Smithereen #ActivityPub
  • Decentralize!

    #Fediverse #ActivityPub
  • Реклама

  • Decentralize!

    Syncthing v1.22.1 [https://syncthing.net/] [https://ru.wikipedia.org/wiki/Syncthing] Syncthing — приложение, позволяющее синхронизировать файлы между несколькими устройствами. Присутствует поддержка сохранения последовательных версий файла по нескольким алгоритмам, включая пользовательский, что позволяет использовать Syncthing также для целей резервного копирования, хотя это и не рекомендуется. Приложение и протокол публикуются под открытой лицензией. Syncthing может работать в локальной сети и сети интернет, передача всех данных происходит по защищенным каналам TLS с использованием протокола обмена ключами с совершенной прямой секретностью, чтобы исключить возможность прослушивания. Синхронизация происходит по дате изменения файла, есть поддержка синхронизации на уровне блоков, то есть при небольших изменениях в файле будут синхронизированы только изменившиеся блоки, а не весь файл. [Changelog] #cloud #sync
    Syncthing

    Syncthing — приложение, позволяющее синхронизировать файлы между несколькими устройствами. Присутствует поддержка сохранения последовательных версий файла по нескольким алгоритмам, включая пользовательский , что позволяет использовать Syncthing также для целей резервного копирования, хотя это и не рекомендуется . Приложение и протокол публикуются под открытой лицензией.

    Wikipedia
  • Decentralize!

    КВ-пейджер [ hfpager.com ] Интересный российский стартап про передачу сообщений через КВ - радиостанции. Описание в видео: youtu.be/d7rjh41VMAM
  • Decentralize!

    AndFlmsg [ sourceforge.net/projects/fldigi/files/AndFlmsg ] Проект предназначенный для передачи данных при помощи Андроид телефона через обычную рацию. А вот тут [ lasto.com/blog/index_post_1569308400.htm ] отличный материал на русском как это все заставить работать на практике.