Viewing profile — ryze20245
ryze20245
HN member- Joined
- Thu, Feb 01, 2024, 10:00 AM UTC
- HN karma
- 8
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About ryze20245
No profile information was provided.
Recent public activity
-
comment
Comment #46307869
> I added Helen to my roster just this week.
-
comment
Comment #41539538
I read this yesterday and then came back today to upvote and comment because I thought it was so beautifully said
-
comment
Comment #41150057
Pure poetry. Loved it. Hits the nail right on the head
-
comment
Comment #40855930
Just don’t use the eval features, inline scripts and properly sanitise user input (if any) and you will mitigate all these issues
-
comment
Comment #39214333
I feel like a more effective way to use cron is just to dispatch jobs into a queue that will perform the actual processing. And not to do the processing within the cron scripts the…