Slashdot Mirror


User: blackrat

blackrat's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Zzz... on PHP5 Just Around the Corner · · Score: -1, Troll

    ... wake me up when PHP 5 final is ready.

  2. Classic games-of-life on The Return Of Tamagotchi · · Score: 1

    Hmm. I would rather install Frodo on my Palm T and play one of the absolutely mind-boggling C64 games-of-life "Little Computer People" or "Alter Ego". Nothing beats a trusty old 8-bit classic. Now, back to my MAME session and 1942...

  3. Re:Make sure you use MySQL version = 4.0 on MySQL: Building User Interfaces · · Score: 1

    Exactly, MySQL is lean and mean and usually competent enough to solve the DB stuff at least in my applications/web sites. But as you say, the pre-4 versions do not support nested sub-queries -- also had to make some kludgy PHP constructs and quite a few not too nice join statements recently just due to this annoying fact. Unfortunately, upgrading to v4 was not option. :-/