Live data from Hacker News

Viewing profile — smooj

smooj

HN member
Joined
Sat, Oct 27, 2012, 7:18 PM UTC
HN karma
11
Public activity
5 items

About smooj

No profile information was provided.

Recent public activity

  1. comment
    Comment #7450546

    Broad elevator-pitch-level ideas may well be of little value, but specific ideas about strategy for a given organization at a given time are hugely valuable. There is a significant…

  2. comment
    Comment #7373878

    He was VP of Engineering at Yahoo before he left, so it stands to reason that he was applying for a very senior role.

  3. comment
    Comment #6766509

    I think those constraints are often the same as when you create a new record, so you can reuse code from there. But I'm sure there can be edge cases that make it tricky for some ap…

  4. comment
    Comment #6766421

    I'm not sure about the legal implications either, but it would be interesting to know. From a totally different angle it might cause backlash from users if they felt betrayed by an…

  5. comment
    Comment #6766207

    Instead of actually deleting a record when a user hits 'delete' just flip a boolean that indicates it is 'deleted'. Then undoing a delete action is as easy as flipping the boolean …