This is very exciting. Here is the APK I downloaded. And the associated discussion.

It even already seems to support stylus input which is very exciting seeing as there has been talk of porting RNote to Android.

  • 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍@midwest.social
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    15 hours ago

    Yeah, tarpits. Or, even just intentionally fractionally lagging the connection, or putting a delay on the response to some mime types. Delays don’t consume nearly as much processing as PoW. Personally, I like tar pits that trickle out content like a really slow server. Hidden URLs that users are not likely to click on. These are about the least energy-demanding solutions that have a chance of fooling bots; a true, no-response tarpit would use less energy, but is easily detected by bots and terminated.

    Proof of work is just a terrible idea, once you’ve accepted that PoW is bad for the environment, which it demonstrably is.

    • Possibly linux@lemmy.zip
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      11 hours ago

      None of those things work well is the problem. It doesn’t stop the bots from hammering you site. Crawlers will just timeout and move on.

    • solardirus@slrpnk.net
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 hours ago

      Tarpits suck. Not worth the implementation or overhead. Instead the better strat is to pretend the server is down with a 503 code or that the url is onvalid with a 404 code so the bots stop clinging to your content.

      Also we already have non-PoW captchas that dont require javascript. See: go-away for these implemwntations

    • Jade@programming.dev
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      edit-2
      15 hours ago

      I run a service that gets attacked by AI bots, and while PoW isn’t the only way to do things, none of your suggestions work at all.