• 0 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: September 19th, 2023

help-circle
  • From what I understand running high bandwidth things like video streaming through cloudflare tunnels will get your cloudflare account banned or charged (which is why they require payment info to setup tunnels).

    Best to keep things like emby, jellyfin, and Plex to tailscale or just open the port.

    Idk how emby works but with Plex I feel pretty safe having port open. Since any logins have to auth though Plex’s servers.


  • Not really directly answering your question here so feel free to ignore me. But if I’m understanding right your setup sounds like a more complicated way of doing what I am.

    I put tailscale on all my devices. And in every docker compose for the ports I do. TailscaleIP:hostport:containerport

    So nothing can be access on local network at all. Only through tailscale. Which I can access from any of my devices locally or remotely without opening a port. All E2E encrypted I’m pretty sure. The only con is having to trust tailscale.

    I do keep Plex port open for friends though.


  • The return system uses weight. There is a scam ppl have done where you order something then switch it with the same weight in rocks or sand. Then send as a return to get your money back. So I assume a empty box wouldn’t have the needed weight and would be flagged.






  • Unmapped@lemmy.mltoAsklemmy@lemmy.mlTouch Typing
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    2 months ago

    About a year ago I finally took the time to learn it. Just make sure you know which finger should hit which keys. And then do a bunch of practice. My favorite way to to practice is Monkey type. Its all about the muscle memory. Doesn’t take as long as you’d think ether. About 20 hrs of practice and I was just as fast as I was before. Then you will start getting really fast if you keep it up.



  • Can’t say if its “normal” or not but I’m exactly the same. It sucks sometimes cause I want to work on multiple things. Developing a project, learning a instrument, learning a new language, training cardio. But I seem to only have time for one at a time. Because I’ll put soo much time into that one. Whichever one is most interesting at the time.

    At the same time though I kind of think its a good thing cause when I’m interested in something I can have a lot of fun and make a lot of progress fast.

    But yeah if I find a new TV show or game I have to completely finish it before I can get back to being productive.





  • If I’m understanding the question right. This is what Immutable Linux distros do. Such as Nixos, fedora silver blue, and vanilla os.

    I use nixos myself. But its quite different then most distros. The way you config it and install packages. For the better in my opinion.

    Something like silverblue works pretty much the same as normal Fedora except you can’t install packages like you normally would. Because the system files can’t be edited. You mostly use flatpak for everything. Except the system updates. Which you have to reboot to switch to the new updated image. But past images are saved so you can rollback if needed.

    From what I understand Chromebook os is a Immutable Linux distro same as the ones I mentioned. Just with Google with built in.