Posts

  • Using a large open coding model with a serverless GPU

    I wanted to try run an open-weights coding model far too large for my laptop, without renting a huge server for a month. Serverless GPU inference is one approach. Time for Devstral-2-123b and OpenCode
  • 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.
  • 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.