[Skip to the main content] Welcome to Daigo’s Daily Digital Diorama. I blog about Baseball, Judo, Jazz, Linux, Design and on being a dad.

  • Get Firefox!

Tomorrow’s forecast: High 21

Tomorrow’s forecast: High 21 - Low 7. HELP!!

I’ve been using cvs to update bjlug’s new website. It’s cool. No, not Consumer Value Store but Current Version System. You keep a file in your local system, so that’s an automatic backup, and it’s easy to maintain new versions when many people are in the file. It works on binary files as well. I should start using it on some central server where I can Iog files in from home and work, That would be very cool, since I have many versions of files everywhere.

Apache 2.0 (which came with RedHat8) has different way of handling add on module such as php. It now has it’s own config file (/etc/httpd/conf.d/php.conf) and not only that, php has its ini file (/etc/php.ini). I was having hell of time to just get “hello world” to show up, and problem was this

Another change is that short open tags are now disabled to make it easier to develop PHP applications that serve XML or XHTML, so scripts must use <?php or ⁢script language=”php”> rather than <? to denote PHP code. This change may cause scripts to break, and you may revert to the old behavior globally by setting short_open_tag to On in the file /etc/php.ini. Due to a bug in PHP it is not possible to set this more selectively with php_value directives.

I wasted about 2 hours because of this change.

Thoughts on Hideki “Godzilla” Matsui, left fielder, New York Yankees
He is a good player, a good athlete, a hard worker, and a nice guy. I think he’ll hit very close to .300, and more than 40 home runs. Yes, I am going to root for him to a extent, but if I am at a Yankees game at Fenway and he hits a home run? I wouldn’t like him. It’s hard, it doesn’t make sense, I know but I am a Red Sox fan before I am Japaneseballplayers fan. It’d be much easier if Matsui was playing for RedSox or If I was a Yankees fan. (Did I just say that out loud?)

Comments are closed.