At first glances, PDF viewer seems to be as easy as opening a PDF URL in an Iframe; however, not only uncustomizable, but also, if some browsers doesn't support PDF browsing, it could be a problem. A solution to this would be Mozilla's PDF.js. Howeve...
Latest Docker Compose (v2) https://docs.docker.com/compose/cli-command/ Now, the command is no longer docker-compose (although there is compose-switch), but rather, a Docker plugin, docker compose. For some reasons, it had to rebuild my Dockerfile im...
OK, the customization is good. Most things can easily be customized; but I have a little problems. Autostart conky -d starts multiple instances This can be proved with pidof conky. A quick fix for me is sh -c 'killall conky || true && conky -d'. Dolp...
It is very simple, that you might not need a library, although there are cautions. That is, using Date object. Be aware of months and leap years. Don't try to use straight simple approximation of raw milliseconds. Let me say this first. I still have ...
So, I got my hands on an 8-years-old MacBook Pro (mid 2012), with 4GB RAM, 500GB SATA HD, and Core i5 CPU. Good thing about this, is 500GB is very large. (Compared to nowadays usual small (but faster SSD) 128GB - too small to dual boot.) My MacBook P...