Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
defnull
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Baker's Club: A short story about baking and community. Definitely not about AI
(defnull.de)
1 points
by
defnull
2mo ago
|
1 comments
2.
▲
by
defnull
2mo ago
Definitely not a story about AI or the current codeberg situation ...
3.
▲
by
defnull
14y ago
Thanks for the nice feedback :) I am defnull, the author of Bottle. Any questions?
4.
▲
by
defnull
15y ago
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, repeat a lot, to not get to the point and so on. In that case, m
5.
▲
by
defnull
15y ago
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 mega-framework. If it fits your brain and can be learned over
6.
▲
by
defnull
15y ago
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.
▲
by
defnull
15y ago
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 127298 1658380 total Werkzeug alone
8.
▲
by
defnull
15y ago
"Also provides an incentive to keep shit tidy." This :)
9.
▲
by
defnull
15y ago
http://bottlepy.org/docs/dev/async.html might be interesting for you.
10.
▲
by
defnull
16y ago
> Bottle uses one process-wide application object. Flask supports initializing multiple application objects. The process-wide application object is a sane default for small applications, but not the only option. You can instantiate bott