Viewing profile — ninjudd
ninjudd
HN member- Joined
- Thu, Jul 22, 2010, 3:25 PM UTC
- HN karma
- 56
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About ninjudd
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #4798478
I'd be interested in what issues you've had. Did you open Github issues for them? Thanks
-
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 …
- story
- story
- story
-
comment
Comment #1920593
ClojureQL works fine with postgresql or any other database supported by JDBC.
-
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 (…