Archive

Archive for the ‘code’ Category

New Rants

March 29th, 2007 zeraien 1 comment

It’s been around 2 years since I posted here on this blog.

I have decided to once again revive this blog with interesting projects and other code-worthy things.

One day perhaps this blog and /life will merge, but for now they are indeed separate beings focused on separate issues.

First things that I will be posting here are collections of documents and other fun things related to interesting projects that I did during the last three years at university (KTH).

I must admit reading some of the old entries brings back memories of incompetence and such. I’ve learned a lot since then, but I still have much to learn.

Technorati Tags:

Categories: blog, code Tags:

You really should *clean* up after yourself!

June 19th, 2004 zeraien Comments off

Here I was, coding like crazy, doing funky-town things. I compiled and suddenly things stopped working.

The error was seemingly unrelated to what I had been doing earlier. So I was confused for about an hour. Eventually I realised that all I had to do was run a make clean to remove old copies of my code and recompile, which suddenly produced easily fixable errors.

Next time you get a runtime error in your program… clean up and recompile. You might just find the solution (it’s already happened several times to me heh)

Categories: c++, code, game engine Tags: