Posts
-
Apr 21, 2024
WordPress | WooCommerce | PHP
I built a WordPress plugin to serve WooCommerce downloadable product files from Cloudflare R2 which is a great replacement to Amazon S3 and has been cheaper and faster, saving the site thousands of dollars per year in egress fees.
-
Apr 19, 2024
Project | AI | Writing
We're all stil learning to use the new tool of generative AI. I think we started off on the wrong foot and have some thoughts on where we could go.
The only words worth reading are the ones that were worth writing - so I built an Obsidian plugin to explore that idea: Reverse Prompting.
-
Feb 10, 2024
Blender | AWS | Python
I made a nice template for running Blender bpy scripts on AWS Lambda using SAM. It's on Github: ryanhalliday/bpy-lambda
-
Jan 25, 2024
WordPress | Plugins | PHP
Here’s a bunch of tiny plugins to solve weird little problems with WordPress and bbPress. They’re not much but they are improvements.
-
Jun 16, 2023
Snippets | Blender
Blender for some reason doesn’t include a method to spread out all the objects of your selection so you can view them. So here is a quick snippet that will spread all of your selection across the X axis:
-
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.