Live data from Hacker News

Viewing profile — ninjudd

ninjudd

HN member
Joined
Thu, Jul 22, 2010, 3:25 PM UTC
HN karma
56
Public activity
8 items

About ninjudd

No profile information was provided.

Recent public activity

  1. comment
    Comment #11317477

    I've seen Jason critique a lot of pitches. I have to say, it's hard for me to believe your description of the situation is giving the full story. Yes, Jason probably had some bruta…

  2. comment
    Comment #4798478

    I'd be interested in what issues you've had. Did you open Github issues for them? Thanks

  3. comment
    Comment #1977299

    You're right. Facebook (and Wikipedia) have to deal with this same problem. This is why tr8n provides a mechanism for translators to vote on the quality of translations. And there …

  4. story
  5. story
  6. story
  7. comment
    Comment #1920593

    ClojureQL works fine with postgresql or any other database supported by JDBC.

  8. comment
    Comment #1919869

    if the point is length of code, then: SELECT p.*,b.* FROM employees p JOIN employees b ON (p.manager = b.id) WHERE (p.name = 'John') is only 8 characters less than: (join (select (…