Live data from Hacker News

Viewing profile — spicypixel

spicypixel

HN member
Joined
Tue, Sep 16, 2025, 7:20 AM UTC
HN karma
16
Public activity
6 items

About spicypixel

No profile information was provided.

Recent public activity

  1. 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.

  2. comment
    Comment #46152468

    Yeah would really make testing a tonne easier.

  3. comment
    Comment #46137624

    This is the winner

  4. comment
    Comment #46082114

    Question comes to mind; Why is Postgres supported but neon coming soon?

  5. 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…

  6. 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.