I have recently been messing around with the smithay 
library for making wayland compositors. It is essentially wlroots but
for Rust. I’ve decided to write down what I’ve learned about it to
organize everything as an aid to my understanding to this stuff. 
 What is Wayland? 
 Wayland is the modern replacement for the venerable X11
protocol, and more and more…
Milky Shaved Ice 
 
 Shaved ice, but slightly sweet and very milky. Eat as is, top with fruit,
make it into bingsu! 
 Ingredients 
 
 2 tbsp sweetened condensed milk 
 1.25 cups (300 mL) milk (I used almond milk, use your favorite dairy or nut milk) 
 
 NOTE This is a 1:10 ratio of sweetened condensed milk:milk by volume that makes a good size
for my machine…
About 
 A simple blog with hugo. I host the main repository on my
VPS, and a git post-receive hook automatically rebuilds
the site. Find it here .
Scientific Computing in Rust 
 While getting my degree in Physics, I had to take classes in both MatLab and Python
for scientific computing. I preferred python, where we used the SciPy and NumPy
packages. In fact, I used those packages again (along with matplotlib) in an
undergraduate research project simulating bacteria films. There’s a catch: I was
also pursuing a…
Self-hosted git 
 Git was made to be decentralized. Why trust
only gitlab or github with your code? It’s actually
extremely easy to set up your own git server, assuming
you already have a VPS and domain name. 
 I set up read/write access to repos on my
VPS using the standard
 git tutorial .
Then, I went through my repos and
 git remote set-url origin…
About 
 I’m a DevOps engineer. I have a degree in Computer Science and Physics, with minors in Mathematics
and Technical Writing. I’m very interested in programming, plasma physics, fluid simulation, game
engines, game physics, urban design, biking, and public transit. 
 School 
 I went to Angelo State University for my undergraduate degree. I attended UT Austin for…