Posts
How to manage your Research Papers Library ?
https://www.zotero.org/support/collections_and_tags https://www.zotero.org/support/feeds https://forums.zotero.org/discussion/comment/472493#Comment_472493 https://www.zotero.org/suyoggarg/library https://www.zotero.org/support/sync https://www.zotero.org/support/zotero_data https://www.zotero.org/support/attaching_files#stored_files_and_linked_files https://www.zotero.org/support/file_renaming If the linked storage directory is updated, the new PDF has to be manually added to the Zotero library. However, here too, you can simply selected the whole storage directory and not add duplicates !
Probability of two people serendipitously meeting somewhere
The problem of finding the probability of two people serendipitously meeting eachother somewhere is non-trivial ! Some relevant links are : https://www.mathpages.com/home/kmath124/kmath124.htm https://stats.stackexchange.com/questions/15448/probability-of-two-people-meeting
Working with Cloudflare workers
A cloudflare enviroment can be used to deploy any reasonably sized application on to an internet server without having to pay for server storage purchase. The deployed application page is then linked to universal web address and can reached on it. A wrangler Javascript worker application to read and publish a formatted a letterboxd-diary given the username can be created by following these links :
git submodules are erroneous
In the name of sheer simplicity, it would be advised to best not use the git submodule utility ! If there is the utmost need to have one directory within the other, then try to have only git repository among them, yeah. Or else, try to separate out the repositories into separate folders, yah ! It may happen that you may not be able to see new changes in the main directory after using submodule for a while....