LLMs make embarrassingly parallelizable scripts even more embarrassingly parallelizable
LLMs make it trivially easy to add parallel processing boilerplate to one-off scripts that would otherwise run sequentially.
Software engineer writing about systems programming, performance, and developer productivity.
https://www.cyberdemon.orgLLMs make it trivially easy to add parallel processing boilerplate to one-off scripts that would otherwise run sequentially.
Author realizes grief makes you want to tell everyone about your loss, like Victorians did with mourning clothes and stationery.
Git submodules are simpler than they seem - they just track repos differently than regular files, and understanding this makes them easier to use.
Yevgeniy Mazin died peacefully in his sleep at 59. His son shares a eulogy honoring a man who died happy, surrounded by love.
Writing small data to a file triggers larger disk writes due to Linux's buffering, block alignment, and filesystem metadata overhead.