• 7 Posts
  • 68 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle









  • I use a Lenovo 14APH8 (Ideapad Pro 5) which is essentially the same system specification. Pretty brilliant laptop but the drivers have been struggling until this year, finally! Especially with high DPI, high refresh rate screens where memory corruption is easier to run into.

    Brilliant post by the way. I’ve just spotted that Smokeless UMAF which might help alleviate the issue I’ve noticed on my laptop which is Lenovo giving me 28GB of RAM but only 1GB of DMA Buffer. Absolutely bullshit when my Steamdeck runs fine with 4GB and barely touches the swapfile. I wonder if this’ll let me get the true 780M performance I yearn for!

    EDIT: Hell yeah UMA buffer override lets fuckin GOOOOO




    1. Premium support channels - This is basically how RedHat and Canonical make their money, while offering FOSS for individuals.

    2. Donations - KDE and GNOME are largely donor-backed, both by individuals and corporate entities.

    3. Commissions on features - Collabora for example is commissioned by Valve to improve KDE and SteamOS.

    4. Software licenses - Certain FOSS licenses may permit paid access to software as long as the source is open i think? There are also source-available eg. Asperite that are open source, but only offer binaries for customers.

    5. Add on services - Your FOSS web app can offer paid hosting and management for clients. Your distro can offer ISOs with extra pre-downloaded software for a fee (Zorin). You can partner with hardware to distribute your software (Manjaro, KDE).

    6. Hired by a company to work on your project and integrate with their own stack. This is what Linus Torvalds did with Linux when he was first hired by Transmeta - part of his time was spent working on Linux to work better with the technology Transmeta used.





  • I moved from a 1080p monitor to a 1440p one for my main display and it’s actually really worthwhile. Not only is your daily computing sharper, but multitasking becomes easier because smaller windows are still legible.

    IMO it’s a lot easier on the eyes when things are sharper, too.


    1080p is still more than enough, but I think 1440p is worth it for a screen you’re using for hours every day :)


  • I’ve been using wayland on my laptop somce the new year and beyond some driver issues that were purely on AMD’s side (and not entirely Wayland exclusive either) I’ve had no problems.

    Stuff like application scaling works so much nicer on Wayland, and X11 just wasn’t very stable when handling fullscreen games to the point where I’d set games to borderless or even windowed mode to stop it crapping out on alt-tab





  • Because updating dependencies after a long time breaks most of that code anyway, so you have to do a lot of work just to get things working exactly how they were before, only now your code probably has a bunch more bugs that you now have to fix, and it’s still not utilising enhanced features that updated dependencies may offer.

    Rewriting can take more time, but if your alternative is to slowly upgrade code originally written in the nineties, you’re actually saving time by using your experience to rewrite something.