Viewing profile — dkannan
dkannan
HN member- Joined
- Fri, May 28, 2010, 12:31 PM UTC
- HN karma
- 311
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About dkannan
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
-
comment
Comment #8348051
Comparison works as expected in Ruby Have checked in ruby 2.1.2p95 code: > (2 50).class #=> Fixnum > (2 50) == (2 50) #=> true > (2 100).class #=> Bignum > (2 100) == (2 100) #=> t…
-
comment
Comment #8191280
Mark DiMarco gave a talk at JSConf 2014 called User Interface Algorithms which touches upon this http://youtu.be/90NsjKvz9Ns?t=4m10s relevant section starts at 4:13 rest of the tal…
- story
-
comment
Comment #6767764
would be nice to see http://susy.oddbird.net/ and http://topcoat.io/ as well
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #4625864
check http://www.amazon.com/Rails-AntiPatterns-Refactoring-Addison... other than that, 1. write tests 2. good community. for some measure of good
-
comment
Comment #4625826
most of the PHP devs i know write raw PHP. they do not use a framework. one team built their own (4 years back). And NONE of them wrote tests. Actually i have never seen or heard a…
- story
- story
-
comment
Comment #1386213
what is uploadd? how does it work, what problem does it solve and how is it different? Was facing timeouts and general slowness, in file upload in my app and found uploadd. Althoug…