/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

ouroboros.rocks
| | www.mattkeeter.com
4.7 parsecs away

Travel
| |
| | sookocheff.com
3.0 parsecs away

Travel
| | The transmission control protocol (TCP) does one job very well - it creates an abstraction that makes an unreliable channel look like a reliable network. For applications built over an unreliable network like the Internet, TCP is a godsend that hides a lot of the inherent complexity in building networked applications. A laundry list of TCP features that application developers rely on every day includes: retransmission of lost data, in-order data delivery, data integrity, and congestion control. This arti...
| | mdlayher.com
2.8 parsecs away

Travel
| | [AI summary] This technical tutorial explains the structure of Ethernet frames and demonstrates how to craft, send, and receive raw network packets using the Go programming language.
| | nhigham.com
35.0 parsecs away

Travel
| The spectral radius $latex \rho(A)$ of a square matrix $latex A\in\mathbb{C}^{n\times n}$ is the largest absolute value of any eigenvalue of $LATEX A$: $latex \notag \rho(A) = \max\{\, |\lambda|: \lambda~ \mbox{is an eigenvalue of}~ A\,\}. $ For Hermitian matrices (or more generally normal matrices, those satisfying $LATEX AA^* = A^*A$) the spectral radius is just...