Luke Vuksta

Siteroll

Links to other sites and pages around the web that I think are interesting or important!

klipper3d.org

Go check out the Klipper firmware! I have contributed a decent amount of code to this project, having added support for the ATSAMC21 MCU, sped up the ATSAME70 MCU, and added support for the LIS3DH accelerometer.

mattkeeter.com

Matt has done a ton of really interesting work with implicit surfaces that has influenced how I think about representing volumes. In particular, the project page for Fidget is a good read, with a shoutout at the end for my minor contributions.

lunnova.dev

Hugely influential in Nix, in particular, as the current maintainer of ROCm in NixOS. More frustrated by ROCm than I have ever been, humorously written up in this article.

jaseg.de

Author of Gerbolyze - ever want to put an image on a PCB? Ever want to make extremely custom traces for something like an antenna or inductor? Find yourself arguing with your fab because you can process the file formats better than they can!

falsifian.org

Contains an implementation of a magical algorithm that "borrows" memory; mutating it in place to perform a computation, and returning it to how it was originally once the computation is finished.