Live data from Hacker News

Viewing profile — Encave

Encave

HN member
Joined
Sun, Sep 12, 2010, 11:18 AM UTC
HN karma
13
Public activity
7 items

About Encave

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #5986868

    Here are some slides from a good talk by Martin Fowler about schemalessness and how there is always an 'implicit schema' http://martinfowler.com/articles/schemaless/

  3. comment
    Comment #5333387

    You can sort of do the same thing in just CSS by adding two small boxes as :after and :before pseudo elements. See: http://i.imgur.com/aSnjEYx.png Not perfect, but pretty close. Re…

  4. comment
    Comment #3160552

    My normal settings structure is as follows: * settings/__init__.py * settings/base.py * settings/development.py * settings/staging.py. * settings/production.py * settings/credentia…

  5. comment
    Comment #3091198

    Check out cuisine https://github.com/sebastien/cuisine It is a good companion for fabric to handle user creation and package installs. More info after slide 42 here: http://www.sli…

  6. comment
    Comment #2218673

    That just saved me a hell of a lot of work. Thank you!

  7. comment
    Comment #2217973

    I am currently doing a similar sort of website, but trying to limit it to popular projects only. Also trying to group together a lot of the python 3 related articles and porting ti…