HackerTrans
TopNewTrendsCommentsPastAskShowJobs

spicypixel

no profile record

comments

spicypixel
·6 maanden geleden·discuss
You should at least try and align the ascii flowchart in the readme on the repo.

One day Claude will do it correctly but today is not that day.
spicypixel
·7 maanden geleden·discuss
Yeah would really make testing a tonne easier.
spicypixel
·7 maanden geleden·discuss
This is the winner
spicypixel
·8 maanden geleden·discuss
Question comes to mind; Why is Postgres supported but neon coming soon?
spicypixel
·10 maanden geleden·discuss
Are we at the point where I can store arbitrary scripts in a sql database and execute them with arguments, safely in a python sandbox from a host language that may or may not be python, and return the value(s) to the caller?

I'd love to implement customer supplied transformation scripts for exports of data but I need this python to be fully sandboxed and only operate on the data I give it.
spicypixel
·10 maanden geleden·discuss
I wish python had proper sandbox configuration. This would be great for user defined scripts but only if I could disable filesystem and network syscalls for the user defined code.