dawnofdusk
No user record in our sample, but dawnofdusk has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but dawnofdusk has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
>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 particular needs. True but one benefit…
>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, which is easy to get confused on because…
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 problem ("how to solve linear equations?"…
>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 practical reasons: surely one could just…
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, which is a microscopic state, and heat…
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 for exams... that really felt like I…
If it is factually wrong please tell me how.
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…
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 record", and it is not clear to me if such…
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 pedantic technical detail ever actually…
>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 engineering this opinion is essentially…
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 practically faster than O(x), due to…
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/learners should not dismiss calculus…
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 Tim's prose is magnificent, but the work…
>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 developed in a particular context means…
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 behavior is optimized, so it's not…
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, the opposite would be much more so…
Basically the same as decrying why we should have to learn foreign languages instead of everyone speaking Esperanto.
Essentially all physics simulations are either particle based or based on integration of differential equations (although in a computer both approaches involve a discretization which makes them somewhat computationally…
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/optimism is still there.…
Pretty cool. Makes me think if we're overdue for another 1960s era tech boom?
>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 sequence. The reason one has "physics…
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 non-CS majors, and the former would be…
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.
I mean they get evaluated in a weird way: for example you cannot use the `rec` keyword when declaring inputs.