HackerTrans
トップ新着トレンドコメント過去質問紹介求人

abeam

no profile record

投稿

[untitled]

1 ポイント·投稿者 abeam·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 abeam·4 年前·0 コメント

A topic centric decentralized messenger

github.com
4 ポイント·投稿者 abeam·4 年前·2 コメント

[untitled]

1 ポイント·投稿者 abeam·4 年前·0 コメント

A federated messenger with a small-tech view

github.com
2 ポイント·投稿者 abeam·4 年前·0 コメント

A dweb messenger without server side replication

github.com
2 ポイント·投稿者 abeam·4 年前·0 コメント

A Docker container for your digital identity on a RaspberryPi

github.com
1 ポイント·投稿者 abeam·5 年前·0 コメント

A selfhosted communication app for your privacy

github.com
3 ポイント·投稿者 abeam·5 年前·1 コメント

FOSS comm app for selfhosting: HTTPS://github.com/rolandosborne/IndiView [video]

s3.us-west-2.amazonaws.com
2 ポイント·投稿者 abeam·5 年前·0 コメント

A decentralized messenger without blockchain

github.com
2 ポイント·投稿者 abeam·5 年前·1 コメント

Self-host a messenger without your own domain

github.com
1 ポイント·投稿者 abeam·5 年前·0 コメント

Self-hosted messenger that doesn't use phone numbers

github.com
4 ポイント·投稿者 abeam·5 年前·4 コメント

Hosting your digital identity step-by-step [video]

s3-us-west-2.amazonaws.com
1 ポイント·投稿者 abeam·5 年前·0 コメント

Mobile Streaming from Java

blog.diatum.net
2 ポイント·投稿者 abeam·5 年前·0 コメント

Share your photos with grandma and not Google

blog.diatum.net
2 ポイント·投稿者 abeam·5 年前·2 コメント

An Agile Approach to Self-Sovereign Identity

blog.diatum.net
2 ポイント·投稿者 abeam·5 年前·0 コメント

コメント

abeam
·4 年前·議論
It runs on a federated network where you connect with contacts. When you create a topic you can add or remove contacts to the topic. To your point about 'propagate out forever', there is no server-side replication; your contacts pull directly from your node. When you delete a topic, the data is deleted. Let me know if you have any issues getting the project to work, I am really eager for any kind of feedback.
abeam
·5 年前·議論
That's a really interesting idea; I hadn't thought of that approach. My super long shot idea is that enough people would use app that a router company would be interested in licensing the node and app software and providing a self hosting solution for the common consumer.
abeam
·5 年前·議論
Thanks for the interest!

1. Because it's decentralized, the complexity doesn't increase by having additional nodes on the network. The complexity does increase to a small degree as seen by your node as you make contacts. I guess my answer to your question is it's very scalable.

2. I have a notification loop that runs once every three seconds. The result is the latency is about 1.5s from when I send a message to when it shows up on my contact's phone.

3. Because it's a self hosted network, the data loss protection is up to the person running the node. I added a cron script to backup my node node once a day, but someone might want something more frequent...or less.

Cheers.
abeam
·5 年前·議論
no, it's an independent project, but a similar vision.