Superb Owl Sunday X
Superb Owl Sunday X
No, those are known issues with Firefox for Android. They’ve been around for years now, but are not common enough for Mozilla to actually address them. The blank tab thing is what forced me to switch. Sometimes an existing tab would break permanently, had to close and undo close, lose all the page state.
And it’s slower, and it doesn’t have a tablet UI… sucks but it’s not an option for me.
This seems like a silly workaround at first but it’s really not. If the network is unreliable, you can’t really use normal video streaming, you need to send full screenshots. Probably still a better idea to use only I-frames than a bunch of JPEGs but whatever.
But they did make some very silly mistakes. Par for the course of an AI coding company I guess.
I probably missed some but even for an AI company this is really bad
The modern method is more efficient if your network is unreliable.
Modern: I-frame (screenshot) then a bunch of P-frames (send only what changed). If a frame gets lost, the following frames aren’t really usable, frozen until next I-frame Old: Send only full screenshots. Each frame has all the data, so losing one doesn’t matter.