Home
Sun Aug 13
How to create symbolic links in Python. Easier than using ln.
At work I’m currently working on a fairly large system in which we have a pool of greedy workers, of unknown size, which can opt it at any time to the flow of work. A job is considered abandoned if it is marked as IN_PROGRESS but the...
Day 75
August 14, 2023 re: Coding This Post is part of the Blog Chain: Write An App (2023) Blog-Chain. Ownership in Rust - Chapter 4 of the Rust Library Book I'm moved beyond much of the review of the first few chapters, and Chapter 4 of the...
On Linux, software should generally be installed with your system package manager (apt, yum, portage etc.) However, Calibre is a bit “special” in this respect. While well-loved, it’s known to be a bit difficult to package (to say the...