tetra

u/tetra@feddit.de
0 posts · 16 comments

Recent posts

No posts.

Recent comments

For shells (and other programs) using GNU readline for interactions and line-edits (like bash), some of this can be achieved with an ~/.inputrc configuration file, e.g., mapping the correct key sequence for your terminal emulator to the backward-word move command. You can look up these sequences using infocmp -L1 or interactively using sed -n l.

Most other shells use their own command line handling routines and configuration though, so this won't work for e.g., zsh or fish.

on *Permanently Deleted* · c/piracy · 7 pts · 3y

Also, while Matrix offers E2EE, the amount of metadata the protocol generates by design is something you should be aware of.

There is also this issue with portalled rooms regarding the libera IRC bridge.

on *Permanently Deleted* · c/asklemmy · 5 pts · 3y

I tend to use Firefox's "Inspect" context menu entry on the element and disable the paste/keydown/keyup event listeners in the element inspector.

on Help · c/linuxmemes · 6 pts · 3y

With kernel 6.5+, the default is now amd_pstate=active for Zen systems.

I recommend amd_pstate=guided for 6.4+ though as at least on my machine, this seems to yield the best performance/energy trade-off.