anuragpeshne

↗ HN profile [ 51.5 ms ] full profile
Karma
17
Created
October 17, 2014 (11y ago)
Submissions
0
  1. 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 aside the politics, is it feasible to…

  2. OPNsense on MinnowBoard SBC (anuragpeshne.github.io)
  3. 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: follow a book or online tutorial and start…

  4. 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 scriptable, then what is so special about…

  5. 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('end', function(){ //do some stuff…