• 1 Post
  • 61 Comments
Joined 2 years ago
cake
Cake day: February 19th, 2024

help-circle




  • I’m not familiar with what’s been said or done regarding bots, but I’d be surprised if they were planning to shutdown the self-hosting part? But I can see how they might shutdown the free cloud auth aspect.

    As RD consists of the server/client software and the authentication software, the latter is also made available online to all with no reliability promises. But there’s nothing stopping people from hosting both parts locally, and is how I implemented it. No traffic to third parties, etc.

    Can’t advise on domain-based setup, as I’ve not tried it, but depending on how you’re planning to use it, there may be no need for a domain. I only used mine locally (or via WireGuard when outside), with hbbr and hbbs hosted in Docker on my NAS, and it worked fine with my mobile devices and PCs.




  • After too many wild rides with Watchtower auto-nuking services, thanks to breaking changes (migrations, DB updates, deployment changes, etc), I switched to What’s Up Docker and pin the version for all of my containers.

    WUD lets me know when something has an update, so I periodically go through their release notes and do the update(s) manually. Usually as simple as read the notes, changes version in compose, down (or pull), then “up -d”. But this approach has saved my bacon multiple times.

    I’ve seen there are other solutions - of varying degrees of promises vs delivery - but most of my stuff is long term and stable. My approach maintains all that.



  • There’s something similar for Genshin Impact and Honkai: Star Rail. In their case it lets those games run on Linux without any other rain dancing needed. And both work very well, the last time I checked.

    IIRC, they also disable or omit some or the telemetry and privacy-invasive stuff. (I mean, why not… if they get found, the full weight of the overpaid lawyers they sic on you will behave as if you did far worse).

    No idea if this client does similar, though.



  • My recommendation is Debian for a server (real or virtual), or Proxmox. The former is perfectly reasonable and excellent experience; the latter is more flexible and more complex.

    Debian is the parent distro of numerous Linux flavours (including *buntu, which aren’t suitable as a server OS, IMHO), so administration and services are all common (apt, etc). No need to learn dnf, pacman/yay, etc.

    It’s still my preferred server OS, despite other options and being experienced.

    Though I do also have a NUC running Proxmox (for VMs and LXCs), and both a NAS and RasPi running Docker. 🤷‍♂️ My Debian server is a VM inside one of them.


  • Can’t speak for the rest, but the “shrinking when replying” thing is a known issue and impacts iPhone and Android.

    It is, I think, related to the iPhone theme in the app (was enabled by default on my Android, for some reason). Going into the settings and changing it from iPhone to Android fixed it for me.

    As another user said, the dev is doing a great job on this app with limited resources, and does test and check on the devices they have available, but “works on my machine 🤷‍♂️” is a real thing. Frustrating, but valid.



  • This is a known issue that the dev is working on. I think the current workaround is to change the app theme from “iOS” to “Android” (unsure about other theme options).

    On Android it’s called Device Mode in the System section of Settings > Appearance > Themes.

    Edit: I made this setting change earlier and the above was my first chance to test it. Can confirm: changing the theme to “Android” works on my Samsung phone.


  • It’s true that people on the internet can be dicks. Even more so technical people (and that’s not limited to online: those online dicks are usually IRL dicks when taking technical stuff). But that’s a hurdle, not a barrier.

    There’s little anyone here can do to help OP, as they (if I understand it correctly) have already irreparably nuked their hardware. The current problem is significantly different and harder than the original problem. Asking randos on this community is unlikely to yield results. Hence the focus on variations of “Now… what did we learn? 🤨”

    I’m not trying to help, as I’m not familiar enough with SAS nor the current problem. The same is likely true of others here.


  • Brewchin@lemmy.worldtoSelfhosted@lemmy.worldChatGPT fried my drive!? [Solved]
    link
    fedilink
    English
    arrow-up
    35
    arrow-down
    2
    ·
    7 months ago

    Can you really blame anyone who turns to AI, because that garbage at least sounds like it tries to help you?

    A comfortable lie is still a lie. Everything that comes out of an LLM is a lie until proven otherwise. (“Lie” is a bit misleading, though, as they don’t have agency or intent: they’re a variation of your phone keyboard’s next-word text prediction algorithm. With added flattery and confidence.)

    There’s a reason experienced people stress hard to others about not using them as shortcuts to your own knowledge. This is the outcome.

    Another way to look at it is “trust, but verify”. If you’re intent on relying on probabilistic text as an answer, instead of bothering to learn, then take what it’s given you and verify what that does before doing it. You could learn to be an effective sloperator with just that common sense.

    But if you’re going to give an LLM root/admin access to a production environment, then expect to be laughed at, because you had plenty of opportunities to not destroy something and actively chose not to use them.




  • You can still use tailscale and reverse proxy to allow remote streaming

    I used to use Plex and when I discovered there was paid remote streaming function - that goes through their servers - my reactions were “Haha, no”* and checking whether my existing WireGuard setup would do it instead.

    Whaddya know, remote streaming using Plex and PlexAmp at no cost.


    *Not because I begrudge them recouping costs, but because it’s designed that way to justify charging for it, gives them whatever information they want from my viewing, and it’s not self-hosting if there’s any third party cloud/account component to it.