1. RUST

    Updating a Rust Project to Latest Dependencies

    I recently updated an older Rust project (termdex, a terminal-based Pokédex) to use the latest package versions. Here’s what I ran into and how I fixed …

    484 words · 3 min
  2. EPOLL

    Building a simple python epoll server

    How can you make your python server fast? One method is through using the Linux system call epoll. Epoll is an I/O event notification system that monitors file …

    1602 words · 8 min
DateCategoryTitleWordsRead
2025-11-05rustUpdating a Rust Project to Latest Dependencies4843 min
2022-01-08epollBuilding a simple python epoll server16028 min