Home

Good evening 👋, I'm Connor Slade. Welcome to my little place on the internet, connorcode.com version 3.0.0! Finally rewritten with Svelte. (It's still a work in progress).

I'm interested in software development, photography, Minecraft modding, and some web development (as you can see). I'm currently a high school student in New Jersey interested in computer science and computer engineering related things.

Contact

If you have any questions, comments, or commission requests, you can contact me through the following methods. For unnecessary added security you can use my GPG key to encrypt your message.

Recent

Here are some links to recent projects I have worked on and articles I have written. The full lists can be found under the projects and writing sections respectively.

Projects

  • mslicer

    An experimental open source slicer for masked stereolithography (resin) printers.

  • wave-sim

    A GPU accelerated simulator for the 2D discretized wave equation.

  • Auto Reauth

    Automatically re-authenticates your Minecraft session in game so you never have to restart your game due to an “Invalid Session”. This is particularly useful for autonomous bots.

Writing

  • Kenwood TH-D74/D75 Extended Transmit Mod

    By default, many radios including the TH-D74 and TH-D75 block you from transmitting on certain frequencies. This article walks through how you can modify your radio to remove this limitation.

  • Slicer Fails

    While working on my masked stereolithography slicer, mslicer, I ran into some visually interesting bugs while both slicing and rendering 3D models. This project was my first time working with 3D models or GPU rendering so there were a lot of bugs.

  • Rendering Solutions to the Wave Equation in 3D

    Rendering 2D solutions to the wave equation from my GPU accelerated simulator in 3D using Julia and Makie.jl