Explore >> Select a destination


You are here

poolp.org
| | williamdurand.fr
6.8 parsecs away

Travel
| | I am writing a minimum viable network stack from scratch for ArvernOS (a UNIX-like toy kernel). This two-part story describes some protocols of the TCP/IP stack as well as some implementation details in the context of ArvernOS.
| | benhoyt.com
6.4 parsecs away

Travel
| | A brief introduction to Go for programmers who haven't used Go before: Why use it? The standard library. And the language itself.
| | www.minaandrawos.com
6.4 parsecs away

Travel
| | Go is known to be a very capable systems programming language. Programmers enjoy it's simplicity, ease of deployment, and performance when writingbackend services. A key feature in anybackend software service is networking communications. There are numerousapplication levelprotocols by which software can communicate over a network. Underneath the great majority of these protocols lie either TCP
| | smallcultfollowing.com
25.2 parsecs away

Travel
| [AI summary] A developer explains the technical challenges of ensuring async trait functions return Send futures in Rust and proposes a syntax solution where function callers specify send requirements rather than enforcing them globally in the trait definition.