valerionew / triennale-elettronica-polimi

Collezione di materiale libero, prodotto e recuperato, utile ad affrontare la laurea triennale in ingegneria elettronica al Politecnico di Milano
https://valerionew.github.io/triennale-elettronica-polimi/
18 stars 20 forks source link

feat: Add mirror links for course notes and summaries #57

Closed valerionew closed 3 months ago

valerionew commented 3 months ago

This commit adds mirror links for course notes and summaries in the Analog, MEMS and Microsensors, Electronic Systems, Signal Recovery, RF Circuit Design, Biochip, Mixed-Signal Circuit Design, Microelectronic Technologies, and Electronic Design For Biomedical Instrumentation sections. The mirror links provide alternative sources for accessing the course materials..

would solve #56

netlify[bot] commented 3 months ago

Deploy Preview for triennale-elettronica-polimi ready!

Name Link
Latest commit 41e46599d7b8b9dea13e9744410b1e96f84d4266
Latest deploy log https://app.netlify.com/sites/triennale-elettronica-polimi/deploys/667183d764f27e0008bb5154
Deploy Preview https://deploy-preview-57--triennale-elettronica-polimi.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

TIT8 commented 3 months ago

Wow, it compresses so well! It's very readable, and the Micro notes are less than 60 MB. This decreases by a lot the download.

I need to use it on my notes, too. It's always been a problem for people like me who take notes on a tablet: the files get huge after just 100 pages, and there was little that could be done (and it's not so amazing to fragment them in multiple pdf).

valerionew commented 3 months ago

The biggest flaw is that some tablet notes feature OCR, which you loose if you compress this way. I think this is not necessary to compress, there could be some ways to compress the image but not remove the OCR metadata (which makes notes searcheable, super useful feature).

valerionew commented 3 months ago

We could even run the same on all non-OCR notes, even if they are below 100 MiB, just to bring the repo size down. But for now we do not have an automated way to understand if notes have OCR or not, so I'm not sure how we can script it and it is very annoying to do by hand

TIT8 commented 3 months ago

The biggest flaw is that some tablet notes feature OCR, which you loose if you compress this way. I think this is not necessary to compress, there could be some ways to compress the image but not remove the OCR metadata (which makes notes searcheable, super useful feature).

Ah ok, nothing comes for free. Now I understand what you said in the issue.

I accept the change for that type of notes.