HackerTrans
TopNewTrendsCommentsPastAskShowJobs

spicypixel

no profile record

comments

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