Readit News logoReadit News

Dead Comment

imdavidsantiago commented on Ask HN: Startup getting spammed with PayPal disputes, what should we do?    · Posted by u/june3739
imdavidsantiago · 3 months ago
Sounds like automated chargeback abuse, maybe for card testing or just to exploit your payment/dispute setup. We’ve dealt with similar stuff.

A few things that helped us: – Browser fingerprinting (FingerprintJS or even basic user agent + behavior tracking) – Logging full headers + TLS fingerprints — IPs rotate, but some other patterns leak through – Introduce small friction in the payment flow (e.g. lightweight CAPTCHA or JS challenge) – Look at timing patterns — automation tends to work in strict intervals

PayPal support is notoriously slow for anything that’s not cookie-cutter. Try emailing merchanttechsupport@paypal.com — they’ve been more useful in escalated cases.

This kind of thing is more common than you’d think, especially for platforms selling digital goods.

imdavidsantiago commented on Ask HN: Has anybody built search on top of Anna's Archive?    · Posted by u/neonate
imdavidsantiago · 3 months ago
As far as I know, no one has fully implemented full-text search directly over Anna's Archive. Technically it’s feasible with tools like Meilisearch, Elasticsearch, or Lucene, but the main challenges are:

    Converting all documents (PDFs, EPUBs, etc.) to clean plaintext.

    Indexing at scale efficiently.

    Managing potential legal issues.
Z-Library does something similar, but it’s smaller in scope and doesn't integrate AA’s full catalog.

u/imdavidsantiago

KarmaCake day16June 4, 2025
About
Systems Engineer focused on .NET, AI-driven solutions & cybersecurity | Founder, Engprise (AlertCrafter.com) | MSc Cybersecurity | imdavidsantiago.dev
View Original