Maybe to show off their architecture and designs.
Without being aware that if they need crap tech to show it off, it is likely to be considered crap by the engineers.
And then they wonder why the engineers dislike them.
And what is left carefully unsaid is that the userâs security means less than nothing to the sites that will cling to it the longest.
The site that bugs me the most is definitely speedtest.net! I can do without all the other sites, but my ISP defaults to this site and I like to keep tabs on my connection speed.
Overall. But thereâs not a lot of dev budget for rewrites and ongoing maintenance.
Could the communication be reverse-engineered and a commandline version be hacked in (e.g.) python?
Oh another desktop site that uses flash⌠Pandora. They apparently support Html5 but I could not figure how to do this and gave up.
You know, I was going to read the article, but when the full-page âCLICK HERE TO SKIP ADâ black-out appeared, I just hit Back instead.
"No, fuck you", indeed.
When I used to do webdesign, I made a flash portfolio. I considered it to be like practicing kung fu with one hand tied behind my back.
But everyone saw it as a business card made out of gum wrappers and cigarette butts.
Poor manâs Morpheus.
Speaking from experience as someone who works in that particular industry as a web developer - itâs overwhelmingly because they are all trained visual designers in their own right so they have very specific ideas of how they want things to look, but their training is in a completely different medium to web so what they want is generally inefficient, virtually impossible, or a cross-platform nightmare of browser-specific code compared to simply doing it in Flash.
GIFs are too CPU intensive? Something is wrong with your setup because the GIF density was way higher in the 90s and CPUs were a hundred times slower.
Like wired.com? They do something like that.
Thatâs a little harsh considering the number of sites not designed around having a full 4x4 4k spread that emulates the Wall Street Journal. Then again, maybe youâre subscribed to the ones that started out that way? [I knew the guy on the subway with the brolly and 4 projectors was you! etc. etc.]
Next youâll claim you donât like it when you go up a spiral staircase, and find that when you pause to sight a landing, you dismay that it springs twice as high as youâve climbed. That sort of false cantilever is a joy!
GIFs are a big bag of pagefaults when the resolutionâs sufficient and memory isnât. Here thereâs gifinator ready to turn everything into new format joy and people are still taking things that belong in lossy formats and ripping to GIF as if they were sharing the joy of camera raws on Instagram. Look at this low-light HDR I took of my pet from a shadowing positionâŚisnât itâŚyeah, Giffany, make me forget about it, take me away.
Iâve never once made a site in Flash. But was it easier to make sites in Flash than with hand-coding html/css/javascript? If so, that might explain why.
If youâre a graphical designer and are better with a Wacom tablet and an easel than you are with typing words with a keyboard, then yes, itâs much easier to use Photoshop+Flash+Dreamweaver to draw then dragânâdrop a site together than it would be for you to type in a little text and copypasta a few scripts.
Iâm an utter failure at anything graphic-design, but with just the power of HTML+CSS I can actually do alright. Fixed canvas sizes are easier, but Iâve done some sites with relative sizing and such.
Basically if numbers and a little code seem scary, then you pretty much never have to see them if you choose to develop a site in Flash and Dreamweaver.
And thatâs how we end up with things that âlook goodâ at first glance, and their usability is somewhere near zero.
Bleh.
I see it as an extension of the âLet me Google that for youâ problem.
I co-moderate a Twitch.tv chat and the streamer plays DayZ Standalone. People constantly come in asking things like âhow do you install DayZ?â or âhow much does DayZ costâ or âwhere do you find item $precious?â
Weâve already setup commands in the chat to answer the most basic questions, but things like the price of a game takes literally 10 seconds to find by opening up Steam and looking.
Itâs sort of a laziness of initiative. If you want to be a webdesigner, but all you know is how to draw things, it would serve you to learn the basics of the field youâre trying to get into, or at least have a partner who can do the other kind of work.
People always want to know things, but never actually do the work to learn, instead asking for a simple answer to a problem they already know is complex and intricate.
Yup, HTML5 video now has Encrypted Media Extensions, Media Source Extensions and Web Cryptography API to allow DRM video in HTML5, but these are relatively new APIs. I donât think there is quite support across the board just yet and then there are older browsers to support.
Even then, browsers donât support the same DRM server technology, IE requires Microsoft Playready, Chrome requires Widevine, Safari requires Apple Fairplay and Firefox requires Adobe Access. All these need to be set up separately with separate licenses. The cost of set up and maintenance is many, many more times the cost of running Flash video, which you still need to run to support older browsers.
For mobile, these companies either have a mobile app or donât bother with DRM video on their site. As itâs really quite hard (but not impossible) to pull a video file from mobile browser.
Big companies like YouTube can throw a lot of money at it to have a good solution, but the majority of networks canât afford it. I think we are likely still a few years from seeing Flash going away completely when it comes to video.