

They probably got a few tax breaks from it
They probably got a few tax breaks from it
And where was it?
It’s definitely not the same because macOS has a lot of eye candy and background processes, especially if you have other apple devices. Still, it’s a lot better than windows
I would go with the iPad 9 just because it has a more powerful chip (A13 Bionic) than the Air 3 (A12 Bionic). Performance wise they may not be too different, but you should be able to squeeze an extra year out of it.
From the app no. Even if you could get into the pokemon go app and mod it, they would quickly notice the modified app and ban you
Usually when code is minified, it is shipped alongside a sourcemap (*.js.map), which can be used by the browser to show you the original code.
If you get an error in the browser, you can click the error, which will take you to the network(?) tab and show you exactly where the error occurred
This was a series of decisions with good intentions that went poorly in the long run.
Our customer wanted us to setup a system so their users could track their products from their site from a variety of carriers; but their backend was very old and difficult to work with, and their network very locked down.
We were struggling to setup a single carrier, so we eventually decided to setup a new server with modern tooling on our own network so we could develop this and other “complicated” features with less pain, and they would only have to make a single exception to their firewall.
Fast forward a year and:
But that way they cannot charge you for the storage you don’t use
There is also a limit to the number of files the browser can download in parallel, so if many files have to be fetched, they have to wait until the previous downloads are finished. This slows down performance even more
The code is such a tangled mess that trying to update one place has no effect on others, or straight up fails because it was expecting a different response
You are correct! And moreover, fragmentation was bad on HDDs because they are good at reading sequential data, so fragmentation limited performance by making reads more random. However, SSDs are the opposite and are more performant on random reads, so fragmentation actually benefits them! (some of the time)