Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jknupp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Python: `with` Context Managers
(jeffknupp.com)
1 points
by
jknupp
11y ago
|
0 comments
2.
▲
How Do You Rewrite a Project From Scratch Once It's On GitHub?
(jeffknupp.com)
4 points
by
jknupp
12y ago
|
0 comments
3.
▲
Omega: The Last Python Web Framework
(jeffknupp.com)
1 points
by
jknupp
12y ago
|
0 comments
4.
▲
Writing Idiomatic Python Ebook
(jeffknupp.com)
3 points
by
jknupp
12y ago
|
0 comments
5.
▲
Docker Blurs the Line Between SaaS and Self-Hosted Apps
(jeffknupp.com)
3 points
by
jknupp
12y ago
|
0 comments
6.
▲
Docker is the Most Disruptive Technology in the Last Decade
(jeffknupp.com)
4 points
by
jknupp
12y ago
|
0 comments
7.
▲
Python Classes and Object Oriented Programming
(jeffknupp.com)
1 points
by
jknupp
12y ago
|
0 comments
8.
▲
by
jknupp
12y ago
A shorter, more comprehensible version: import requests from bs4 import BeautifulSoup from urlparse import urljoin URL = ' http://philadelphia.craigslist.org/search/sss?sort=date&quer... BASE = ' http:
9.
▲
REST APIs, ORMs, And The Neglected Client
(jeffknupp.com)
1 points
by
jknupp
12y ago
|
0 comments
10.
▲
In Support of Female Engineers
(jeffknupp.com)
1 points
by
jknupp
12y ago
|
0 comments
11.
▲
How 'DevOps' Is Killing The Developer
(jeffknupp.com)
318 points
by
jknupp
12y ago
|
209 comments
12.
▲
Great Products Seem Obvious in Retrospect
(jeffknupp.com)
2 points
by
jknupp
12y ago
|
0 comments
13.
▲
by
jknupp
12y ago
I never accused him of being a homophobe, I simply stated all that I can glean from the facts: he doesn't believe homosexuals should be allowed to marry.
14.
▲
by
jknupp
12y ago
Notice I never said "He should never be allowed to state his opinion." He's free to do so, and did. And in doing so made a public statement about his views. If you believe basic human rights should be denied to a group of ind
15.
▲
by
jknupp
12y ago
I agree. I'm not being consistent in my views. I'm going to continue to use JavaScript, but I don't the Eich should be running Mozilla. Humans are complicated.
16.
▲
Why I'm Boycotting Mozilla Products
(jeffknupp.com)
13 points
by
jknupp
12y ago
|
28 comments
17.
▲
Writing Idiomatic Python: The Video Series
(kickstarter.com)
1 points
by
jknupp
13y ago
|
0 comments
18.
▲
A Web Hosting Service That Teaches You How To Host Your Web App
(jeffknupp.com)
2 points
by
jknupp
13y ago
|
0 comments
19.
▲
Contribute to an OSS Python app for reviewing OSS Python apps
(jeffknupp.com)
1 points
by
jknupp
13y ago
|
0 comments
20.
▲
by
jknupp
13y ago
jeff@jeffknupp.com please
21.
▲
by
jknupp
13y ago
jeff@jeffknupp.com
22.
▲
by
jknupp
13y ago
Sorry, seems like Disqus was serving up spammy ads along with the comments. I've disabled the ads.
23.
▲
by
jknupp
13y ago
The goal was not to convince anyone that they needed to use a web framework. Rather, I hoped to explain to novices exactly what a web framework is and what problems it solves.
24.
▲
by
jknupp
13y ago
No, I mean ZeroMQ takes care of the underlying queue for free (there is an underlying set of queues, which can be persisted if necessary)
25.
▲
by
jknupp
13y ago
Checkout sandman: www.sandman.io or www.github.com/jeffknupp/sandman
26.
▲
by
jknupp
13y ago
ZeroMQ takes care of the queueing. Though I didn't delve into it in depth in this example, you can create quite sophisticated broker-less distributed systems pretty easily with ZeroMQ.
27.
▲
by
jknupp
13y ago
Pickle (or any use of eval) is a security risk only if you're using it in the context of untrusted code. Basically any distributed task queue is going to have that risk if it can execute arbitrary code.
28.
▲
by
jknupp
13y ago
Ah, I'm sorry to hear that. Hopefully, they make their library code more readily available before closing their doors.
29.
▲
A Celery-like Python Task Queue in 55 Lines of Code
(jeffknupp.com)
60 points
by
jknupp
13y ago
|
44 comments
30.
▲
Starting a Python Project the Right Way
(jeffknupp.com)
6 points
by
jknupp
13y ago
|
0 comments
More ›