Live data from Hacker News

Viewing profile — mayanklahiri

mayanklahiri

HN member
Joined
Thu, Oct 28, 2010, 9:37 PM UTC
HN karma
37
Public activity
19 items

About mayanklahiri

No profile information was provided.

Recent public activity

  1. comment
    Comment #1949409

    When Python's symbolic computation abilities are even at a tenth of Mathematica's (especially for discrete functions like we love in computer science), I'd be more than happy to sw…

  2. comment
    Comment #1943112

    Wow that design really brought back memories of late-90s web design with the rounded image+text buttons. Too bad the site is incredibly slow. Here's a link to the cached "Travel" p…

  3. comment
    Comment #1942827

    In some cases, including a timestamp in an ID can be giving away information considered private. Sure, you could just hash the resultant ID, but then you're getting back to random …

  4. comment
    Comment #1942820

    Reducing a new problem to a special case of another, already solved problem is a wonderful skill. Not to mention that the analysis of algorithms can help you discern, at least conc…

  5. comment
    Comment #1936040

    You don't even need to go that far. For non-critical applications (i.e., your web app), you can randomly generate a small string, say 12 bytes, using base-62 characters (A-Za-z0-9)…

  6. comment
  7. comment
  8. comment
    Comment #1908000

    > "Hacker"-types and early adopters are necessary for any product to gain any traction. They hold early influence (which obviously varies depending on the product) which diminishes…

  9. comment
    Comment #1907988

    > R has some basic visualization libraries If you include CRAN packages, then this couldn't be further from the truth: http://addictedtor.free.fr/graphiques/ R can be made to produ…

  10. comment
    Comment #1907951

    This raises the larger question about how much influence hackers and developers really have in terms of product adoption. There seem to be two schools of thought: (1) Hackers/nerds…

  11. comment
    Comment #1904849

    Considering the type of people on HN to begin with, I'd be surprised if the moderation system wasn't regularly "messed with". All you need to affect a collaborative ranking system …

  12. comment
    Comment #1901494

    I replied to you via email, but thought I'd post it here as well in case anyone else had suggestions. I've been thinking about a general purpose experimentation framework for resea…

  13. comment
    Comment #1901374

    This is fantastic. I haven't tried it out yet, but I'll give it a shot for the paper I'm writing. BTW, even with a "uniform" Linux environment, I've been finding so many difference…

  14. comment
    Comment #1866173

    A while ago I wrote a short piece about how location-based services will be 'hackable' for a long time (the specific piece was about gaming Foursquare with nine lines of Perl). Giv…

  15. comment
    Comment #1860996

    I believe it's also called "fuzz testing"

  16. comment
    Comment #1860937

    The blog post is a little light on details. Just go to the source and demo on the original creator's site: http://liuliu.me/detect/detect.html Canvas allows access to individual pi…

  17. comment
    Comment #1852246

    The advice looks familiar to W. Zinsser's "On Writing Well", which is the best book on writing I've ever read (even for writing academic papers). http://www.amazon.com/Writing-Well…

  18. comment
  19. comment
    Comment #1847649

    There was a good discussion about it on stack overflow: http://stackoverflow.com/questions/548029/how-much-overhead-... The bottom line is that with keep-alive connections, the ove…