HackerTrans
TopNewTrendsCommentsPastAskShowJobs

spicypixel

no profile record

comments

spicypixel
·قبل 6 أشهر·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 أشهر·discuss
Yeah would really make testing a tonne easier.
spicypixel
·قبل 7 أشهر·discuss
This is the winner
spicypixel
·قبل 8 أشهر·discuss
Question comes to mind; Why is Postgres supported but neon coming soon?
spicypixel
·قبل 10 أشهر·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 أشهر·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.