Oink oink
They probably make money showing pork search results
AI slop
Would be nice if we had a dedicated button to flag AI comments.
This is the best solution. Actually, if you have money, in my experience, the best is to have an iPhone dedicated to that. Sometimes even on stock Android (Pixel 10 Pro) you get weird incompatibilities. E.g. trying to…
Cool !
Replying late, but yes I agree. What matters is the bottom line, and the vast majority of apps should be using JSON because this is the most economical when it comes to engineering time.
Base64 and JSON takes a lot of CPU to decode; this is where Protobuf shines (for example). Bandwidth is one thing, but the most expensive resources are RAM and CPU, and it makes sense to optimize for them by using…
Oink oink
They probably make money showing pork search results
AI slop
Would be nice if we had a dedicated button to flag AI comments.
This is the best solution. Actually, if you have money, in my experience, the best is to have an iPhone dedicated to that. Sometimes even on stock Android (Pixel 10 Pro) you get weird incompatibilities. E.g. trying to…
Cool !
Replying late, but yes I agree. What matters is the bottom line, and the vast majority of apps should be using JSON because this is the most economical when it comes to engineering time.
Base64 and JSON takes a lot of CPU to decode; this is where Protobuf shines (for example). Bandwidth is one thing, but the most expensive resources are RAM and CPU, and it makes sense to optimize for them by using…