Skip Navigation
Split-/usr on Linux became so broken, that even Gentoo maintainers decided they can't fix it
  • systemd has removed split-usr and unmerged-usr supports since v255.

  • Vaultwarden a Self Hosted Password Vault [tutorial]
  • 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

  • ZFS Swap question
  • 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

  • Vaultwarden a Self Hosted Password Vault [tutorial]
  • 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.

  • The most popular Chinese keyboard app which is used by more than 450 million monthly users sends every key typed to Tencent in China.
  • 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

  • Vaultwarden a Self Hosted Password Vault [tutorial]
  • 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

  • What is your favourite shell to use
  • zsh, because of highly customizable.

  • [meta] link list idea for the sidebar of DIY ?
  • More common word in Chinese is 自制 zì zhì. 土法 focuses on "easy to implement with simple tool and material" but 自制 focuses on "do it by yourself".

  • Hardware security key options?
  • I use Yubikey 5 NFC and Canokey Pigeon, both works out of box on Linux.

  • Mozilla released a Firefox Nightly test build with vertical tabs - gHacks Tech News
  • 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

  • Mozilla released a Firefox Nightly test build with vertical tabs - gHacks Tech News
  • 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...

  • Which terminal emulator do you use?
  • Konsole, because I can use it in editor(Kate), file manager(Dolphin), IDE(KDevelop), standalone window and Quake style window.

  • Do y'all use eSim or Physical Sim for your phone?
  • Maybe you can do both: physical USIM card, but with eSIM functions. So you can move your profile from one phone to another just by plug out and plug in, and install many profiles on one phone and switch between them. There are some products can do it, such as eSIM.me, esim.5ber.com or https://github.com/estkme-group .

  • Sync bash aliases and ssh keys across devices
  • 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.

  • Raspberry Pi - Introducing: Raspberry Pi 5
  • 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.

  • Raspberry Pi - Introducing: Raspberry Pi 5
  • OpenGL 3.1 and Vulkan 1.2 in 2023? It's so terrible!

  • Which domain name registrar should I use?
  • I use Porkbun.com. It has modern interface.

  • export PLASMA_USE_QT_SCALING=1 no longer works
  • Usually in /usr/lib/systemd/user/plasma-plasmashell.service, but you can edit with systemctl --user edit plasma-plasmashell.service directly.