HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ognyankulev

1,104 カルマ登録 16 年前
https://ognyankulev.com

投稿

sqlite-utils 4.0rc2, mostly written by Claude Fable (for about $149.25)

simonwillison.net
66 ポイント·投稿者 ognyankulev·8 日前·84 コメント

RFC 9980 Post-Quantum Cryptography in OpenPGP

rfc-editor.org
3 ポイント·投稿者 ognyankulev·12 日前·0 コメント

コメント

ognyankulev
·3 年前·議論
Instruction interpreter is nicely human-readable: https://github.com/LekKit/RVVM/blob/staging/src/cpu/riscv_i....
ognyankulev
·4 年前·議論
pushd/popd are intended for interactive use, not for use in scripts. It prints the full stack on directories and there is no option to be quiet. Of course, there is always redirecting to /dev/null but it is intentional to not have option to be quiet.

Usually there is no need to return to original directory. Change of directory is process-local (script-local) so the calling process is not affected by this 'cd' in the script.