Latest Tech News

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

Filtered by: peer Clear Filter

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