Security Theatre
Security Theatre
Indo-Pacific Oceanic Territorial Area Treaty Organization
Isn’t this the whole idea behind flatpak but everyone seems to hate it
It’s your Beanniversary 🫘
A few things to note:
JavaScript is not a “batteries included” language - if you need math functions or cryptography or any kind of utility, you need to load it along with your script (usually from npm).
Loading a lot of small files is slower than streaming one big combined file, so tools like webpack will stitch all the files in your node_modules directory and minify it, so it’s not unusual to have big files like this.
Does the site actually need all this code? Probably not! The ridiculous part is that every one of those npm dependencies has it’s own list of dependencies, so just grabbing a small handful of libraries can result in huge trees of files!
Even more insane is that many of these probably have shared dependencies, but very slightly different versions, so multiple almost identical packages get downloaded.
Worst of all is that is most packages probably don’t use 90% of the code in the dependencies that they do need - e.g. if you want a “sin” function from a math library then you’ll be downloading “cos” and “tan” too.
There are tools like tree-shaking and pruning that help to remove unused packages during the bundler step, but I rarely see them used. It’s a lot of extra configuration and setup when mostly the products aren’t affected by a few extra KB or MB.
Anyway that’s why js and node and npm suck to both work with and to use. The site probably doesn’t need all that extra code, but there is no easy way to prove it so you get everything “just in case”.
I think it might be a riser or part of a sprue from a larger cast part
Andy B, - good first name for a tester
I assume just normal credit card payments online? PayPal started because people were scared to use their card online, but now you get all the same buyer protections and insurance.
4th panel should have been the baby reading C&H
Did you just assume my species?
“cool”
It’s a 3x3x3 cube that teachers give to students to stop them fidgeting in class
The slap was because you were blaming the person who actually contributed more to the driver.
The correct response is: Wow! The delivery fee was only 3.49! How do they expect someone to work for such a pathetic wage!
NO! I don’t think you understood at all!
Someone else hired a person and paid them 3.49 to drive hot food around.
Then a customer, who also paid the first person paid the driver more than their employer did.
If I could slap you over the internet right now I would.
You’ll probably have to generate a lot of plots, graphs and figures. Choosing the right type of figure to explain the data is an important skill - maybe have a play with some of the examples from https://r-graph-gallery.com/
User: I’ve tried everything
Support: Have you tried <first step in documentation>?
There’s no plastic in an aluminum can. Both glass and aluminum are almost totally recycled into their base materials. Aluminum is lighter to transport to and from the recycling facility.
Skibidi