Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pyninja
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
pyninja
3y ago
So many red flags in the abstract alone. It's no surprise that the article itself looks like a middle school project.
2.
▲
by
pyninja
3y ago
You sound very confused.
3.
▲
by
pyninja
15y ago
How do you screw up tapping with two fingers?
4.
▲
by
pyninja
15y ago
Using `display: table` is a great way to lay out your elements in a grid while keeping your HTML semantic.
5.
▲
by
pyninja
15y ago
> view source Are you trying to tell me that PG is not a web designer?!
6.
▲
Timed: a command-line time tracker (written in Python)
(github.com)
10 points
by
pyninja
15y ago
|
0 comments
7.
▲
by
pyninja
15y ago
Any chance of doing an internship? I'm doing my master's in maths in Berlin and have experience with development in Python and Clojure.
8.
▲
by
pyninja
15y ago
Are you serious?
9.
▲
by
pyninja
15y ago
No, that's not what he's saying... and I don't know if you realize this, but the author, P.J. Eby, is the same guy who wrote the original WSGI spec.
10.
▲
by
pyninja
15y ago
> Maybe my "simple" is to have the ability to yield chunks of data as it gets generated using chunked transfer. I'm curious, have you ever actually had to do this? Even Rails only just got this feature in 3.1 ( http://weblog.rubyonrail
11.
▲
by
pyninja
15y ago
I agree with you, but Pump is not a web framework. You are not supposed to write your application with Pump. Picasso is a framework I built on top of Pump ( https://github.com/adeel/picasso ) that's more suitable for that. (I can see how
12.
▲
by
pyninja
15y ago
I'd like to do that, but I'm afraid of how much time and effort it would take. I really just wrote Pump/Picasso to use at our new startup, Beagle ( http://beagleapp.com ). I was expecting roughly this kind of response from the Python comm
13.
▲
by
pyninja
15y ago
Werkzeug and WebOb are not what I'm trying to do. I'm reposting a reply I made earlier to irahul: Pump aims to replace WSGI entirely. That is, I believe it does a better job of what WSGI was intended to do. I understand your point that web
14.
▲
by
pyninja
15y ago
Thanks for the feedback. I'm not willing to accept that WSGI couldn't be this simple. Pump's specification is modeled on Ring for Clojure ( https://github.com/mmcgrana/ring ), and I'm sure there's a way Ring gets around the issues you men
15.
▲
by
pyninja
15y ago
Here is an example of a thread where it's discussed: http://mail.python.org/pipermail/web-sig/2009-November/threa...
16.
▲
by
pyninja
15y ago
Pump aims to replace WSGI entirely. That is, I believe it does a better job of what WSGI was intended to do. I understand your point that web developers don't necessarily work with WSGI on a day-to-day basis. But if you look at the Ruby w
17.
▲
by
pyninja
15y ago
The problems with start_response have been discussed at length in Web-SIG. As far as I know, they're planning to remove it from the spec in WSGI 2.0 (whenever that's published).
18.
▲
by
pyninja
15y ago
# Pump def app(request): return { "status": 200, "headers": {"content_type": "text/plain"}, "body": "Hello World"}
19.
▲
by
pyninja
15y ago
Yes, Pump was heavily inspired by Rack and especially Clojure's Ring ( https://github.com/mmcgrana/ring ).
20.
▲
by
pyninja
15y ago
I hadn't seen this, looks interesting.
21.
▲
by
pyninja
15y ago
Building web apps! Basically, it's meant to be a replacement for WSGI. In my view, the problems with WSGI are that it has an unpythonic API (see: start_response and environ), and that it doesn't come with standard middleware that all fram
22.
▲
Show HN: Pump, a dead simple Pythonic abstraction of HTTP.
(adeel.github.com)
118 points
by
pyninja
15y ago
|
61 comments
23.
▲
by
pyninja
15y ago
Surprised he didn't link to Reichenstein's essay on the topic: http://www.informationarchitects.jp/en/100E2R
24.
▲
by
pyninja
15y ago
Which is why you should keep your bookmarks in the cloud :)
25.
▲
by
pyninja
15y ago
I solve this problem by bookmarking the website and putting some keywords, like "automated software install", in the description.
26.
▲
by
pyninja
15y ago
I looked at the first few pages and saw only a few math papers, and in those the exercises were uninteresting details (e.g. just computation, or the second of two analogous cases where only the first is proved in the paper). Do you really t
27.
▲
by
pyninja
15y ago
> I mean... isn't the point of academic writing to communicate research and results already performed? Obviously mathematicians don't leave "exercises for the reader" in research papers, but it is common in textbooks or expository writi
28.
▲
by
pyninja
15y ago
Sorry, I didn't think of the second interpretation.
29.
▲
by
pyninja
15y ago
What's not clear about it? They die at a steady rate of 25% per 7 years.
30.
▲
by
pyninja
15y ago
This does not make me interested in Fossil.
More ›