Slashdot Mirror


User: r3m0t

r3m0t's activity in the archive.

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

Comments · 411

  1. Re:Postgres rocks! on PostgreSQL Wins LJ Editor's Choice Award · · Score: 0
    "I want a foreign key that can point to columns in two or more tables, and have a value from one OR another, yet still have its constraints enforced - why can't I specify e.g. A(X) REFERENCES C(Y) OR D(Z), so that A(X) may be a value from either C(Y) or D(Z), but nothing else?"
    That sounds like really bad design to me.
  2. Re:Very little compelling reason to use MySQL anym on PostgreSQL Wins LJ Editor's Choice Award · · Score: 2, Informative
    "you don't have to have an operator to alter a column's datatype: you just create the new column, copy the data into it, and then drop the old column, all within a single transaction, and if you screw up you can roll the whole thing back"

    Actually, from PostgreSQL 8 you can use ALTER TABLE.

  3. Re:Finally! on Mozilla Starts Work On XForms · · Score: 0

    There already are third-party plugins. Check the W3C XForms website.

  4. Re:Spellcheck anyone? on The PHP Anthology - Volume I, 'Foundations' · · Score: 0

    there -> their, Your -> You're, its -> it's

    Yes, it is anoying! ;)

  5. Re:This could be so exciting... on PHP 5 Released; PHP Compiler, Too · · Score: 0

    They also need to decide whether the array functions return the new array or transform the array passed. This is what really always pisses me off.

  6. Fish Fillets! on Educational Software To Donate With Laptop? · · Score: 0
    Get the the extremely good Fish Fillets game which is available over here. Download straight to your laptop and install.

    Note: Linux port-in-making has only 8 levels while the Windows version (does not work in wine) has over 70.

    Note: Extremely hard puzzle game, more for the adults than the children ;-).

  7. hehe on Corporate Servers Spreading IE Virus [Updated] · · Score: -1, Offtopic

    FPFPFP!

  8. Re:I got my hands on some of it... on Microsoft Planning on Opening Up More Source · · Score: 1

    So great :D Mod up.

  9. Which programs?... on Microsoft Planning on Opening Up More Source · · Score: 1

    I look forward to reading the source code of Solitaire.

  10. Re:WikkiBooks on Collaborative Online Textbook Project · · Score: 2, Interesting

    Yes, so the languages are mostly crappy, but I can see quite a few good books:

    * Lucid Dreaming is not academical or, in many people's opinion, useful, but it's pretty polished.

    * High School Extensions (for Mathematics) has only a few chapters done out of the 8 or so outlined, but the ones done are of very high quality (well, grammar and spelling isn't perfect, but it's passable)

    * The Cookbook has plenty of recipes, although the structure is lacking (I think)

    * There are plenty of German books

    * XML is going along nicely

  11. "Too many choices for a newbie" on The Best Linux Distro for a New User? · · Score: 1

    Which kernel do I want? gentoo-sources-2.6 of course. 2.6 because, for example, it does ALSA by default. Do I menuconfig or do I genkernel? I tried menuconfig once, but from now on I'm using genkernel. menuconfig is *such* a pain and if you find you didn't compile something you needed, you'll need to recompile. (somebody will probably reply explaining how to compile a component seperately as a module, but never mind). Genkernel builds too much for your system (i.e. it takes ages) but it's simpler. Syslogger and cron? I have no idea. I followed the recommendations. I haven't looked at any system logs and I haven't set up any cronjobs. That's all I can say. See? Your choices are made for you! Actually, you need to pick a filesystem and partition your disk. That's simple though.