|
You are here |
www.marginalia.nu | ||
| | | | |
hjr265.me
|
|
| | | | | The word multi-threaded here is an artifact of how download managers in the past worked. The idea is to download a large file in parts, in parallel, over multiple TCP streams at once. In certain circumstances this can speed up the download significantly. Let's start with a naive way of downloading a file in Go: 1 2 3 4 5 6 7 8 9 10 11 12 // Error handling omitted for brevity. | |
| | | | |
dafoster.net
|
|
| | | | | [AI summary] This article provides an interactive chart comparing programming languages' properties, highlighting their features, trade-offs, and unique aspects such as type systems, resource management, and domain-specific language support. | |
| | | | |
thatonegamedev.com
|
|
| | | | | In this article I explore a way to implement a central network server for a MMO game based on seperate game rooms. | |
| | | | |
nkantar.com
|
|
| | | Why I chose a static site generator in a sea of fancy dynamic solutions. | ||