Live data from Hacker News

Viewing profile — ryze20245

ryze20245

HN member
Joined
Thu, Feb 01, 2024, 10:00 AM UTC
HN karma
8
Public activity
5 items

About ryze20245

No profile information was provided.

Recent public activity

  1. comment
    Comment #46307869

    > I added Helen to my roster just this week.

  2. comment
    Comment #41539538

    I read this yesterday and then came back today to upvote and comment because I thought it was so beautifully said

  3. comment
    Comment #41150057

    Pure poetry. Loved it. Hits the nail right on the head

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

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