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

help-circle
  • It won’t have the same performance as a PS5, but the new Minisforum MS-A1 with a user-upgradable CPU is a really interesting proposition. The Ryzen 8700G is pretty good, but I would expect solid upgrades to be available in the next few CPU generations.

    I currently have an Nvidia Shield Pro (2019), and it’s fine. I have Moonlight installed and can stream from my desktop PC using Sunshine (I do this on my Steam Deck, too), but I don’t expect that Nvidia will make a replacement, and I don’t know if I would get it if they did.

    The software outside of Steam’s big picture mode isn’t ready for a full Linux couch experience, but it’s close. The two projects to watch are KDE Plasma Bigscreen and Waydroid (some people are starting to get Android TV working) which would be a nice bridge to use apps designed for a TV UI until native Linux versions become available.








  • I think about this a lot, and my take is that Linux is waaayyy better if you have perfect or close-to-perfect knowledge of how the operating system works and what software is available. Similarly, I think an argument can be made for Linux being better if all you need is a web browser and you’re not using really unusual hardware.

    Where things fall apart is for people who have very specific needs that are complex, even if they only need it 1% of the time, and they don’t have the technical knowledge to solve it with the power-user tools available. Microsoft has spent decades paying developers to handle these edge cases and ensuring GUI settings discoverability.

    At the same time, schools and workplaces have taught people the design language of Windows, and the network effect of having so much of the world’s end-user PCs running on Windows means that there are vast resources available targeted at people without technical knowledge. At this point, for better or worse, Microsoft’s design language is the global default for non-technical people.

    If a person never has to touch a setting because all they need is a browser, they don’t hit any friction and they are happy. If they need to do even one thing that requires them to dig into settings or touch the terminal, the difference from Microsoft’s design language is enough for that one frustrating experience to give them a bad taste in their mouth about Linux as a whole.









  • thejevans@lemmy.mltoLinux@lemmy.mlHyprland is now fully independent!
    link
    fedilink
    arrow-up
    42
    arrow-down
    5
    ·
    2 months ago

    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.