• 0 Posts
  • 129 Comments
Joined 3 months ago
cake
Cake day: May 2nd, 2026

help-circle
  • Honestly, this is one of those things where you need to define what AI means. Paperless 2.x used a machine learning-backed OCR library called Tesseract that has been in development since 1985.

    The current version of Tesseract does use a LSTM neural network, since 2018. Is that an AI? Fuck if I know because AI is a basically meaningless term.

    It’s not an LLM or a diffusion model, which is what backs a lot of the things people are calling AI nowadays.



  • Exactly, that’s the “in theory” part. In theory, 802.11ax (aka WiFi 6) can hit 1.1Gb, and 802.11be (WiFi 7) can hit 23Gb(!!) with an expensive router, while most common cheap Ethernet devices support 1Gb, though fancier ones support 2.5 or 10, and if you have the money you can get 40Gb or 100Gb devices. But you’re only going to hit those WiFi rates in an anechoic chamber with perfect antennas, placement and no other devices. And that speed is shared between all connected devices.

    But a $20 Ethernet switch can support 8 devices getting a solid 1Gb connection simultaneously.

    Related, I have a Roku TV that only has a 100Mb Ethernet connection but generally reports several hundred Mb over WiFi. I still only use the Ethernet connection because a 4k show only needs about 60Mb, and I never have had a problem with the Ethernet connection, while WiFi would drop out several times a week.




  • The basics for anything:

    • ssh key access only
    • and a hardware key if available
    • disabled root
    • fail2ban
    • rate limiting
    • unattended upgrades
    • calendar reminder to run full updates

    After that, it really depends on what you’re running and who needs access where.

    If it’s just you, or a small group of devices that you have access to and can maintain, Tailscale is the easiest best first step, or your own headscale server.