Live data from Hacker News

Viewing profile — darlingdem

darlingdem

HN member
Joined
Sun, Apr 28, 2024, 6:33 AM UTC
HN karma
3
Public activity
6 items

About darlingdem

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #40189762

    No, thank you, sir.

  3. comment
    Comment #40189741

    Another useless AI-thingy, nice.

  4. comment
    Comment #40189737

    I think you've built a landing page. That's about all that can be said about the product.

  5. comment
    Comment #40189712

    More links, just what we need.

  6. comment
    Comment #40186504

    Seriously? is_ready() { while ! nc -z $1 $2; do echo "Waiting for $1:$2..." sleep 1 done echo "$1:$2 is accessible." } is_ready google.com 443 & is_ready x.com 443 & wait