/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

chrissanders.org
| | unorde.red
6.0 parsecs away

Travel
| | [AI summary] This article provides a technical overview of the Transmission Control Protocol (TCP), explaining how it ensures reliable data transfer over an unreliable network using concepts like ports, sequence numbers, acknowledgments, and connection handshakes.
| | internalpointers.com
6.5 parsecs away

Travel
| | The official rules that allow computers to communicate over the Internet.
| | trendless.tech
4.3 parsecs away

Travel
| | [AI summary] The text provides a comprehensive overview of computer networking, covering the OSI model, TCP/IP, LANs, WANs, network management, and carrier power. It explains how data is transmitted through different layers, the role of encryption, and the importance of documentation. The text also discusses cybersecurity, routing protocols, and the balance between government regulation and market competition.
| | hjr265.me
21.6 parsecs away

Travel
| I have lines like these in my /etc/hosts file: 127.0.0.1 toph.local 127.0.0.1 drafts.toph.local 127.0.0.1 quiz.toph.local I can run development servers locally and access them over .local hostnames (e.g. toph.local) instead of the loopback IP addresses (e.g. 127.0.0.1). It works fine. But every time I start working on a new project, I needed to add a new line to the /etc/hosts file. It didn't sit right with me. I should be able to point all *.