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

help-circle
  • I think with the German TÜV numbers it is not quite as clear cut.

    My understanding is that telsa unlike other manufacturers doesn’t require regular inspections to keep warranties. So it might just be that other brands have just as many faults, but they get caught and fixed during those regular inspections, rather than at the official TÜV. Which wouldn’t show up in that dataset.

    I haven’t seen any studies accounting for that discrepancy, but I’d be curious to see whether the higher failure rate persists after accounting for that.


  • I also tried TrueNAS scale once (but I think at the time it was quite new so maybe not how it is now) and didn’t like it either so I won’t speak about that.

    If it were literally just for network storage and nothing else I guess the way to go might just be to hook up a usb drive to ones router (if it supports that). So most people probably do want slightly more or at least the option to expand capabilities without having to fundamentally change their setup.

    But in general I would say that yes, the web interface is definitely part of the appeal. I think what something like Openmediavault offers is that someone else chooses sensible presets, it gives an easy to use gui that allows oneself to get stuff done without any major technical knowledge, and it also creates a community with a shared similar setup that can offer support.



  • I guess if you want specific recommendations you need to define your needs and requirements a bit more.

    Since I was wondering if Cockpit is an option for immutable distros I stumbled on this video, which seems to suggest it might since it is used on one there. So I guess you could pick your favorite immutable distros and see if Cockpit works to have a easy gui for managing the server stuff.

    You could of course also go for something like NixOS and make everything declarative.

    For me Openmediavault was easy to set up and just works for the little stuff I want it to do.


  • golli@sopuli.xyztoSelfhosted@lemmy.worldWhat are some TrueNAS alternatives?
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    5 months ago

    I (very much an amateur) briefly tried TueNAS scale in the past and didn’t like how they did apps. So I switched to Openmediavault, which since then has served me very well.

    With a plugin I could easily add my zfs raid and I use their build in docker compose gui to run the few programs I need.

    I didn’t try out others, but there are more options. CasaOS and yunohost already got mentioned, there is also Cosmos or just running a basic server with e.g Debian and maybe adding Cockpit for some management gui.


  • Is he actually selling shares? Imo this move might actually be more about gaining more control percentage wise.

    Similar to how he increased his control when he folded Twitter into xAI (at a imo very favorable valuation for him), which gave him a larger share of the combined company.

    If he merges space x and xAI (especially at a high valuation of the latter), he would own more of the combined company as he owns more of xAI then space x.

    For me the only surprising thing is how existing shareholders seemingly just let him dictate these mergers and valuations. But I guess they face a dilemma where valuation depend so much on Elon that they have to play by his rules or risk loosing even more.


  • I do agree with the notion that phones in todays society are hugely important and spending money on what for most people might be their most important computing device is valid.

    But the thing is that you really don’t need to spend this kind of money to get all the performance 95% of people need. Unless you want a foldable phone or NEED the telefoto-lense that is often reserved for higher end models (but I assume even then there are cheap options),

    As an example here in Germany you can get a pixel 9 for under 500€, if you get a cheap mobile contract even cheaper (I pay 15€/month over 2 years and got a free pixel 9 with the mobile plan). All the performance you need and makes great photos. And for anyone who wants lots of storage there are still phones with sd card readers




  • It gives you and the users of your jellyfin instance a nice UI dashboard to search and request movies/series. The requests then get handed off to radarr/sonarr for downloading via your downloader (e.g. Sabnzb)

    Instead of having to go into the less polished sonarr/radarr that would also expose some settings that you might not want other users to change, you get a nice dashboard. Similar to how you’d browse on a streaming site.

    It shows you currently popular movies/shows and upcoming highly anticipated ones, you can search for a specific movie and when you click on it you get a helpful site. It displays all kinds of info similar to jellyfin, like cast, tags, relevant other movies, links to sites like rotten tomatoes or letterboxd, and so on. You can also search for persons and it’ll show you what they’ve been in/have produced. And when you want something you can easily request a download in your preferred quality setting.

    You also may limit what and how requests from different users are handled.




  • Or an established player in the market that wants to keep competitors out (but I guess in a way that is someone who dislikes change). While legislation like this can sometimes be great (e.g. the recent changes forcing longer support for mobile phones) there comes a point where it cuts the other way and it becomes an entry barrier.

    Imo the better solution would be to legislate what happens after support ends. Like forcing the disclosure of at least some documentation that allows others to continue servicing the product or at least transfer out data and install other software on the device.



  • If you want to setup a stack take a look up TRaSH guides. Then it goes roughly like this.

    You have software that search and make the download requests: radarr (movies), sonarr (TV shows), lidarr (music), bazaar (subtitles, if you need to add more that don’t already come with the movie/show). But there might be others e.g. for porn or like here for YouTube.

    Those forward the request to a downloader like Sabnzb if you are using usenet or qbirtorrent for torrents.

    Those above are the main ones and from there you can add things that make your life easier:

    • Prowlarr: sonarr/radar need an indexer to search, instead of configuring them in each software this allows you to do it once and then sync across the other apps

    • Overseerr/Jellyseerr: if you want a nicer frontend to search and make download requests instead of doing so in radar/sonarr.

    • Recycler/Notifier/Configarr (all do roughly the same): sonarr/radarr allow you to configure specific profiles to score the quality of downloads so you can get them in the format you desire (e.g. so you want 1080p or 4k, HDR yes or no). These allow you to sync custom formats with sonarr/radarr that others like trash-guides have developed.

    • Tdarr: if you would like to reencode and compress movies to save space this allows you to do so in an automated way. Although you usually I’d imagine it might be easier to just setup a better profile in sonarr/radarr and download the desired version (should you e.g. want x265 encoded versions)