Live data from Hacker News

Viewing profile — nachivpn

nachivpn

HN member
Joined
Thu, May 08, 2014, 5:36 AM UTC
HN karma
18
Public activity
28 items

About nachivpn

Teach savvy who loves programming languages! find out more about me: nachivpn.me

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. comment
    Comment #9506353

    HTML of a page is received in response to a HTTP request. A page load might involve multiple HTTP requests. Often parts of a web page that interest you might be loaded specifically…

  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #8840058

    Interestingly I just came across this - http://torrentfreak.com/google-asked-remove-345-million-pira...

  15. comment
    Comment #8840048

    Yes, it is very true that many fail to realize that they are getting scraped simply because there aren't many tools which show the traffic classified among humans and bots. This su…

  16. story
    Ask HN: What are some of the major problems being faced because of web scraping?

    Disclaimer: I work for an anti-scraping service company. I am not trying to advertise it, but simply understand problems that people are actually facing because of web scraping and…

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

    Yes, it definitely isn't the right way to handle ambiguous grammars. My assumption was caused by extensive usage of YACC for writing parsers in the past. To avoid it's default acti…

  20. comment
    Comment #8835618

    Like in my other comment, I agree with this. I missed mentioning mentioning my assumption of a forceful shift or reduce action in case of an ambiguous grammar.

  21. comment
    Comment #8835611

    I totally agree with this. I was assuming the case of a default behavior like shift or reduce force fully for unambiguous grammars, which I should have mentioned. Thanks.

  22. story
  23. comment
    Comment #8835522

    Bottom up parsing - "If not, it's necessary to backtrack and try combining tokens in different ways" I feel the way it is put along with shift reduce parsing is misleading. Backtra…

  24. story
  25. story