- When I have an example open, I can't type any commands.
- When I open an example, I expected to actually... see an example. I'm not gonna read the wall of text. I don't even understand what this is yet, that's why I tried to see an example.
You have to load the extension, the instructions are in the text above the button.
2 hours ago [-]
hbwang2076 7 hours ago [-]
Clean implementation. One thing I always look for: how does this degrade when things go wrong? Good error handling is what separates weekend projects from tools people actually use.
james_marks 1 hours ago [-]
As an adult, I now write clean error handling first thing.
The person it benefits the most is the author, when they are building it and the errors-per-use are as high as they’ll (hopefully) ever be.
roger_ 4 hours ago [-]
Cool idea but not very mobile friendly it seems.
dmos62 7 hours ago [-]
Pretty cool. Curious, why a one time payment? Why not, say, a smaller monthly payment?
sowow 5 hours ago [-]
Not OP, but for me personally I’m tired of subscriptions. I’m grabbing the one time payment before OP changes his mind.
nivter 2 hours ago [-]
Not a fan of subscription hell myself, I plan to use one-time payment for all my products. Implementation wise one time payment is much simpler than setting up smaller payments that cap at a fixed amount.
ddxv 9 hours ago [-]
What is autodiff?
nivter 9 hours ago [-]
Automatic differentiation. For any DAG with a scalar output, it allows calculating its partial derivative wrt the input parameters.
Rexxar 1 hours ago [-]
I don't understand what the use automatic differentiation for in this context.
dsecurity49 7 hours ago [-]
[dead]
embirdating 7 hours ago [-]
[dead]
Armonsrer 7 hours ago [-]
[dead]
Rendered at 17:10:40 GMT+0000 (Coordinated Universal Time) with Vercel.
- When I open an example, I expected to actually... see an example. I'm not gonna read the wall of text. I don't even understand what this is yet, that's why I tried to see an example.
The person it benefits the most is the author, when they are building it and the errors-per-use are as high as they’ll (hopefully) ever be.