HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ognyankulev

1,104 karmajoined 16 tahun yang lalu
https://ognyankulev.com

Submissions

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

simonwillison.net
66 points·by ognyankulev·8 hari yang lalu·84 comments

RFC 9980 Post-Quantum Cryptography in OpenPGP

rfc-editor.org
3 points·by ognyankulev·12 hari yang lalu·0 comments

comments

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