Learning to Sew Part 1

Learning to Sew Part 1

After the sudden and tragic death of Paul Vincent this summer and my brother making his own suit for a 1920s-inspired …

Date 2025-11-09
Words 1854
Read 9 min
Power E
Speed C
Range A
Durability E
Precision E
Potential D
Updating a Rust Project to Latest Dependencies

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. …

Date 2025-11-05
Words 484
Read 3 min
Power E
Speed A
Range A
Durability E
Precision E
Potential D
Building a simple python epoll server

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 …

Date 2022-01-08
Words 1602
Read 8 min
Power E
Speed B
Range B
Durability A
Precision E
Potential D
  1. CRAFTING

    Learning to Sew Part 1

    After the sudden and tragic death of Paul Vincent this summer and my brother making his own suit for a 1920s-inspired lawn party I have been inspired to learn …

    1854 words · 9 min
  2. CODE

    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
  3. CODE

    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-09craftingLearning to Sew Part 118549 min
2025-11-05codeUpdating a Rust Project to Latest Dependencies4843 min
2022-01-08codeBuilding a simple python epoll server16028 min