HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ognyankulev

1,104 karmajoined há 16 anos
https://ognyankulev.com

Submissions

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

simonwillison.net
66 points·by ognyankulev·há 8 dias·84 comments

RFC 9980 Post-Quantum Cryptography in OpenPGP

rfc-editor.org
3 points·by ognyankulev·há 12 dias·0 comments

comments

ognyankulev
·há 3 anos·discuss
Instruction interpreter is nicely human-readable: https://github.com/LekKit/RVVM/blob/staging/src/cpu/riscv_i....
ognyankulev
·há 4 anos·discuss
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.