Posts
How to Manage Your Research Paper Library with Zotero
If you’re a researcher, student, or academic drowning in PDFs and journal articles, Zotero might be the tool you didn’t know you needed. It’s a powerful, free, and open-source reference manager that helps you collect, organize, annotate, cite, and share your research materials with ease. In this post, we’ll look at how to set up and optimize Zotero for managing a growing library of research papers, especially PDFs. We’ll also explore helpful features and best practices to avoid common pitfalls....
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....