TIL: Internet Protocol RFC 760, MIT Algorithms Course, and Mathematics for Computer Science

Today I learned about the foundational Internet Protocol specification from 1980, MIT's comprehensive algorithms course, and their mathematics for computer science curriculum.

November 9, 2020 Â· 7 min

TIL: Linux Internals, Docker Networking, and Selenium Configuration

TIL 2020-11-02 How Linux Works by No Starch Press - Comprehensive book on Linux internals and system administration fundamentals. Docker Networking - Docker images can by default reach any server that the host can access, important for security considerations. Selenium Chrome Configuration - When running selenium/standalone-chrome, ensure Docker proxy configuration allows access to required pages. Docker Proxy Setup - Proxy configuration is crucial for containerized applications to reach external resources correctly. ...

November 2, 2020 Â· 1 min

TIL: RFC Avian Carrier IP Standards

TIL 2020-10-02 RFC1149 - Standard for the transmission of IP datagrams on avian carriers - Humorous April Fools’ RFC describing how to transmit internet packets using carrier pigeons. RFC2549 - IP over Avian Carriers with Quality of Service - Follow-up RFC adding Quality of Service provisions to the avian carrier protocol.

October 2, 2020 Â· 1 min

TIL: WebAssembly Basics, OCaml Scientific Computing, and URL Loading

TIL 2020-08-26 Hands-on Web Assembly: Try the Basics - Practical introduction to WebAssembly development from Martian Chronicles. OCaml Scientific Computing - Comprehensive book on using OCaml for scientific computing applications. What Happens When You Load a URL? - Deep dive into the complete process of loading a web page.

August 26, 2020 Â· 1 min

TIL: Docker Networking Deep Dive, Julia Evans' Systems Knowledge, and Kubernetes from the Ground Up

Today I learned about Docker graph drivers and container networking, Julia Evans' excellent systems programming explanations, and comprehensive Kubernetes architecture through Kamal Marhubi's ground-up approach.

July 30, 2020 Â· 9 min

TIL: Rust Systems Programming and Terminal Productivity Tools

Today I learned about Rust systems programming through terminal applications, backend development patterns, Pi-hole networking setup, and various development productivity tools and resources.

July 21, 2020 Â· 29 min