Live data from Hacker News

Viewing profile — naelyn

naelyn

HN member
Joined
Fri, Oct 01, 2010, 10:01 PM UTC
HN karma
12
Public activity
6 items

About naelyn

No profile information was provided.

Recent public activity

  1. comment
    Comment #6405664

    > I suspect most users copy/paste anyway. Some forms disable the paste action in the second box to force you to type it again (to avoid copying an error).

  2. comment
    Comment #5429127

    github: naelyn

  3. comment
  4. comment
    Comment #4636804

    Coupling queries to the database (stored procedures) instead of to the code that uses them (inlined queries) seems like a recipe for deployment headaches. Especially if you're depl…

  5. comment
    Comment #4636615

    So you're recommending writing a stored procedure for this? SELECT COUNT(*) FROM tblposts

  6. comment
    Comment #4636587

    I don't agree with prefixing tables with "tbl" to distinguish them from views, but I do agree with the general notion of using the prefix for any "table-like" entity in a database.…