Good example of gratitude: https://gwern.net/improvement
Then, if you have 'libsixel-bin' installed you can run e.g. 'img2sixel hamster.jpg', and there you go, a photo is displayed in the terminal, inline with the text.
And 'mlterm' lets you adjust the text line spacing, even negatively, so you don't have to edit the fonts to get it the way you want.
A trick I've used to shave bundle sizes: re-mapping `babel-runtime/*` to `@babe/runtime` and proper core-js imports and `core-js` imports from V2 to V3 latest imports ones. This shaved tons off of my bundles (unfortunately have some libraries we rely on that are both substantial but old)
Another one is library deduping. I've re-mapped all of the `lodash.*` to be direct default imports, e.g. `lodash.merge` to `lodash/merge`. Also shaved a ton off my bundle sizes.
Seems like there's no upper limit for scaling up reads, just wondering how this architecture affects write throughput. Would love to hear more!
I also really appreciate linking to other learning materials in the beginning (both free and non-free)