Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
schleppy_oc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
schleppy_oc
8y ago
I think my time ended shortly before Angelo’s began, but my experience with Central Tech (worked mostly with Steve L. and Guarav) was that they were very talented generalists. They were the team you dropped in to work on C++ game code, L
2.
▲
by
schleppy_oc
8y ago
As is “nasty”, “snapping”, “blowing up at”, “dramatic”, and “passive agressive.” Oh, and let’s not forget “horrible.” Have you ever dealt with bad docs? Seriously!!!
3.
▲
by
schleppy_oc
10y ago
The best Ops people I have worked with (looking at you Dennis and Alan) repeat everything back that I say. More than once I have caught mistakes in my approach simply by hearing someone else repeat back exactly what I just said.
4.
▲
by
schleppy_oc
11y ago
This is the exact name I was going to suggest. Kudos to you. The Any -> Unit definitely defies the current name.
5.
▲
by
schleppy_oc
12y ago
I second this. The people I met at GopherCon were among the top group for any community built around a language. I spoke at length with someone there about Martini, and had pretty much the same take on it as Jeremy now professes. The stuf
6.
▲
by
schleppy_oc
12y ago
This... exactly. Presentation was great. Presenters were really good. Gobot looks solid.
7.
▲
by
schleppy_oc
12y ago
Phabricator was one of the first tools I brought to my latest company. We primarily use it for Differential because the arcanist command line tool is so easy to use. Even those that are somewhat git challenged benefit as it handles mergin
8.
▲
by
schleppy_oc
13y ago
I am pretty certain that he, the_mitsuhiko (aka. Armin Ronacher), being the main developer behind Werkzeug and Flask knows exactly how long bottle.py is.
9.
▲
by
schleppy_oc
13y ago
Why not just use a simple csrf stored in a session? You already have an "authenticiy_token" in the request data, why not use it, or add another value for csrf?
10.
▲
by
schleppy_oc
13y ago
FYI, it looks like plans for porting werkzeug / flask to Python 3 may be close at hand. https://twitter.com/mitsuhiko/status/323177177367601152
11.
▲
by
schleppy_oc
13y ago
Straight from the horses mouth: The big difference is that Flask is based on other technologies such as Werkzeug and Jinja2 that exist for a longer time and it does not try to reinvent things. Bottle on the other hand tries to stick to the
12.
▲
by
schleppy_oc
13y ago
Out of curiosity, how do you inject your own request_handler if you are running behind something like uwsgi/nginx where you only specify the wsgi container and don't ever call run yourself? It appears the request_handler is only passed on
13.
▲
by
schleppy_oc
13y ago
LOL "Error establishing a database connection"