Earlier quoted context omitted.
There's nothing stopping you from just running Flash itself… even in a Windows XP VM if necessary.
Some kind of conversion is needed to help hosts keep their flash content alive - visitors will ignore what is not accessible.
“We will stop updating and distributing the Flash Player at the end of 2020”
401–410 of 508 posts
Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#402Earlier quoted context omitted.
I tried TypeScript yesterday and while I really love the language, the tooling was wayyyy too complicated and confusing. All I wanted was to make a dead simple hello-world node app that let me write it in VS Code, and recompile the TS to JS every time I saved. Suddenly I had to learn about tsconfig.json, had to install nodemon and have a process running in the background that I'm sure to forget to kill later, and I h…
1) tsc --init # creates a tsconfig.json, no need to edit it 2) tsc --watch # rebuilds every .ts file on save There is no step 3.
Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#403Earlier quoted context omitted.
There are a lot of serious attempts underway, I've been involved with some of those discussions. Nothing perfect and turn key exists at the moment, but all the necessary pieces are basically there. It depends on what sort of preservation strategy you're going after. 1) "Emulation" style: -- Open source flash player (a la Shumway) 2) "Automated Conversion" style: -- Load-time conversion to a different format (ie, HTML…
There's nothing stopping you from just running Flash itself… even in a Windows XP VM if necessary.
Proposing to preserve Flash apps through a bytecode emulator is frankly somewhat absurd if you consider analogies. HTML 2.0 sites don't render on modern browsers either, but no-one seriously proposes maintaining a modern HTML 2.0 browser to view them. They simply run an old copy of Netscape Navigator, in a Windows 95 VM if necessary. Likewise with old BASIC programs on an Apple 2: no-one (from a preservation standpoint) runs them on an AppleSoft BASIC emulator; they run them on real AppleSoft BASIC inside an emulated Apple 2.
Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#404Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#405Is there any attempt to save all the classic Flash animations and games like they did with old arcade games? Any "emulators" which can be used to preserve them?
[1] https://en.wikipedia.org/wiki/Texas_Instruments_TI-99/4A#VDP...
Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#406Earlier quoted context omitted.
This isn't as bad as it sounds in practice. I'm usually glad it eliminates reflection which I've rarely seen used honorably... I do miss it occasionally. Some popular typed languages, notably Java, do type erasure on objects as well. Extending that to value types feels right in a strange way, more consistent at least. One thing I'll mention to make The a better experience... The compiler, even on the strictest option…
On that note I wish tslint would stop trying to do code formatting rules. prettier nowadays does code formatting far better than tslint ever did.
Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#407Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#408Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#409Earlier quoted context omitted.
Failure is a bit strong, IMO. Flash played a role, and now it is done. Meanwhile, it was (as you say) years ahead of standards and the most ubiquitous non-standard standard on the web. In early years it let web designers expirement. Most of those expirements went badly, but many ulitmately preceded and shaped the web of the "future." Animated interactive UIs, video, audio, rounded corners.... These appeared as flash…
"rounded corners.... These appeared as flash first" I doubt it. The Mac had rounded corners in may 1981 ( https://www.folklore.org/StoryView.py?story=Round_Rects_Are_... ), and the OS had windows with rounded corners when it shipped in 1984 (for an example, look at the calculator in https://en.wikipedia.org/wiki/Calculator_(Mac_OS)#History )
My condolences to all web developers who had to use whacky hacks to get them working on older IEs.
Re: “We will stop updating and distributing the Flash Player at the end of 2020”
#410Earlier quoted context omitted.
The battery argument was not weak. It was actually one of the strongest arguments. Flash was a battery hog. Disabling flash on a laptop could double your battery life.
That's an outdated statistic. There's way too much javascript and unwanted video and other effects on the web today that your battery is still getting hammered. Turn off javascript today and you'll probably get huge battery savings.