Viewing profile — kristofferc
kristofferc
HN member- Joined
- Wed, Dec 21, 2016, 7:40 PM UTC
- HN karma
- 455
- Public activity
- 83 items
- HN profile
- View on Hacker News ↗
About kristofferc
No profile information was provided.
Recent public activity
-
comment
Comment #46196806
Down 2% in the last 5 days?
-
comment
Comment #46185255
Can you link to the conversation log?
-
comment
Comment #45136238
Actually, it sounds quite ok.
-
comment
Comment #44530130
That's 10 grams?? Does that even fit in a pill?
-
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.
-
comment
Comment #43024521
Except for the language semantics.
-
comment
Comment #40855890
I think it was a joke
-
comment
Comment #40040423
Flying cars already exist. We just call them helicopters.
-
comment
Comment #39575233
Where does "tight music" come into those constraints.
-
comment
Comment #39011578
Yeah, this isn't benchmarking anything related to the CPU etc. It is benchmarking the quirks of the Python interpreter.
-
comment
Comment #35917497
There is also a new player in the game of C++ wrapping Julia: https://github.com/Clemapfel/jluna
-
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…
-
comment
Comment #35885362
What did you feel you needed to use macros for?
-
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…
- story
-
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…
-
comment
Comment #33735287
Same as what would happen if a real person looked like another real person, I presume.
-
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…
-
comment
Comment #32047059
It is already illegal to interfere.
-
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…
-
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.
-
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…
-
comment
Comment #29500547
https://simonbyrne.github.io/notes/fastmath/ also has a nice discussion about the possible pitfalls of "fast"-math.
-
comment
Comment #29217500
Alternatively, the high price of long term psychological and physiological effects, particularly in children from very long lockdowns Time will tell.
-
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 …