Zorirushji is amazing! You should get it
Could you imagine? You’d need to fund a company for 100 years with potentially 0 profit
I got in a huge argument with someone who actually thought they were preserved for 100 years…
It’s not a filibuster
While they didn’t need to go overboard like they did, the threat model is reversed. They are worried about what other people might do to him.
Ie: attempt to free him.
I started at a company that uses ADO (migrating to GitHub this year) and it took me like 20 minutes to figure out how to change repositories in the UI… idk how they built something that unuser friendly
Man if they were worth that much, I would create thousands of them😂
Cyberpunk 2077 has an audio summary of what’s going on as if it was a new cast on the radio
He is supposed to wear a mail collar or gorget
The duty to warn letter was debunked as junk
Nah, those are mass produced. I’ve seen them in touristy shops
Tree shaking is essentially reducing the amount of included code to only the stuff being used.
Let’s say you have a JAR, DLL, or whatever with 5 functions.
Your application calls function A which also calls function B of the DLL/jar.
Tree shaking says “hmm, if I follow the code execution path, I only need 2/5 functions from the DLL/jar” and discards the remaining 3/5 functions.
This significantly reduces the bundle size (the bundle is what is sent to the browser).