Skip to main content

Computer Network

Communications between computers.

Resources

Sites

  • See this page fetch itself, byte by byte, over TLS (HN)
    • Annotated live demo of an HTTPS request, with handshakes, key exchanges, certificate validation, decryption, etc.
  • Well-known URI
    • A generic and extendable version of robots.txt to expose information at a "well-known location"
    • For example, ./well-known/change-password to provide the URL for changing a password
  • VPN relationship map 2023 | Windscribe
    • Ownership, paid affiliates, cooperation & partnerships between VPN companies
  • It's always TCP_NODELAY. Every damn time. (HN)
    • Disable Nagle's algorithm, on delaying sending data until an ACK is received
    • Problem is it works terribly with delayed ACK, and optimizations is already pushed to application layer. We seldom send packets that the header takes more space than the data
  • The New Internet | Tailscale
    • A commentary on how Tailscale can redesign the Internet, to simplify it
    • Things that are improved and things that are worse while we have more abstractions. Tailscale vision to redesign the Internet because it is now centralized in cloud providers hand