Live data from Hacker News

Viewing profile — arnabdotorg

arnabdotorg

HN member
Joined
Fri, Nov 13, 2009, 8:54 PM UTC
HN karma
145
Public activity
25 items

About arnabdotorg

No profile information was provided.

Recent public activity

  1. comment
    Comment #5890375

    Haha, sure. Since this was a random fun project, the code was written with the objective function being "least amount of code to get the job done well enough" :)

  2. comment
    Comment #5890343

    Hi guys, author of the blog post here. I put up the code from the blog post at https://github.com/arnabdotorg/Playing-Card-Recognition if anyone wants to play with it.

  3. story
  4. comment
  5. comment
  6. comment
    Comment #2062758

    Clickable: http://www.indiankanoon.com Hacker notes: Search Engine built on Postgres: http://sushant354.blogspot.com/2009/01/indian-kanoon-road-so...

  7. story
  8. comment
    Comment #1916793

    Postgres: http://www.postgresql.org/docs/8.1/static/indexes-types.html : "PostgreSQL provides several index types: B-tree, R-tree, Hash, and GiST. R-tree indexes are suited for que…

  9. story
  10. comment
    Comment #1916458

    Awesome stuff!

  11. comment
    Comment #1915494

    The key value is not as much in the data itself, as much as the _timeliness_ of the data. Access to the halfhose allows you to answer a _very_ valuable question: "What's happening …

  12. comment
    Comment #1903772

    Make sure you read http://en.wikipedia.org/wiki/Peer_review especially http://en.wikipedia.org/wiki/Peer_review#Criticism_of_peer_r...

  13. comment
    Comment #1872103

    Well, it was a problem for me, so I fixed it, and thought I'd share :) Notably my 2 issues were: 1) My eyes hurt so much that I preferred using my iPhone over a 24" screen. After i…

  14. story
  15. story
  16. comment
    Comment #1696190

    Yes, I do. For example, I use all the tips mentioned on this page: http://news.ycombinator.com/item?id=1695794

  17. story
  18. story
  19. comment
    Comment #1650780

    Where's the autocomplete? I only see find-as-you-type -- there are no Google-suggest like suggestions , per se. Also, I am very curious to see back-of-the-envelope calculations on …

  20. story
  21. comment
    Comment #1608552

    Taking this a step further: 1. Use Facebook Connect to create a library of things that you own. e.g. DVDs, tools. 2. Suggest Collections/activities that arise out of your social ne…

  22. comment
    Comment #1603733

    Merge sort works very well if you have multiple cores available. The general idea is to split the file, sort in parallel, and then merge. Here's a blog post I wrote about it: http:…

  23. story
  24. story
  25. comment
    Comment #940793

    +1 on Drupal. It also implements sequences, etc.