|
You are here |
poolp.org | ||
| | | | |
williamdurand.fr
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | [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. | ||