(no title)
reconnecting | 4 days ago
Here is an example of successful passing of all checks:
> Published This comment passes all checks and would be published.
Score: 5/5 | Not spam | On-topic: Yes | No dogwhistles detected (confidence: 100%)
Can confirm. We hit this exact issue running tirreno www.tirreno.com (open-source fraud detection) on Windows ARM — libraries were auto-selecting AVX2 through emulation and batch scoring was measurably slower than just forcing SSE2. The 256-bit ops get split under the emulation layer and the overhead adds up fast in tight loops. Pinned SSE2 for those builds. Counterintuitive but throughput went up.
NickHodges0702|4 days ago
Thanks so much for trying it out and giving us feedback. I'm grateful.
reconnecting|4 days ago
On a separate note, if this is a real product, you might need to pay particular attention to data processing agreements etc., as the current T&Cs and Privacy Policy are actually missing how you process the input data, what you use, how long/where you store it, etc.
vintagedave|4 days ago
I am super glad to see that comment passes — as it should. I would rate that one well too. Thankyou!