←back to thread

1062 points mixto | 1 comments | | HN request time: 0.223s | source
Show context
pkage ◴[] No.42941699[source]
I remember reading the excellent Beej's Guide to Network Programming[0] and Beej's Guide to Unix IPC[1] as a teenager, which were incredibly approachable while still having depth—fantastic reads both and very influential on the programmer I ended up being.

[0] https://beej.us/guide/bgnet/ [1] https://beej.us/guide/bggit/

replies(7): >>42942718 #>>42943039 #>>42943242 #>>42943468 #>>42944509 #>>42945938 #>>42946491 #
1. riffraff ◴[] No.42944509[source]
I remember translating Beej's network guide to Italian while learning how to use select, which I wanted to learn to make some port scanner ("grabb' I think?) go faster. Fun times.