RSSAmplifier

Blog

Inane Ramblings of a Cat Juggler

Software development, game design, and business advice from Reachable Games.

reachablegames.comRSS feed ↗28 posts

Latest posts

Japanese Tea Garden Bench

I'm building my own AI benchmark to test spatial awareness, color, web programming, and UI design, and keep a running record of model quality over time.

Software Projects (only) Fail Because of People

Sometimes the tech is lousy or misguided, the game design is garbage, or the art is simply bad. These are symptoms, not causes.

SmartGit + Coopy + Secret Sauce = CSV Merging!

Then it dawned on us, let's just ditch formulas in the source data and switch to editing CSV files. Definitely not as pretty, definitely not as slick, but damn, it works.

How should a Play to Earn game work?

Every major shift in game economics was optimizing for something that was inefficient. Play to Earn is the next major shift, and many studios are trying to figure out how to do it right.

Game Designs Reflect Their Players

There has never been a time when you make players love your game--fans of your game are always going to love it, haters are always going to hate it--so being able to recognize your players is a crucial element of successful tailoring a game to maximize your reach.

Six Steps to Catching an Angel (Investor)

What really matters is that you have answers for the following six fundamentals, and pack them into about 10 slides. Here's the list, in order.

Setting up a Secure Private Registry in Kubernetes

Setting up your own secure private registry is easy, but there are a lot of options and blind alleys. Here's a quick walkthrough to get it done.

The Art of Demoralization

Let's discuss a few ways that you can crush the morale of your employees and guarantee disharmony, where work loses meaning and tempers flare quickly.

Separating your User Database and Authorization from Applications with Istio and FusionAuth

The likelihood someone else has done exactly what you are trying to do is slim. Today, I'm sharing a slightly challenging setup and hoping it helps the community.

Introducing k8smaker

It became clear that I was employing too many wild west technologies and needed to be a lot more conservative. And learn more. So I proceeded to create k8smaker.

On Complexity

He said that all the technologies being put in play were unfamiliar, and that is what makes it complex. My immediate response was, "Just because something is unfamiliar does not make it complex."

The silliest little piece of code (I use all the time)

Tools that work get used repeatedly, and sometimes you reach into your drawer full of tools and realize you don't have the one you're expecting to find at your fingertips.

A Simple Auto-Incrementing Version Number for C#

There are many solutions out there, but here's the easiest to implement that gets you something for nothing.

How Not to Run Kubernetes Storage on Windows 10

There are a lot of Storage systems for Kubernetes. It makes sense to kick the tires on them before deploying one to production. I work on a Windows 10 Pro machine, and I found the easy ways just don't work.

Ubiquiti USG and BGP Protocol for Bare Metal Kubernetes

How to configure the USG to talk to MetalLB using BGP protocol the right way, so it is automatically applied during provisioning.

The Tao of Programming

Following curiosity instead of providing value is not virtue.

How to Attract Great People

A dear friend asked me how to tune the interview and job posting to target the best person for the job. Bad jobs often start with bad job postings. Let's unpack that a bit.

Using iPXE to Remote Boot RancherOS onto Bare Metal

Learnings from setting up MAAS, plus steps on how to configure bare metal servers to network boot RancherOS.

Building a Home Cloud in 3 Easy Steps

The object is to drive the servers entirely remotely and let them function as throwaway devices, kind of like a homebrew AWS cloud. I am a huge fan of portable solutions, so the brain of the configuration wil live in a Docker container.

Kubernetes for Dummies

How to get get something running on Kubernetes in five minutes or less, quickly and easily.

How Gambling Motivates and Education Doesn't

Gambling has figured out that the secret to motivation is reducing the failure cases to weak successes. Education has not.

Adventures in Windows Subsystem Linux 2

Basic steps to get Linux running as a practically native Windows system.

What would you tell yourself 20 years ago?

A conversation with a school teacher turns a mild-mannered game developer into an intragroup dynamics philosopher.

The Vocabulary of Art and Programming

Pontificating about the art world having developed universal phrases and lingo to impart understanding, but software really hasn't.

Obligatory Steve Jobs Post

I have found that not only is it hard to do many things proficiently, sometimes all you have to do is one thing really, really well.

Ten Seconds of Advice

Brief advice on how to help your chances of success running an independent game studio, from a veteran developer and studio head.

You don't gnome me, but I wrote the book on middleware

Actually, it was just the first chapter in the Game Engine Gems 1 book, but I think it was a rare, almost imperceptibly impactful article.

Docker on a Mac Mini

There are a surprising number of dead ends with Docker + Mac. Here's what I've run across, hopefully it'll help someone.