Migrating with South

September 14, 2014

0

Redirect to new blog Django is a powerful framework. What it lacks is database synchronisation when models are changed. This is done by South. The advantage of South is that it can do the necessary modifications easily; no need for complex configurations. When I started with South, I found its documentation unnecessarily complex. This is […]

Posted in: Django

Cloning 0AD’s Git repo

September 11, 2014

0

Due to unforseen circumstances I had to clone the 0AD repo all over. This time I decided to go with Git as I am now more familiar with it. But cloning a git repo is no easy task if you have a huge project and limited bandwidth. There are many ways to mitigate these issues. […]

Posted in: 0ad

Forwarding port to Postgresql

September 4, 2014

0

Steps to forward your port to postgres database on an external server

Posted in: EC2, PostgreSQL

Linux Crontab – all that you need to know

August 19, 2014

0

Linux Crontab: 15 Awesome Cron Job Examples

Chaining SSL Certificates

August 16, 2014

0

Chaining SSL certificates to solve trust and disorder issues in Android

Posted in: SSL

Using Tata Photon Plus in Linux

December 13, 2013

0

Tata Photon Plus works well on windows, as usual. In Linux, the datacard is not even detected. The default instructions to install MobilePartner have never once worked for me. But finally, I found a way to detect the modem in Linux and connect to the Internet using the default network manager. I found the steps […]

Posted in: Misc

The mayonnaise jar and two cups of coffee

August 19, 2013

0

When things in your lives seem almost too much to handle, when 24 hours in a day are not enough, remember the mayonnaise jar and the two cups of coffee. A professor stood before his philosophy class and had some items in front of him. When the class began, he wordlessly picked up a very […]

Posted in: Misc

Overlapping collisions

July 29, 2013

0

A bug in the collision game is the overlap of two colliding balls. This happens when the balls are too fast and by the time the collision detection has started, the balls are partially rendered within each other. I took some time to figure out how exactly this problem occurs and how it can be […]

A simple Javascript Game

July 26, 2013

0

I have been studying HTML5 and javascript for quite some time. Based on what I knew and a game I liked in Ubuntu (Kollision), I started coding in JS. The game is almost complete. I need to fine tune it, add more collision corrections. But I have learned a lot from this game. The source […]

Getting the code for 0ad – from SVN

July 10, 2013

0

I am documenting this here, as a reference for me as well as for others who might have or would experience this problem. I tried to get the code from GitHub. But sadly, on my slow connection, the remote fails regularly. And since git cannot resume an update, I had to abandon cloning from git. […]

Tagged: ,
Posted in: 0ad