#p2p

36 posts · Last used 5d

Back to Timeline
Sören @7eruS@dresden.network · 5d ago
Guten Morgen in die Runde! Mal eine laienhafte Frage an alle, die #peertube nutzen: Was haltet ihr von dem Tagesschauartikel [1], der (vermeintliche?) Schattenseiten der Plattform beleuchtet? Ich verstehe, dass das Gute des P2P Ansatzes im Artikel zwar zu kurz kommt, aber die Kritik daran wohl auch nicht ungerechtfertigt ist? Falls dem so ist: wie nutze ich die Plattform am besten? Ich würde gern die P2P-Funktion aktiviert lassen, weil das ja Stärke + unique selling point (und Schwäche) zugleich ist? Hatte zumindest online auf Anhieb nichts vonseiten der "pro-peertube"-Seite bzgl der rechtlichen Bedenken (siehe Tagesschauartikel) gefunden und bin nun etwas ratlos. Vlt. weiß wer hier ja was oder kann mir weiterführende Links teilen? #fedihelp #p2p #fediverse
0
0
0
silverpill @silverpill@mitra.social · Aug 03, 2026
Boosted by fedicat @fedicat@pc.cafe
The biggest problem for peer to peer ActivityPub is the fact that ActivityPub is primarily a "pull" protocol. You need to fetch a remote actor before interacting with it. This is not feasible in the environment where nodes are intermittently online. What if we used a special activity to request objects? I've described this idea in more detail in Asynchronous object retrieval: https://codeberg.org/silverpill/feps/src/branch/main/aef6/fep-aef6.md I think this mechanism, if combined with self-authenticating objects, should make ActivityPub compatible with store and forward protocols. #p2p #dtn #fep_ef61
0
0
1
Анна @hannaB@social.vir.group · Jul 28, 2026
ну от знову - KYC на P2P закручують, Binance вже просить селфі з паспортом на кожну угоду. по факту, це не зупиняє нікого, хто реально хоче обійти, але дрібним гравцям життя ускладнює. я на Bybit переходжу, там поки лояльніше, але надовго чи. головне - не класти всі яйця в один кошик, тримати кілька точок входу. тим, хто думає що KYC = безпека, раджу згадати кейс FTX #regulation #P2P #crypto
0
0
0
T_X @T_X@chaos.social · Jul 21, 2026
Replying to @DeutscherWetterdienst@social.bund.de
@DeutscherWetterdienst@social.bund.de fürher war Vimeo mal dabei, aber war jetzt seit Jahren schon nicht mehr auf der Seite. Sonst benutze ich noch regelmäßig https://media.ccc.de/ vom @c3voc@chaos.social und https://media.freifunk.net/ von @freifunk@social.freifunk.net, also was auf Basis von #voctoweb. (auch wenn voctoweb für euch zumindest alleine vermutlich eher uninteressant ist? leider kann voctoweb im Gegensatz zu #Peertube auch noch kein #ActivityPub / #Fediverse oder #WebRTC #P2P soweit ich weiß)
2
1
1
Self-Hosted Feed @selfhosted_bot@fd.mrmave.work · Jul 27, 2026
📤 tonyantony300/dashbeam Transfers files directly between devices via peer-to-peer networking, end-to-end encrypted, no cloud or accounts ⭐ Stars: 8809 📅 Last Update: Jul 27, 2026 https://github.com/tonyantony300/dashbeam #selfhosted #homelab #selfhost #selfhosting #opensource #filetransfer #p2p
0
0
0
p2panda @p2panda@autonomous.zone · Jul 08, 2026
Speaking of p2panda in the wild: @d1@autonomous.zone will soon be hosting a group discussion and hands-on workshop exploring peer-4-peer: an approach to building digital tools rooted in the concepts of mutual-aid, free software, offline-first and peer-2-peer. p2panda hacking in Go?! :shocked_pikachu: Our excitement levels are at all-time highs! https://hackersanddesigners.nl/exploring-peer4peer-with-p2panda.html #p4p #p2p
13
0
5
DCVault.net @dcvaultnet@mastodon.social · Jul 24, 2026
Boosted by Welcoming committee @welcome@friends.deko.cloud
Hello Fediverse 👋 DCVault is a community wiki for Direct Connect (DC++), a peer-to-peer network from the early 2000s that still runs on community-run hubs. Just people sharing files and chatting. We work to keep it alive and evolving: guides, a forum, and open development of the hub and client software. We cover the technology and its legal uses. https://dcvault.net #introduction #DirectConnect #DCPlusPlus #P2P #FileSharing #ADC #NMDC
0
0
1
Self-Hosted Feed @selfhosted_bot@fd.mrmave.work · Jul 23, 2026
🌐 anywherelan/awl Securely connect your devices into a private network. Mesh VPN, socks5 proxy server/client Enables secure access to personal self-hosted services from anywhere via P2P encrypted tunnels. Includes SOCKS5 proxying and full-tunnel VPN gateway features. ⭐ Stars: 625 📅 Last Update: Jul 22, 2026 https://github.com/anywherelan/awl #selfhosted #homelab #selfhost #selfhosting #opensource #vpn #p2p
0
0
0
Markus @markus@social.row-social.de · Jun 21, 2026
Irgendwie habe ich den Eindruck, dass Suchmaschinen auch nicht mehr das sind, was sie einmal waren. Oder besser gesagt, ich habe den Eindruck, dass bestimmte Seiten aus welchen Gründen auch immer nicht mehr im Such Index bestimmter Suchmaschinen erscheinen. Bin ich mit diesem Eindruck alleine? Was ist aus Projekten wie Yacy geworden - weiß da jemand etwas? Letzte Aktualisierung war 2021... https://yacy.net/ https://de.wikipedia.org/wiki/YaCy #suchmaschine #internet #bigtech #yacy #p2p #peer2peer #alternative #frage
0
4
0
cmars 🅅 @cmars@infosec.exchange · Jul 18, 2026
So git-remote-iroh works, but it's basically a toy demoware. I mean, you can push and pull over iroh, which is cool, but it's not this hub-breaking new thing that changes development workflows and defeats corporate hegemony over open-source software. The server mode is still a centralized hub. I've been thinking this week about where to take it next, if I should at all. Where my head is at: All repository clones could be remote peers that you can pull from. It should be easy to do this from a background process that spawns and stays running in the background. Could be on-demand, like how podman and gpg-agent do. Because it's pull-only, it should be safe to serve this up from a clone with a working tree. Hubs allow pushes, but don't attempt to force a single history. They are a synchronization point for blobs, tracking who has what blobs. All remote refs. What this does, is remove the need for everyone being online all the time. Who decides what is the true timeline then? Up to a peer that decides to act as a publisher, and who follows it. What's nice about this, is you can have a primary and following replicas. You could even have multiple such primaries, possibly with different policies. #git #iroh #p2p #nohubsjustspokes 1/
0
2
0
cmars 🅅 @cmars@infosec.exchange · Jul 13, 2026
Serve & clone #git repositories #p2p over #iroh! Try it out: cargo install git-remote-iroh git clone iroh://92fbc10667b6ae60b2b7c158ec3c996ebdeac0f07d6648b87243fe49498bd378 git-remote-iroh git-remote-iroh is self-hosted. #distributed #dweb #nohubsjustspokes Centralized web mirror: https://codeberg.org/cmars/git-remote-iroh
14
1
9
Self-Hosted Feed @selfhosted_bot@fd.mrmave.work · Jul 13, 2026
🌐 lklynet/hypermind The High-Availability Solution to a Problem That Doesn't Exist. A decentralized P2P deployment counter and ephemeral chat platform using Hyperswarm DHT for real-time node tracking and gossip-based messaging ⭐ Stars: 832 📅 Last Update: Jul 12, 2026 https://github.com/lklynet/hypermind #selfhosted #homelab #selfhost #selfhosting #opensource #p2p #decentralized
0
1
0
Tommi 🤯 @tommi@pan.rent · Jul 11, 2026
Boosted by dansup @dansup@mastodon.social
The future of p2p is NOW (and here, with this people) Aw it’s happening for real @gwil@post.lurk.org @adz@post.lurk.org @cwebber@social.coop @matthew@mastodon.matrix.org @dholms.at #p2p #DWebCamp #peerToPeer
9
0
13
linuxwebzine @linuxwebzine@mstdn.ro · Jul 09, 2026
🌐🔒 P2P File Transfer: Partajare securizată și directă de fișiere direct din browserTrimiterea fișierelor mari pe internet implică adesea utilizarea unor servicii cloud terțe (cum ar fi Google Drive, WeTransfer sau Dropbox). Acest lucru înseamnă că fișierele tale sunt încărcate și stocate pe serverele acelor companii, ridicând semne de întrebare legate de confidențialitate și viteză. Pentru a elimina acești intermediari, a apărut o nouă soluție open-source: P2P File Transfer, un utilitar web modern care permite partajarea securizată a fișierelor direct de la browser la browser (Browser-to-Browser), fără servere la mijloc.Folosind tehnologii web de ultimă generație, acest instrument redefinește modul în care mutăm datele între dispozitive diferite (Linux, Windows, Android sau iOS), punând accent pe viteză maximă și confidențialitate absolută.Iată cum funcționează și de ce este o alternativă excelentă la metodele clasice:🔹 Tehnologia WebRTC pentru conexiuni directe (Peer-to-Peer):Sistemul utilizează protocolul WebRTC (Web Real-Time Communication) pentru a stabili o conexiune directă între dispozitivul tău și cel al destinatarului. Atunci când trimiți un fișier, acesta nu este încărcat pe un server web. În schimb, browserul tău creează un canal securizat prin care datele sunt transmise direct către browserul celeilalte persoane, ca un tunel privat.🔹 Securitate maximă prin criptare End-to-End (E2EE):Deoarece conexiunea este directă, riscul ca datele să fie interceptate este minim. Mai mult, fluxul de date este criptat de la un capăt la altul (End-to-End) direct în browser înainte de a fi trimis. Chiar și serverul de semnalizare (folosit doar pentru a ajuta cele două browsere să se „găsească” inițial pe internet) nu poate citi sau stoca conținutul fișierelor tale.🔹 Fără limite de dimensiune și fără conturi:Dimensiune nelimitată: Deoarece fișierele nu sunt stocate nicăieri, nu există o limită de spațiu (cum ar fi pragul de $2\text{ GB}$ impus de alte servicii). Poți transfera fișiere video 4K masive, arhive de sute de gigabyți sau directoare întregi, singura limită fiind viteza conexiunii tale la internet.Simplitate totală: Nu este necesară crearea unui cont, autentificarea cu e-mailul sau instalarea vreunei aplicații. Totul se rezumă la deschiderea unei pagini web.🔹 Cum se realizează un transfer?Procesul este conceput să fie gata în câteva secunde:Accesezi platforma și încarci fișierul prin drag-and-drop.Aplicația generează instantaneu un link unic sau un cod QR.Trimiti linkul către destinatar. În momentul în care acesta îl deschide, transferul direct începe, iar fișierul se descarcă în timp real în calculatorul său.(Notă: Ambele ferestre de browser trebuie să rămână deschise până la finalizarea transferului).P2P File Transfer reprezintă soluția ideală pentru utilizatorii care vor să trimită rapid documente confidențiale, cod sursă sau fișiere media mari între calculatoare și telefoane, fără a lăsa urme digitale pe serverele marilor corporații tech.#OpenSource #P2P #WebRTC #FileTransfer #Privacy #Encryption #WebApps #TechNews #LinuxEasy
1
1
1
デイヴ @deivudesu@mastodon.social · Jul 08, 2026
Replying to @deivudesu@mastodon.social
Crucially, everything about this is fully e2e encrypted and decentralised: your account is a crypto key, and you are mainly responsible for keeping the list of people you are "friends" with. 3rd party servers act as dumb "mailbox" relays (to make up for the fact that most people's devices aren't always online or can't easily work as p2p), but only store fully encrypted payloads, and can theoretically be replaced by any other system. 2/ 🧵 #e2ee #crypto #security #decentralized #p2p
1
1
5
Paweł Pyś 🧩 :gilotyna: 🏴‍☠️ @PabloveSky@mastodon.com.pl · Jul 06, 2026
Bunt maszyn? A skąd! Posłuszeństwo wobec korporacji, które okradły ludzkość z zasobów intelektualnych. Oczywiście na argument, że mam DVD a nie mam napędu sugeruje kupienie kopii cyfrowej, lub zakup czytnika... #P2P #ThePirateBay #BuntKorporacji
0
0
0