Earlier quoted context omitted.
Worst offender being Google, who toggled on VP8 / VP9 decoding on YouTube despite the vast majority of devices only having h264 hardware decode. The aggregate waste in battery wear and watts spent is pretty staggering when you think about it, all so google could spend a few cents less per 100 streams.
Or they could just send the video uncompressed and then it would take even less hardware resources to decode on the client side. Why, in a sense it would be a lot more like decoding analog television signals at that point. (Not least of which since few clients would have the network bandwidth to handle more than 360-480p of that ;)
Airpass – Easily overcome WiFi time limits
261–270 of 278 posts
Re: Airpass – Easily overcome WiFi time limits
#262Earlier quoted context omitted.
It's hard work writing free stuff for others, much easier to criticise stuff instead of getting your hands dirty.
It's hard work learning programming tools and optimizing, much easier to use a one-size-fits all framework that wastes the end-user's resources.
Re: Airpass – Easily overcome WiFi time limits
#263Earlier quoted context omitted.
What exactly is that doing? Is there some backend limitation for WiFi interfaces that making it think it’s Ethernet is faster?
It just resets the MAC address, making the router believe it's a new device, thus not subject to the "x minute" free WiFi.
Re: Airpass – Easily overcome WiFi time limits
#264Earlier quoted context omitted.
It's hard work writing free stuff for others, much easier to criticise stuff instead of getting your hands dirty.
It's hard work learning programming tools and optimizing, much easier to use a one-size-fits all framework that wastes the end-user's resources.
Re: Airpass – Easily overcome WiFi time limits
#265Earlier quoted context omitted.
If you want a frontend for you app, you probably just use Electron and get it over with in a few minutes instead of digging through the docs for Qt or some other framework. Is it worth it? Probably not, since this is a single-platform app to start with, but JS+HTML are easy to theme and customize, and Qt is... not quite as simple.
Where did you get Qt from? This is, again, a Mac-only app that doesn’t even have any windows. It’s just a menu bar icon and a notification. That’s incredibly simple to build with plain old Cocoa and Swift.
Re: Airpass – Easily overcome WiFi time limits
#266Earlier quoted context omitted.
It just resets the MAC address, making the router believe it's a new device, thus not subject to the "x minute" free WiFi.
I've never seen "x minute free wifi". What countries is that common in?
Re: Airpass – Easily overcome WiFi time limits
#267Earlier quoted context omitted.
Those people could be driving from 20 minutes away or on their way home from work, or running other errands or picking kids up from school or any number of things. Good for you though.
Fortunately trains and buses exist.
Re: Airpass – Easily overcome WiFi time limits
#268Earlier quoted context omitted.
So the cost is there, it's just not paid (directly) by the developer. But we all end up paying someone else's externalized cost, included said developer that is paying some other developers' externalized costs.
Consider also the missed market opportunity: my personal devices are 13yo laptop and 9yo phone. If an app isn’t compatible or makes it lag, I delete it and download a competing one. I’m not alone, and yes: I have money to spend on your app. I just don’t want/need to upgrade hardware that often.
Re: Airpass – Easily overcome WiFi time limits
#269Earlier quoted context omitted.
Modern app bloat in one analogy: Business logic size: ~20 bytes Total app size: ~47 MB = 47,000,000 bytes Bloat factor: 47,000,000 / 20 = 2,350,000 Let’s scale this up and say the business logic is 1 pound. Then the whole app would weigh: 1 lb × 2,350,000 = 2,350,000 pounds What weighs ~2.35 million pounds? - A fully loaded Boeing 747-8: ~987,000 lbs - Another fully loaded 747-8: ~987,000 lbs - A blue whale: ~330,000…
How many 747's can the average person fit on the 128GB+ smartphone in their pocket?
Re: Airpass – Easily overcome WiFi time limits
#270Earlier quoted context omitted.
Worst offender being Google, who toggled on VP8 / VP9 decoding on YouTube despite the vast majority of devices only having h264 hardware decode. The aggregate waste in battery wear and watts spent is pretty staggering when you think about it, all so google could spend a few cents less per 100 streams.
Or they could just send the video uncompressed and then it would take even less hardware resources to decode on the client side. Why, in a sense it would be a lot more like decoding analog television signals at that point. (Not least of which since few clients would have the network bandwidth to handle more than 360-480p of that ;)
Not to mention the fact that a mobile radio would have to be kept on high power constantly to pull in that 1Gbit/s stream.
You can be snarky all you want, it was a terrible move by Google.
;)