• 0 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle
  • There is certainly a very big amount of fuckery going on right now with nvidia drivers.

    “Right now” meaning every year for the past decade or two.

    It’s always something with Nvidia drivers. Performance+stability is more the exception than the rule.

    That said, AMD drivers have a bad rep too. Personally I’ve had zero issues since I switched to AMD but experiences seen to vary a lot from what I’ve read.

    Before that, I don’t think I ever got through a full year without at least one weekend lost to troubleshooting Nvidia bullshit. CUDA is a pain in the ass even on Windows.


  • Jesus Christ what a dumb take. But at least they didn’t say that millennials are killing the cell phone industry. I guess that doesn’t make for good clickbait anymore.

    Reminds me if the parable of the broken window, in which French economist Frédéric Bastiat explains the painfully-obvious truth that breaking windows is generally a bad thing, even though it drums up business for the glass maker.

    But if, on the other hand, you come to the conclusion, as is too often the case, that it is a good thing to break windows, that it causes money to circulate, and that the encouragement of industry in general will be the result of it, you will oblige me to call out, “Stop there! Your theory is confined to that which is seen; it takes no account of that which is not seen.”

    It is not seen that as our shopkeeper has spent six francs upon one thing, he cannot spend them upon another. It is not seen that if he had not had a window to replace, he would, perhaps, have replaced his old shoes, or added another book to his library. In short, he would have employed his six francs in some way, which this accident has prevented.



  • Hmm, maybe I’m thinking more iPhone 3G era than original iPhone era? I recall a time when there weren’t many apps yet and you could put out anything marginally-functional for 99¢ on the app store and get some quick cash from it. I don’t remember $10-20 being the norm but maybe that was before I was onboard.

    I’ve certainly been burned by apps either breaking with iOS updates or no longer being available to download on the App Store (so you could keep using them, but only on existing devices that already had them installed).



  • Also, people’s goals change and “secure” means something different.

    When I was making half as much as I am now, I felt fairly secure. I could pay my rent, I had no credit card debt, and I had a few months’ worth of savings. Money was not a day-to-day worry. Most of my peers were in debt and/or living paycheck-to-paycheck so I felt like I was living large.

    Now I am objectively more secure but I feel less secure because I am thinking about retirement, childcare, college funds, and elder care. I have nowhere near enough savings to retire in the foreseeable future. I honestly don’t know if I’ll ever get there.




  • Locals are crazy about these regional chains because their frame of reference is the national chains — namely McDonalds and Burger King. They are usually MUCH better than McDonalds (which is not saying much) at about the same price, with no other direct competition in the local area.

    Everything seems great compared to McDonalds.




  • I’m a software developer first and a gamer second. Being a “gaming” distro does not detract from anything else, really. It just means that getting proper GPU acceleration is easy, and you’re likely to want that for development too. That was actually why I chose Bazzite. I was tired of wrestling with CUDA and ROCm.

    It’s not “gaming” vs “developing”. That’s a false dichotomy.

    The real choice is immutable vs traditional. And I’ll admit, immutable distros have a big learning curve. But it forces you to learn techniques that will make your life easier no matter where you go. The time I spent wrestling with dependencies on Debian or Ubuntu or OpenSuse just because I didn’t know about Distrobox…

    Unless your needs are very narrow and unchanging, you’re likely to run into something that’s a giant pain in the ass no matter which distro you choose. I used to use Ubuntu LTSR so I could install a few big things in easy mode, but it made everything else harder because it was so outdated. Switched to OpenSuse Tumbleweed and everything was modern but those few vendors don’t support it so I had to wrestle with dependencies.

    The answer to this problem is Distrobox. It’s the answer on Ubuntu, it’s the answer on OpenSuse, and it’s the answer on Bazzite. I’m never going back to dependency hell because I can just run everything the environment it is specifically designed for.

    If you’re wondering “should I use distro X, Y, or Z”, the answer is simply “yes”. :D


  • On bazzite, your search order for apps/packages should be something like:

    1. Flathub
    2. ujust. This is more for general configs than specific apps, but take a look at what it offers.
    3. Homebrew
    4. Distrobox
    5. Podman/Docker images
    6. rpm-ostree

    rpm-ostree is a last resort because it compromises the “atomic” principle of the system, but in a pinch it will give you access to anything you could get with dnf on a regular Fedora install.

    Don’t sleep on Distrobox. I have a Debian box so I can run Signal from its official repo and install Geany with both GUI and CLI support. Once you export applications from distrobox they behave like first-class citizens within your desktop.

    I strongly recommend trying Distrobox. If you instead hop distros, you’re going to find yourself in a similar situation eventually, where something is unreasonably difficult. That’s why Distrobox exists; so you can get the best of all worlds.


  • It makes sense to me IF it actually works.

    Having extra capacity when a device is brand-new isn’t a huge boon, but having stable capacity over the long term would be. At least for me.

    Of course this will depend on your habits. If you replace your phone every year, then it doesn’t matter. If you’re a light user and only go through a couple charge cycles per week, it’ll matter less than if you go through 1-2 cycles per day.

    Personally I’m at around 1 cycle per day on my current phone, and after nearly 3 years (over 1000 charge cycles now) the battery life is shit — much worse than just 80% of its original battery life. Performance also suffers. With my last phone, I replaced the battery after 3 years and I was amazed at how much faster it was. I didn’t realize throttling was such a big problem.

    I might replace my current battery, but it’s such a pain, and it costs more than my phone is realistically worth.



  • I use Wayland now but there are still apps I run in X mode. Notably mpv and Firefox, because I cannot for the life of me configure them sensibly in Wayland, and I don’t want to write arcane KWin scripts just to get widow sizing/positioning to stay the way I want them on launch. I tried; it was extremely frustrating and still not quite functional.

    Perhaps there are other window managers that would make my life easier. I haven’t tried many, but in principle, there is no way for the widow manager to know the correct size and location of new windows for arbitrary applications, so I doubt it. I consider this a user-hostile design choice in Wayland and I pray it will change in the future.