3 ms·
In a thread last month about scrapers, the author mentioned working on a switch to hashx.[1] In addition, nothing prevents anubis from sending a wasm solver in
by harshreality 2mo ago
In a thread last month about scrapers, the author mentioned working on a switch to hashx.[1]
In addition, nothing prevents anubis from sending a wasm solver instead of js, reducing the gap between a custom native solver and a js solver.
[1] https://news.ycombinator.com/item?id=48869064 https://news.ycombinator.com/item?id=48869064
- kijin 2mo agoThey should make it mine actual coins for the site owner. The more bots try to access the site, the more profitable it will be!
- xena 2mo agoI'm almost ready to ship the wasm feature in the next version of Anubis after the one that's about to come out. The big blocker is that testing against dozens of googles chrome to ensure functionality on abandoned smart TV oses takes a nontrivial amount of time. As an example of the level of debugging and the like required: https://github.com/TecharoHQ/anubis/pull/1684/changes/67621ffd3211757a9f3db3fdc16c14463c3d9924 https://github.com/TecharoHQ/anubis/pull/1684/changes/67621f... My office gets very warm when chromesweep runs. This is something that is complicated enough that even though LLM tools can help, it's not a magic bullet. It's just complicated in general.