This is great. I really think that having a theme to iterate on is the best way of revisiting coding/math skills and learning new ones. And building things from scratch is so much more rewarding than snapping parts together. My free time right now is trying to rewrite 90s screensavers down to the rasterizer level, without consulting anything for how to do stuff like antialiasing. One little note, just checking out yo…
Show HN: While the world builds AI Agents, I'm just building calculators
101–110 of 118 posts
Re: Show HN: While the world builds AI Agents, I'm just building calculators
#102Re: Show HN: While the world builds AI Agents, I'm just building calculators
#103Just a side question but "while the rest of the world builds ai systems" makes me curious about what rough percentage of software engineers out there are working directly on building AI systems, even just on a front end level. Assuming there's not an easily access exact percentage, just curious what people's perceptions are.
Re: Show HN: While the world builds AI Agents, I'm just building calculators
#104Suggestions: - Fix your certs to not lose traffic when Chrome (at least at the default security level) puts up a scary "Your connection is not private" warning for net::ERR_CERT_AUTHORITY_INVALID and requires an override to proceed to your site. - Fix whatever reputation damage has caused you to be classified as a phishing site: https://phish.opendns.com/main?url=www.calcverse.live
Re: Show HN: While the world builds AI Agents, I'm just building calculators
#105Just a side question but "while the rest of the world builds ai systems" makes me curious about what rough percentage of software engineers out there are working directly on building AI systems, even just on a front end level. Assuming there's not an easily access exact percentage, just curious what people's perceptions are.
Re: Show HN: While the world builds AI Agents, I'm just building calculators
#106Re: Show HN: While the world builds AI Agents, I'm just building calculators
#107Suggestions: - Fix your certs to not lose traffic when Chrome (at least at the default security level) puts up a scary "Your connection is not private" warning for net::ERR_CERT_AUTHORITY_INVALID and requires an override to proceed to your site. - Fix whatever reputation damage has caused you to be classified as a phishing site: https://phish.opendns.com/main?url=www.calcverse.live
This is really strange, what can I do to resolve this? My SSL cert is valid. My site doesn't collect or store any sensitive information at all.
Re: Show HN: While the world builds AI Agents, I'm just building calculators
#108Earlier quoted context omitted.
To anyone thinking of starting running but either doesn't know where to start or thinks he can't do it, look up "couch to 5k". It's a free NHS audio program that guides your phase so that in 9 weeks you can do a 5k run.
I can second this. That's the program I started with. I'm now training for a half marathon using https://www.baa.org/races/baa-half-marathon/train/leveltwo and I've shaved like a minute off my mile pace while increasing my milage from 6 mile runs to 12 mile runs. There's lots of programs for running and most of them seem good for improving performance.
Re: Show HN: While the world builds AI Agents, I'm just building calculators
#109These still live in excel, but I would love to move then into a web app.
Is there a best practice way to go about this? I've tried basic html forms that pass to python for the number crunching (there are optimisations and Monte Carlos). But it gets so messy as the number of input fields increase. Does a tool exist to simplify this process?
Re: Show HN: While the world builds AI Agents, I'm just building calculators
#110I have a question about calculator building, if anyone has a suggestion. My industry revolves around quite complicated calculators, with anywhere from 10 to 50 data inputs - and the result are large projection tables and charts. These still live in excel, but I would love to move then into a web app. Is there a best practice way to go about this? I've tried basic html forms that pass to python for the number crunchin…