• 0 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: February 19th, 2024

help-circle

  • 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.


  • While user consent (default on vs default off, or any choice at all) is a different-but-related topic, Mozilla bake it all in, enable it all by default, and make it difficult to disable. (Settings would be “super easy” and would show it was intended as a permanent choice.)

    These aren’t actions and design decisions indicative of having the best interests of users in mind. Especially given how closed the mobile client already is.

    It seems to be designed in a way that leaves Mozilla the option of removing the ability to disable it, presumably if it becomes profitable enough and/or they think they can get away with it.

    But for now on this point they get a pass from me on the desktop version in a personal environment where the user has the most control.


  • Because the Argument of Excluded Middle (aka false dichotomy) logical fallacy is king now. With no middle ground for compromise, if you’re not 100% for a position then you have to be 100% against that position. It’s the rules.

    So, with that batshittery in mind, anything that allows you to optionally use something that people (justifiably) detest is, of course, the literal devil.

    I blame brain worms.




  • 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
    ·
    2 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.


  • I agree, and do regret the harshness of my initial response.

    I thought about editing or removing the response, but we did have some follow up in the thread (where I qualified some of my reasons), so I thought it better to leave me being a dick to a stranger untouched in that whole context. It opens up further discussion from others and serves to remind me to take a breath to consider why others post idealistic, well meaning content.

    Not everyone’s had their idealism battered out of them by greedy companies and stupid managers yet. 😅


  • I mean, sure? Fill yer boots.

    That’s what the public forum is: a collection of different opinions and perspectives.

    I think the state forcing someone to both learn to code and then force them to contribute to a state-approved FOSS project (as that’s how it will be selected) is, IMHO, the opposite of everything right in the world. But I also get that some people find comfort in things or circumstances that horrify me.

    To each their own and, again, fill yer boots. 🤷‍♂️



  • 10W? That’s incredibly low - under 100mA wherever in the world you live. About the same as an LED bulb, or a tenth of an average incandescent lightbulb.

    For comparison: my NAS and NUC (mix of HDD and M.2 drives; both hosting services) draw 75W combined at idle, measured via Home Assistant and a smart plug, and that’s generally considered low-power self-hosting.

    I’d be pleasantly amazed if you could get a laptop to use less, so I look forward to other replies.


  • I still use all 3, though I’m slowly moving CPU intensive containers to the NUC. The Pi is untouched so far, partly because having edge services there will make it easier of I decide to implement a DMZ.

    The NUC+Proxmox is a great combination. Bit of a learning curve (eg. as with Docker, you need to pass devices in Proxmox and then to the container; same with CIFS shares), but there are lots of resources out there. I have no regrets going this route, and it had low power consumption.

    On Windows thing, I was specifically referring to the server OS as the NUC came with Win11. Do whatever works for your desktop/gaming setup.

    Though I also switched that to Linux (EndeavourOS, though there are other game-friendly options) a couple of years ago, and its worked out great. Guild Wars 2 was my most modded Windows game, and I can run all except one of the Windows-based addons I want for it. Setting it all up the first time is a ball ache (as it was with Windows, but that was done over time 🤷‍♂️). 😊


  • I was hosting most of my Docker stuff on my Synology DS920+, use Docker in a Pi 4B for AdGuard Home and WireGuard, and found myself wanting to use Home Assistant.

    Can’t use Docker for HA if you want HACS (addons) and Synology decided to kill USB drivers some time back, so looked around for options. Considered a Nabu Casa Yellow with a CM5 compute module (for Voice PE) and its price was more than a GMKtek N150 NUC, which has far higher specs and enough headroom for other things. So I got the NUC.

    First thing I did was nuke Windows and replaced it with Proxmox, then installed Home Assistant OS (HAOS) as a VM in it. Plenty of headroom left, so now it’s also got a Linux VM, a few LXCs, etc. (The Proxmox Helper Scripts site makes it very easy).

    Could easily install AGH or PiHole and a bunch of other things on it. Think it’s the best bang for buck thing I’ve bought in years.