Viewing profile — darlingdem
darlingdem
HN member- Joined
- Sun, Apr 28, 2024, 6:33 AM UTC
- HN karma
- 3
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About darlingdem
No profile information was provided.
Recent public activity
-
comment
Comment #40207194
[dead]
-
comment
Comment #40189762
No, thank you, sir.
-
comment
Comment #40189741
Another useless AI-thingy, nice.
-
comment
Comment #40189737
I think you've built a landing page. That's about all that can be said about the product.
-
comment
Comment #40189712
More links, just what we need.
-
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