Slashdot Mirror


User: sheister

sheister's activity in the archive.

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

Comments · 5

  1. Re:Number 1 (missing) reason on Top 5 Reasons People Dismiss PostgreSQL · · Score: 1

    Good reasons, thanks for the answers.

  2. Re:Number 1 (missing) reason on Top 5 Reasons People Dismiss PostgreSQL · · Score: 1

    just curious, what features do you need that MySQL 5.x doesn't have?

  3. Re:Web developers... on Top 5 Reasons People Dismiss PostgreSQL · · Score: 0, Offtopic

    WHAT? You're crazy, schon, web development is all about databases, and I would guess that at least half of all web development has some sort of SQL backend doing at least some of the work. What web developers are using flat files for data storage on their sites? If it's not static pages, then SQL is bound to be invloved. I think the web community has embraced SQL out of necessity, not backed away from it in favor of some other backend solution.

  4. yikes. on Cell Phone Is The Most Hated Invention · · Score: 1

    that was the worst news story i have ever read.

  5. catastrophe? on Gnarly Error Messages · · Score: 1

    I used to write DLLs to interface with Access from outside apps (worst job EVER). Most of the code was in Visual Basic (worst language EVER). VB once said

    CATASTROPHIC FAILURE!

    and locked the machine up. The problem was something simple, like trying to access a non-existent field from a recordset, but apparently VB couldn't handle it.