Viewing profile — spicypixel
spicypixel
HN member- Joined
- Tue, Sep 16, 2025, 7:20 AM UTC
- HN karma
- 16
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About spicypixel
No profile information was provided.
Recent public activity
-
comment
Comment #46450294
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.
-
comment
Comment #46152468
Yeah would really make testing a tonne easier.
-
comment
Comment #46137624
This is the winner
-
comment
Comment #46082114
Question comes to mind; Why is Postgres supported but neon coming soon?
-
comment
Comment #45366140
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 py…
-
comment
Comment #45259078
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.