• 2 Posts
  • 151 Comments
Joined 2 years ago
cake
Cake day: December 27th, 2022

help-circle






  • thejevans@lemmy.mltoSelfhosted@lemmy.worldFOSS Alternative to Chromecast?
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    29 days ago

    Your best bet is to just avoid the need altogether. I use an nvidia shield with clipious, smarttube, and jellyfin. There is a qobuz app that is okay and a USB Media Player Pro that is pretty bad. I haven’t tried any apps for subsonic streaming.

    I’d bet there is a tidal app, but I think tidal also integrates with Plex?

    For when I want to “cast” a random video file, I use VLC on my PC and on my shield to stream to the TV, and it works well enough.

    I haven’t found a good solution to have similar functionality as Google cast for other people to use, but none of my guests have ever been upset that it wasn’t available.


  • Since this change is entirely a result of the bad behavior of the maintainer and would not have happened otherwise, this a perfect example of why we fundamentally cannot separate the work from the people who make it.

    Even if you do not agree with the social backlash this person is getting, that backlash has real effects on the work.

    I, for one, no longer trust that hyprland will remain a well-maintained piece of software given that the maintainer would rather increase their maintenance burden and diverge from using common tools instead of cooperating with the community.



  • I use NixOS on my workstations, and I’m slowly migrating many of my server VMs over to it.

    NixOS w/flakes + home-manager + impermanence on zfs + disko w/ nixos-anywhere is amazing and gives an insane amount of declarative control over your system.

    That said, the current state of the leadership gives me pause to recommend it to anyone, and I do have a few devil’s advocate responses to some of what you said:

    Every package has its own dependencies, so you can install a 7 year old firefox alongside the latest, and have no interference.

    Unless the dependency is Qt, then it better all be the same version.

    Abandons the HFS, but can still fake it for apps that need it.

    Using ldd and nix-alien to patch in dynamic libraries still sucks, and often doesn’t work without a lot of extra effort. If what I want isn’t in nixpkgs, and I can’t get nix-alien to work on the first try, I just end up not using whatever I was trying to run.








  • Now that I’m deep in it with flakes + home manager + impermanence + disko/nixos-anywhere, it’s fantastic having this much control and stability on all my systems, and I’m excited to start switching as much of my homelab as I can over to NixOS like my workstations.

    But I totally agree, I would not recommend this to anyone who is not super interested in it.




  • To make life easier for yourself, I’d highly recommend running Linux on a separate drive. The Linux distribution installers I’ve used will install the bootloader on whatever drive you choose to install on, but the windows installer will use the storage controller’s port ordering to choose which drive to install on.

    Your best bet is to simply disconnect the Windows drive when installing Linux and to disconnect the Linux drive when installing Windows, then just use the BIOS boot selection screen to choose which OS to boot into.

    You can add your Windows drive to Grub and you might be able to add your Linux distro to your Windows bootloader, but keeping them entirely separate is probably best.