Recent Level Ups

Indexing in MySQL

I have been working a lot with JavaFX recently and it's been a while since doing any SQL work. After loading my project and running a few...

read more

Unity Day

It's the Thursday before the bank holiday. No work booked in for today and I'm all up to date on client projects. This sounds like a...

read more

Database Cleanup Part II

After spending a lot of time on this I failed. Well, I failed to do this how I wanted to. I wanted to create a loop of sort - set it off...

read more

Database Cleanup

Work's been busy, so I'm only just starting to get some time to continue writing my plugin - Medieval Realms for Rising World. Continuing...

read more

MySQL Performance Tests

I'm continuing to work on my Medieval Realms project and one of the obstacles I'm faced with at the moment is the storage and retrieval of...

read more

Substitution Principle

Posting this for a very similar reason to my Cursor Affordance post. I already know what the Substitution Principle is, I just did not...

read more

Cursor Affordance

This isn't a new idea to me but a new terminology is. So writing it down to help me remember. Cursor affordance! An important GUI feedback...

read more

Resampled Simplex Noise

Over the last few months I have been working with noise generation algorithms. My latest of which is a resampled noise heightmap which...

read more

Java Exclusive OR Operator

Clearing through my paper notes I came across a scribble. if (condition1 ^ condition2){ //only if condition1 OR condition2 is true. Not,...

read more

GitHub

My plugin Medieval Realms is getting big. The last stable version I released was roughly 42,000 lines. The new version of Medieval Realms...

read more

George the Dwarf

After looking into Pixel Art Applications some months ago now, I finally decided to go for Aseprite. Mainly because I had tried out the...

read more

2D Animation Transitions

Over the last few weeks (when not writing my Medieval Realms plugin) I've been spending a little time working out how to do 2D animation...

read more

My First Pixel Art

I love old computer game, games like Simon The Sorcerer and Cannon Fodder. The artwork - to me - is inspiring, beautiful, and very...

read more

RDBMS’

So I decided to slam the brakes on MySQL and do some research into RDBMS before I got too involved again. The next biggest RDBMS next to...

read more

Back to Basics – MySQL

So it's been a few years now since I created a database in MySQL (version 6 in fact). I installed the latest version MySQL - version 8 for...

read more

Player Input

public class ButtonInput : MonoBehaviour { void Update () {  bool down = Input.GetKeyDown(KeyCode.Space);...

read more

Lerp Lerp Lerp

Linear interpolation known as Lerp. Why it's called Lerp I do not know! Is it L for "Linear" with an erp for 'ERPolation? Who knows. Take...

read more

Cubes Version 1.0

58 lines of C# code to create 5000 "magic" cubes. I've been learning a lot over the last three weeks about terrain generation and...

read more

About

Hi there! I'm Yahwho. I'm an IT geek. I love computers. And I love writing code. This website is a repository of information I am...

read more