HackerTrans
トップ新着トレンドコメント過去質問紹介求人

spicypixel

no profile record

コメント

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