HackerTrans
TopNewTrendsCommentsPastAskShowJobs

devtom

no profile record

comments

devtom
·7 เดือนที่ผ่านมา·discuss
I’m tinkering with a small TCO estimator for internal apps.

It compares different approaches and makes some assumptions explicit. Mostly a rough tool to sanity-check effort and tradeoffs.

https://tco.devtom.ca
devtom
·8 เดือนที่ผ่านมา·discuss
A business web app TCO estimator: See https://tco.devtom.ca/ Send me your comments :-)
devtom
·2 ปีที่แล้ว·discuss
ok, will look at the issue and add an example if possible. The code I was executing was one of the example code present on the site. So nothing special.
devtom
·2 ปีที่แล้ว·discuss
Yay, thank you :-) going to take a look!
devtom
·2 ปีที่แล้ว·discuss
So If I make a request from the python code, is the request executed in the browser ? or on the server ? Is the UI layer executing in the browser and use proxy rpc from the server ?
devtom
·2 ปีที่แล้ว·discuss
The error is: partially initialized module 'pandas' has no attribute '_pandas_datetime_CAPI' (most likely due to a circular import)

This happens only on the second interaction.
devtom
·2 ปีที่แล้ว·discuss
Thank you! This looks very interesting and promising. I had issues running it locally on my Mac with pandas problems. But I switched to collab and it run well there. I guess you would use "requests" to get and post data to the backend ?