Viewing profile — tanlermin
tanlermin
HN member- Joined
- Sun, Feb 14, 2016, 10:16 PM UTC
- HN karma
- 247
- Public activity
- 86 items
- HN profile
- View on Hacker News ↗
About tanlermin
No profile information was provided.
Recent public activity
- story
-
comment
Comment #12226393
Julia has all these things
- story
-
comment
Comment #12137402
Can you consider Dask integration? http://distributed.readthedocs.io/en/latest/queues.html https://github.com/dask/dask It can handle parallel and distributed parts for you. https:…
-
comment
Comment #12134567
"Given enough time, though, I think the paradigms that Julia is exploring will make it a killer general-purpose language." I think its already a Killer general-purpose language (ex…
-
comment
Comment #12134537
But it discusses potential for being appealing in the future when things settle down and new features are added. Also apparently stackoverflow julia questions have clear exponentia…
-
comment
Comment #12134395
Do you see it replacing python for non DS? What is on Julia 2.0?
- story
- story
-
comment
Comment #12081626
Does this obviate the issue that one has to assign the definition of meaning somewhere in the graph? ie Meaning is subjective, and it has to be inserted to propagate down.
-
comment
Comment #12058600
https://github.com/dodger487/dplython also see this
-
comment
Comment #12058583
careful continuing that linear extrapolation...I think it's about to hit a tipping point due to packages and tooling being much better.
-
comment
Comment #12058579
Julia can do all that. its also a general programming language
-
comment
Comment #12057370
Julia will be a suitable (superior) alternative soon.
- story
-
comment
Comment #11973679
Anaconda. Its the best game in town right now.
-
comment
Comment #11939836
would something like conda or anaconda help? https://docs.continuum.io/anaconda-cluster/index https://www.continuum.io/blog/developer-blog/getting-most-ou...
- story
-
comment
Comment #11899394
I can't overplay the importance of a octave like DSL. Julia is gaining marketshare and mindshare among grad student not just due to its speed, but because it is a more fun and intu…
-
comment
Comment #11841046
https://github.com/has2k1/ggplot/issues/3
- story
- story
-
comment
Comment #11772079
What do you mean by "goes gold"? Like 1.0?
-
comment
Comment #11646683
Cython is uglier and without type inference. I wish we could just use mypy when we feel like making our code faster :/
-
comment
Comment #11644857
Can the type information be consumed by a compiler like nuitka to produce fast binaries?