HackerTrans
TopNewTrendsCommentsPastAskShowJobs

excircul

no profile record

comments

excircul
·2년 전·discuss
It makes aforementioned mobility more fun /s
excircul
·2년 전·discuss
Maybe also hallucinated by AI, just like their amazing glossary?

https://www.lenovo.com/us/en/glossary/
excircul
·3년 전·discuss
The XP-Pen hardware reports HID "Eraser" usage (some digitizers with accompanying HID "Invert" usage, others without) for the top button. Linux' generic driver does here nothing more than forwarding the corresponding events from hardware to the userspace.

The missing Invert usage caused Linux to report Eraser as regular tip touch to the userspace, which was not intended but caused by an oversight in the kernel code. This, together with a bunch of hacks (Digimend and X11 tweaks), allowed OP to map that button to a right click.

Now, with the kernel logic fixed, these hacks do not work anymore. This is a case of xkcd://1172. The userspace solution is to remap BTN_TOOL_RUBBER to a right click for the weird stylus instead.
excircul
·3년 전·discuss
How would WASM solve the addressed problem?
excircul
·3년 전·discuss
GCC’s RTL does

https://gcc.gnu.org/onlinedocs/gccint/RTL.html
excircul
·3년 전·discuss
M-x shell does run bash (or whatever is your user’s shell)

M-x eshell is a shell implemented completely in Emacs Lisp and integrates with Emacs really nicely