Implement RPC demo from scratch A simple RPC demo implemented in Go (server) and Rust (client). 2024-01-08 Operating System & Architecture #Go #Distributed System #RPC #TCP #Rust
Post-Mortem Analysis for Multiprocessing Program in C When a program crashes, core dump is a useful asset to analyze reasons. 2023-12-02 Programming Language #C #CentOS #Core Dump #GDB #Debug #Deadlock #Mutex #Condition Variable #Pthread #POSIX #WSL2 #Docker
Application of Cofactor Expansion Real-life usage of cofactor expansion. 2023-01-08 Mathematics #Python #Linear Algebra #Matrix #Determinant #Sparse Matrix #Recursion #Sparsity
Grayscale BMP Images: A Practical Yet Gentle CUDA Tutorial for Beginners Learn how to grayscale BMP images with CUDA, compare against plain C, and see where GPU parallelism shines. 2025-09-19 Programming Language #C #CUDA #Parallel Programming #BMP #SPMD
Paper Notes: FlipBit - Save Energy for Flash Memory Write with Approximation Alexander Buck, Karthik Ganesan, and Natalie Enright Jerger. FlipBit: Approximate Flash Memory for IoT Devices. IEEE International Symposium on High-Performance Computer Architecture (HPCA), 2024 2024-11-11 Paper Notes #Memory #Flash #Approximate Computing #IoT #Software-Hardware Co-Design #Storage
Self-Host Vikunja To-Do List Web App Plan your work and work your plan. 2024-10-19 DevOps #Server #Cloud #Nginx #Docker #Self-Host #Web App #SSL #Go #Vue #To-Do List
Paper Notes: Dynamic Inference of Convolutional Neural Networks Wenhan Xia, Hongxu Yin, Xiaoliang Dai and Niraj Kumar Jha. Fully Dynamic Inference With Deep Neural Networks. IEEE Transactions on Emerging Topics in Computing, 2020 2024-10-15 Paper Notes #Optimization #Neural Network #CNN #Residual Learning #Dynamic Inference #Pruning
Self-Host Maybe Finance Web App Look after the pennies, and the pounds will look after themselves. 2024-08-29 DevOps #Server #Cloud #Nginx #ECS #Docker #Finance #Self-Host #Web App #SSL #Ruby
Paper Notes: PeeK - Pruning for K-th Shortest Paths Wang Feng, Shiyang Chen, Hang Liu, and Yuede Ji. PeeK: A Prune-Centric Approach for K Shortest Path Computation. International Conference for High Performance Computing, Networking, Storage, and Analy 2024-08-08 Paper Notes #Python #C Plus Plus #Sparsity #Pruning #Graph #KSP #CSR #Sparse Graph
Paper Notes: Bitcask Key-Value Storage 2024-03-26 Paper Notes #Bitcask #Key-Value Storage #Database #Storage Engine