Posts
-
Apr 1, 2023
Snippets | Blender | Three.js
We use Blender for backend processing some scenes made in Three.js, but they both use different co-ordinate systems so we need to convert between them.
-
Jan 31, 2023
Snippets | Laravel | Javascript
We generate thumbnails of a users current canvas in the browser and store them in S3.
Previously we sent these to the server as a base64 string and then uploaded it to S3, but with pre-signed URLS we could do better.
-
Jul 7, 2022
Snippets | Javascript
Automatically add image zoom lightboxes to Help Scout support articles
-
Jun 27, 2022
Games | Design | Thoughts
The video games I appreciate the most are ones that feel well designed. So when I find a good game, I really want to know what the influences were that created it.
-
May 25, 2022
Blender | Python
Here is a little Blender Python script to round vertices positions from something like 1.0001 to 1.0.
-
Sep 7, 2021
Laravel | Javascript
In case anyone else runs into an issue when you add your new Javascript file to Laravel Mix and nothing works, remember to include manifest.js and vendor.js even if extract() wasn’t included on your new mix.ts() line.
-
Aug 27, 2020
Nextcloud | Snippet | Servers
Recently I transfered a lot of files into Nextcloud. I was cautious of the upload integrity so I really wanted a way verify that everything had uploaded correctly before removing the local copy from my device.