• 28 Posts
  • 126 Comments
Joined 2 years ago
cake
Cake day: October 18th, 2023

help-circle

  • Well, yes I looked at tailscale too, but that would prevent me from using my normal commercial VPN

    You can split your devices traffic, Tailscale traffic through Tailscale, everything else through your masking VPN.

    I’m trying to get the best of 2 worlds: using the VPN to hide my IP from services that i visit and my ISP, and a secure connection to my home server.

    For that, what I would do is put the masking VPN (like PIA or whatever) on your router (not all routers can do this) and then have Tailscale on the devices or individual services. In theory, everything would still be able to talk to each other (even if your mobile device is not behind the router), but everything that is behind the router would enter and exit their traffic wherever you have the masking VPN set to. Downside of doing this is that EVERYTHING that is behind that router is also behind that VPN which can cause problems with some services, like banking and streaming.

    It would also mean that the only way you could host a public service is to have an external VPS acting as a reverse proxy. Cloudflare might also have something that could work around this setup, but I’m not familiar with their offerings.

    This setup also doesn’t mask your traffic (origin and destination) from your mobile provider (just your home ISP), but that is a harder nut to crack as they can see, real time, where you are physically, and depending on your device, may have deeper device access anyways. I’m thinking prepaid phones and phones bought from the carrier (at least here in the US) or if your carrier has “asked” you to install an app to manage your account. My assumption is that my mobile provider can see anything I do while I have my phone or tablet with me, and just work around that.

    You might want to ask in !privacy@lemmy.ml and !privacy@lemmy.world, as this is more up their alley.


  • Publicly acknowledged as real? Maybe 2 years. Fairly good evidence something was out there, maybe 30- 40 years. The evidence has been good enough to say something is out there, but it was never good enough to say it was more than highly probable. I remember being shocked when there was a Senate hearing about it a while back.

    The idea that aliens might exist goes back a long time though. Here in the US, first major incident I remember was Roswell, back in the 1940’s. There were depictions of strange things going back a lot longer though, vast majority of which can be explained by our modern understanding of science. Some though, not so much.

    And yes, it is a distraction, but at this point I’d have to ask “From what?”. Is this (aliens) important? Doesn’t seem like it at the moment, there are bigger problems. Like the administration ignoring orders of both congress and judges. The Epstine files are one example , DHS’s behavior is another.



  • I just had to deal with this. Moving two households from Alabama to Minnesota, with myself, my wife and her mother (all 3 of whom are pack rats) and more than 1 one way truck and a car hauler was not in the budget.

    What I did was rent a storage unit just large enough to match the volume of the truck I was going to rent. Anything that could fit in the storage unit could be kept. Everything else had to go. Anticipating trouble, especially from my MIL, I divided the storage unit into halfs using gaffer’s tape and one half (me and my wife’s) was again divided into half with one section reserved for me and the other for my wife.

    Me and my wife downsized fairly problem-free. I got down to about 10 plastic footlockers and let my wife have the rest of my section. Our half was full, but not horribly so even after the furniture we wanted to keep. My MIL however was another story.

    She kept saying we were trying to force her to give away everything she owned. She calmed down and started downsizing seriously when we finally packed up her house to move it to the storage unit and we completely filled U-haul’s largest truck, Tetris Style, with not even enough room left for a rolled up poster, and my MIL still had another half truck’s worth of boxes that she had, till that point, claimed she couldn’t bear parting with. I put my foot down and told her that, while I was willing to make multiple trips (neither of them were comfortable with the idea of drive the U-Haul) she would have to pay the full cost of moving everything that wouldn’t fit into the 1st truck and estimated that it would cost an additional $4K per trip, all in. That got her.

    We wound up renting a second storage unit for interim use as she decided what would go on the truck and what she would have to sell, give away or toss. I think we may have single-handedly crashed the second hand market in our old town with everything we three donated. In the end, it was noisy, stressful and there were times when my MIL didn’t want to talk to me or my wife, but we eventually got it down to a single truck, and 3 cars, but damn, were they packed.


  • Hosting for the public, it’s honestly going to depend on how many users you are going to have. Pretty much anything that is light on bandwidth should be doable. Websites, blogs, wikis. XMPP chat servers might work. Matrix might work as well. Adding to your seeding idea, you might seed torrents for any Linux distros you happen to like or build torrent seeds for projects with larger download sizes. I seem to recall a project that would enable you to seed peertube channels as well, though I can’t find the project right now.

    If it’s just you and maybe a few family and friends,say over a mesh VPN, what ever you want, though video streaming may be a bit much for that bandwidth. Any other type of personal media should be very doable. Books, music, that sort of thing.








  • I have a simple goulash that has been a goto for a bit.

    1. Toss 1 pound of ground meat ( any kind) and 1/2 pound of any veggies (usually chopped bell peppers and onions for us) you want into a 12 inch skillet and cook until the meat is just about but not quite browned.
    2. Add a medium sized jar (28ish oz) of red pasta sauce and about 80% of the same jar filled with water to the pan and mix thoroughly.
    3. Add roughly half a pound of pasta, any kind.
    4. heat to boil, reduce heat to low and cover.
    5. Cook until pasta is done, roughly 11 to 20 minutes depending on the pasta.
    6. Add shredded cheese to taste and stir until melted in.
    7. Serve.

    Feeds 2 - 3 people depending on how hungry they are. Might consider adding a heavy side dish if I need to feed more people, but a 12 inch is the largest cast iron I have. Takes about 20 to 40 minutes including waiting for the skillet to heat up.

    Too large a recipe for a 10 inch. It will fit but, likes to slosh over the sides.

    Originally, I made this with ground beef, but nowadays ground pork is far cheaper. Costs roughly $3 per serving.


  • Possibly. I don’t remember that being an option when I was setting things up last time.

    From what I’m reading it’s sounding like it’s just acting as a slightly simplified DNS server/reverse proxy for individual services on the tailnet. Sounds Interesting. I’m not sure it’s something I’d want to use on the backend (what happens if Tailscale goes down? Does that DNS go down too?), but for family members I’ve set up on the tailnet, it sounds like an interesting option.

    Much as I like Tailscale, it seems like using this may introduce a few too many failure points that rely on a single provider. Especially one that isn’t charging me anything for what they provide.


  • In my case, most things that I didn’t explicitly make public are running on Tailscale using their own Tailscale containers.

    Doing it this way each one gets their own address and I don’t have to worry about port numbers. I can just type http://cars/ (Yes, I know. Not secure. Not worried about it) and get to my LubeLogger instance. But it also means I have 20ish copies of just the Tailscale container running.

    On top of that, many services, like Nextcloud, are broken up into multiple containers. I think Nextcloud-aio alone has something like 5 or 6 containers it spins up, in addition to the master container. Tends to inflate the container numbers.