Avatar

Coelacanthus

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

Hope this Pull Request could be merged soon so I can use it with new Bitwarden native Android client.

https://github.com/dani-garcia/vaultwarden/pull/4386

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

I print recovery codes of all services and packed them into a bag.

permalink
report
reply

Just run it as systemd service on my server.

permalink
report
reply

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

zsh, because of highly customizable.

permalink
report
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