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

help-circle

  • More than a phone, I want a good 7-10" Linux tablet. Something like a Samsung Tab S7 but pure Linux, not Android. Full-fat USB-C (video out, etc) with a slim keyboard cover. I seem to have a lot of low-level hacker-y needs while out and about but I don’t want to always carry my laptop.

    These days a tablet is a luxury, a phone is a necessity. You can iterate a mobile UI on a tablet slowly. Shooting to replace a phone means you need to hit a much higher bar of quality. It seems like an easier path to adoption.



  • Unless I’m misunderstanding something, this is just how networking works. All of your local traffic is going to go through that router at some level. The router is making all the decisions for… routing. It has to be a part of the network.

    If it’s truly an untrusted device, you need physical separation. Subnets are just informational for routing purposes. The trivial setup is “tandem routers”: ISP – ISP_router – Your_router – (( your home network )). The downside is the double NATing is going to cause weird problems unless you go to a lot of trouble of port forwarding (and don’t forward all ports to your “favorite” machine).

    Advanced “I have a Cisco certification” setups for separation involve VLANs and many distinct, specialist devices: a pure router/firewall (no switch/hub, no wifi), a managed switch, and a mesh of managed wifi access points. Some home routers automate this to give you a “guest network” or maybe even an “IOT network”.