refalo

joined 11 months ago
[–] [email protected] 1 points 16 hours ago (1 children)

What you’re doing is filtering out bots that can’t be bothered to execute JavaScript. You don’t need to do a computational heavy PoW task to do that.

Most bots and scrapers from what I've seen already are using (headless) full browsers, and hence are executing javascript, so I think anything that slows them down or increases their cost can reduce the traffic they bring.

Canvas fingerprinting filters out bots better than PoW

Source? I strongly disagree, and it's not hard to change your browser characteristics to get a new canvas fingerprint every time, some browsers like firefox even have built-in options for it.

[–] [email protected] 3 points 1 day ago (3 children)

Proof of Work is a terrible solution

Hard disagree, because:

it assumes computational costs are significant expense for scrapers compared to proxy costs

The assumption is correct. PoW has been proven to significantly reduce bot traffic... meanwhile the mere existence of residential proxies has exploded the availability of easy bot campaigns.

Canvas fingerprinting would work.

Demonstrably false... people already do this with abysmal results. Need to visit a clownflare site? Endless captcha loops. No thanks

[–] [email protected] 4 points 1 day ago (1 children)

Definitely don't visit the toxic comment thread there... wow

[–] [email protected] 4 points 2 days ago* (last edited 2 days ago) (5 children)

I don't like the approach of banning nonresidential IPs. I think it's discriminatory and unfairly blocks out corporate/VPN users and others we might not even be thinking about. I realize there is a bot problem but I wish there was a better solution. Maybe purely proof-of-work solutions will get more popular or something.

[–] [email protected] 3 points 2 days ago

All you need in order to do this is for the client to encrypt their password before sending it to the server. Often services that advertise "zero knowledge" platforms that use end-to-end encryption will authenticate their users in this way. If this were a website for example, there could be a javascript/wasm library used within the client page that encrypts their password before a login request is sent to the server.

[–] [email protected] 2 points 3 days ago* (last edited 3 days ago)

Proof? And by what metric? That has not been my experience whatsoever, nor have I heard any complaints about either of them.

[–] [email protected] 4 points 3 days ago* (last edited 3 days ago) (6 children)

xrdp and x11vnc is rootless

[–] [email protected] 23 points 4 days ago* (last edited 4 days ago) (1 children)

I would bet it's more likely emotional breakdown from cyberbullying.

[–] [email protected] 3 points 5 days ago (1 children)

See Freenet/Hyphanet

Please don't, because it is literally the largest place online that openly trades CSAM. Law enforcement even run their own nodes there to try to catch people.

[–] [email protected] 17 points 6 days ago* (last edited 6 days ago) (8 children)

How long until this gets overrun with 🍕 and nobody wants to use it...

Not sure how moderation would even be possible with this model.

[–] [email protected] 1 points 1 week ago

Is the new Alexa+ required to be used going forward? Or can you stay on the local-only setup for controlling home automation and simple things like timers and such?

[–] [email protected] 5 points 1 week ago

Raspberry Pi Pico-based*

 

Interpreting C++, executing the source and executable like a script.

  • Writing powerful script using C++ just as easy as Python;
  • Writing hot-loading C++ script code in running process;
  • Based on Unicorn Engine qemu virtual cpu and Clang/LLVM C++ compiler;
  • Integrated internally with Standard C++23 and Boost libraries;
  • To reuse the existing C/C++ library as an icpp module extension is extremely simple.

There is also a Qt helper module: https://github.com/vpand/icpp-qt

view more: next ›