ohai.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A cozy, fast and secure Mastodon server where everyone is welcome. Run by the folks at ohai.is.

Administered by:

Server stats:

1.8K
active users

#p2p

6 posts5 participants0 posts today

What is know about these people from "1984 Group" who made the Utopia software? u.is/en/

Has anyone tested their software for claims like "no tracking" and "no telemetry" and many others alike?

Side note: they are claimed to be an anonymous group, and I was able to found some "1984 Group LP" in UK companies public registries, not more.

Have to note that the software is not an opensource project.

u.isHome - Utopia P2P EcosystemUtopia P2P Ecosystem

I've been lax at updates to the dweb REST API which now supports most #Autonomi data types.

Web apps can POST/GET immutable data such as files and Archives (public and private), do multipart uploads of file(s), POST/PUT/GET Pointers (mutable references to other types) and POST/PUT/GET Scratchpads which are mutable storage for encrypted or public data.

To view #dweb #REST APIs:
- get rust
- cargo install dweb-cli
- dweb serve
In another terminal:
- dweb openapi-docs

Replied in thread

@cunyxa , лучше #aTox (Тох-клиент для #Андроид)? Этот тоже #P2P, текстовые сообщения в офлайн ставятся в очередь и когда оба в Сети - делается доставка. По-моему, #Tox распространён даже немного лучше, чем #Jami(?) E-mail и номер телефона тоже не просит. Но в свете последних событий (#РКН) всё же выбрал #Signal - как зарегаться теперь там и другие подробности: tinyurl.com/signalpm (9kb, txt)

I saw today that my CoCalc (cocalc.com/) license was about to renew. I've been meaning to move to a more #SelfHosting or #P2P paradigm, so this was good timing for me to cancel. I left this message when doing so:

"I want to support Sage, and I like using CoCalc, but I don't want to put money towards a service that supports Microsoft, Amazon, or OpenAI in any way. I didn't care so much about this before, and I even log in to CoCalc with a GitHub account, but I'm tired of having my work scraped for profit by people who donate to fascists who are destroying my nation. I would consider returning if all ties to these corporations were cut and cloud computing services came from responsible companies, perhaps in the EU."

I'm pretty sure I already have backups of everything I want from GitHub, so I can be done with them too. I should have quit when Microsoft first arrived. My plan is to switch to Radicle (radicle.xyz/) rather than another centralized service. I'll be sure to post about how that goes.

cocalc.comCollaborative Calculation and Data ScienceCoCalc landing pages and documentation
#Sage#math#SageMath

Hello hello Jamers 😎

🌸 Spring is back and so are our Dev Updates!

You missed them? We did too!

Our team has been busy squashing bugs, enhancing the user experience, and preparing some exciting new features for all Jami users. From desktop to mobile, and deep into the core, things are moving fast.

👀Curious to see what’s been cooking lately across platforms?
Read our Dev update 12 : jami.net/de/dev-update-12/

Selhosted P2P E2EE File Transfer & Messaging PWA

* #OpenSource
* #CrossPlatform
* #PWA
* #iOS, #Android, #Desktop (self compile)
* App store, Play store (coming soon)
* Desktop
* #Windows, #MacOS, #Linux (self compile)
* run `index.html` on any modern #browser
* #Decentralized
* #Secure
* #NoCookies
* #P2P #encrypted
* No registration
* No installing
* #Messaging
* Group Messaging (coming soon)
* Text Messaging
* #Multimedia Messaging
* #Screensharing (on desktop browsers)
* Offline Messaging (in #research phase)
* #FileTransfer
* #VideoCalls
* #DataOwnership
* #SelfHosted
* GitHub pages Hosting
* #LocalOnly storage

Check it out!

positive-intentions.com

(Degoogled links to the apps)
- Chat: chat.positive-intentions.com
- File: file.positive-intentions.com
- GitHub: github.com/positive-intentions

Replied in thread

@1br0wn

Better maybe, but relying on European values and regulation carries risk. Look at UK, look at others in the EU, look at how well lobbying works against both.

Where possible we need to create infrastructure that embodies these freedoms and protections so they cannot be circumvented, to give alternatives when other options begin to fail. Thid can be done through tech which empowers, such as decentralisation through #p2p rather than #fedi.

@TheProgressives

I have made a release of "git-withme" which allows peer-to-peer Git usage over #magicWormhole

This uses short, human-memorable codes to invite peers to collaborate (push, pull, etc) in real-time on a Git repository with no external hosting providers. Creates a temporary bare repository on the host so it feels like GitLab style usage.

"pip install git-withme" or see the project pages:

git.sr.ht/~meejah/git-withme

pypi.org/project/git-withme/

Оказывается у #Briar помимо общеизвестного приложения есть ещё и четыре странных: Earth, Mercury, Venus, Mars. Все весят ~3.5 МБ примерно.
Все 4 не пробовал, пока хватило одного из них - Earth. Испробовал там кажется всё, кроме установки этого скриншота креста на второй Андроид и тогда повключать снова там всякие вайфай, БТ и GPS... Почему говорю "скриншота"? Да потому, что это приложение и вело себя как скриншот, а ощущал себя в качестве дурака, включающего на девайсе разные службы и тыча в этот скриншот пальцем в надежде, что чудо всё-таки произойдёт. Но чуда на моем #Android 10 не произошло, немного поржал и удалил эти странные обои.
Если кто хочет попробовать эти 4 безопасных мессенджера от "Briar Project" для #p2p , #mesh , офлайн-чата и чего-то ещё и не смущает перспектива почувствовать себя идиотом, тыкающим пальцем в обои - милости прошу!😀 Может это просто у меня эти лыжи не поехали, но пробовать все 4 пары за раз я пока не готов)
#programming #messengers #lang_ru @ru @rf

Replied in thread

@jonny

> If i was designing a #P2P protocol

Bit of OT thought.. All these #LocalFirst projects are inventing their own sync mechanisms now, and Martin Kleppmann talks about trend towards having a 'generic sync' protocol as an open standard. But no moves are made yet in that direction.

I have trouble wrapping my head how that'd work in a heterogeneous social network with many actors, apps and composable services. Do we CRDT sync local states directly, or rely on a msg/event-based architecture?