7 11, 2016

How to Keep your Employees Part Two

By |2023-04-12T16:12:13+02:00November 7th, 2016|HR|Comments Off on How to Keep your Employees Part Two

What should a company avoid, in order to keep their good employees? Plus some signs to look for when trying to decide if a company will be good to work for.

1 11, 2016

Hashtable Implementation Using Cuckoo Hashing

By |2023-04-12T16:13:03+02:00November 1st, 2016|Algorithms, C++|Comments Off on Hashtable Implementation Using Cuckoo Hashing

Background A hashtable is one of a select few datastructures that take the center spotlight when coding games. Other often encountered structures are vectors/dynamic arrays (of course), ring buffers and intrusive linked lists.  I will post about some of them in the future, but today is all about our hashtable implementation! In this post I will present Cuckoo hashing, which we use to implement our hashtable. Cuckoo hashing gets its name from the cuckoo family of birds, where many species lay eggs in other species nests. When a cuckoo chick hatches, it pushes other eggs/chicks out of the nest and gets all [...]

26 10, 2016

Talk – How to Keep Your Employees, Part 1

By |2023-04-12T16:13:33+02:00October 26th, 2016|HR|Comments Off on Talk – How to Keep Your Employees, Part 1

How do we keep our best employees? I'll tell you 11 good characteristics with good companies, and then some bad in the next post!

17 10, 2016

IT environment, part 3: Backup of services

By |2016-10-19T15:15:41+02:00October 17th, 2016|IT|0 Comments

In my previous blog posts (found here and here) I gave a brief introduction to containers and as well as giving tips on how to make the containers behave like physical computers on your LAN. I also briefly mentioned that we host our own git server. Why would we do that, when there are plenty of cloud services that offer us hassle-free access to git? In order to understand why we made this decision, one need to rewind the time a few months. After deciding to found our own studio, one of the first questions you need to answer is: do we spend time [...]

10 10, 2016

Jenkins in a RKT container

By |2023-04-12T16:14:09+02:00October 10th, 2016|IT, rkt|Comments Off on Jenkins in a RKT container

I've been writing my own Docker file to deploy a Jenkins container. Jenkins is a build system and we're using rkt (Rocket) to run the container. The official Dockerfile for Jenkins and most other examples where rather big, so I've been slimming ours down a bit. (If you are looking for something a bit more comprehensive, take a look at this really great tutorial over at Riot Games.) I'll probably add more settings as we figure out what could be better, but this is the state of it right now. Let me show you and explain bit by bit. [crayon-6620b9ad25369374932389/] This part above states [...]

3 10, 2016

IT environment, part 2: Practical server setup

By |2023-04-12T16:14:28+02:00October 3rd, 2016|IT, rkt|Comments Off on IT environment, part 2: Practical server setup

In my first blog post I gave a very brief introduction to containerization and why we chose to spend some time on our initial IT setup. In this post, I will talk about how we've deployed our first container host server. If you're used to deploying myriads of servers on your own and can configure network settings in your sleep, this post might be a bit basic to you. However, if you're like me, with some technical know-how but rather inexperienced with larger network setups - then hopefully this post can help you if you one day decide to deploy your own container host. First, a brief [...]

28 09, 2016

IT environment, part 1: Introduction

By |2023-04-12T16:14:46+02:00September 28th, 2016|IT|Comments Off on IT environment, part 1: Introduction

When going from an established company to a startup like ours, a lot of things change. For the most part for the better (more freedom! flexible working hours! no meetings!), but some changes are not as good. One bad thing is that you become fully responsible for your own IT environment. That's not to say that fiddling with your IT setup is boring, rather the opposite. But it also takes quite a bit of time if one wants to do it properly and it's probably not your core business idea. One of the things I really wanted to avoid was the [...]

27 09, 2016

Web Setup

By |2023-04-12T16:15:02+02:00September 27th, 2016|Web|Comments Off on Web Setup

Well, I wrote briefly about setting up a Wordpress site to compare with Joomla. Spoiler alert, this is a Wordpress site. Guess who won. I'm usually not afraid on a bit of technical mess, so I thought it might be fun to just mess around with Joomla and see what I could do. Then I installed a "free" theme that installed tons of plugins and other things that were kind of hard to get rid of. I felt like I had to wipe everything and start over. Which I did, only this time in Wordpress. Wordpress was just so much [...]

27 09, 2016

Deciding on Tech

By |2023-04-12T16:15:15+02:00September 27th, 2016|Tech|Comments Off on Deciding on Tech

We are just starting out. We have an idea for a game, (or more) we know how we want to work together and we know how we want to run our business. Now, apparently my other half also had A LOT of ideas regarding tech. This should come as no surprise to me since he is a rather geeky engine coder, but still, I had no idea he was so into stuff like Jumpcloud, Docker or Phabricator. I am delighted though, because the IT environment we are setting up now feels very robust and fail-safe. Not sure what we'll end [...]

Go to Top