Live data from Hacker News

Viewing profile — tiwazz

tiwazz

HN member
Joined
Tue, Jan 08, 2013, 8:51 PM UTC
HN karma
17
Public activity
10 items

About tiwazz

No profile information was provided.

Recent public activity

  1. comment
    Comment #9820812

    Try 6NF[0], not only do you get separate logging for when the row was/will be marked deleted, but you have a record of when the DB believed that the record was/will be deleted. Als…

  2. comment
    Comment #9805296

    > Too often I try to access Java or PHP web services from .Net, where the tooling is very strict, and it just falls apart. Or I'll have to use something via JS that is just excessi…

  3. comment
    Comment #5698926

    I don't believe hstore supports nested structures, which would make it less than a drop in replacement for many NoSQL use cases. Native JSON support should fix that though, so good…

  4. comment
    Comment #5669076

    I spend most of my time in dynamic languages so I have to ask... is this that much faster than a good regex library that it warrants a hand rolled state machine? How normal is some…

  5. comment
    Comment #5541014

    Really cool! I don't want to sound nitpicky buuuuuut in text based emails folks have been using bold , /italics/, _underlining_, and {{{ preformatted }}} text for a long time with …

  6. comment
    Comment #5511791

    Writing a quine[0] is always a fun starting project when picking up a new language... :) [0] http://c2.com/cgi/wiki?QuineProgram

  7. comment
    Comment #5368810

    I feel like this article on generalization could be a biography of my life based solely on the introductory paragraph, but I don't have enough time to finish reading it to be certa…

  8. comment
    Comment #5316998

    I think his argument was that it should be, not that it currently is.

  9. comment
    Comment #5097288

    I don't think they are actually driving any business away from github or I'd be more angry. This seems to fit a niche for people that would like to use github but legally can't put…

  10. comment
    Comment #5028432

    Am I the only one that finds these deeply nested namespaces completely unusable? https://github.com/symfony/symfony/blob/master/src/Symfony/B... I thought the point of autoloading …