Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sreeix on github.
  • I am sreeix (https://keybase.io/sreeix) on keybase.
  • I have a public key ASBHDFFaj6v19HRVk2nanMdhkq7_mUBM0GGNBhqerObhkQo

To claim this, I am signing this object:

@sreeix
sreeix / books.md
Last active October 23, 2015 15:25
Books to read if you have kids
  • How Children Learn -John Holt (Fascinating read from old times) - Physical
  • How Children Fail - John Holt (Not read yet) - Physical
  • How Children Learn Mathematics Implications of Piagets's research - Richard Copeland - (If you read one book out of the list read this) - Physical
  • Mindstorms - Seymor Papert (Teaching programming to kids and how it changes the worlview) - Physical
  • The children's machine - Seymor papert (Currently reading.) - Physical
  • How Children Succeed - Paul Tough (Okish read) - Physical
  • Thinking Mathematically- John Mason et al. (It will blow your mind) - Physical
  • The smartest kids in the world - amanda ripley (Not completed but Seemed like good read. There are a alot of Amanda ripley articles on the web and you can probably get a gist out it) - Kindle
  • The Elephant in the Classroom - Jo Boler. - Kindle

To tear down a factory or to revolt against a government or to avoid repair of a motorcycle because it is a system is to attack effects rather than causes; and as long as the attack is upon effects only, no change is possible. The true system, the real system, is our present construction of systematic thought itself, rationality itself, and if a factory is torn down but the rationality which produced it is left standing, then that rationality will simply produce another factory. If a revolution destroys a systematic government, but the systematic patterns of thought that produced that government are left intact, then those patterns will repeat themselves in the succeeding government. There’s so much talk about the system. And so little understanding. ― Robert M. Pirsig

@sreeix
sreeix / out.json
Last active December 14, 2015 03:19
hat.js json
{
"children": [
{
"children": [
{
"children": [],
"endTime": 1361672129004,
"name": "hosts",
"startTime": 1361672128084,
"totalTime": 920
@sreeix
sreeix / Coding Assignment.markdown
Last active December 13, 2015 21:48
Coding Assignment

I am sure you have heard about memcached. It is a classic key value store. Maintaining a O(1) execution time for most operations.

What We'd like you to implement is memcached in ruby(or the language of your choice)

I normally start memcached this memcached -m 1280 -vv (Actually I use -t 6, but ignore it for now)

Where -m is the amount of memory to allocate and -vv is the verbosity of the logs.

http://talus.artsci.wustl.edu/MalletAndPythonSteps.html
@sreeix
sreeix / .gitconfig
Created October 10, 2012 10:14
My .gitconfig
[user]
email = sreeix@gmail.com
name = V Sreekanth
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = auto