Tv
Tv
I have a Yubikey 5c nano in PIV mode working well with the SSH app, Mosh doesn't seem to see it at all.
I stumbled here looking for Yubikey PIV ssh key support. The SSH app does this via https://chrome.google.com/webstore/detail/smart-card-connector/khpfeaanjngmcnplbdlpegiifgpfgdco/related EDIT: https://github.com/rpwoodbu/mosh-chrome/issues/177 is more relevant. Hiding this comment..
We might as well reimplement the rest of hledger in our own init files, then. The whole point of a package like this is to provide sane defaults. `ledger-mode` kept...
Bugs don't disappear just because time passes!
Trimpath is a very nice default.
Another use case: Sharing a single Postgres instance between multiple apps. Each app gets a Postgres role and schema assigned to it, and gets to manage its own migrations inside...
> So when you press "pause" and later resume, what do you expect to happen? For playback to continue from whatever offset it was at. This can be done over...
I definitely would not write new code using O_DIRECT, it's.. let's say "not welcome". https://yarchive.net/comp/linux/o_direct.html These days, the good answer would probably be io_uring. Last I looked, RocksDB was getting...
And apparently zfs also does not guarantee much for sync_file_range: "For example, it appears that with zfs, the sync_file_range call does not actually flush data" https://www.evanjones.ca/durability-filesystem.html RocksDB disables sync_file_range on...
ARC is still patented, isn't it? W-TinyLFU is probably the worthy pick. https://arxiv.org/abs/1512.00727 https://9vx.org/post/on-window-tinylfu/ https://github.com/ben-manes/caffeine/wiki/Efficiency