• 3 Posts
  • 46 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle

  • I wouldn’t worry too much about not knowing this. The steam deck is still relatively new and proton/dxvk is improving at such a blinding pace compared to the rest of Linux that my head is still spinning.

    From my limited understanding, because of Arch’s rolling releases and Valve basing the steam deck on Arch. DXVK the compatibility layer for DX games to vulkan is managed by the distro. How this works is magic is still magic to me. I also think graphic drivers gets pushed on arch early too, since it’s a rolling release.

    However I am in complete agreement, Arch isn’t beginner friendly, I personally like Manjaro and find it friendlier, but that’s like having a pet cat, and it’s a Bob cat. Sure it’s not a Lion, but it’s not a Kitty.














  • I’ve tried Linux on my Surface Go. It was awful but not in the way you’d think it would be.

    Pros: Honestly Linux made the anemic processor on it feel snappy again. I couldn’t play the newest games, linux is not a miracle worker. But compared to the bloated experience its better than Windows 10.

    Cons: The smallest features didn’t work. SD reader never worked. Needed the Surface firmware to get the webcam to work and even then it was worse than it was on Windows. No good on screen keyboard software, and from my testing no DE had a good tablet mode.

    Plus the giant red “unsecured” bar on boot was an eye sore.

    I know Linux is has more compatibility on different Surface models so maybe it was just my Go. Or perhaps it was Manjaro. Either way if you don’t have a machine yet maybe look at other laptop/tablets




  • Depends on use case. As others have suggested please ensure that she is in the discussions.

    M powered macs are both a blessing and a curse. They are fast, battery efficient, and have the ports you need with the Pro.

    But they force you to be stuck with the storage amount you leave the store with, no ability to upgrade, and a reduced software library thanks to the removal of x86 code. If she plays games on her machine, she’s going to have a bad time.

    Meanwhile, Windows machines haven’t changed much since 2015. Yes they can still do everything that they could, so software isn’t an issue and games play better than they ever did. But the cost is the amount of extra research you need to do to ensure you are getting a good machine.

    My current windows laptop looked good on paper, but the battery life turned out to be worse than I expected and the speakers are so quiet I can’t hear them.

    With that said. If you have the budget, the Macbook is the better work machine in my view. Especially if your are just typing. We are leveling out on storage and RAM requirements, so long as you get more than 256GB of storage (1TB recommended 512GB min) and at least 8GB of RAM anything you get will feel snappy and quick.

    However if she intends to use it for more, I.e. games, video editing, photo shop, connecting other devices to it like a Garmin. Then you should ensure that whatever you get can do it. (Web browsing doesn’t count any more)

    You can’t just fallback on Linux just yet, as there is only a few distros for it and software is still limited.



  • I agree with you. But with how fractured the software and hardware space has become. Building native is expensive and time consuming.

    For example a web browser is compatible with x86 amd64 armv7 aarch64 on any OS from Windows, Linux, Mac OS, iPad/iOS, and Android.

    Which means that if I make 1 web page, I can support all these platforms at once.

    The customer doesn’t care, they just want funny cat pics.

    Building native requires both the hardware (especially if you need to build for the walled garden known as iOS), and frameworks. Where its just easier to recompile chrome, and bake in a Web Page, I.e. react native