Viewing profile — dawnofdusk
dawnofdusk
HN member- Joined
- Thu, Sep 08, 2022, 8:26 AM UTC
- HN karma
- 353
- Public activity
- 126 items
- HN profile
- View on Hacker News ↗
About dawnofdusk
No profile information was provided.
Recent public activity
-
comment
Comment #45610894
>Mathematicians are prone to taking words from elsewhere, either twisting their meaning or inventing wholly new meaning out of thin air, all according to their whimsy for their own…
-
comment
Comment #45574208
>what this routing mechanism is (heating a substrate, maybe?) You can engineer a waveguide if you understand the nonlinear theory they propose. There's no heat exchange involved, w…
-
comment
Comment #45506883
I really like the second part of the blogpost but starting with Gaussian elimination is a little "mysterious" for lack of a better word. It seems more logical to start with a probl…
-
comment
Comment #45506830
>My goal is to develop a practical, working understanding I can apply directly. Apply directly... to what? IMO it is weird to learn theory (like linear algebra) expressly for pract…
-
comment
Comment #45464918
Although I am not an expert in quantum information, I think the problem you pose is resolved by the fact that the no-signalling theorem is about measurements of a quantum state, wh…
-
comment
Comment #45052287
I have some minor complaints but overall I think this is great! My background is in physics, and I remember finally understanding every equation on the formula sheet given to us fo…
-
comment
Comment #45033513
If it is factually wrong please tell me how.
-
comment
Comment #45033485
The error in the OP is a typo that could never seriously confuse anyone, as the element Gr does not exist. An interesting perspective is Terry Tao's on local vs. global errors ( ht…
-
comment
Comment #45031307
As any practicing scientist knows even good research papers may be littered with blatant but unimportant errors. There is unfortunately no good reason or system to "correct the rec…
-
comment
Comment #45019459
From what I read in the comments of the first post, the Pyon guy seems very toxic and pedantic, but the rebuttal by Ned isn't great. For example, nowhere in the rebuttal is the ped…
-
comment
Comment #45018105
>This seems to be quite a bit of a strawman to me. Not really, if you ever listen to CS undergrads or people in non-traditional schooling (bootcamps, etc.) talk about software engi…
-
comment
Comment #45018062
It's reasonable but essentially every "common misconceptions about Big O" is because people didn't have the necessary notions in calculus. For example, the fact that O(x^2) can be …
-
comment
Comment #45017382
Whenever I read content like this about Big O notation I can't help but think the real solution is that computer science education should take calculus more seriously, and students…
-
comment
Comment #44978528
Agree. Science communicators should stick to talking about well-established or at least peer reviewed results. They do not need to be peddling fringe crackpottery. I don't think Ti…
-
comment
Comment #44904843
>but we know that reasoning is an emergent capability! This is like saying in the 70s that we know only the US is capable of sending a man to the moon. Just because the reasoning d…
- comment
-
comment
Comment #44879263
It's not that troubling because we should not think that human psychology is inherently optimized (on the individual-level, on a population-/ecological-level is another story). LLM…
-
comment
Comment #44878560
Optimizing for one objective results in a tradeoff for another objective, if the system is already quite trained (i.e., poised near a local minimum). This is not really surprising,…
-
comment
Comment #44839974
Basically the same as decrying why we should have to learn foreign languages instead of everyone speaking Esperanto.
-
comment
Comment #44838955
Essentially all physics simulations are either particle based or based on integration of differential equations (although in a computer both approaches involve a discretization whi…
-
comment
Comment #44830356
Yann LeCun (Meta AI head) is still all-in on energy based models, which are basically Hopfield-like. Not sure if there are any major developments in that direction, but the hype/op…
-
comment
Comment #44829932
Pretty cool. Makes me think if we're overdue for another 1960s era tech boom?
-
comment
Comment #44690458
>FWIW our CS program mandated a programming languages class and the first third of the class was taught in Scheme. This is important but doesn't replace having a dual-track intro s…
-
comment
Comment #44686642
I think the solution is to have, as is the case in math/physics, an honors intro CS sequence compared to the regular intro CS class. The latter would be the recommendation for all …
-
comment
Comment #44664959
Another take along similar lines can be found in the book The Drunkard's Walk: How Randomness Rules Our Lives, by Leonard Mlodinow. Highly recommend.