Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: peer Clear Filter

LimeWire (Which Still Exists) Buys Fyre Festival (Which Never Did) on eBay

Mix two internet touchstones together and what do you get? We’re going to find out. LimeWire, the peer-to-peer file-sharing network, announced that it won the rights to the Fyre Festival brand in an auction. The company indicated it has no plans to use the branding for a music festival, but rather bought up the name and likeness mostly for the memes. LimeWire said in a press release that it plans to “unveil a reimagined vision for Fyre — one that expands beyond the digital realm and taps into r

Decentralized YouTube alternative adds livestream scheduling in new release

PeerTube is a decentralized alternative to YouTube that doesn't believe in harvesting user data and pushing people into echo chambers via a proprietary algorithm. Built on open standards and federation, it lets communities host and share video without depending on a central server. Earlier this year, the project asked for donations to improve its mobile app and help them reach certain funding goals. The developers made it clear that improving the mobile experience was a key priority, and commun

Make any site multiplayer in a few lines. Serverless WebRTC matchmaking

Below is some code describing whatʼs happening on this site right now. Anyone on this page will connect directly to others in real-time, syncing mouse movement and clicks. (Try it, I dare you). Trystero can connect peers via 🌊 BitTorrent, 🐦 Nostr, 📡 MQTT, 🪐 IPFS, ⚡️ Supabase, and 🔥 Firebase. Right now youʼre the only person with the page open, but you can cheat and just open this URL in another tab to see what itʼs like with others. Hereʼs how you use it. Join a room with an app ID and a ro

Ethersync: Peer-to-peer collaborative editing of local text files

🍃 Ethersync Multiplayer mode for your text editor! Ethersync enables real-time collaborative editing of local text files. You can use it for pair programming or note-taking, for example. It's the missing real-time complement to Git! Features 👥 Edit files at the same time, across different text editors 📍 See your peers' cursors and selections 🗃️ Work on entire projects, the way you're used to 🔒 Encrypted peer-to-peer connections, no need for a server ✒️ Local-first: You always have full a

Cash App opens up to Apple Pay and Google Pay for the first time

In this article XYZ Follow your favorite stocks CREATE FREE ACCOUNT Cash App’s new Pools feature lets users set a group funding goal, name the pool, and invite contributors. Courtesy: Cash App Cash App is going on the offensive in peer-to-peer payments. The Block -owned payments platform on Tuesday unveiled Pools, a new peer-to-peer feature designed to make group payments simple. It's the company's first major P2P product launch in nearly two years. "This is the first time we're going into out

bitchat mesh, Jack Dorsey’s Bluetooth messaging app, debuts on the App Store

After a short beta period, Jack Dorsey’s new Bluetooth messaging app has officially launched on the App Store. Here’s how it works. A few weeks ago, Twitter co-founder Jack Dorsey announced bitchat, an open-source weekend project of a messaging app that relied on Bluetooth, rather than the internet, to connect users. Now, the app is live on the App Store, although Dorsey has confirmed that a bug in the iOS version is preventing it from connecting to Android devices. A fix has already been subm

Creating an autonomous system for fun and profit (2017)

At its core, the Internet is an interconnected fabric of separate networks. Each network which makes up the Internet is operated independently and only interconnects with other networks in clearly defined places. For smaller networks like your home, the interaction between your network and the rest of the Internet is usually pretty simple: you buy an Internet service plan from an ISP (Internet Service Provider), they give you some kind of hand-off through something like a DSL or cable modem, an

Jack Dorsey made an encrypted Bluetooth messaging app

is a news writer focused on creative industries, computing, and internet culture. Jess started her career at TechRadar, covering news and hardware reviews. Twitter co-founder and Block Head Jack Dorsey launched a new peer-to-peer messaging app over the weekend called Bitchat that runs entirely over Bluetooth. Bitchat relies on Bluetooth Low Energy mesh networks to send encrypted communications directly to nearby devices without requiring internet or cellular service. “Bitchat addresses the nee

Jack Dorsey’s new bet is a Bluetooth-based WhatsApp competitor that requires no internet

Block CEO and Twitter co-founder Jack Dorsey has announced bitchat, a new experimental peer-to-per messaging app that doesn’t require the internet or even an account to work. Here’s the idea behind it. Protocols, not platforms Ever since TechDirt‘s Mike Masnick released his 2019 paper “Protocols, Not Platforms: A Technological Approach to Free Speech,” Jack Dorsey seems to have truly taken it to heart. That paper led Dorsey to launch the Bluesky project within Twitter (before it was spun out

Homomorphically Encrypting CRDTs

Here’s a problem with local-first software. You want to work on a document together with a friend who lives far away from you. That sounds like local-first’s bread and butter: store the document as a CRDT, then use some sort of sync server to merge updates and relay them between you and your friend. But there’s a catch: the contents of that document are secret. So secret, in fact, that you don’t even want the app developer to know what they are. One way to solve this is end-to-end encryption.

Transparent peer review to be extended to all of Nature's research papers

From today, all new submissions to Nature that are published will be accompanied by referees’ reports and author responses — to illuminate the process of producing rigorous science. A published research paper is the result of an extensive conversation between authors and reviewers, guided by editors.Credit: Getty Since 2020, Nature has offered authors the opportunity to have their peer-review file published alongside their paper. Our colleagues at Nature Communications have been doing so since

Show HN: I wrote a BitTorrent Client from scratch

A BitTorrent client implementation in Go that supports downloading files using the BitTorrent protocol. This project implements the core functionality of a BitTorrent client, including torrent file parsing, peer discovery, and file downloading. Features Bencode Encoding/Decoding Support for all Bencode types (strings, integers, lists, dictionaries) Robust error handling and validation Torrent File Processing Parse .torrent files (both single-file and multi-file torrents) Info hash calculation