HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aw1cks

no profile record

comments

aw1cks
·há 2 anos·discuss
I wonder how this stacks up to using something like mtpfs[0] which I have found pretty flaky in the past. Cool project!

[0] https://www.adebenham.com/mtpfs/
aw1cks
·há 4 anos·discuss
This looks very useful! I wish there were something similar for ZFS.
aw1cks
·há 4 anos·discuss
pass-otp[0] integrates into pass[1] nicely. It's about as unix-y as password/secret management comes in my eyes.

Alternatively, gopass[2], which re-implements pass in golang, has this functionality built in[3].

[0] https://github.com/tadfisher/pass-otp

[1] https://www.passwordstore.org/

[2] https://www.gopass.pw/

[3] https://github.com/gopasspw/gopass/blob/master/docs/commands...
aw1cks
·há 4 anos·discuss
> Linux gives you a built-in shaper (TBF) but there is a better idea out there (timing wheels) and rather than wait for a new kernel version, eBPF lets you get the new function into the kernel as eBPF code.

This is the really cool part about eBPF for me. On the other hand though, blurring the line between userspace and kernel space does raise some interesting questions, especially in production. For example, I wonder how much this would complicate enterprise support such as Red Hat's.