Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
undume
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
undume
4mo ago
Firefox also provides such an option, see about:keyboard
2.
▲
by
undume
8mo ago
There are also replacements for xdg-open with more sane (in my opinion) configuration, like jaro: https://github.com/isamert/jaro
3.
▲
by
undume
3y ago
Another nice thing about logseq is that you can use it as a self-hosted web app. Thus, there is no need for Electron, you can use a regular browser. However, this requires the File System API, which is missing in Firefox.
4.
▲
by
undume
4y ago
There is also a DIY emulator on ATMEGA328 microcontroller: https://paxer.net/voyager/
5.
▲
by
undume
4y ago
xmllint can do that: curl example.org | xmllint --html --xpath '//some/xpath/selector' -
6.
▲
by
undume
4y ago
OATH Tookit provides console tool for generating TOTP codes: oathtool. https://www.nongnu.org/oath-toolkit/