programming opiethehokie
Pages
(Move to ...)
About
Twitter
stackoverflow
GitHub
PGP Key
▼
Monday, June 30, 2025
Zero-Knowledge Proofs: Verifying Computation and Preserving Privacy
›
Expanding Verifiability Beyond Merkle Trees in the Age of AI From my previous post, you're already familiar with Merkle Trees as a powe...
Monday, February 17, 2025
Merkle Trees
›
Merkle Trees are a data structure that allows for efficient and secure validation of contents. They are typically implemented as binary tre...
Monday, January 15, 2024
CUDA Kernels: Speeding up Matrix Multiplication
›
The Python ecosystem benefits greatly from be able to use libraries written in C/C++ and Rust (see my previous post ) to increase performanc...
Wednesday, July 12, 2023
Rust to Python and Fibonacci Numbers
›
While Python continues to be the language of choice for ML projects, I'm increasingly seeing mentions of Rust in packages I use. Huggin...
Monday, January 30, 2023
Queueing Simulations
›
Waiting in lines is something we've all experienced. But how long will the wait for a table really be? How many checkouts should the gro...
›
Home
View web version