Viewing profile — toth
toth
HN member- Joined
- Fri, Nov 07, 2014, 7:13 PM UTC
- HN karma
- 790
- Public activity
- 156 items
- HN profile
- View on Hacker News ↗
About toth
No profile information was provided.
Recent public activity
- story
-
comment
Comment #45360609
Maybe we are just quibbling over semantics but the compiler intrinsic here is '__builtin_popcount'. 'stdc_count_ones' is a standard library element that presumably will be implemen…
-
comment
Comment #45358537
> An example you'll see in say a modern C compiler is that if you write the obvious loop to calculate how many bits are set in an int, the actual machine code on a brand new CPU sh…
-
comment
Comment #45114099
I think you shared the wrong link. Based on a quick youtube search I think you meant this one https://youtu.be/EL7Au1tzNxE
-
comment
Comment #43998955
For pytorch the analogue is Named Tensors, but it's a provisional feature and not supported everywhere. https://docs.pytorch.org/docs/stable/named_tensor.html
-
comment
Comment #43125985
That seems uncharitable. I for one enjoy the tidbits he posts in is blog.
-
comment
Comment #43125978
> In a different world, we settled on a system of notation based on continued > fractions rather than decimals for writing non-integers. In this world, nobody > marvels at the irre…
-
comment
Comment #42991940
Well, actually... the "main" function is handled specially in the standard. It is the only one where the return type is not void and you don't need to explicitly return from it - i…
-
comment
Comment #42863380
Those points are true of current AI models, but how sure are you they will remain true as technology evolves? Maybe you believe that they will always stay true, that there's some i…
-
comment
Comment #42856527
I can't understand how you reach your conclusion. At present, if you have financial capital and need intellectual capital you need to find people willing to work for you and pay th…
-
comment
Comment #42654102
Actually `e^(sqrt(n) pi)` is very close to being an integer for a couple of different `n`s, including 67 and 163. For 163 it's much closer to an integer, but for 67 you get somethi…
-
comment
Comment #42654067
Charitably it was a joke, as was my quip about `e^(sqrt(67) pi)`. It is a funnier joke without a disclaimer at the end, but unlike GP I couldn't bring myself to leave one out and p…
-
comment
Comment #42650000
Very nice, didn't know about that one! In a similar vein, Ramanujan famously proved that e^(sqrt(67) pi) is an integer. And obviously exp(i pi) is an integer as well, but that's le…
-
comment
Comment #40690361
> Are you just being overawed by IQ tests, which are notorious for measuring only ability to pass IQ tests? People like to say things like this, but nothing could be further than t…
-
comment
Comment #40268150
Right, it's a limit at infinity
-
comment
Comment #40267596
You make a valid point, but I feel there is something in the direction the article is gesturing at... The mean of the n-dimensional gaussian is an element of R^n, an unbounded spac…
-
comment
Comment #40267512
Ditto. I think that ship has sailed, but I think it's unfortunate that "ReLU(x)" became a popular notation for "max(0,x)". And using the name "rectified linear unit" for basically …
-
comment
Comment #40215999
To me it sounded like part of the problem is that people on ECMO cannot leave the ICU because at any moment they might have a complication that requires immediate emergency care. S…
-
comment
Comment #39841971
Is github copilot using GPT-4 or 3.5? I've tried to find out for sure but I can't seem to find the information anywhere
-
comment
Comment #39214491
I think matplotlib's main strength is its breadth and power. It really lets you do exactly what you want if you spend enough time fiddling and digging through the documentation. Al…
-
comment
Comment #39179283
I agree that to fully specify electromagnetism you also need to include how the fields affect charged matter. So EM = Maxwell's equations + Lorentz force equation (not sure why you…
-
comment
Comment #39179094
It's true that you can always define notation to combine all equations you want into one. This means that, by itself, the observation that you can write Maxwell's equations as a si…
-
comment
Comment #39178990
Sorry, but gauge transformations do not (by construction) affect the physical fields at all. You cannot set E to 0, even at a point, with a gauge transformation.
-
comment
Comment #39175189
> The originally published equations were "20 or so" because one equation was written for each scalar component. > Rewriting the equations in vector form reduces the number to the …
-
comment
Comment #39175130
>You can make the electric field disappear by choosing the right gauge. Same goes for the magnetic field (can't make both disappear together though). What? No you can't. The fields…