-
Archives
- July 2010
- June 2010
- May 2010
- March 2010
- November 2009
- October 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- July 2007
- June 2007
- May 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
-
Meta
Category Archives: Personal Rantings
Panorama Stitching
I’ve finally come around to “clean-up” some old project I’ve had lying around for a few months and upload it. I’m talking about some Panorama Stitching code I wrote for our participation in Microsoft’s Imagine Cup. I’m suppressing all memories … Continue reading
Posted in Coding, Personal Rantings, University
Leave a comment
Random Things
It’s been a while since the last update. Here’s a small update on what I’m thinking about various stuff. Prototype Gameplay is okay I guess. Nothing I would spent too much time on though. It looks a lot worse than … Continue reading
Posted in Maths, Personal Rantings
Leave a comment
Extracting Information from StudiVZ
Some time ago somebody stole 1 million data records from StudiVZ, the German Facebook clone. I’m not exactly sure why people call the person a hacker who stole data, because it appears he simply wrote a tool that harvested the … Continue reading
My Bachelor Thesis
For the last two months I have been working on my bachelor thesis at the Chair of Computer Graphics and Visualization. It is about “Multi-Tile Terrain Rendering with OGL/Equalizer”´. The chair has a very nice Direct3D 10 terrain rendering engine … Continue reading
Posted in Personal Rantings, University
Tagged Bachelor Thesis, Equalizer, Inkscape, LaTeX, Omondo, OpenGL, TikZ
Leave a comment
More Book Reviews and re: Design Patterns
Pattern-Oriented Software Architecture – A System of Patterns (PoSA I) I’ve finally finished Pattern-Oriented Software Architecture – A System of Patterns and I want to say a few words about it. First I don’t think, it’s a must-buy. It’s okay … Continue reading
Fast Forward
I’ve quite a few things I’ve wanted to write about a long time ago and I actually started working on them and taking notes, etc. but never found time for one reason or another to write and publish the actual … Continue reading
Analysis, Cauchy-Schwarz and Reciprocal Sums
Konkrete Analysis First I want to share some solutions for the exercises of a Maths book. The book is called Konkrete Analysis by Folkmar Bornemann and is written in German as are my solutions for some of the exercises. (I … Continue reading
Posted in Maths, Personal Rantings, University
Tagged Bornemann, Cauchy-Schwarz, Konkrete Analysis, Maths, Reciprocal Sum
Leave a comment
What I (don’t) like about C#
I’ve been using C# personally quite a bit lately and want to share with you a list of the things I like or don’t about it. First the things I like about it (compared to C++ and Java sometimes): The … Continue reading
Posted in Coding, Personal Rantings
Leave a comment
How to make WordPress display Full Text in RSS Feeds
… and why WordPress Moderators are obviously idiots Today I got an email asking me to enable full text RSS feeds – so far so good, only when I activated the “Full Text” option nothing changed – neither in FireFox, … Continue reading
Posted in Coding, PHP, Personal Rantings, Web
Tagged Full Text, PHP, RSS 2.0, WordPress
Leave a comment
Partial Integration and the Substitution Rule
I only want to write this down to have a place to look it up: If we want to integrate , we can use: And if we want to substitute a function in an integral: (with ) or using a … Continue reading