programming opiethehokie
Pages
(Move to ...)
About
Twitter
stackoverflow
GitHub
PGP Key
▼
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...
Sunday, October 23, 2022
Java Updates Versions 9-19
›
The past few years I haven't written much Java code and when I did, it was Java 8. Many projects, it seems, have stuck with Java 8 which...
›
Home
View web version