Posts

  • WooCommerce R2 Downloads

    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.
  • Reverse Prompting and Writing with AI

    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.
  • Understanding NZ Legislation with AI

    Laws are hard to read and AI should help make things like that easy. So I setup GPT-4 to understand New Zealand Legislation - It works quite well but LLMs aren't magic
  • Blender bpy on AWS Lambda

    I made a nice template for running Blender bpy scripts on AWS Lambda using SAM. It's on Github: ryanhalliday/bpy-lambda
  • Tiny plugins to improve WordPress and bbPress

    Here’s a bunch of tiny plugins to solve weird little problems with WordPress and bbPress. They’re not much but they are improvements.
  • Distribute objects in 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:
  • Three.js and Blender co-ordinate conversions

    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.