I spent way too much of my life avoiding having to make decisions and priorities. My wife and I have a goal to “do one thing on the house every day”. This usually means fixing baseboard, painting, adjusting cabinet doors, installing new cabinets. It ranges from small to big tasks and looking at the spreadsheet is very overwhelming. So work tends to happen in spurts. At the same time,…
Like many coders, I participated in Advent of Code 2025. However, this year I want to make it challenging. Learning Rust or Elixir are both tempting options, but why not go for something a bit more out there? I want to solve every problem with the GPU not the CPU. Which means a compute shader. I chose to use Swift and Metal as my shader language. Mostly because I was using a Mac and partly because…
If you’ve been unlucky to converse with someone who has recently bought a bidet, they’ve probably told you how it changed their lives like some sort of newfound religion. As someone who converted to Bidetism recently, I’m here to tell you four reasons why you shouldn’t. Have you ever looked at your toilet and thought it could remind you more of a nursing home? With a bidet,…
This is a gross oversimplification, but there are roughly two types of music players: classical and jazz. Classical knows what’s coming next. They play as a well-oiled machine that is in tune and sync. They can start and stop on a dime as directed. Jazz flows, bouncing to new places and riffing off the previous stanza. Sometimes beautiful and sometimes verging on horrid, jazz keeps time but…
While I won’t go so far as to diagnose myself with ADD without consulting a doctor, those who know me know I can be distracted quite easily. So recently, I decided to do something a little different with a personal project I started a few weeks ago (link to come). I wrote unit tests. That may seem rather uninspired, but I’ve always poo-pood the idea of test-driven development (TDD), as…
I find the 20’s to the 50’s a very fascinating time in American history. Perhaps because it is so very different from the life we have today, but still feels relatively closer. Maybe even more so because the 20’s and 30’s were so radically different from just 50 years prior. So in pursuit of learning more about the history of the cinema and to understand more about what…
Surveys by Common Sense Media and the Consumer Mobility Report both state a large majority Americans sleep next to their phone or with their phone in hand. According to a 2019 Statista survey , 44% of participants reported feeling some anxiety when separated from their phone (not the same thing as the smartphone itself causing anxiety ). This isn’t a public decrying of how we are hopelessly…
I have lots of laptops and one desktop. While jumping around the country, it’s annoying to have to setup a dev environment on every machine. There are solutions out there like docker, github codespaces, or renting a VM from one of the dozens of cloud providers. But I already have a great desktop with everything I want already setup. I work on tons of different projects (most don’t see…
Since I hate sites that make you read a whole story to get the recipes, out of the five different ice creams, here were the two highest ranking ones. I’d recommend reading more about these recipes Silk Ice Cream 1/2 cup granulated sugar 1/4 tsp xantham gum 2 tbsp light corn syrup 1 1/3 cups + 1 tbsp of Silk Heavy Whipping Cream Alternative 1 cup - 1 tbsp of Oat Milk (you can substitute other…
I have a friend who claims food delivery is too expensive and would just go and pick it up themselves. To me, if I’m hot and tired from working on some house thing, I love just hitting a button and hopping in the shower knowing some kind soul will deliver food to my door by the time I’m out. Ethical concerns about food delivery companies aside (I try to tip well), it’s something…
I love a todo list. It captures my goals and desires in a semi-succinct and concrete way. There are hundreds if not thousands of todo apps and methods. But to me personally, one stands out above all the others. A simple 3x5 notecard. This is a how-to or a help article. This is a love letter. A love letter to paper. The simple idea of writing down your list of things to do on a physical surface…
I came across this little GIF of someone carving a little burger boy on imgur . As far as I can’t, the poster of this GIF isn’t the original carver. Doing a quick google doesn’t show any burger boys that are similar to this. Hopefully I’m not stealing some beloved character. It’s just a thing I thought was cool. Reference: First Attempt The lighting is way too much…
You might have heard the future of cars are electric. Here’s a shortlist from mashable that includes all the car manufacturers going electric only. Bentley - 2030 Jaguar - 2030 GM - 2035 Volvo - 2030 Ford - 2026 (EU only) Volkswagen - 2026 Toyota - 2040 Mercedes - 2035 This list means they are pledging to no longer produce cars that have combustion engines. Many other auto manufacturers are…
You might remember the craze that was Great British Bakeoff in its heyday. There was discussion around the water cooler at work about each episode, parodies at SNL, and several spinoff series. While I personally feel that the hype has died down somewhat over the years as it’s been going for over 10 years. While watching the most recent season, I noticed something interesting. There were…
I hate passwords. Not as a user as password management is basically solved with most modern browsers and password managers. What I hate is having to deal with them as a developer. Hashing, storing, authentication, etc. I did a small project recently using my socket.io synced vuex state and needed a system where users could easily login. I will put a huge disclaimer on this that this is just what I…
This is the tale of how I wrote a state syncing framework based on vuex and rollback netcode . It took a few years and isn’t intended to be a “copy and paste” type of thing. I’ll be including code fragments and I’ll eventually post a cleaned up repo with only the relevant pieces. Who knows, if there’s enough interest, maybe I’ll even post a NPM package.…
Welcome to my blog I’m hoping to start posting project logs here. The focus here will be: Programming/Web dev Woodworking Game development Occasionally embedded/firmware type stuff Blender Maybe even baking? It’s hard to say exactly what will be here. I’ve brought over the medium articles I’ve written. I’ve included a link to the things I’ve written on Hackaday,…
This is an early attempt at blender from 2021. It started with a drawing that I loved. I’ve poked around Google Images but so far I haven’t found the original artist. I quickly modeled a few things, trying to create a more 3d look rather than sticking with the more stylized look. I’m not sure if this was ultimately the right choice. The moon was a little tricky to get right and I…
Editor’s Note: This was originally published on medium It stands as a unique and marvelous console even by today’s standards. Both from an technical as well as cultural standpoint, it was simply stupendous. This article showcases the history of the Nintendo 64 as well as explores it from a technical standpoint. If you’re like me, you likely have fond memories of this console. If you’re…
Editors Note: Originally posted on medium by me At least, the way things are going here in the USA. Our roads, as we currently handle them, are unsustainable. As city and states are financially stretched in different and difficult ways, the incredible cost of road maintenance and construction is getting harder and harder for policy makers and government workers to manage. At the rate we are going…