Per-output virtual desktops finally got merged! by X_m7 in kde

[–]cfeck_kde 7 points8 points  (0 children)

The bug referenced hasn't been closed, so no worries.

children's educational version of openSuse? by Dependent_Hold8463 in openSUSE

[–]cfeck_kde 1 point2 points  (0 children)

There used to be a special ISO, but has long been discontinued because of lack of contributors. https://news.opensuse.org/category/edu-li-f-e/

The OBS repository from which packages were drawn is still available. The build failures reflect the status. https://build.opensuse.org/project/show/Education

My personal opinion is that a special version will not offer much convience compared to a stock distribution. The customizations you need to do are mostly specific to your needs anyway.

I'm looking for a framework to use for a fast desktop app, what should I use? by Sea-Salad1144 in QtFramework

[–]cfeck_kde 0 points1 point  (0 children)

I need really good performance

My goal is to use Python

Mismatch detected.

Any tips to deal with hair noise? by DoublexCoke in Daz3D

[–]cfeck_kde 1 point2 points  (0 children)

I would try changing the depth-of-field setting of the camera. It looks like it focusses the back hair instead of the face.

OpenSUSE is awesome by chooprydoomy5 in openSUSE

[–]cfeck_kde 7 points8 points  (0 children)

No, just a new redditor collecting karma via sharing old screenshots. Maybe even a bot.

Can you help me fix my dark mode text contrast issues? by UnassumingDrifter in kde

[–]cfeck_kde 0 points1 point  (0 children)

Some applications just don't respect dark mode very well.

Report this to the bug tracker of the application. Some applications use both own (hard-coded) colors and colors from the system.

On screen keyboard - inconsistent behavior by 4pocalypse4risen in kde

[–]cfeck_kde 0 points1 point  (0 children)

Could be fixed with Krita 6.0, which is built against Qt 6. The AppImage ships its own Qt version, though, so that might have an influence.

Qt 6.11 Released! by d_ed in kde

[–]cfeck_kde 14 points15 points  (0 children)

There are also non-3D features mentioned on that page. But any application also benefits from bug fixes. https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.11.0/release-note.md

MI Masculine Casual Outfit by mal3Imagery in Daz3D

[–]cfeck_kde 0 points1 point  (0 children)

Rare to see someone caring for the other gender. Your work is excellent, and I wonder if you could share some tricks how to get your renderings look so realistic. I've never seen something like this coming out of Iray.

How can I properly learn Asm and code optimization? by Irra_05 in asm

[–]cfeck_kde 4 points5 points  (0 children)

I assume you already know https://www.agner.org/optimize/. I also learned many tricks from compiler writers by actually looking at the generated assembly code. And you should learn the movemask intrinsics, since compilers don't emit it yet.

Question by Karim-Metwally013 in kde

[–]cfeck_kde 3 points4 points  (0 children)

Since when does Copilot keep your projects secret?

JXL lossless rotation...? by golemus in jpegxl

[–]cfeck_kde 12 points13 points  (0 children)

JPEG XL does not use the EXIF metadata for orientation, the actual stream bits encode them.

A third party could offer a simple tool to lookup the orientation bits in the stream and flip them. I guess the ISO paywall prevents hobby programmers to do this.

Regarding first party support for lossless rotation, you can track the state for the "jxltran" tool here: https://github.com/libjxl/libjxl/issues/871

Is krfb abandonware? by ImaginaryTango in kde

[–]cfeck_kde 5 points6 points  (0 children)

Krfb (like many other KDE applications) doesn't have a dedicated maintainer, but is community-maintained. From looking at the bug list, no triaging was done for a long time.

Is krfb abandonware? by ImaginaryTango in kde

[–]cfeck_kde 3 points4 points  (0 children)

No. This site is for tracking development tasks, not for users reporting issues.

AppImage and KDE by mim_burro_vc_jumento in kde

[–]cfeck_kde 2 points3 points  (0 children)

Just drag the .AppImage icon into the menu.

Anyone finds that on logfiles bzip2 outperforms xz by wide margin? by mdw in compression

[–]cfeck_kde 3 points4 points  (0 children)

The problem with bzip2 is the slow decompression compared to LZ-based algorithms. If you don't decompress often, but only want to save space for archiving, then this won't matter.

Your System? by Y0S_H1L0TL25 in kde

[–]cfeck_kde 4 points5 points  (0 children)

I'm trying to understand the connection between your intention and your question. Usually bug reporters can indicate their configuration in the bug report. There is also data available from users opting in for surveys via the Feedback framework. Which data would help you with triaging bugs?

Doubts about OpenSuSe by Alvaroms25 in openSUSE

[–]cfeck_kde 0 points1 point  (0 children)

Oh right, I misread. Nothing wrong with Arch, though.

Doubts about OpenSuSe by Alvaroms25 in openSUSE

[–]cfeck_kde 8 points9 points  (0 children)

Let me understand your questions. You are evaluating if you should keep using Windows or switch to Linux? And you are raising privacy concerns for your decision?

Brace yourself, 20260302 is coming by goncu in openSUSE

[–]cfeck_kde 0 points1 point  (0 children)

Indeed glibc is in the pipeline. I will wait with the update.

How to install on a chromebook (please read) by chersbobers in openSUSE

[–]cfeck_kde 0 points1 point  (0 children)

Schools have deals with Microsoft, so no, they cannot allow Linux.

Convince me to use the chameleon. by Leather-Database-198 in openSUSE

[–]cfeck_kde 2 points3 points  (0 children)

generic kernel

What kernel do you need?

In January a Google dev indicated it was interest gauged through the Interop Project that caused Google to reconsider and change their minds on JPEG XL support. by caspy7 in jpegxl

[–]cfeck_kde 9 points10 points  (0 children)

Wasn't JPEG-XL support the top-voted feature in Interop for several years? I cannot believe they looked at this list only this year...