Just a geek, finding my way in the fediverse.

  • 8 Posts
  • 379 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle
  • I still have my previous phone… S5 that I used for seven years until it couldn’t get updates and I “needed” some apps that wouldn’t run on the old android version (I don’t remember what they were at this point or if there was a way around it).

    It’s been sitting on my desk for the past 5 years waiting for a purpose. The battery is shot but it still “works”. Maybe this is that purpose because I was specifically looking for something like this a few months back …because I thought it would be funny to have that phone as a server.





  • I’m sure it varies by locale but are there specific certifications / licenses for this?

    We’ve been talking with an entity that owns a tower about getting permission to place a meshtastic node on one of their towers and, for some reason, it’s generally frowned upon for some rando to just spider monkey up there : D

    I’d considered going through a cert class for fun, if nothing else, but my Internet searches didn’t turn up much reputable looking information. I’ve got a pretty strong background in rock climbing, SAR, and the associated rope work, but obviously those aren’t the same.











  • O! Thank you for this picture.

    I was in somebody’s Y (I think? I don’t know teslas) a few weeks ago in the front seat and I pulled the mechanical door release across multiple different stops around town before he told me I was supposed to push the electronic “open door” button.

    That spurred me to think “wait, if I pulled the mech release by default and it’s pretty obvious/intuitive, what’s all the hubbub about getting trapped in a car because the manual door releases are so difficult?”

    I didn’t realize it was about the rear door handles rather than the front until right now. Granted, the front manual door handle is fairly different than “most” cars but I still found it pretty obvious… more obvious than the need to push a stupid little button to open a door.






  • That’s mostly correct. If we want to be super technical, I’m not “logging in” to my router, just using it as a Tailscale network bridge to gain LAN access so I can SSH from my phone to my server. But, in general, yeah.

    I currently don’t allow any direct access to my server from the internet. The only way to access it is Tailscale. I have Tailscale installed on both my desktop (always on) and my router (also, always on). The reason I installed it on the router is because my desktop is also full disk encrypted. So, if there’s a power outage then both the server and desktop will reboot and both will be waiting for LUKS unlock, rendering my desktop useless as a Tailscale jump point.

    Since the router boots automatically then it will always start back up and allow Tailscale access after an outage and therefore I can use it to access my LAN and SSH to the server to enter the password.

    Basically the same setup you’ve got with the RPi - having a node that comes online automatically after a power outage, automatically starts Tailscale, and allows LAN access. You use an RPi, I use my router. (I briefly did the exact same thing as you, with an RPi, until I found I could install it on the router : )