So much for Creativity

Profile
Vernon Hills, Illinois
198 comments
196 entries
Advertisement
SiCrane
January 12, 2005
Two birds?
The new Mac mini has been released, and I have the horrible urge to get one. I've wanted to try development on OS X for a while now, and the Mac mini should be powerful enough (and then some) for the kinds of things I want to do on it. And it has DVI out, so I could use it to test the DVI input on …
268 views
SiCrane
January 11, 2005
It's always something
Random gripe: I recently got a Toshiba SD-V592 DVD/VCR player. It works great, except there's massive white crush on the HDMI output. Right now I'm using a HDMI to DVI cable to my HDTV to run the signal and I'm wondering if it's a problem with the deinterlacer, the converter cable, the DVI input in…
265 views
SiCrane
January 03, 2005
Nerd and proud
Amongst other things, I'm an RPG nerd, both computer RPGs and pencil and paper RPGs. The former is immediately obvious if you consider the fact that I decided to draft a 10 year plan to make my own RPG (and I'm only a year behind schedule now too).

But a lot of my inspiration comes from pencil and p…
347 views
SiCrane
December 31, 2004
Yay

Yay

As you can tell from the data/time on this post, I need a life.

Happy New Years.

edit: or rather if the Gamedev server clock was synchronized properly you'd be able to tell. :)
260 views
SiCrane
December 26, 2004
You too can learn from my mistakes
I was working on a C++ project that I just started adding embedded Python support to, and I while testing the Python exception handling I kept getting these strange errors Fatal Python error: unexpected exception during garbage collection when generating Python exceptions, and I just couldn't figur…
241 views
SiCrane
December 25, 2004
I'm such a geek
One of the things I got for christmas was a shiny new 27" Widescreen LCD HD TV. So what's one of the first things I do? Hook it up to my laptop and run nethack. I'm such a geek.
244 views
SiCrane
December 23, 2004
Present time
So I gave my mother a MP3 player for Christmas. I neglected to realize that I also implicitly gave her lifetime free tech support (me).
294 views
SiCrane
December 21, 2004
Squaring the circle
Interesting observation for the day:

In C++ beginner programmers often utilize the default behaviour of the compiler created copy constructor and assignment operator, often without realizing it. Eventually this practice causes problems (See the Rule of Three). Later the programmer develops an avers…
227 views
SiCrane
December 20, 2004
office survival
If you have a milestone birthday (turning 40, for example) do not hide this fact from your co-workers. For if you do, you shall pay for it later. Better to suffer mild harrassment on the day it happens than to get your cubicle covered in black plastic and filled to overflowing with black 40th birth…
291 views
SiCrane
December 13, 2004
Curses, foiled again
Well, I found out today that a Rubik's dodecahedron was created and marketed under the name "Megaminx." With a name like that it's no wonder I never found it before. And with the right name, I was able to find a algorithm to solve it, though I'll still probably work on my own version just out of sh…
286 views
SiCrane
December 12, 2004
Too much math too little time
I've trying to work on an algorithmic solver for dodecahellspawn, instead of the current roll-back-the-moves method, and boy has it been a mess. I think my group theory lessons were much too long ago for this.

Unlike the Honeycomb puzzle, the moves on the dodecahellspawn forms a non-abelian group, w…
237 views
SiCrane
December 12, 2004
Ok, my math checks out
I finished writing a simple SDL program to test the theory and implementation on my math for Honeycomb, and it all checks out - at least for maps as high as level 85, the max level in Honeycomb. Of course doing it by hand is a pain, and having a computer automate it is no fun, so I'm closing the bo…
256 views
SiCrane
December 11, 2004
Woo hoo
The matrix is invertible.

//snip//

(For a left multiply by a column vector where the upper left honey cell corresponds to the 0 element, upper right cell is the 15th and the lower right is 255.)

edit:Well, I had posted the inverse here, but the code tag breaks the forums cell and the source tag tries …
304 views
SiCrane
December 11, 2004
Playing games
I've been playing a lot of Honeycomb, one of TANSTAAFL's flash games. Of course, at the higher levels, pretty much anything past 40, it's incredibly hard, especially with the move limitation that got added in the last version.

It occurred to me that there's got to be an easier way to solve a given…
480 views
SiCrane
December 11, 2004
Playing games
211 views
SiCrane
November 25, 2004
Happy Thanksgiving
If no one hears from me in the near future it's because I died of tryptophan poisoining. But what a way to go.

