Twitter updates
- @repi Sounds great, I guess that should also help to make the games more stable on PC. Wonder what perf difference you see, if any? 17 hours ago
- @aras_p Happy birthday! The link you attached seems to be broken though. 1 day ago
Development
Graphics
Calendar
Monthly Archives: September 2008
Fedora Linux: An easy to use Linux for work (with CUDA)
Recently, I wanted to play around with CUDA a bit. Unfortunately, CUDA does not support Visual Studio 2008 yet, so I had to fall back to Linux. As I didn’t want to fiddle around with Linux on my desktop, I … Continue reading
CMake – A build tool that just works
I’ve been using CMake 2.6 for quite some time now, and the more I do, the more I like it. Just a few days ago, I started with porting some project to Linux, and it took me literally a few … Continue reading
Displaying listings in LaTeX beamer slides
If you are using LaTeX for presentations, you usually use the Beamer package. If you are serious about listing, you probably use the Listings package — but what if you want nice code listings in a presentation? Actually, it’s quite … Continue reading
API design tips
For every larger application, you’ll get to a point where you want to allow people to extend it, and then you have the problem of designing an API that the clients like. Here are some things that a good API … Continue reading