\n\nThis sudden shift in Flash's fortune suggests there's truth to the conventional wisdom that Apple \"killed\" Flash by not supporting it on the iPad in 2010.\n\nIf we would have been able to see Flash's decline in advance, what other technologies might be past their peak? Here we'll use Stack Overflow data to dive into this question.\n\n\u003Ch3>What technology might be next to die?\u003C/h3>\n\nFlash has had its defenders over the last decade (\u003Ca href=\"http://isflashdeadyet.com/\">here's some historical context\u003C/a>), even though its decline in developer activity was apparent since about 2011. Might there be other technologies that appear reasonably healthy, but have also been declining in the last few years?\n\nTo answer this question, we looked at Stack Overflow questions posted over time, the same data behind the Trends tool. We considered the trend in the last five years (to include tags that were once growing, hit a peak, then started shrinking), and estimated the rate of decrease over time for each technology. This is public data (you can use \u003Ca href=\"http://data.stackexchange.com/stackoverflow/query/edit/701951\">this query\u003C/a> to download it yourself), so I'd be interested in what others find.\n\nWe considered a technology to be shrinking if questions about it declined by at least 10% per year, on average. By that standard, what were the fastest-shrinking technologies?\n\n\u003Cimg class=\"alignnone size-large wp-image-7533\" src=\"https://stackoverflow.blog/wp-content/uploads/2017/07/estimates-1-1024x1024.png\" alt=\"\" width=\"1024\" height=\"1024\" />\n\nSince 2010, the two fastest-shrinking tags on Stack Overflow were Flex (a Flash-based web application framework) and Microsoft's \u003Ca href=\"https://www.microsoft.com/silverlight/\">Silverlight\u003C/a>. Both shrunk over time even faster than Flash did, with Flex showing a particularly sharp decline since its peak in 2010. Each of these technologies has dropped by about two orders of magnitude in terms of their presence on the site.\n\n\u003Cimg class=\"alignnone size-large wp-image-7534\" src=\"https://stackoverflow.blog/wp-content/uploads/2017/07/silverlight_graph-1-1024x1024.png\" alt=\"\" width=\"1024\" height=\"1024\" />\n\nOne of these is already deprecated: in 2015, Microsoft \u003Ca href=\"https://www.infragistics.com/community/blogs/engineering/archive/2016/07/21/the-sunset-of-silverlight.aspx\">announced\u003C/a> that they would stop supporting Silverlight by 2021. Flex is technically still officially supported (since 2011, \u003Ca href=\"https://www.techworld.com.au/article/407714/adobe_donates_flex_apache\">by the Apache Foundation\u003C/a> rather than by Adobe), but considering the deprecation of Flash, along with its diminished presence in developer questions, it's hard to say that it's a technology with a future.\n\n\u003Cimg class=\"alignnone size-large wp-image-7535\" src=\"https://stackoverflow.blog/wp-content/uploads/2017/07/unnamed-chunk-1-1-1024x1024.png\" alt=\"\" width=\"1024\" height=\"1024\" />\n\nAmong major technologies (those with at least 100,000 questions asked since 2010), there are a few that are shrinking to a noticeable extent. Microsoft's ASP.NET web framework has been decreasing as a share of Stack Overflow questions since the founding of the site; this may be skewed because the site started with a disproportionate number of C# developers, but it also may reflect a diminishing relevance of Microsoft in the web developer space.\n\nQuestions about Ruby on Rails grew more frequent until about 2011, then they started a slow decline. Objective-C has been declining as well, since it's being replaced by Swift as the language of choice for iOS development. Similarly, the \"iphone\" and \"ipad\" tags have been replaced by the general \u003Ca href=\"https://stackoverflow.com/questions/tagged/ios\">ios\u003C/a> tags for questions about Apple's mobile platform (see \u003Ca href=\"https://stackoverflow.blog/2017/05/16/exploring-state-mobile-development-stack-overflow-trends/\">our blog post on mobile development\u003C/a> for more exploration of those trends or see \u003Ca href=\"https://stackoverflow.com/jobs/developer-jobs-using-ios?utm_source=so-owned&utm_medium=blog&utm_campaign=dev-c4al&utm_content=c4al-link\" target=\"_blank\" rel=\"noopener\">iOS listings\u003C/a> to explore job opportunities).\n\n\u003Cimg class=\"alignnone size-large wp-image-7536\" src=\"https://stackoverflow.blog/wp-content/uploads/2017/07/facebook_plot-1-1024x1024.png\" alt=\"\" width=\"1024\" height=\"1024\" />\n\nThere are other languages and technologies that have been shrinking rapidly in this time period. Perl \u003Ca href=\"https://www.fastcompany.com/3026446/the-fall-of-perl-the-webs-most-promising-language\">has seen its relevance decline for a long time\u003C/a> (though it's worth noting that it still gets more questions month-to-month than truly dead tags like Flash or Flex). Questions about development on Facebook's application platform peaked in 2012 but has been shrinking steadily since. Questions about the \u003Ca href=\"http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/keplersr1\">Eclipse IDE\u003C/a> started declining around 2014. \u003Ca href=\"https://jquerymobile.com/\">JQuery Mobile\u003C/a> was a popular library for reactive web development, but judging by the number of questions asked about it the interest seems to have declined in the last few years.\n\n\u003Ch3>Do question visits tell a different story?\u003C/h3>\n\nOf course, the number of questions asked about a technology isn't necessarily representative of its health. Developers often search for existing solutions to their problems before asking their own question, and it could be that once a large foundation of questions exist, users get their answers from those questions rather than asking new ones. Is it possible that for some of these tags, the questions that have already been asked are being visited more?\n\nInstead of looking at questions asked, we could therefore consider the number of \u003Cem>visits\u003C/em> to questions over time. We have this kind of traffic data back to late 2011.\n\nCan we see similar declines in traffic to these tags?\n\n\u003Cimg class=\"alignnone size-large wp-image-7537\" src=\"https://stackoverflow.blog/wp-content/uploads/2017/07/by_month_graph-1-1-1024x1024.png\" alt=\"\" width=\"1024\" height=\"1024\" />\n\nFor the selected shrinking tags that we examined in this post, we generally see that the traffic tells a similar story to the number of questions asked. Traffic to questions about Flash, Flex, and Silverlight has dropped to almost nothing since 2012. ASP.NET and Ruby on Rails, while still making up a substantial portion of traffic, have undoubtedly been declining over time. Eclipse stays steady until 2014, then begins declining.\n\nFrom most of the tags we've analyzed, we usually find question traffic is a slightly \u003Cem>lagging indicator\u003C/em> relative to questions. Once the share of new questions to a technology starts decreasing, question traffic starts declining shortly afterward. Note that this isn't simply because new questions get viewed by people trying to answer them; about 98% of Stack Overflow traffic is to questions asked not on that day. Rather, this may suggest a shift where developers stop needing to ask new questions, and subsequently stop needing to visit existing solutions.\n\n\u003Ch3>Conclusion: do questions really represent the health of a technology?\u003C/h3>\n\nBjarne Stroustrup, inventor of C++, said that \"There are two types of programming languages: the ones people complain about, and the ones nobody uses.\" I'd argue that for the most part, the same is true of asking questions.\n\nWe on the data team often examine the number of Stack Overflow questions (or visits) to get a sense of the health of a technology. I've heard counter-arguments that this isn't a good measure, since what questions or traffic really represent is how many people are \u003Cem>confused\u003C/em> about a technology, and that more comfortable users may not need to ask questions. It's absolutely true that we should examine the biases and shortcomings of any metric, and the comfort of users with a technology is one confounding factor to consider.\n\nHowever, I think the Trends data still gives us important insights. First, \u003Cstrong>I don't think it's possible to run out of questions that can be asked\u003C/strong>, any more than it's possible to run out of books that can be written. There have been \u003Ca href=\"https://stackoverflow.com/questions/tagged/javascript\">1.4 million JavaScript questions asked in the site's history\u003C/a>, yet its pace \u003Ca href=\"https://insights.stackoverflow.com/trends?tags=javascript\">has grown steadily\u003C/a>. Surely if it were possible to run out of questions about JavaScript, we would have done so already.\n\nSecondly, \u003Cstrong>if everyone using your technology knows everything about it, that means your community isn't growing\u003C/strong>. A healthy technology environment includes a stream of newcomers that are learning the basics, as well as experts testing the platform's limits. Both of these types of users will often ask questions as part of their workflow. In 2011, a Flash developer could have argued \"Yes, the number of Flash questions has been declining recently, but that's simply because the documentation is so helpful and we already know how to use it.\" Only time would tell the real story.\n\nIn a future blog post, I'll be exploring what technologies are fastest \u003Cem>growing\u003C/em> as a share of Stack Overflow questions, and considering what that implies about the technology ecosystem.","html","2017-08-01T16:02:46.000Z",{"current":422},"flash-dead-technologies-might-next",[424,432],{"_createdAt":425,"_id":426,"_rev":427,"_type":428,"_updatedAt":425,"slug":429,"title":431},"2023-05-23T16:43:21Z","wp-tagcat-announcements","9HpbCsT2tq0xwozQfkc4ih","blogTag",{"current":430},"announcements","Announcements",{"_createdAt":425,"_id":433,"_rev":427,"_type":428,"_updatedAt":425,"slug":434,"title":436},"wp-tagcat-insights",{"current":435},"insights","Insights","Flash is Dead: What Technologies Might Be Next?",[439,445,451,457],{"_id":440,"publishedAt":441,"slug":442,"sponsored":12,"title":444},"370eca08-3da8-4a13-b71e-5ab04e7d1f8b","2025-08-28T16:00:00.000Z",{"_type":10,"current":443},"moving-the-public-stack-overflow-sites-to-the-cloud-part-1","Moving the public Stack Overflow sites to the cloud: Part 1",{"_id":446,"publishedAt":447,"slug":448,"sponsored":411,"title":450},"e10457b6-a9f6-4aa9-90f2-d9e04eb77b7c","2025-08-27T04:40:00.000Z",{"_type":10,"current":449},"from-punch-cards-to-prompts-a-history-of-how-software-got-better","From punch cards to prompts: a history of how software got better",{"_id":452,"publishedAt":453,"slug":454,"sponsored":12,"title":456},"65472515-0b62-40d1-8b79-a62bdd2f508a","2025-08-25T16:00:00.000Z",{"_type":10,"current":455},"making-continuous-learning-work-at-work","Making continuous learning work at work",{"_id":458,"publishedAt":459,"slug":460,"sponsored":12,"title":462},"1b0bdf8c-5558-4631-80ca-40cb8e54b571","2025-08-21T14:00:25.054Z",{"_type":10,"current":461},"research-roadmap-update-august-2025","Research roadmap update, August 2025",{"count":464,"lastTimestamp":465},209,"2023-05-25T09:46:20Z",["Reactive",467],{"$sarticleModal":468},false,["Set"],["ShallowReactive",471],{"sanity-12yS-KYIAKd1gT2KzvMnI1HoZiGFPI4kfZEkq7OvFO8":-1,"sanity-comment-wp-post-7531-1756722664958":-1},"/2017/08/01/flash-dead-technologies-might-next"]