Live data from Hacker News

Viewing profile — tanlermin

tanlermin

HN member
Joined
Sun, Feb 14, 2016, 10:16 PM UTC
HN karma
247
Public activity
86 items

About tanlermin

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #12226393

    Julia has all these things

  3. story
  4. 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:…

  5. 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…

  6. 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…

  7. comment
    Comment #12134395

    Do you see it replacing python for non DS? What is on Julia 2.0?

  8. story
  9. story
  10. 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.

  11. comment
    Comment #12058600

    https://github.com/dodger487/dplython also see this

  12. 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.

  13. comment
    Comment #12058579

    Julia can do all that. its also a general programming language

  14. comment
    Comment #12057370

    Julia will be a suitable (superior) alternative soon.

  15. story
  16. comment
    Comment #11973679

    Anaconda. Its the best game in town right now.

  17. 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...

  18. story
  19. 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…

  20. comment
    Comment #11841046

    https://github.com/has2k1/ggplot/issues/3

  21. story
  22. story
  23. comment
    Comment #11772079

    What do you mean by "goes gold"? Like 1.0?

  24. 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 :/

  25. comment
    Comment #11644857

    Can the type information be consumed by a compiler like nuitka to produce fast binaries?