Live data from Hacker News

Viewing profile — npr11

npr11

HN member
Joined
Sun, Dec 04, 2016, 11:55 PM UTC
HN karma
106
Public activity
39 items

About npr11

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #30794948

    Been using JuMP as a central part of a big project at work for the past 18 months and it's been great. Very intuitive to use, and lots of helpful responses on GitHub or discourse w…

  3. story
  4. comment
    Comment #26133168

    Really nice to see so many little useability improvements -- like easy temporary envs, syntax highlighting in dependency conflict errors, and more partially-applied functions -- as…

  5. comment
    Comment #24735117

    Funny you should mention the asterisk, as the author of JuliaMono has just written a brilliant blog post about it: https://cormullion.github.io/pages/2020-10-09-asterisk/

  6. comment
    Comment #24190003

    Similar functionality is available in Julia via [NamedDims.jl]( https://github.com/invenia/NamedDims.jl/ ) And in other packages, such as [AxisArrays.jl]( https://github.com/JuliaA…

  7. comment
    Comment #23726569

    If they might enjoy something on computing, I'd recommend "The Pattern On The Stone: The Simple Ideas That Make Computers Work" by W.Daniel Hillis. It's very clear and well written…

  8. comment
    Comment #22990525

    Automatic differentiation. It's useful to so much computational work, but most people only get a cursory introduction to the topic (a rough intro to the minimum they need to know),…

  9. comment
  10. comment
    Comment #21931644

    I should have been more specific; I was thinking og the "Unrecognised Simplicities of Effective Action" blogs in particular.

  11. comment
    Comment #21929133

    Dominic Cummings https://dominiccummings.com/an-index-of-blogs-articles-paper...

  12. comment
    Comment #21813623

    Nice article! If you like this, you might like the Julia language. It has "lisp macros" but generally has "python-like" syntax Edit: here's a link to docs https://docs.julialang.or…

  13. comment
    Comment #21718123

    For being immensely practical, I'm a big fan of 1. "An Elegant Puzzle: Systems of Engineering Management" 2. "High Output Management" 3. "Peopleware: Productive Projects and Teams"…

  14. comment
    Comment #21466556

    Really useful examples; especially the data in rows versus columns example :)

  15. comment
    Comment #21399808

    Cool things you probably should never do in Julia

  16. comment
    Comment #20512287

    I work at company using Julia in production. What sort of recommendations are you looking for? :)

  17. comment
    Comment #19457067

    Even newer... so early days, but you might also be intereting `MagneticReadHead.jl`. The debugging instrumentation gets compiled into the code. https://github.com/oxinabox/Magnetic…

  18. comment
    Comment #19457019

    > Revise.jl allows you to modify code and use the changes without restarting Julia. Might be helpful :) https://timholy.github.io/Revise.jl/stable/

  19. comment
    Comment #18980493

    This looks awesome! Thanks for making a working library and a great introduction :)

  20. comment
    Comment #18747792

    Julia :) For scientific programming, it's a lot more fun than Python. And so far the community if friendly and responsive.

  21. comment
    Comment #18336430

    This post seemed aggressive and vague to me. I'm not even sure what problem the author has with these licenses. I _think_ the issue is confusing naming - which seems pretty solvabl…

  22. story
  23. comment
    Comment #17945632

    Beyond the state of the Julia Language (which I am excited to try out since 1.0), the core community comes off really badly in this post, and the previous follow-up discussion on H…

  24. story
  25. story
    Ask HN: Best resources for learning Julia?

    Julia have just released v1.0, and I would like to try it out! (https://julialang.org/) Usually I use Python for scientific computing, and find it good for machine learning, and I …