Yay, turkey day!
262 views
SiCrane
November 23, 2004
assert
I've complained about this before, but if you're ever tempted to write a C or C++ library, avoid including cassert or assert.h in the library headers. It's just rude.
481 views
SiCrane
November 21, 2004
still playing with software
I was trying out Alias Sketchbook Pro again. The first time I tried it was just when I was inspecting all the software that came with the Tablet PC, but now that I've sat down and really played with it, it seems like a really nice package. I'm not sure how much of this is just being able to use the…
251 views
SiCrane
November 20, 2004
hardware
Well, I didn't get much BREW work done today. Just the basic installation, compiled and ran a App Wizard applcation. Most of the rest of my time I devoted to trying to get my hardware to work properly.

I picked up a Bluetooth keyboard/mouse combo: the Microsoft Optical Desktop Elite for Bluetooth pa…
270 views
SiCrane
November 20, 2004
grrrr
Well today I spent too much time not getting Painter 8 to work with my Tablet PC. I know the tablet has pressure sensitive input on the stylus since the trial version of Alias Sketchbook worked fine.

Painter 9 recently came out, so maybe I'll grab that and see if it will support my tablet better. Ju…
263 views
SiCrane
November 18, 2004
Qualcomm contest
I wasn't going to enter the Qualcomm contest for the simple reason that I couldn't think of a game that would be appropriate, but I think I've come up with an idea.

Getting it up to quality in the two weeks left might be a challenge, but I've got the weekend free, and Thanksgiving is pretty much wi…
288 views
SiCrane
November 17, 2004
warning levels
There are some days when I want my compiler to be a little more strict than normal. Today I was working with someone else's C++ code, and it used std::string in many places. So far so good. Except he he was comparing the result of string::find() against -1 instead of string::npos. This is not so go…
265 views
SiCrane
November 16, 2004
other people's code
So, I finally got around to starting to implement syntax highlighting for source blocks, so like a good programmer my first instinct was to look for components to reuse. Since I'm using C#, I first looked for C# syntax highlighting programs, but I couldn't find one with the level of customization I…
263 views
SiCrane
November 15, 2004
House keeping
I was going through my backups and found this image. It's a "map" of the Win32 address space for an article I was writing, but never got around to finishing. There are missing details, oversimplifies the initial heap and completly ignores multithreading and the /3GB switch.

However, it's good enoug…
232 views
SiCrane
November 14, 2004
Birthday
So today's my birthday.

Not much planned. Going to have dinner with the family unit. My mother aparently has decided to cook enough turkey to give the entire county tryptophan poisoning.

I think I'll go out and by myself some birthday presents now, which will probably involve a USB TV Tuner for my la…
328 views
SiCrane
November 13, 2004
syntax highlighting
I'd just like to say that I really like my tablet PC.

On the development front I've started working on a syntax highlighting feature for the personal wiki. It'll pretty much look like the source box here on gamdev, though I think the syntax rules I'll use will be slightly different. Right now I plan…
293 views
SiCrane
November 12, 2004
thinking aloud again
I've been thinking about how to handle object embedding in the personal wiki project, as the current technique of intercepting the navigation with the BeforeNavigate event doesn't seem too happy.

The obvious solution is just to pop the embedded objects on the hard drive and access them with the file…
278 views
SiCrane
November 11, 2004
making and breaking
Implementing IDocHostUIHandler for the form that I've embedded IE in for the personal wiki project was a lot less painful than I expected. It took about four minutes total to get the context menu handler running from creating the blank TLB file to the first working test. And it would have been less…
297 views
SiCrane
November 10, 2004
Not much
Crazy busy at work today, so not much accomplished. I did (hopefully) fix the regex that was mangling URLs in the personal wiki.
250 views
SiCrane
November 09, 2004
True stories
True story (sad): A few weeks ago I was approached to do a database program. I heard the basic proposal, and said that it didn't sound too bad. Today I attend my first meeting for the project (a warning sign right there) and my rough estimate is that the project is about three entire orders of magn…
300 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
10 Followers
15 Entries
11 Followers
johnhattan
Programmer
1,277 Entries
48 Followers
ApochPiQ
Generalist
628 Entries
44 Followers
dgreen02
Generalist
338 Entries
56 Followers
Advertisement