Viewing profile — anuragpeshne
anuragpeshne
HN member- Joined
- Fri, Oct 17, 2014, 12:19 PM UTC
- HN karma
- 17
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About anuragpeshne
No profile information was provided.
Recent public activity
-
comment
Comment #32269022
Do have any details about the compute or how they do it?
-
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…
- story
- story
-
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.
-
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…
- story
- story
-
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…
- story
- story
-
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.
- story
- story
-
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…
-
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.
- story
- story
-
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…
-
comment
Comment #8916907
SO link: http://stackoverflow.com/questions/28037475/if-a-callback-ca...
-
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…
- story