Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; CBlacklist has a deprecated constructor in /home/saltybanana/www/blog/peel/scripts/sb_blacklist.php on line 6

Warning: session_start(): Cannot start session when headers already sent in /home/saltybanana/www/blog/peel/index.php on line 11

Warning: strpos(): needle is not a string or an integer in /home/saltybanana/www/blog/peel/index.php on line 49

Warning: count(): Parameter must be an array or an object that implements Countable in /home/saltybanana/www/blog/peel/scripts/sb_display.php on line 413
The Banana Peel
@voip_provider = voip_providers.next if vonage.go_under? and voip_providers.next? 
Wednesday, April 18, 2007, 1:35 AM
Thanks to a speedy Internet connection and Vonage, I have been landline-free for a little over two years now.

My VOIP service during the past 24+ months hasn't been trouble free, but it has been pretty good.

However, given the troubles Vonage is currently going through, things don't look so hot. The latest news for the company sounds downright ominous. Yes the company keeps stating that existing customers aren't affected. But I wonder when that statement might change.

Vonage is in the business of providing a service/solution using technology. But it would seem it has reached a roadblock that technology is unable to solve. So either Vonage needs to solve its problems another way, or I will have to start shopping for another VOIP provider.
  |  permalink   |   ( 3 / 610 )

Freeciv 2.1.0 Beta 4 and the Future 
Tuesday, April 3, 2007, 5:42 PM
The developers cranked out the 4th beta over the weekend. You can download the Mac OS X Tiger (PPC) binary here.

Someone asked about a Universal version of Freeciv some time ago. Unfortunately that's not quite possible right now, because the option to build the libraries Freeciv depends as universal binaries isn't yet available, and I have no control over when this will change.

At some point in the future, when I do purchase an Intel-based Mac, I will be able to product Intel-native binaries. Then, assuming I will continue to have access to my current as well as the new machines, two packages could be produced: one for PowerPC and the other for Intel. But, it will not be something I want to do long-term. And of course, there is the Leopard consideration as well.

For now, though, my Freeciv binaries run on Tiger+X11 on PowerPC, or on Tiger+X11+Rosetta on Intel.

Enjoy!

  |  permalink   |   ( 3 / 949 )

Freeciv 2.1.0 Beta 3 - Success! 
Monday, March 26, 2007, 3:26 PM
I finally figured out what was going awry. If you just want to play, head on over here to download it. If you are interested in what transpired, read on.

As it turns out, newest versions of the Pango library changed how the pangorc file is parsed. It used to understand double quotes, but no longer. Took me a lot of trial and error to figure this one out.

Anyway, I am glad things worked out. Now if I find some time, I will have to research the SDL client some more, since I am told that it has far less dependencies than the GTK client. If it pans out, perhaps it will reduce the size of the distribution as well.

  |  permalink   |   ( 3 / 1142 )

Freeciv 2.1.0 Beta 3 Progress Slows 
Friday, March 23, 2007, 6:29 PM
I was working on both the GTK+ client as well as the SDL client for beta 3. However, given the limited amount of time I can devote to the project, I have decided to focus on the GTK+ client.

But, I've hit a bit of a wall with it. While the game compiles and runs locally on my machine, I am having difficulty making it re-distributable.

It seems the matter at hand has to do with pango, a library used for the laying out and rendering of internationalized text.

When I attempt to run the supposedly re-distributable binary, I get the following warnings about this library:

(freeciv:2564): Pango-WARNING **: No builtin or dynamically
loaded modules were found. Pango will not work correctly.
This probably means there was an error in the creation of:
'/opt/local/etc/pango/pango.modules'
You should create this file by running pango-querymodules.

(freeciv:2564): Pango-WARNING **: pango_shape called with bad font, expect ugly output

(freeciv:2564): Pango-WARNING **: pango_font_get_glyph_extents called with null font argument, expect ugly output

(freeciv:2564): Pango-WARNING **: pango_font_get_metrics called with null font argument, expect ugly output

(freeciv:2564): Pango-WARNING **: _pango_cairo_font_install called with bad font, expect ugly output


The game does run, but rectangles are rendered instead of letters. So clearly there is something wrong. I just don't know what.

Since Freeciv is based on MacPorts (formerly DarwinPorts), perhaps the MacPorts community can lend me some insight.

  |  permalink   |   ( 3 / 1006 )

Still Working On Freeciv 2.1.0 Beta 3 Package 
Tuesday, March 6, 2007, 6:36 AM
I decided that it was time I updated my development environment so that I can produce Freeciv 2.1.0-beta 3 with the latest dependency libraries. I even gave it a go to compile the SDL client.

The SDL client is very promising in that if it works, Freeciv can then run w/o needing X11. But, even though I was able to compile under Tiger, I cannot get it to run.

As far as the X11-based client, I am having isolating the various dependency libraries for GTK+ and Pango.

Work is on-going, but slowly. So stay tuned....

  |  permalink   |   ( 2.9 / 1047 )


Back Next