Coelacanthus

joined 1 year ago
[–] Coelacanthus@lemmy.kde.social 5 points 1 month ago (1 children)

The problem is not caused by mono kernel. Just because AMDGPU driver was developed in mono style. i.e. they include the code of all generations in one driver. In monolithic kernel, the developer can develop drivers with "micro" style. e.g. Intel's GPU driver doesn't use mono style, they created a new driver when they changed GPU hardware architecture.

Monolithic kernel is a concept about address space. If all parts of a kernel are running in the same address space, this is a monolithic kernel, otherwise it's a micro kernel.

This problem is about how to split parts, but not how to place parts in memory.

[–] Coelacanthus@lemmy.kde.social 12 points 2 months ago

In my opinion, that's because X11 lacks proper abstract for many things like screenshot, screencast, color managerment and etc, so the applications have to use many X11 implementation details to implement these features. It leads to high-coupling code with X11 so move their code to wayland and ensuring it works correctly and is consistent with the old behavior is difficult.

[–] Coelacanthus@lemmy.kde.social 1 points 4 months ago

So use Fcitx 5 Android instead. It's a open source IME application without requesting any permission except Notification, especially without network permission.

https://github.com/fcitx5-android/fcitx5-android

PermissionsNetwork Permissions

[–] Coelacanthus@lemmy.kde.social 12 points 4 months ago

zsh, because of highly customizable.

[–] Coelacanthus@lemmy.kde.social 2 points 6 months ago

I use Yubikey 5 NFC and Canokey Pigeon, both works out of box on Linux.

[–] Coelacanthus@lemmy.kde.social 2 points 7 months ago (1 children)

I don't think Sidebery is a great implementation unless the developers fix this bug. It can be reproduced stably and is important for users who opened many tabs and keep them between session.

https://github.com/mbnuqw/sidebery/issues/1368

[–] Coelacanthus@lemmy.kde.social 0 points 7 months ago (3 children)

It's better to integrate Tree Style Tab addon instead. It's not a good idea to re-implement a function which already has a great implementation...

[–] Coelacanthus@lemmy.kde.social 2 points 9 months ago

Konsole, because I can use it in editor(Kate), file manager(Dolphin), IDE(KDevelop), standalone window and Quake style window.

Use a git repo and stow tool. For updating, you only need run git pull (and stow if you create config for a new software). If you modify some config, just git add && git commit && git push.
With this way, you can also record change history of your config.

[–] Coelacanthus@lemmy.kde.social 4 points 1 year ago* (last edited 1 year ago)

Oh, my bad. But OpenGL ES 3.1 and Vulkan 1.2 is also not suitable to 2023. Hope the developers can make driver support Vulkan 1.3.

view more: next ›