Viewing profile — ehsanul
ehsanul
HN member- Joined
- Mon, Jul 13, 2009, 1:15 PM UTC
- HN karma
- 926
- Public activity
- 262 items
- HN profile
- View on Hacker News ↗
About ehsanul
What I'm working on: http://jellly.com/
Recent public activity
-
comment
Comment #2390415
I must be missing something, but how is EventEmitter helping you get rid of the nested code in your examples? It looks like changing all the anonymous callbacks to named functions,…
-
comment
Comment #2363394
On a related note, I love how some early RFCs are written in a pretty whimsical manner. Perhaps it's just Vint Cerf who likes messing around? For instance, see RFC968, 'Twas the Ni…
-
comment
Comment #2363390
We need to turing-test people like that! But seriously, I've never encountered people who can really go that far off-topic. I'm sure it was an exaggeration, but if it was enough to…
-
comment
Comment #2363385
It would seem that exchanges like these indicate the opposite. These chat bots have no understanding and anything that seems like it is just some cheap trick or other. It can't be …
-
comment
Comment #2363368
RFC439, posted by the co-creator of TCP/IP, Vint Cerf, actually has a similar exchange between "PARRY" and the "Doctor" from 1972 (!): http://tools.ietf.org/html/rfc439 It somehow …
-
comment
Comment #2363027
It would seem pretty short-sighted for the developers to not have realized this though (though I wouldn't say the same for venture capitalists and media). I'm guessing they must ha…
-
comment
Comment #2348962
From the link: Degrades gracefully if JavaScript is not enabled Graceful degradation is less common for JavaScript now than it used to be though. So if you want a smooth web experi…
-
comment
Comment #2343148
Did you get in? If not, were you invited for an interview?
-
comment
Comment #2302597
Deleted comments don't go dead, as far as I know. I think it was killed by someone by mistake (there are a few overzealous moderators here, or it may just have been a mis-click, or…
-
comment
Comment #2290835
Full-screen application switching has a far far greater mental-cost than having two windows open at the same time. As an XMonad user with a 15.4" screen, I disagree. For example, w…
-
comment
Comment #2290829
I'd encourage you to apply whether or not you have a working prototype by the 20th. In fact, apply today. You can update your application later if you have a demo or something to a…
-
comment
Comment #2279111
You made me look this up. *Is it "concision" or "conciseness" - http://raymondpward.typepad.com/rainman2/2005/11/is_it_conci...
-
comment
Comment #2279057
Should be "Scheme -> C compiler".
-
comment
Comment #2267623
I'm no security expert, but I don't think you even need an out-of-band key exchange mechanism. Just use public key cryptography [1], as used in SSH/TLS/PGP/GPG. [1] http://en.wikip…
-
comment
Comment #2261023
This could be very painful for the likes of Mahalo. I remember Jason Calcanis mentioning, perhaps when he first noted a change of direction for Mahalo to high-quality content, that…
-
comment
Comment #2259537
Yeah, it's overlooked by many that the Chrome isn't all that extensible compared to what you can do in Firefox with addons. Chrome's developer tools are built in because they must …
-
comment
Comment #2257041
Maybe you'd like Mirah? http://www.mirah.org/
-
comment
Comment #2246781
I've been listening to those talks. They're only about an hour to 1.5 hours long, and there's only 6 of them. They are supposed to be spread over a 6 week period. So every week for…
-
comment
Comment #2220778
With bezier curves (it's prettier) in Canvas/Coffeescript (assuming an existing global canvas context 'ctx'): heart = (scale,x,y)-> ctx.beginPath() ctx.moveTo(x,y) p1 = [x-75*scale…
-
comment
Comment #2199522
Also would be interesting to see how HN points are correlated to page views.
-
comment
Comment #2196668
And raganwald was referring to the '#!' hack, since it's really just the '#' hack. He wasn't addressing the history api.
-
comment
Comment #2196656
Note the account's name, 'TrollBait'. Brand new too. If he keeps those kinds of comments up, he'll be banned in no time. On the other hand, I'm impressed how you just ignored Troll…
-
comment
Comment #2195468
Would you be willing to answer a few questions? I'm a recent mechanical engineering graduate (interest in dynamics/control systems) who likes programming. So I'm pretty interested …
-
comment
Comment #2191109
Thanks for signing up! (assuming you did)
-
comment
Comment #2189971
Counterexample: I doubt the current implementation of pagerank+additions at Google is all that simple.