Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PR
Posts
0
Comments
128
Joined
2 yr. ago

  • My laptop gets shut down every night, booted every morning. If I suspend it sometimes spontaneously wakes later, but boot is so fast anyway so it’s fine.

    My server gets updated and rebooted weekly. I don’t bother checking CVE bulletins, I just upgrade weekly.

  • I have Intel iGPU and Nvidia dGPU on my laptop, it works perfectly with Prime offload. I never need to switch, it uses Intel for desktop/VA-API and offload for games. No issues, at all on my distribution.

    Anyway, every thread have your kind of unhelpful comment. The thing is some people have Nvidia, some have AMD and AMD also have bugs. Let's try to make everyone happy, not everyone have piles of money to throw after new hardware.

  • Yes, Jeremy Brett was the best Holmes ever, his personal issues and depression augmented the role and he sunk so deeply into it that he sometimes referred to Sherlock the character as a real person.

    Other portrayals shows healthy detectives full of vitality and charm but Jeremy Brett understood the brilliant but self abusive sometimes obsessive character with many layers to his complicted personality.

  • Yes, it's because it keeps track on object lifetimes and data access when sharing objects, even across threads. It means that once things compiles a whole category of common and often difficult to debug errors are gone. It means much less time debugging and fewer issues once in the hands of the end user. There can still be bugs but it's more about logical errors than difficult memory issues.

    As a C++ dev for 20 years, I love Rust. Humans are fallible, even if endeavouring to use safe patterns. Might as well just let the compiler use some CPU cycles on that.

  • The GNU Image Manipulation Program introduced optional single-window mode in version 2.8, which was released on May 3, 2012. It was made default starting with version 2.10, which was released on April 27, 2018.

    Here's what warrants a major version bump: GIMP 3.0.

  • Yes I encountered that when I used Tumbleweed on my laptop, the solution was to run "sudo prime-select boot offload". It set up my laptop to use iGPU for desktop environment and NV offload for gaming. I made it part of my update script. No idea why that wasn't handled better.

    But generally I'm done with rolling distros, I now use an Ubuntu derivative that still keeps kernel and mesa quite up to date, I enjoy a stable environment.

  • I don’t believe there are plans for a start menu, it’s not how they envision the desktop. However anyone is welcome to cook their own, like this project.

    I believe the team is focused on Flatpak. There’s a community project adding some AppImage functionality.

    For feature requests you can search/raise issues on the COSMIC GitHub repositories.

  • It's a temporary thing and it's likly Kent will just spend the time too continue development and prepare patches for next cycle instead. The ambition is to take it out of Experimental status sometime in the next year so there's at least motivation to figure out these things. During the delay testers of this FS can still submit bug reports.

  • Various projects. With C I wrote drivers and networking stacks for embedded systems, with C++ I worked for years on a the networking layers of a now long gone smartphone OS. With Rust I've been doing hobby projects like a library+application (win/linux/macos) for controlling WeMo switches on the LAN. Most recent is a Memory+CPU usage monitoring applet for the nascent COSMIC desktop environment.

  • I started with Slackware in the late nineties. Have been through Redhat, Suse, Ubuntu, Arch, Tumbleweed. These days I just can't be bothered, I just want to game and code and I prefer an out of the box well configured Ubuntu derivative, they also upgrade easily and have lots of application compatibility - mostly everyone provides .deb packages. I could also choose Fedora for these reasons.

    So now on Pop!_OS 24.04. Pop is has a stable/lts base but still gets Mesa/Nvidia/Kernel updates on a regular basis. I use it mainly for gaming and Rust dev, writing some COSMIC applets as well.

    COSMIC Alpha does still have problems with some games but not the games I play.

  • Yeah, GuildWars2, Valheim, Pathfinder WotR, etc. those sort of games.. So I’m a bit niche, some gamers have more issues than I.

    I got a gnome-session installed for games that have problems with COSMIC but fortunately haven’t needed it for a while now.

  • I started with Slackware in the nineties, have been through Redhat, Suse, Ubuntu, Arch, Tumbleweed.

    I could use anything really but these days my focus have moved; I kinda just want functional and well configured up front. Using Pop!_OS 24 alpha on my gaming/dev laptop, it works well/is well put together and I’m having fun writing COSMIC apps. I’m using Ubuntu on a few servers, I picked it many years ago and they’ve been through a number of painless upgrades.

  • GIMP 3.0 makes it a lot easier for devs to add functionality and they're starting a UX working group.

    But I find it usable, I've been using it weekly for a very long time. I'm happy to see development picking up though with more people joining.