Viewing profile — autograd
autograd
HN member- Joined
- Thu, Jan 09, 2014, 3:50 PM UTC
- HN karma
- 100
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About autograd
No profile information was provided.
Recent public activity
-
comment
Comment #29757385
It's easy to "trivially know" because it's really expensive to disprove the statement, so you continue believing in your original one. I am not in game development, but was recentl…
-
comment
Comment #26122851
It is unclear to me whether it's archived because they've done everything they wanted or they just stopped all the efforts?
-
comment
Comment #25059149
It's pretty refreshing that people have courage and start ambitious projects like this one :). I hope projects like this get some traction and prove that we can move higher level t…
-
comment
Comment #23383379
Thanks a lot for the reply. I'll include it some time soon in the article update
-
comment
Comment #23383114
Thank you :)
-
comment
Comment #23383079
It's just about backward compatibility. If you don't run the exact version of python that's running in production, how do you know that you're not using some method that does not e…
-
comment
Comment #23383007
Docker is definitely an interesting tool for that, but my biggest problems is that I have to teach them Docker, which is a totally new layer of abstraction they haven't seen before…
-
comment
Comment #23382939
Does it pin versions of 2nd degree dependencies too? Like pip freeze would do? Also, when you remove a package, does it know to clear packages that were its deps and are not needed…
-
comment
Comment #23382906
Thanks for mentioning it! How would you compare it to the other tools from the original post?
-
comment
Comment #23382855
I think this is not a problem specific to python packages, but a general problem of how we compile C/C++ software. There is no concept of packages and compiling one thing often req…
-
comment
Comment #23382549
Hey xapata, thanks for pointing this out. Any chance you could give me some reference so I can fix it in the original article?
-
comment
Comment #23382505
I think that works when you use Python cli tools, but not when you're working on 5 different projects, each running different python version.
-
comment
Comment #23382486
How come other tools don't just replicate successful models?
-
comment
Comment #23380592
Unless you're in data science. Then you'll be split between conda and pip, which is worse than npm and yarn. You can always swap npm and yarn, but can't do that with conda and pip.…
-
comment
Comment #23380454
That's very true. Starting fresh definitely helps. I would not say JS solved it, but yarn (and even npm these days) seem to be superior to all python dependency management tools be…
-
comment
Comment #23380345
I agree with you that Docker should not be there, but the reality is that people us it to replace some other tools (like venv). I wonder why you prefer the former approach.
-
comment
Comment #23380114
It's 2020, but the python community still has not converged to a small set of sane solutions. It seems to me that Ruby, PHP, JS, and Rust communities have solved the problem.
- story
- story
-
comment
Comment #16677784
No, not yet :)
-
comment
Comment #16677059
No :). Started with Postgres long time ago, switched to MySQL. Added MongoDB into the mix. Removing MongoDB from the mix.
- story
-
comment
Comment #13311516
This is definitely a must read. A very systematic approach of explaining different concepts with real examples, problems each solution brings and tradeoffs we do by choosing approa…
- story
-
comment
Comment #8211282
This application is temporarily over its serving quota. Please try again later. :)