Live data from Hacker News

Viewing profile — defnull

defnull

HN member
Joined
Wed, Jul 07, 2010, 9:25 AM UTC
HN karma
11
Public activity
10 items

About defnull

No profile information was provided.

Recent public activity

  1. comment
    Comment #49035978

    Definitely not a story about AI or the current codeberg situation ...

  2. story
  3. comment
    Comment #4034746

    Thanks for the nice feedback :) I am defnull, the author of Bottle. Any questions?

  4. comment
    Comment #2934532

    LOC and LOD suffer from the same problem: You can write (or generate) lots of code or documentation that does not help the user. You can even write docs that confuse the user, repe…

  5. comment
    Comment #2934446

    Your point is interesting, but I would look at it from a different angle: If you need a highly paid specialist with many years of experience to fully master a framework, call it me…

  6. comment
    Comment #2934412

    There are better ways to count LOC, I agree. But the idea is the same: Bottle does what it does with 1/10 of the code that runs flask.

  7. comment
    Comment #2934338

    The author probably did something like this: sudo pip install -u flask cd /usr/local/lib/python2.6/dist-packages find flask/ werkzeug/ jinja2/ -name '*.py' | xargs wc ... 34936 127…

  8. comment
    Comment #2774477

    "Also provides an incentive to keep shit tidy." This :)

  9. comment
    Comment #2774476

    http://bottlepy.org/docs/dev/async.html might be interesting for you.

  10. comment
    Comment #1493769

    > Bottle uses one process-wide application object. Flask supports initializing multiple application objects. The process-wide application object is a sane default for small applica…