Viewing profile — fddr
fddr
HN member- Joined
- Sun, Jun 29, 2014, 1:25 PM UTC
- HN karma
- 86
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About fddr
No profile information was provided.
Recent public activity
-
comment
Comment #33837678
The `torch.compile` API itself will not be available from C++. That means that you won't get the pytorch 2.0 performance gains if you use it via C++ API. There's no plan to depreca…
-
comment
Comment #33712164
Do you actually think it would be a good thing if an IRB was required for this type of thing? Sure, it's "human experimentation" but the likelihood for any serious harm is basicall…
-
comment
Comment #33675944
That it is a little different. There you are estimating a continuous parameter (which happens to be interpretable as a probability) and it makes sense to have a probability distrib…
-
comment
Comment #33675520
They are giving probabilities for discrete events, which already captures their level of uncertainty. Probabilities of probabilities (i.e., a probability distribution of a probabil…
-
comment
Comment #33004900
Yes, but most likely the fact that the natural gas is being used instead of oil or coal leads to a large net reduction in carbon emissions
-
comment
Comment #32863996
Yes, 100% agree with last paragraph. And the waiting for me to type Hello back pattern is so annoying. This really should be basic work etiquette. Type your whole question in one g…
-
comment
Comment #18782741
You are not wrong, except it's not usually a big loan. The witholding rates are chosen so that in most cases what is withheld is close to your final tax bill. In all countries I kn…
-
comment
Comment #18780498
You do get a paper receipt, which is just your normal sales receipt (which usually I just throw away immediately). You can also check all your receipts online, on the Finance Minis…
-
comment
Comment #18780311
It is true. The prize used to be a car, now it is government bonds. It is fully automatic. You just tell the cashier your tax id number, and you are set. No need to keep the receip…
-
comment
Comment #18780256
It is not quite that bad. Tax withholding rates are not marginal, they do apply to the whole salary. But the actual tax rates at the end of the year are marginal. So it is possible…
-
comment
Comment #15275146
It may have been a "crusade", but it does not seem to me it was personal.
-
comment
Comment #8506621
I am genuinely surprise at how confidently you (quite wrongly) diagnosed my problem. What I did mean, was that for my use cases, I found Mathematica was superior to the alternative…
-
comment
Comment #8506095
As a former physicist that used Mathematica heavily not that long ago, I have to disagree. It would be great if there were open source alternatives that were "superior in every way…
-
comment
Comment #8227107
This is not entirely correct. The reduction in tax liabilities will be much smaller than you might expect and this is not a merger motivated purely by that. For an in depth discuss…
-
comment
Comment #7961121
> It’s not really a feature, it’s an operator that can be overloaded. That is, instead of using `mymodule.dot(a, b)`, you can use the much less readable `a @ b`. I disagree with yo…