Editing Tikz Axis

One of the problems which I struggled a lot with Tikz was trying to scale the axis of a plot, as it would end up choosing the most obscure scales like $10^2$.

...more
May 03, 2025 [Software] #latex #tikz
Lightning CSS with Rust

Lightning CSS ⚡ is a way to minify CSS files and ensure backwards compatibility with a range of browsers. This blog post will demonstrate how to use Lightning CSS in Rust to manipulate CSS files.

This blog post will describe how to read a CSS file from disk then bundle, minify and compile it for a range of different CSS versions.

...more
January 26, 2025 [Software] #rust #web
OS Setup

In this series, I detail my Linux setup and how it has progressed to give me my best development environment possible. I will be detailing my setup for Fedora and Pop!_OS, as well as any other distributions I may try in the future. I will also be providing some hints on how to make your own setup.

...more
April 29, 2024 [Linux] #linux