olifante

↗ HN profile [ 83.2 ms ] full profile

No user record in our sample, but olifante has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. Why Scrum will never work (maurits.wordpress.com)
  2. Minimal Django (olifante.blogs.com)
  3. Very interesting presentation! Dejavu is an ORM similar to SQLAlchemy and Django Models. It has a lovely pythonic syntax for doing queries with lambda expressions, e.g.: box.recall(Comic, lambda c: 'Hob' in c.Title or…