My Photos

www.flickr.com
This is a Flickr badge showing public photos and videos from coogle. Make your own badge here.

Quicksearch

My deepest sympathies

Thursday, February 24. 2005

On Feburary 15th, Michael Arciola, brother of a good friend of mine here in New York was killed in action by small arms fired in Al Ramadi, Iraq. I had the privledge of spending time with him over some beers while he was on leave just a few short weeks ago and words cannot express my sadness to now have to attend his wake tonight. He was a very good man, a solider who was proud of his job, and now another name remembered forever as someone who gave all he had in the name of his country. My prayers and deepest respects are with him and his family -- I am truly honored to have known him.
Bookmark My deepest sympathies  at del.icio.us Digg My deepest sympathies Bloglines My deepest sympathies Technorati My deepest sympathies Fark this: My deepest sympathies Bookmark My deepest sympathies  at YahooMyWeb Bookmark My deepest sympathies  at Furl.net Bookmark My deepest sympathies  at reddit.com Bookmark My deepest sympathies  at blinklist.com Bookmark My deepest sympathies  at Spurl.net Bookmark My deepest sympathies  at NewsVine Bookmark My deepest sympathies  at Simpy.com Bookmark My deepest sympathies  at blogmarks Bookmark My deepest sympathies  with wists Bookmark My deepest sympathies  at Ma.gnolia.com wong it! Bookmark using any bookmark manager!

The last remaining active version of PHP 1.x?

Friday, February 18. 2005

Today we were poking around on IRC and Rasmus showed us this tarball, probably one of the last remaining copies of PHP version 1.08 in existence. Ah to be back in the day when ./configure wasn't necessary (just run 'make' from the directory and you should be all set).

Even more interesting, a google search returns ~400 results for the string 'phpl.cgi', the PHP 1.08 CGI binary... interesting enough most of them point to the home page of Phil Andrews. His Long Distances page is likely the last remaining *running* copy of PHP 1.08, and it's still going strong!

To see it in action, look at the bottom of the page :)

Bookmark The last remaining active version of PHP 1.x?  at del.icio.us Digg The last remaining active version of PHP 1.x? Bloglines The last remaining active version of PHP 1.x? Technorati The last remaining active version of PHP 1.x? Fark this: The last remaining active version of PHP 1.x? Bookmark The last remaining active version of PHP 1.x?  at YahooMyWeb Bookmark The last remaining active version of PHP 1.x?  at Furl.net Bookmark The last remaining active version of PHP 1.x?  at reddit.com Bookmark The last remaining active version of PHP 1.x?  at blinklist.com Bookmark The last remaining active version of PHP 1.x?  at Spurl.net Bookmark The last remaining active version of PHP 1.x?  at NewsVine Bookmark The last remaining active version of PHP 1.x?  at Simpy.com Bookmark The last remaining active version of PHP 1.x?  at blogmarks Bookmark The last remaining active version of PHP 1.x?  with wists Bookmark The last remaining active version of PHP 1.x?  at Ma.gnolia.com wong it! Bookmark using any bookmark manager!

Improved XML-RPC extension (XMLRPCi) 1.0-beta released

Tuesday, February 15. 2005

Today I released the first public beta of XML-RPCi -- an improved XML-RPC extension for PHP 5+. Built upon the libxml2 library it supports object overloading and automatic fault handling as interfaces for XML-RPC requests.

For instance:

<?php

// Calling methods from the 'package' namespace
$package = new XMLRPC("http://pear.php.net/xmlrpc.php", "package.");

try {
$package->info("DB");
} catch (XMLRPC_Fault $fault) {
var_dump($fault);
}

?>

The basic use is as follows:

new XMLRPC($xml_rpc_url [, $optional_calling_prefix]);

Where $optional_calling_prefix is used for situations where the XML-RPC method being called contains a namespace prefix which can't be easily called from PHP. For instance, to call the 'package.info()' RPC method you can't do:

$rpc->package.info("DB");

instead you would specify the string "package." for $optional_calling_prefix and then use the method directly:

$rpc->info("DB");

Although this limits the instance of a class to calling a particular "namespace" of RPC calls, you can also call methods in other namespaces using the '__call' method:

$rpc->__call("package.info", "DB");

In the event of an error from the XML-RPC server (a fault) or a malformed response a XMLRPC_Fault will be thrown.

Feedback welcome of course, and please report any bugs to me. As the extension matures I plan on adding support for creating XML-RPC servers and backward compatiable functions from the old ext/xmlrpc extension.

Bookmark Improved XML-RPC extension (XMLRPCi) 1.0-beta released  at del.icio.us Digg Improved XML-RPC extension (XMLRPCi) 1.0-beta released Bloglines Improved XML-RPC extension (XMLRPCi) 1.0-beta released Technorati Improved XML-RPC extension (XMLRPCi) 1.0-beta released Fark this: Improved XML-RPC extension (XMLRPCi) 1.0-beta released Bookmark Improved XML-RPC extension (XMLRPCi) 1.0-beta released  at YahooMyWeb Bookmark Improved XML-RPC extension (XMLRPCi) 1.0-beta released  at Furl.net Bookmark Improved XML-RPC extension (XMLRPCi) 1.0-beta released  at reddit.com Bookmark Improved XML-RPC extension (XMLRPCi) 1.0-beta released  at blinklist.com Bookmark Improved XML-RPC extension (XMLRPCi) 1.0-beta released  at Spurl.net Bookmark Improved XML-RPC extension (XMLRPCi) 1.0-beta released  at NewsVine Bookmark Improved XML-RPC extension (XMLRPCi) 1.0-beta released  at Simpy.com Bookmark Improved XML-RPC extension (XMLRPCi) 1.0-beta released  at blogmarks Bookmark Improved XML-RPC extension (XMLRPCi) 1.0-beta released  with wists Bookmark Improved XML-RPC extension (XMLRPCi) 1.0-beta released  at Ma.gnolia.com wong it! Bookmark using any bookmark manager!

This was a stupid idea

Tuesday, February 8. 2005

A friend of mine showed me this link where I can order, for free, 1,100 postal boxes of varying sizes from the USPS and have them shipped basically to any address I want. This is a perfect example of how the gov't can just blow my hard earned money, not to mention gets my mind thinking of pranks I could pull to contribute to mayhem. Did the thought of getting a few hundred people together and all ordering 1,100 boxes to one institution or person occur to anyone yet? Not that I would condone such things, but you have to admit it would be really, really funny.
Bookmark This was a stupid idea  at del.icio.us Digg This was a stupid idea Bloglines This was a stupid idea Technorati This was a stupid idea Fark this: This was a stupid idea Bookmark This was a stupid idea  at YahooMyWeb Bookmark This was a stupid idea  at Furl.net Bookmark This was a stupid idea  at reddit.com Bookmark This was a stupid idea  at blinklist.com Bookmark This was a stupid idea  at Spurl.net Bookmark This was a stupid idea  at NewsVine Bookmark This was a stupid idea  at Simpy.com Bookmark This was a stupid idea  at blogmarks Bookmark This was a stupid idea  with wists Bookmark This was a stupid idea  at Ma.gnolia.com wong it! Bookmark using any bookmark manager!