ATI Petition for Adequate Drivers in Linux Petition
Are online petitions pointless? I don't know. But I'm an ATI user, and many laptops are ATI based. So let's ask ATI to please make us some decent darned drivers.
Tuesday, January 17, 2006
Friday, January 13, 2006
PHP Integer size
How to tell how big your php integers are:
Tested on 32 and 64 bit builds of PHP 4.4.1 on Solaris 8 (SPARC).
<?php
$one = 1;
$big = 4294967297;
$mod = sprintf("%u", $big);
$a = ( $one == $mod ) ? 64 : 32;
echo $a. "\n";
?>
Tested on 32 and 64 bit builds of PHP 4.4.1 on Solaris 8 (SPARC).
Thursday, January 05, 2006
Mirror, mirror, on the wall
Here comes the mirror man...
On monday I start a new position as the full time developer of JISC Mirror. Yay!
Please send all comments through the normal channels (as opposed to me directly). Obviously there's a lot we (Eduserv) want to do. So let's get it on.
On monday I start a new position as the full time developer of JISC Mirror. Yay!
Please send all comments through the normal channels (as opposed to me directly). Obviously there's a lot we (Eduserv) want to do. So let's get it on.
Wednesday, January 04, 2006
Duke in a wheelchair
I shouldn't laugh, but someone's heart is clearly in the right place designing this logo, but Duke's "legs" look really bad in this picture.
Subscribe to:
Posts (Atom)