Live data from Hacker News

Viewing profile — headlessvictim2

headlessvictim2

HN member
Joined
Thu, Jan 27, 2022, 8:25 PM UTC
HN karma
4
Public activity
12 items

About headlessvictim2

No profile information was provided.

Recent public activity

  1. comment
    Comment #30120123

    Thank you for this.

  2. comment
    Comment #30110799

    Thanks for the FastAPI explanation. This makes sense. Right now, we use ELB (Elastic Load Balancer) to sit in front of multiple GPU instances. Is this sufficient or do you suggest …

  3. comment
    Comment #30110797

    Thanks for the explanation. Right now, we use ELB (Elastic Load Balancer) to sit in front of multiple GPU instances. Is this sufficient or do you suggest adding Celery into this ar…

  4. comment
    Comment #30110387

    A proxy like Cloudflare or a custom proxy that stores data? Are there proxy examples you could point us to? Thanks for your help.

  5. comment
    Comment #30109263

    Thanks for the suggestion. How would this work with GPU-bound machine learning models? The model processing takes > 30 seconds and would still represent the bottleneck?

  6. comment
    Comment #30108420

    To use premium settings without paying. It appears less like malicious DDoS and more like pragmatic theft.

  7. comment
    Comment #30106927

    Thanks for the suggestion. It is possible, but this degrades the experience for legitimate users. We prefer solving this without impacting/taxing normal users if possible.

  8. comment
    Comment #30106922

    Thanks for the suggestion. It is possible, but this degrades the experience for legitimate users. We prefer solving this without impacting/taxing normal users if possible.

  9. comment
    Comment #30106590

    Consider us one. :) We tried removing "async" -- thinking it would force sequential processing -- but it unexpectedly seemed to cause parallel processing of requests, which caused …

  10. comment
    Comment #30106333

    This is interesting. Thanks for sharing. Are you saying block form submission unless the cursor is over the event target? If so: * How to handle legitimate requests from mobile use…

  11. comment
    Comment #30106299

    Thanks for the reply! The freemium service provides access to machine learning models on GPU instances, served with FastAPI. Each request invokes a compute-intensive ML model, but …

  12. comment
    Comment #30105972

    Off-topic, but our freemium website is under attack by headless browsers. The freemium service provides access to compute-heavy machine learning models running on GPUs. Hackers bla…