36 captures
10 May 2021 - 05 Mar 2026
Feb MAR Apr
04
2022 2023 2024
success
fail

About this capture

COLLECTED BY

Collection: Certificate Transparency

TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20230304162554/https://poor.dev/blog/
 



poor.dev  

menu
 


About

Projects

External Work

Blog
 


About

Projects

External Work

Blog
 



Anatomy of a Terminal Emulator


2021-11-02   ::  Aram Drevekenin  
Terminal emulator rendering ANSI escape codes
How does a terminal emulator work? What are ANSI escape codes? Understanding terminal internals for development, fun and mischief.  

Read more   


Improving the Performance of our Rust app


2021-07-19   ::  Aram Drevekenin  
Rust performance thread diagram
A writeup of our journey to improve the performance of Zellij  

Read more   


Implementing a job queue in Rust


2019-10-30   ::  Aram Drevekenin  

I recently finished my first rust project - a command line utility called bandwhich that displays network utilization information. As a newcomer to rust, this project offered quite some challenges for me. This post is a write up of one of them, going into detail on the parts that I personally found most difficult to understand. I hope it will be the first of many. If youd like to check out the utility itself and browse its source, you can find it here  

Read more