Latest Posts
New Portfolio and FFmpeg notes
I’ve decided to move my portfolio here to my personal website whereas before I primarily relied on artstation. The transition is not entirely complete. But now I have far more flexibility in how I can showcase my portfolio including the ability to add more animated and interactive elements. It’s been a pretty large undertaking however because I’m not only transferring my ArtStation posts to here but trying to improve them at the same time. This along with the need to ensure my site is sufficiently optimized so it isn’t a pain to use has led to me getting pretty familar with FFmpeg as it’s a lifesaver for quickly editing and compressing videos and pictures. So here I’m going to include a quick reference guide I made for myself that will hopefully save someone the pain of ever using EZgif.com (like I was before) in the future. ...
Hello World
Behold a website. I want to use this as a place to host projects, documentation, findings, tutorials, whatever. It’s built using HUGO with the theme PaperMod. MathJax I managed to add MathJax support after a bunch of fumbling around. If you want to add MathJax to a Hugo site yourself see To give a good test here are some equations from my notes $\definecolor{blenderRed}{RGB}{255,51,82}$ $\definecolor{blenderGreen}{RGB}{120,220,0}$ $\definecolor{blenderBlue}{RGB}{40,144,255}$ $$\begin{bmatrix} ax +by +cz \\ ex + fy +gz \\ ix+jy+kz \end{bmatrix}+\begin{bmatrix} d\\h\\i \end{bmatrix} = \begin{bmatrix} ax+by+cz+d \\ ex+fy+gz+h \\ ix+jy+kz+l \end{bmatrix} = \begin{bmatrix} a&b&c&d \\ e&f&g&h\\i&j&k&l \end{bmatrix}\begin{bmatrix} x\\y\\z\\1 \end{bmatrix}$$ ...