Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jknupp
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Building an NBA stats warehouse without writing any of the code
(jeffknupp719305.substack.com)
4 points
by
jknupp
6d ago
|
1 comments
2.
▲
Python: `with` Context Managers
(jeffknupp.com)
1 points
by
jknupp
11y ago
|
0 comments
3.
▲
How Do You Rewrite a Project From Scratch Once It's On GitHub?
(jeffknupp.com)
4 points
by
jknupp
12y ago
|
0 comments
4.
▲
Omega: The Last Python Web Framework
(jeffknupp.com)
1 points
by
jknupp
12y ago
|
0 comments
5.
▲
Writing Idiomatic Python Ebook
(jeffknupp.com)
3 points
by
jknupp
12y ago
|
0 comments
6.
▲
Docker Blurs the Line Between SaaS and Self-Hosted Apps
(jeffknupp.com)
3 points
by
jknupp
12y ago
|
0 comments
7.
▲
Docker is the Most Disruptive Technology in the Last Decade
(jeffknupp.com)
4 points
by
jknupp
12y ago
|
0 comments
8.
▲
Python Classes and Object Oriented Programming
(jeffknupp.com)
1 points
by
jknupp
12y ago
|
0 comments
9.
▲
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:
10.
▲
REST APIs, ORMs, And The Neglected Client
(jeffknupp.com)
1 points
by
jknupp
12y ago
|
0 comments
11.
▲
In Support of Female Engineers
(jeffknupp.com)
1 points
by
jknupp
12y ago
|
0 comments
12.
▲
How 'DevOps' Is Killing The Developer
(jeffknupp.com)
318 points
by
jknupp
12y ago
|
209 comments
13.
▲
Great Products Seem Obvious in Retrospect
(jeffknupp.com)
2 points
by
jknupp
12y ago
|
0 comments
14.
▲
by
jknupp
13y 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.
15.
▲
by
jknupp
13y 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
16.
▲
by
jknupp
13y 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.
17.
▲
Why I'm Boycotting Mozilla Products
(jeffknupp.com)
13 points
by
jknupp
13y ago
|
28 comments
18.
▲
Writing Idiomatic Python: The Video Series
(kickstarter.com)
1 points
by
jknupp
13y ago
|
0 comments
19.
▲
A Web Hosting Service That Teaches You How To Host Your Web App
(jeffknupp.com)
2 points
by
jknupp
13y ago
|
0 comments
20.
▲
Contribute to an OSS Python app for reviewing OSS Python apps
(jeffknupp.com)
1 points
by
jknupp
13y ago
|
0 comments
21.
▲
by
jknupp
13y ago
jeff@jeffknupp.com please
22.
▲
by
jknupp
13y ago
jeff@jeffknupp.com
23.
▲
by
jknupp
13y ago
Sorry, seems like Disqus was serving up spammy ads along with the comments. I've disabled the ads.
24.
▲
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.
25.
▲
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)
26.
▲
by
jknupp
13y ago
Checkout sandman: www.sandman.io or www.github.com/jeffknupp/sandman
27.
▲
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.
28.
▲
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.
29.
▲
by
jknupp
13y ago
Ah, I'm sorry to hear that. Hopefully, they make their library code more readily available before closing their doors.
30.
▲
A Celery-like Python Task Queue in 55 Lines of Code
(jeffknupp.com)
60 points
by
jknupp
13y ago
|
44 comments
More ›