Viewing profile — davidism
davidism
HN member- Joined
- Mon, Jan 16, 2012, 10:24 PM UTC
- HN karma
- 148
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About davidism
No profile information was provided.
Recent public activity
- comment
- comment
-
comment
Comment #12360049
Start Writing More Classes: http://lucumr.pocoo.org/2013/2/13/moar-classes/ HN discussion: https://news.ycombinator.com/item?id=5204967
-
comment
Comment #11740048
The biggest objection to switching to 3 has been that library support hasn't been there. It's pretty clear that despite reservations about 3, the support is there now. Getting majo…
- story
-
comment
Comment #11123161
For more information, the current discussion about a new release is at https://github.com/mitsuhiko/flask/issues/1575#issuecomment-...
-
comment
Comment #11110659
Even sub-communites don't solve the problem. There are certain subreddits notorious for dogpiling on posts in other subreddits. The article mentions this indirectly by observing th…
-
comment
Comment #11110607
There's a mismatch in scale: the number and diversity of members on platforms like Twitter is huge, but the ability to moderate is tiny. It would be interesting to see if a system …
- story
-
comment
Comment #10752625
> Although that way may not be obvious at first unless you're Dutch. There is one obvious way: strings are encoded to bytes, bytes are decoded to strings.
- comment
-
comment
Comment #10752565
It's not replaced, both are perfectly valid. And this addition also exists in Python 2.
-
comment
Comment #9959279
Getting rid of timezones is not as good an idea as you might first imagine. http://qntm.org/abolish
- story
-
comment
Comment #9745502
HgFlow already exists and is actively developed: https://bitbucket.org/yujiewu/hgflow/wiki/Home . It even goes above and beyond GitFlow and adds generalized streams and sub-streams…
-
comment
Comment #9446714
> People walk away from a game of Cards Against Humanity thinking that they’re hilarious. Which people? My friends and I walk away from a game of Cards Against Humanity thinking we…
-
comment
Comment #9352449
This is being talked about now with [PEP 411 - Provisional packages in the Python standard library][1]. [1]: https://www.python.org/dev/peps/pep-0411/
-
comment
Comment #9134688
Yes, if reusable/sharable queries are something you want, then you don't really have a choice but to expose an API for creating and retrieving them. Not sure if you're trying to ma…
-
comment
Comment #9134548
A fair point. I was referring to the api being separate from the frontend, not what the api is returning. But I could see someone designing their application the way you describe.
-
comment
Comment #9134521
> A GET query is always a URI. Anyone can link to it. Except this isn't really useful outside of bookmarks in a browser. Who would bookmark an API endpoint returning JSON? In code,…
- story
-
comment
Comment #9080803
We recognize that it's gotten a bit out of control lately, hence the topic during the meeting. I think we ended up with some good guidelines for managing it.
-
comment
Comment #9080787
Then edit your question to acknowledge the "duplicate" and clearly explain why your question is different. It will automatically go into a Reopen Queue where users will evaluate it…
-
comment
Comment #8919320
Most comments should end up as an edit to the question or answer, clarifying some point, at which point they can be removed. The Question and Answer are the important things on Sta…
-
comment
Comment #8919266
The answer was not closed, the question was. This is not a bad thing, as it funnels everything towards one canonical location.