Show HN: While the world builds AI Agents, I'm just building calculators
11–20 of 118 posts
Re: Show HN: While the world builds AI Agents, I'm just building calculators
#12Where’s the math actually done, on device or on your server? Feedback: the compound interest calculator doesn’t support continual compounding? That’s surprising, and also the easiest to compute.
I must admit I still don't understand continual compounding
Re: Show HN: While the world builds AI Agents, I'm just building calculators
#13Re: Show HN: While the world builds AI Agents, I'm just building calculators
#14Where’s the math actually done, on device or on your server? Feedback: the compound interest calculator doesn’t support continual compounding? That’s surprising, and also the easiest to compute.
I must admit I still don't understand continual compounding
Re: Show HN: While the world builds AI Agents, I'm just building calculators
#15Where’s the math actually done, on device or on your server? Feedback: the compound interest calculator doesn’t support continual compounding? That’s surprising, and also the easiest to compute.
I must admit I still don't understand continual compounding
interest = e^(years*rate)
10% interest for 5 years? e^(5*.1) = 1.649
3% for 8 years? e^(8*.03) = 1.271
You can plug any numbers into that and get the end result in 1 step.Re: Show HN: While the world builds AI Agents, I'm just building calculators
#16And then kinda realized that there were others I wanted to have, and a few I thought others might want, so I added more.
A calculator is simple enough that it's fun to work on one when I need a break from something more complex but want to be able to do something other than doom scrolling. So now every couple of weeks I add another one.
Re: Show HN: While the world builds AI Agents, I'm just building calculators
#17Re: Show HN: While the world builds AI Agents, I'm just building calculators
#18Re: Show HN: While the world builds AI Agents, I'm just building calculators
#19Anyway not to say your calculators arent useful op, i just think that something that can be open on the desktop is more useful than something that is hidden in a chrome browser tab.
Re: Show HN: While the world builds AI Agents, I'm just building calculators
#20Earlier quoted context omitted.
I must admit I still don't understand continual compounding
Explained in a terrible way, it's integrals for interest if "compound daily/monthly/yearly" was an estimation using discrete intervals