Avatar

Coelacanthus

Coelacanthus@lemmy.kde.social
Joined
0 posts • 44 comments
Direct message

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.

permalink
report
parent
reply

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.

permalink
report
reply

Of course, it could. NFC just a communication way, how much data that a NFC device could carry is only decided by the flash chip added by manufacturer, if the power is enough.

permalink
report
reply

That may be because the hostname can’t be resolved.
https://forum.suse.org.cn/t/topic/12280 (Chinese)
https://bugzilla.mozilla.org/show_bug.cgi?id=1296836 (upstream report)

permalink
report
reply

They doesn’t use normal beta channel, and publish a new application named Bitwarden Beta.

https://play.google.com/store/apps/details?id=com.x8bit.bitwarden.beta

permalink
report
parent
reply

You shouldn’t use swap on zvol in Linux at all. It will lead to dead lock when high memory pressure. See also https://github.com/openzfs/zfs/issues/7734

permalink
report
reply

Yeah. Bitwarden developed a new android client written by Kotlin to replace old C# client. This new client is in beta testing currently. The old client supports both PascalCase and camelCase but the new client only supports camelCase. And Vaultwarden use PascalCase now, so it’s incompatible with new Android client.

permalink
report
parent
reply

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

permalink
report
reply