Recent Posts

Embedding Rust WASM in Jekyll Posts

12 minute read

So you’re probably curious how this little animation was embedded into this post. The journey from winit application to HTML canvas element is a long one.

Setting up Ultisnips for nvim-cmp

1 minute read

Although this blog post may seem unnecessary, the Ultisnips cmp source has outdated documentation. The current issue is that cmp-nvim-ultisnips has not been ...

How I created my own vim color scheme

2 minute read

Motivation Why make a color scheme when plenty of good ones already exist? Also doesn’t neovim and vim use your terminal colors normally? Well normally it do...