Live data from Hacker News

Viewing profile — kristofferc

kristofferc

HN member
Joined
Wed, Dec 21, 2016, 7:40 PM UTC
HN karma
455
Public activity
83 items

About kristofferc

No profile information was provided.

Recent public activity

  1. comment
    Comment #46196806

    Down 2% in the last 5 days?

  2. comment
    Comment #46185255

    Can you link to the conversation log?

  3. comment
    Comment #45136238

    Actually, it sounds quite ok.

  4. comment
    Comment #44530130

    That's 10 grams?? Does that even fit in a pill?

  5. comment
    Comment #43544297

    Scales perfectly well with a 1.8 million donation to the correct place, though. Her mistake was not the fraud, it was the forgotten donation.

  6. comment
    Comment #43024521

    Except for the language semantics.

  7. comment
    Comment #40855890

    I think it was a joke

  8. comment
    Comment #40040423

    Flying cars already exist. We just call them helicopters.

  9. comment
    Comment #39575233

    Where does "tight music" come into those constraints.

  10. comment
    Comment #39011578

    Yeah, this isn't benchmarking anything related to the CPU etc. It is benchmarking the quirks of the Python interpreter.

  11. comment
    Comment #35917497

    There is also a new player in the game of C++ wrapping Julia: https://github.com/Clemapfel/jluna

  12. comment
    Comment #35885407

    One difference is that Pkg.offline(true) will error if it cannot resolve something with packages already installed while with this option it will fall back to downloading new versi…

  13. comment
    Comment #35885362

    What did you feel you needed to use macros for?

  14. comment
    Comment #35885112

    > I provide the option of Julia in my tutorials. I also did this and only the students that were well ahead of the rest gave it a try. But I think this is natural, many students ar…

  15. story
  16. comment
    Comment #33736888

    A real person can also have a real-world doppelganger. In fact, isn't this just as likely as an AI generated person having one, maybe even more? So doing this swap didn't really ch…

  17. comment
    Comment #33735287

    Same as what would happen if a real person looked like another real person, I presume.

  18. comment
    Comment #32511698

    Functions can inline global const values and these will not be updated when you change it in a way that emits the warning. So it is not the same, the warning is not there for no re…

  19. comment
    Comment #32047059

    It is already illegal to interfere.

  20. comment
    Comment #31406584

    I wouldn't say that @inbounds is a "horrible hack". Just like the `unsafe` part of Rust is not a "horrible hack". There are cases where it is impossible for a compiler to staticall…

  21. comment
    Comment #31406389

    Warning about such things is the job for a linter. There is a linter for Julia so such a thing could be added there. It shouldn't be a runtime warning though, like you propose.

  22. comment
    Comment #30128095

    https://discourse.julialang.org/t/rust-julia-comparison-post... seems to be about 2x faster than the (optimized) Rust version with some minor tweaks to the Julia code so perhaps th…

  23. comment
    Comment #29500547

    https://simonbyrne.github.io/notes/fastmath/ also has a nice discussion about the possible pitfalls of "fast"-math.

  24. comment
    Comment #29217500

    Alternatively, the high price of long term psychological and physiological effects, particularly in children from very long lockdowns Time will tell.

  25. comment
    Comment #29202151

    > Free online numerical methods classes are available How can you use any numerical methods (like error analysis) if you don't have a solid foundation with strict rules to analyze …