• 0 Posts
  • 131 Comments
Joined 3 years ago
cake
Cake day: June 18th, 2023

help-circle
  • How is it not a bug? The info shown is decidedly wrong!
    Would it also not be a bug if your weather app shows freezing 8 C° tomorrow when it’s going to be 40 C°?
    Because there’s a perfectly understandable explanation, that they only count to 32 because temperatures didn’t get higher than that 30 years ago, so it counts down from zero when it’s above 40, because that’s how we’ve done it for years.

    Just because you know why, and it’s a little bit cumbersome to do it correctly doesn’t mean it’s not a bug.
    It’s not only a bug, it’s a lazy ass bug.



  • Focus might be a bit much,
    I only have a single feature wish, and that is to have file copy operation progress show correctly.
    As it is, if I copy a few gigabytes to an USB stick, it very quickly shows as finished.
    But it can take up to a couple of minutes before the operation is actually finished, and the stick can be unmounted and removed.

    The easiest way to check I know of, is tom open a terminal and simply use sync. And it seems immensely primitive to me that I have to do that.

    This is an age old problem for copying files that began to occur on PC systems way back around 1991, when write cache became a thing for disk operations. And honestly it makes me sad that this problem still isn’t solved now 35 years later. 😥

    Otherwise I think KDE is doing great with their desktop, except I think it should just be called KDE desktop, and not that other thing they call it now.




  • Yes I do, it seems to me Linux is beginning to grow a bit faster than it used to.
    Desktop use is of course declining, so it will be a larger share of a smaller market.
    But enthusiasts have seen Linux as the better options for decades now, and gamers are coming over too, and use cases that require optimal security, and even some workstation tasks are done better on Linux because Linux has a superior kernel for multi threading.

    But it will take some time, probably at least 10 years.



  • I’m talking about comes pre-installed

    Apart from Steam not being a standard installed item, it is very feature full.
    For 32 bit you also need to enable multi-arch.

    But apart from gaming it is in no way bare and very very far from “super bare”. Ans Steam is pretty easy to install.

    I did not say it was not great or popular.

    You wrote it was mostly for servers. Which although it is an excellent server distro, it is most definitely developed at least as much for desktop use.

    This is not the dunk you think it is…

    I don’t think you really understand the implications.







  • I used XFCE many years because there were bugs and limitations in KDE I couldn’t live with.
    Now I’ve used KDE for about 2 years without issues, and they pull this stupid stunt!
    I still have XFCE installed, and when I switched to that my games worked fine again. Then when I wanted to switch back to KDE/X11 I couldn’t. It was friggin removed as an option after the latest upgrade, despite I specifically used KDE/X11 instead of Wayland because of a KDE/Wayland limitation that you can’t disable compositing.
    I do use compositing, but I like to have the option to disable it if I need to. And it was when I noticed I couldn’t disable compositing, I switched to XFCE to see if that worked.
    So long story short, I had to install a kde-x11-session package to be able to switch to it? WTF??
    I must admit this incident has made me think of switching to another distro that respect user settings more.

    PS:
    My short trip to XFCE was quite nice, they have refined the design some since last I used it. But damned I’ll have to port all my hotkeys again, I used top have them in xbindkeys, but I moved them to native KDE to be compatible with both X11 and Wayland. 🙄



  • to some disappointment is still using Mesa 25.1 series graphics drivers

    Good call IMO, my distro just upgraded to MESA 25.3, and I’ve had problems with black screens in games since that. I even tried switching to older kernels and since it’s apparently not the kernel, my guess is on the MESA driver.

    PS:
    I use a Radeon RX 6600 XT GPU, and it has worked fine for years before the upgrade.
    I checked the cabling first, and that the card was firmly socketed, but they are fine, and it clearly happened after the kernel/MESA upgrade??? It doesn’t happen in desktop, only in games.

    EDIT!!!
    Turns out it was KDE/Wayland that caused the problem, for some reason the upgrade moved me from X11 to Wayland, and I had to install X11-session for KDE, after switching to that it works fine again.
    Sad that Wayland which is supposed to be the better supported option now fails where X11 is still going strong.




  • it being not obvious what happens under the hood

    To me it feels like it does things I didn’t ask it to. So I’m not 100% in control 😋

    the idiomatic version of a loop in Rust usually involves iterators and function composition.

    What? You need to make a function to make a loop? That can’t be right???

    C-loops are easy for me to understand.

    Absolutely, the way C loops work is perfect. I’m not so fond of the syntax, but at least it’s logical in how it works.