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

help-circle



  • Honestly the writing’s been on the wall for Plex for a while now. I think it was when they introduced podcasts or news or something that it first became clear to me that Plex was trying to grow beyond a software company for self-hosters and prepare themselves for an IPO or something. I still use it simply because their client availability is second-to-none and I’ve got a bunch of people signed up already, but I’ve already made my peace that the “Plex getting shittier” line and the “Jellyfin getting better” line are getting closer and closer to crossing each other.





  • I am not a lawyer, add salt as necessary.

    There are a few instances of people getting sued, but usually your ISP will get a DMCA notice and send it to you and so long as you remove the content they’ve DMCA’d you’re usually fine. I also believe that in Canada there’s a $5000 limit to the damages they can recover so it’s usually not worth it for them to hire a lawyer, which again, I am not.




  • spencer@lemmy.catoLinux@lemmy.mlWhat do you think about this?
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    Yeah basically all a “distribution” is is a selection of software and configurations, and they distribute (hence the name) that software and configurations as a bundle. It definitely can be daunting to learn all of this at once as a newcomer, but on the other side of that coin I’ve seen many people begin their Linux journey on a “beginner friendly” distribution who come to see that distro’s configs as default and need to unlearn/relearn many habits as they progress through their journey. I think, too, that often people who are immersed in the Linux world don’t have a great perspective on what is/isn’t confusing for a new user and often end up obfuscating things with other things that are just as complicated, if not more.



  • spencer@lemmy.catoLinux@lemmy.mlWhat do you think about this?
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    2
    ·
    11 months ago

    While I find that I agree with his takes like, 55% of the time, I do agree that Debian and Arch are basically the S-tier distros. So many of the other ones are basically just opinionated Debian or Arch, and while those can be useful when you’re getting started, I’ve found that for the long haul you’re better off just figuring out how to configure the base distribution with the elements of the opinionated ones that you like rather than use those distros themselves. Also, RIP CentOS. I would have put that in a high tier before the RHELmageddon (not top tier mind you, but it had a well defined use case and was great for that purpose).


  • Something I’ve found very helpful is time tracking. I have an app on my phone that is always running a timer where I input a task and a project (basically a category for the task). What this has forced me to do is to consciously decide when I’m doing a thing, and it acts as a kind of lightning rod for my attention. When I start a new task, I need to decide that is what I’m going to do and put it into the app, and if I find myself drifting from the task I must either stay focussed or decide that I’m not able to focus on the current task and instead focus on what is distracting me. It helps me remind myself that “now is the time for X, not for Y.”




  • So two things about this:

    1. Tailscale doesn’t actually route through Tailscale’s servers, it just uses its servers to establish a direct connection between your nodes. You can use Headscale and monitor the traffic on the client and server sides to confirm this is the case. Headscale is just a FOSS implementation of that handshake server, and you point the Tailscale client there instead.

    2. Doesn’t renting a $3 VPS and routing your traffic through that expose many of the same vulnerabilities regarding a 3rd party potentially having access to your VPN traffic, namely the VPS provider?

    For what it’s worth, I generally think that the Headscale route is the most privacy- and data-sovereignty-preserving route, but I do think it’s worth differentiating between Tailscale and something like Nord or whatever, where the traffic is actually routed through the provider’s servers versus Tailscale where the traffic remains on your infrastructure.



  • I came here to say exactly this - WireGuard is great and easy to set up, but it gets harder as you add more people, especially less technical ones, as getting them to make keys and move them around etc becomes a headache. Tailscale also minimizes the role of the central server, so if your box goes down the VPN can still function. Tailscale can also do some neat stuff with DNS that’s pretty nifty.