• 0 Posts
  • 11 Comments
Joined 10 months ago
cake
Cake day: June 5th, 2025

help-circle
  • As a networking guy, for homelab setups the router is not core of your network. That role falls on the switch. In a perfect world, you’d have a layer-3 switch handling traffic between segments and only send traffic to the router for egressing the network or a few other cases. But in the real world, you have to start somewhere and that’s what you did. Don’t let anyone tell you that you did it wrong. If someone can’t make things work without having the perfect equipment, its probably the wrong hobby for those people.

    Regarding network-wide adblocking, I had a squid proxy running that did this. Every machine was issued a self-signed certificate and the connections were basically MITM so I could check the calls being made. You can run into some issues with SSL-pinning in Android or things like HSTS for common websites sometimes, but overall it did function pretty well after tweaking.

    If you do decide later to replace your existing router, I’d suggest trying to build your own. My current router is a mini-PC with dual NICs running Arch configured to do packet filtering, routing, a few automations, etc. It was refurbished and cost me about $80 USD. Its a really good experience in building servers and learning how various routing protocols work.



  • I’ve been looking for a new book server and discovered Booklore/Grimmory as well. Here is the history I can find on it as some of what people are saying is not 100% correct.

    1. It was not vibe-coded. The original project predates genAI, so that wouldn’t have been since. I think some of the newer code might be, but the core seems unchanged.

    2. The security issue mentioned is an API authentication bypass whereby book files were exposed if the endpoint was reachable (CVE-2025-62614). This has an 8.7 rating on severity, but realistically the end result is your books could be copied.

    3. Licensing. This is the real skullduggery in my opinion. The maintainer had plans to switch from AGPL-3.0 to BSL. That might not be legal and it cuts out any contributors and sets the project up for monetization.

    My concern with Grimmory is that it is too embedded with the flaws of Booklore. In testing it was really sluggish on mobile. I still need to do more testing, but aside from being graphically nice, it didn’t feel that stable. I was hoping to move away from Calibre-Web due to auto-importing not being supported, but in the end, I’ll likely just write something to support this on my end.



  • I want to hate on this guy, but at the same time this is just the reality of a lot of workflows these days. Most programmers I know professionally will do boilerplate work with Claude Code (like the chainsaw analogy he gave) and then do the more meaningful work themselves. Same for automating commit schedules.

    Especially for small low-impact projects like Lutris (linux community loves it, but its just 3 people), if you’re going to maintain development speed, involving AI automation is probably going to be more of a positive to you than a negative. The real issue would be if the AI use snowballs and they unrealistically increase the scope of their project as that’s when most projects actually start to die.