Hi there!

Welcome to my little corner of the web. Here you can find tech related articles about all the cool stuff I’ve picked up on my journey through the worlds of VFX, machine learning, and tech in general. Go ahead, have a good poke around. If anything catches your eye or you have a question, give me a shout.

Building and deploying a Hugo website with Doom Emacs, Docker, and Cloudflare

Introduction Building a website doesn’t have to be complex. This guide simplifies the process, showing you how to set up a Hugo website with Docker, manage it using Doom Emacs, and deploy via Cloudflare. This combination offers a fast, flexible, and efficient development to deployment workflow ideal for technical users aiming for high performance and minimal overhead. Tool Overview Hugo: A powerful static site generator that transforms Markdown into a full HTML website, renowned for its speed and simplicity....

September 25, 2023 · 9 min · Bram Van Rompuy

Run a neural net in Maya 2022+

Palmer Penguins Classification in Maya In this guide, we’ll see how to use the Palmer Penguins dataset in Maya to classify penguins. About the Palmer Penguins Dataset The Palmer Penguins dataset has data from three penguin types from Antarctica’s Palmer islands. These are Adélie, Gentoo, and Chinstrap. It has info like bill lengths and sizes, flipper lengths, and body weight. Check out the “Explore and Experiment” section for more. Objective Our goal is to train a machine learning model with this dataset....

July 24, 2023 · 9 min · Bram Van Rompuy