naughtysriram

↗ HN profile [ 89.7 ms ] full profile
Karma
15
Created
October 17, 2010 (15y ago)
Submissions
0
  1. Has anyone tried to run Emacs inside the Emacs-Shell? Would It work? Cant try it out, In Windows! :P

  2. Fuck ups from Debian Code Base (codesearch.debian.net)

    Debian Source tree searched for a single word "fuck". Stats show there are more than 1.9K results.

  3. For people who don't know what a dosa is: Dosa- https://en.wikipedia.org/wiki/Dosa

  4. When I write C I used to prototype the model first, then fix the memory leaks. I think its OK for throw code. I find that these leaks are mostly due to patterns of code that one avoids. Like, 1. not assigning null to a…

  5. Which to use with What and When? 1) Server - Apache, Nginx, Lighttpd 2) Language - PHP, Python, Nodejs, Clojure 3) Database - MySQL, SQLite, PostgreSQL, CouchDB, MongoDB, Redis, Riak

  6. White, Red, Black, Yellow, Green, Blue.. Which hat are you? http://en.wikipedia.org/wiki/Six_Thinking_Hats

  7. was just playing with the shell. it struck to me, just by rearranging the parameters, i was able to remember what they did and in a cool way. enter the hitlar mode. $ ls -hitlar shows all items with inodes, in list…

  8. I am starting to learn some node.js and I am in search of some books, examples, tutorials, advice etc. I am also wondering if there is a free hosting site for node.js applications.

  9. Can somebody explain me, What's an Environment? What's a Closure? What's a Continuation? What's a Scope? I get confused while reading stuff on scheme as they all somehow sync to 'scope'. Thanks in advance.

  10. I have implemented a toy scheme interpreter in C. I want to take it to next level by implementing a virtual machine. I googled and found SECD and CEK are defacto for scheme. But couldn't find a single implementation in…

  11. I am new to scheme/lisp/functional programming. I wrote a small scheme interpreter in C for the know-how of scheme internals. I was wondering whether hash-tables can be used for continuations as continuations mostly…

  12. Is this gonna knock out xml based atom and rss?

  13. Can LLVM be (re)implemented in c? As LLVM is basically a VM, implementing it in C would be better as fine grained control would be available. I am wondering how awesome it would be.

  14. Those videos say all your data goes to the cloud. What if I were in a place where there is no internet and I want to work offline?