anuragpeshne
- Karma
- 17
- Created
- October 17, 2014 (11y ago)
- Submissions
- 0
-
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…
- OPNsense on MinnowBoard SBC (anuragpeshne.github.io)
- Energy Monitoring Using Smart Plug and Raspberry Pi (anuragpeshne.github.io)
-
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…
- Vim Macro: Make your editor work for you (anuragpeshne.github.io)
- Introduction to power searching/substituting in Vim (anuragpeshne.github.io)
- Show HN: Piece by Piece introduction to Vim (anuragpeshne.github.io)
- Show HN: Austerity for more productivity (github.com)
-
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…
- Show HN: Convoy's Game of Life in Browser (anuragpeshne.com)
-
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…
- Difficulty in implementing tail recursive calls in C (stackoverflow.com)