Viewing profile — mgkuhn
mgkuhn
HN member- Joined
- Tue, Dec 06, 2022, 10:38 AM UTC
- HN karma
- 44
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About mgkuhn
No profile information was provided.
Recent public activity
-
comment
Comment #48076768
Note that this article is about Julia 1.0.3, whereas today you should consider as obsolete any experience reports involving Julia versions prior to Julia 1.10 (the current LTS vers…
-
comment
Comment #48076674
I'm always surprised when people describe Julia syntax as "Pythonic": Julia's syntax was clearly inspired by MATLAB rather than Python. And that's a good thing, because Python+NumP…
-
comment
Comment #47528953
I thought the proper way to correct questionable results is to conduct and publish a follow-up study that independently looks at the same question with better data and better metho…
-
comment
Comment #46287460
In Julia: X = [1 2 3] Y = [1 2 3; 4 5 6; 7 8 9] Z = Y * X' W = hcat(Z, Z)
-
comment
Comment #46287403
The problem with MATLAB is that idiomatic MATLAB style (every operation returns a fresh matrix) can easily become very inefficient: it leads to countless heap memory allocations of…
-
comment
Comment #45836658
There are reasons why the same program in Julia can be 60x faster than in Python, see e.g. slide 5 in https://www.cl.cam.ac.uk/teaching/2526/TeX+Julia/julia-slide... for an example…
-
comment
Comment #45427740
The pre-compilation speed/caching performance ("time to first plot") has practically been solved since 2024, when Julia 1.10 became the current LTS version. The current focus is on…
-
comment
Comment #45427608
Julia is a very powerful and flexible language. With very powerful tools you can get a lot done quickly, including shooting yourself into the foot. Julia's type-system allows you t…
-
comment
Comment #44569603
The wonders of standards-committee bike shedding?
-
comment
Comment #33877872
What exactly does he technically want to preserve? Does he really care about amplitude modulation? Or does he care about the frequency band (medium wave, HF) and its propagation pr…