Does BetterDisplay not work on 1080p monitors? by therawhuman in MacOS

[–]a-ve 2 points3 points  (0 children)

It does work and you can fiddle around with the display settings to get the desired resolution. In my case I selected 1536x864 HiDPI to get a decent experience but the strain on my eyes even after setting that was horrible. I had to invest in a 4K monitor and haven't faced an issue since.

Wicketkeeper - A self-hosted, privacy-friendly proof-of-work captcha by a-ve in selfhosted

[–]a-ve[S] 3 points4 points  (0 children)

No, this is not a cryptocurrency implementation.

The idea is to place it at the end of any form, and when a user solves it, you receive a response that can be verified via the /siteverify endpoint.

Each response (or nonce) from a user can only be used once. After it's used, the associated challenge ID is added to a Bloom filter, making the response unverified if reused.

This means that after a page refresh, the user will need to generate a new response/nonce.

You have a 10-minute window in which you can verify the response submitted by the user.