Slashdot Mirror


User: HarleyPig

HarleyPig's activity in the archive.

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

Comments · 6

  1. Re:What realy puzzles me... on Indian Techies Answer About 'Onshore Insourcing' · · Score: 1

    I like this idea. It would also answer the question of "where will the money come from", at least partially.

    Wouldn't the movie industry like to see this happen?

  2. Re:Try again. on What Extras Should I Buy When Buying a Laptop? · · Score: 1

    :D Quite right.

  3. Re:didnt really hurt anything, but ... on What is the Worst Tech Mistake You Ever Made? · · Score: 1

    I was doing customer support and learning unix at the same time. I forgot which shell I was in and went to delete some work files.

    We worked in customer systems as root (I know, I know--but I didn't even know better back then).

    So, I ended up typing rm -fr * .* as root on a customer system.

    They had no backups.

    I was looking for a job that afternoon.

  4. Re:Sounds like simple data entry on Building and Maintaining Large, Collaborative Databases? · · Score: 1

    The problem is the version tracking - assigning authorship to the differences between records - since no matter how normalized a record (table row) is, it might always have a number of authors. OTOH, this tracking/auditing must not obfuscate the record text (inline tagging not feasible)

    Alas, not as simple as it looks.

    Unless I'm missing something, it should be simple. I know there are other solutions out there but one solution I would suggest is like so:

    • User enters/modifies information
    • User submits information to script via form
    • Script validates data
    • Script submits data to cvs
    • Script enters/updates data in database
    • Script returns canned response

    Use cvs for your audit and the database for your presentation. You're duplicating data, but think of it as a cheap backup.

    Am I misunderstanding something?

  5. They've chickened out. on SCO Group Lawsuit Q&A · · Score: 1

    SCO's lawyers have forbidden the person who was going to talk to us to answer the questions we had on the grounds the answers would be used by IBM against them.

    I don't think they have to worry about that ... I don't think IBM really needs any help in that resepect.

  6. Re: Get a good QA person on Testing Products for Web Applications? · · Score: 1

    He's not talking about production-candidate code, and mozilla 1.0 is stable (relatively).

    But the critical code for the next revision is constantly being tweaked and improved. The beta code is sometimes b0rken for an hour or a day, but that's ok, and to be expected.