Live data from Hacker News

Viewing profile — anuragpeshne

anuragpeshne

HN member
Joined
Fri, Oct 17, 2014, 12:19 PM UTC
HN karma
17
Public activity
22 items

About anuragpeshne

No profile information was provided.

Recent public activity

  1. comment
    Comment #32269022

    Do have any details about the compute or how they do it?

  2. story
    Ask HN: How to monitor a sea fiber cable?

    Recently there was a news[0] about how a national intelligence agency tried to monitor data transmitted via a sea fiber optic cable called SAFE[1] on a foreign country. Keeping asi…

  3. story
  4. story
  5. comment
    Comment #23230393

    Why not go a step ahead and host it on a raspberry pi from your home. Then one could copy the text file directly to the public folder or create the file in the rpi itself.

  6. story
    Ask HN: How do you learn a new programming language

    If you already know couple of popular languages such as Python, Java, C and you want to start learning a new language, say Elixir, how would you start. Would you go bottom up: foll…

  7. story
  8. story
  9. comment
    Comment #14577169

    Hello, thanks for the comment, as you can see, it is tough to get sincere feedback. I agree with you that there are tons of other Vim tutorials. None of them really clicked with me…

  10. story
  11. story
  12. comment
    Comment #10442085

    Yes, I'm aware of that project. Unfortunately, it is not open source or free to use. Additionally, it is fun to have your own project.

  13. story
  14. story
  15. story
    Ask HN: What is so great about Lisp that makes Emacs powerful?

    I'm new to Emacs and I've read at several places that Emacs is a lisp machine and that Lisp is the main reason behind its power. There are several other text editors which are scri…

  16. comment
    Comment #9623130

    Unfortunately no, I don't have an iOS device. Maybe I'll get one by the time you issue the final version.

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

    Thanks, "I would not call it a recursive function just because it calls itself; I'd call it a self-referencing function." - this cleared a lot of things. I'll a write an answer bas…

  20. comment
    Comment #8916907

    SO link: http://stackoverflow.com/questions/28037475/if-a-callback-ca...

  21. story
    If a callback calls the enclosing function, would it be called a recursive call?

    I asked this question[1] on stackoverflow but could not get any convincing answer: http.request(options, function(res) { res.on('data', function(chunk) { data+=chunk; }); res.on('e…

  22. story