Understanding binary
Hello and welcome back to my blog! In a kind of follow up to 10 steps to becoming a better programmer, this time I wanted to write about binary and binary operations, because I’ve been rather surprised...
View ArticleHow to make a multi-player game – part 2
Hello and welcome back to my blog! This is part 2 in the series where I talk about making a multi-player game. Last time we built a TCP socket server in node.js and we’re able to send and receive...
View ArticleHow to make a Facebook social game
Hi and welcome back to my blog! This time I’m going to talk about the process of making a very basic social game as a Facebook app. It’s my hope that if you know how to make a Flash game and have a...
View ArticleAlgorithmic trading for dummies
Hi guys, I’m back with something completely different for this article! This one is about algorithmic trading; as in writing a trading algorithm which will automatically make trades on your behalf on...
View ArticleAlgorithmic trading for dummies – part 2
Hi and welcome back to my blog! This is a follow up to my previous article which introduced some of the basic concepts in trading and how they related to MetaTrader 4, which I’ll be using in this...
View ArticleWhat is a Bitcoin?
Hello and welcome to my blog! This article is going to explore the question: what is a Bitcoin? Digital cash You might have heard this analogy before. In many ways bitcoins are like digital cash – they...
View ArticleImplementing a Watch Only wallet on top of bitcoind
Hello and welcome back to my blog! This article talks about the technical implementation details of building a watch only wallet on top of bitcoind - it’s aimed at bitcoin / altcoin business...
View ArticleHacking the monolithic entity system
Hi and welcome back to my blog! This time I’m going to talk about a trick I used on the old PS2 game ’24 The Game’ to save over 30% of a frame by hacking the game’s monolithic entity system. … Continue...
View ArticleAlgorithmic trading with bitcoin – part 1
Hi and welcome back to my blog! This is the first in a series of articles which describes the process of building a trading algorithm for bitcoins. All the algorithms featured will be live tested on a...
View ArticleAlgorithmic trading with bitcoin – part 2
Hi and welcome back to my blog. This is part 2 of a series where I talk about algorithms for trading bitcoin. You can read part 1 here. Last time we covered a naive market marking algorithm which...
View Article