Journal

Blog - Page 71

Thoughts on photography, technology, music, and creative work.

Data Loss

So I've lost a large portion of my photos from this site. I still have them in a backup somewhere and hopefully I have a backup of the actual files from this site... I will work on finding that backup but be warned that the whole section may come down and I may have to reload them all from my desktop. Joy.

October 8, 2005 Read more

Major changes / dynamony

So as you may or may not know, I have been recoding slacker from scratch. Slacker is the software that, along with phpreactor, powers all my sites including this one and junglescene. The whole thing is written in procedural php and the new rewrite which I have named dynamony, is completely object oriented. So far I have rewritten nearly every component of the backend system: the db abstraction class; the "slacker" base class which is a class that allows one to add/edit/update/delete from a database and provides the forms to do so along with limiting, sorting, searching by words or date; the blog class; the album class in which i used a much better tree algorithm that avoids the memory/processor intensive recursion i had used in the past; the ACL class; using Pear::Log for all error and debug logging; a comment class; a category class; a frontend controller system that loads requested classes after checking the ACLs; the signup class; image output class; the login/logout classes; the image class; the gallery remote class; the xml_rpc class; the dynamony class which allows me to create new classes within the web application instead of through a separate website; and today I created the forum class where I have seen my greatest decrease in load time nearly 10x faster than how the forums currently load (i tested it with several hundred thousand posts from junglescene.com)

The whole thing is really going to be leaps and bounds better than what I have now and going over my old code is really embarrassing. The amount of reused code was insane and made upkeep nearly impossible for one site let alone the dozens of sites that slacker powers. So far all the data is completely separated from the html/xml/csv that it will parsed using... I just use arrays of data and print_r() as my current output method which works great for prototyping. I have decided to completely program the backend before I even start any of the output classes. One important thing to me is to create rewrite rules and functions that will take the old links to content and forward them to the new content as not to break the thousands of links out there... It's a big project but once it is all done it will make my life so much easier.

October 4, 2005 Read more

Support Cosmo Brown

One of the artists on my roster is running in the Honolulu AIDS marathon and needs your support... Here is the email he sent me:

September 29, 2005 Read more

Nasubi and Densha Otoko

The other day in my post about reality show deaths I mentioned the Japanese TV personality Nasubi who was basically kidnapped and locked in a room for a year without any clothes, money or food with his only means of survival being giveaway forms. Well I wanted to know what he was up to now so I emailed Ed Jacob who runs the site that had the Nasubi info on it and he told me he was in a Japanese TV Drama called Densha Otoko which actually sounds pretty cool. The show is about a shut in nerd from the Akihabara District of Tokyo who saves a woman on a train from being accosted by a drunk and in return she takes down his address, which is a first for the man who has never had a girlfriend his whole life. The story actually happened in real life and the otaku, Tsuyoshi Yamada, didn't know what to do so he posts his quandary to a huge internet discussion board and millions of people follow his courtship of the woman. It is actually pretty touching in a nerdy kind of way. Nasubi just has a cameo appearance in the show which is also a movie. I may have to download a few episodes and check it out.

September 29, 2005 Read more