Slashdot Mirror


Firefox 69 Will Disable Adobe Flash Plugin by Default (zdnet.com)

Mozilla will take the next major step in disabling support for the Adobe Flash plugin later this year when it releases Firefox 69. From a report: Firefox 69 will be Mozilla's third last step to completely dropping support for the historically buggy plugin, which will reach end of life on December 31, 2020. Flash is the last remaining NPAPI plugin that Firefox supports. Mozilla flagged the change, spotted by Ghacks, in a new bug report that notes "we'll disable Flash by default in Nightly 69 and let that roll out". Firefox 69 stable will be released in early September, according to Mozilla's release calendar.

67 of 112 comments (clear)

  1. Version 69 "decouples" two things by xxxJonBoyxxx · · Score: 4, Funny

    Not exactly what the Internet would have expected.

  2. Flash by Joce640k · · Score: 3, Insightful

    ...and nothing of value was lost.

    --
    No sig today...
    1. Re: Flash by sound+vision · · Score: 4, Informative

      It's actually not bad for making vector-based animations with interactive components. I believe that was its intended purpose. The issues came when people started using it to design entire web sites.

  3. User choice by imidan · · Score: 4, Interesting

    This is a good step. It's great that browser makers are generally not beholden to people like advertisers for money, so they can make more user-friendly decisions. I'd like to see more, though.

    I don't want autoplay anything in my browser. Especially audio and video. I use a plugin that aims to disable a lot of autoplay, but it doesn't always work. Why not have a browser flag that tells sites "I don't want autoplaying multimedia content"? I know crappy sites with video ads would ignore it, but more legitimate sites could respect it, potentially allowing them to save on bandwidth by not sending content to me that I don't want. I know I can stop it all by turning off JS entirely, but it's so integrated into so much of the web now that even simple sites barely work without it.

    It's a little different from "do not track" in that even legitimate sites have monetary incentive to track me regardless of how I set that flag. What incentive do they have to stream videos to me that I don't want to watch?

    Maybe I'm just in the minority in not wanting everything to be a video. Maybe the issue is that the sites have no motivation to obey "no autoplay" because it would cost developer time to satisfy a very small group of visitors.

    1. Re:User choice by DarkRookie2 · · Score: 1

      This is a good step. It's great that browser makers are generally not beholden to people like advertisers for money, so they can make more user-friendly decisions.

      I don't know if I missed something there, but that is wrong.
      How is breaking my add-ons user-friendly.
      Why are there ads on the newtab page.

      --
      http://progressquest.com/spoltog.php?name=Son+Of+Son+Of+DarkRookie
    2. Re:User choice by markdavis · · Score: 4, Insightful

      >"Maybe I'm just in the minority in not wanting everything to be a video. [...] I don't want autoplay anything in my browser."

      You might be in the minority, but you are FAR from alone. I *detest* ANY type of media autoplay- regardless of the type or if it is muted or not. And I think most users are very annoyed by any type of autoplay, but perhaps not motivated enough to fight it (especially if muted). Firefox is the only browser (I know of) so far that allows blocking autoplay of muted video (and no addon/plugin needed):

      media.autoplay.default=1
      media.autoplay.enabled.user-gestures-needed=false
      media.autoplay.allow-muted=false

      Although it will break some sites (I find in practice it is a rare thing, though). The Firefox UI currently includes no way to set the first two of the above, you must use about:config.

      >"Maybe the issue is that the sites have no motivation to obey "no autoplay" because it would cost developer time to satisfy a very small group of visitors."

      Or they are so arrogant and controlling they want to FORCE their crap down your throat regardless of your preferences, requests, or situation. I don't want my browsing experience to ever be like DVR-less "TV" or "Radio".

    3. Re:User choice by tlhIngan · · Score: 1

      I don't want autoplay anything in my browser. Especially audio and video. I use a plugin that aims to disable a lot of autoplay, but it doesn't always work. Why not have a browser flag that tells sites "I don't want autoplaying multimedia content"? I know crappy sites with video ads would ignore it, but more legitimate sites could respect it, potentially allowing them to save on bandwidth by not sending content to me that I don't want. I know I can stop it all by turning off JS entirely, but it's so integrated into so much of the web now that even simple sites barely work without it.

      Why make it a plugin? The browser can do it already. All it needs to do is before it starts a video playing, to ensure that the request to play comes from the UI - not a javascript command or anything else.

      This is HTML video we're talking about - it's not like the browser doesn't have come control over its playback.

      It's not even a new technique - IE's "popup" blocker worked in the same fashion - if you attempted to create a new window, IE looks back to see if a UI operation (click, etc) caused it (and only within a limited stack - no saving the click to pop up later - you pop up only if the user clicks). It's why popups only generally react to clicks - no longer do you load a page and have popups appear suddenly.

      Another fun one was having a website pop up an alert box. Scam sites used this to put up dialogs you couldn't dismiss because they would pop up, you'd close it, and they'd pop up before you could close the window. So now every browser gives you the option of ignoring further alerts.

    4. Re:User choice by SuperKendall · · Score: 1

      Not all ads are in fact user-hostile

      Hello man just woken up from cryo storage! Unlike your naive world of 2007, here in the future all ads are in fact user hostile, it's just that you cannot always perceive how visually.

      --
      "There is more worth loving than we have strength to love." - Brian Jay Stanley
    5. Re:User choice by tepples · · Score: 2

      I use a plugin that aims to disable a lot of autoplay, but it doesn't always work.

      I'm interested in what your plug-in can and can't block. How many of these tests still play?

      I know I can stop it all by turning off JS entirely

      CSS animated filmstrips, such as this and this, still play with video autoplay, GIF autoplay, and JavaScript all turned off.

    6. Re:User choice by gmack · · Score: 1

      This is a good step. It's great that browser makers are generally not beholden to people like advertisers for money, so they can make more user-friendly decisions.

      I don't know if I missed something there, but that is wrong. How is breaking my add-ons user-friendly. Why are there ads on the newtab page.

      This is a good step. It's great that browser makers are generally not beholden to people like advertisers for money, so they can make more user-friendly decisions.

      I don't know if I missed something there, but that is wrong.

      /How is breaking my add-ons user-friendly.

      Mainly because flash hasn't been "run anywhere" for a very long time. If you write your page with flash, it won't run on my Raspberry PI(it never did), my flatmate's iPhone (Apple's choice) or my Android cellphone (Adobe's choice). In fact, Flash took ages to even manage 64 bit CPUs. Web pages should be write once, run anywhere but flash was a major problem in making that happen.

      Why are there ads on the newtab page.

      You can Turn those off. I did.

    7. Re:User choice by Dr.Dubious+DDQ · · Score: 1
      "Maybe the issue is that the sites have no motivation to obey "no autoplay" because it would cost developer time to satisfy a very small group of visitors."

      I think the issue is that adtech people are really pushing "internet tv" hard, and every autoplay video is one more they can add to the "number of times this video was played" score (regardless of whether anybody actually wanted to watch it, or what proportion of the site visitors cursed aloud and smashed the "STOP PLAYING" button as hard as they could), so they can scam all the advertisers into thinking all the money they're being asked to dump into video advertising is worthwhile.

      If autoplay wasn't forced, the "number of times this video was viewed" numbers would be much, much lower and nobody would want to put money in it.

    8. Re:User choice by Shazatoga · · Score: 1

      Google generates its revenue by selling ads. Their primary reason for doing this is to cut out the competition. Not that I like autoplay garbage, but Google is an ad distributor first and foremost.

    9. Re: User choice by phantomfive · · Score: 1

      You make a LOT more money showing video ads. Everyone does, except for the ones buying ads, of course. That is the reason.

      --
      "First they came for the slanderers and i said nothing."
    10. Re:User choice by imidan · · Score: 1

      It plays all of them except for the first three. The plugin is "Disable HTML5 Autoplay Version 0.6.2".

    11. Re:User choice by AmiMoJo · · Score: 1

      Are you perhaps also blocking Javascript by default?

      Many sites override the autoplay setting by simply having Javascript start the video.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    12. Re:User choice by DarkRookie2 · · Score: 1

      It isn't only Flash. 57 broke a lot of my add ons as well.
      Why are they there in the first place. I don't want them off. I want them to never exist in the first place
      Also, why cannot I set the new tab page to about:blank.

      --
      http://progressquest.com/spoltog.php?name=Son+Of+Son+Of+DarkRookie
    13. Re:User choice by markdavis · · Score: 1

      >"Are you perhaps also blocking Javascript by default?"

      I am not, no. Blocking javascript breaks all sites and trying to tangle with that mess is almost impossible now.

  4. Where now? by Anonymous Coward · · Score: 2, Insightful

    So, where do i go if i want a browser with flash support.

    Sure, disable flash by default. But as many things that involves computers, there's always people that have a use for it and/or want to access old content. I want a browser that has flash enabled. All the big vendors disabled it now. It feels they do not want to leave the choice to the user.
    Having an up-to-date browser with flash is a better option than sticking to firefox 68 with flash and without updates.

    1. Re:Where now? by RickyShade · · Score: 4, Informative

      Use oldversion.com, put an alternate browser install to run along next to your main one.

    2. Re:Where now? by Nutria · · Score: 1

      Stick with FF 56 like us sane people.

      --
      "I don't know, therefore Aliens" Wafflebox1
    3. Re: Where now? by Monster_user · · Score: 1

      Firefox 56 is not sane. Firefox 52 is (Pre-Quantum), and Firefox 60 is (latest ESR release). 56 is just an oddball, and no sane person should be using it anymore at this time.

    4. Re:Where now? by thegarbz · · Score: 1

      So, where do i go if i want a browser with flash support.

      The STD clinic. Your computer is infected.

    5. Re: Where now? by Nutria · · Score: 1

      It's the last version that supports the addons I "can't" live without:
      deduplicate-tabs
      New Tab in Tab Context Menu
      Open Tabs Next to Current
      Sort Tabs

      --
      "I don't know, therefore Aliens" Wafflebox1
    6. Re: Where now? by Monster_user · · Score: 1

      So are Firefox Quantum Addons suffering from the same compatibility nightmare that Firefox 2 Extensions had when they went started using the major version number as a minor version number? Or did Mozilla patch out whatever hook those Addons used to function?

  5. I consider this a good thing for developers by bobstreo · · Score: 1

    They have until Septemberish to recreate whatever flash was doing on their web site in javascript or python, or whatever.

    There should be plenty of job openings for contractors or new hires to replace the "functionality" Flash was "providing".

    That being said, I just remembered I had an old Tag Cloud plugin for my web site that used Flash. I should probably check and see if there's something I could replace it with.

    I'm probably either lazy about fixing stuff like this, or contented that once it's done, there were more important other things to do, like sorting my sock drawer.

    I am guessing there is probably some mission critical Flash app someone is using, if so, in 2019, they're doing it wrong, and no longer have an excuse.

    1. Re:I consider this a good thing for developers by Luckyo · · Score: 3, Insightful

      The "excuse" is quite simple. Flash works, and implementation has been paid for. Unless you are willing to pay for new implementation, you don't get to tell people that they can't use their existing implementation "because reasons".

      It's honestly baffling how many people are so ignorant of the most basic concepts of "budgeting" and "sunk costs". No wonder so many are living paycheck to paycheck.

    2. Re:I consider this a good thing for developers by tepples · · Score: 1

      Unless you are willing to pay for new implementation, you don't get to tell people that they can't use their existing implementation "because reasons".

      "If you continue to use Internet-facing software that is neither maintained nor formally proven correct, you are at greater risk of a data security breach and a fine or judgment against you, and no liability insurer will accept you."

    3. Re:I consider this a good thing for developers by Luckyo · · Score: 1

      You also show ignorance of basic IT security concepts such as "risk assessment" and "value of the target compared to costs to attack it successfully in a meaningful way".

      Concepts that insurance companies you rate so highly understand very well.

    4. Re:I consider this a good thing for developers by serviscope_minor · · Score: 1

      Flash works, and implementation has been paid for. Unless you are willing to pay for new implementation, you don't get to tell people that they can't use their existing implementation "because reasons".

      It's honestly baffling how many people are so ignorant of the most basic concepts of "budgeting" and "sunk costs". No wonder so many are living paycheck to paycheck.

      You what? Why on earth would I care about some random person's sunk costs? That's their problem not mine. The major browser vendors and mobile platforms are telling people to stop using flash. They do not care enough about your sunk costs or budgets, and they don't have to because they are completely independent of you.

      So, yes they DO get to tell you to stop using flash. And you have to suck it up.

      --
      SJW n. One who posts facts.
    5. Re:I consider this a good thing for developers by Luckyo · · Score: 1

      Thank you for your deep and well explained reasoning. I have reconsidered my view point because of it.

    6. Re:I consider this a good thing for developers by Luckyo · · Score: 1

      You appear to have misspelled "their product got dropped from the tool portfolio".

    7. Re:I consider this a good thing for developers by AmiMoJo · · Score: 1

      Any developer still using flash apparently hasn't noticed that Chrome, the most popular browser, stopped displaying it years ago. And it never worked on iOS at all.

      Flash has been dead for a long time outside of artist communities using it for animations.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    8. Re:I consider this a good thing for developers by serviscope_minor · · Score: 1

      It would help if your posts actually made any sense. Who's product?

      If it's Firefox then yeah sure, because the iPhone doesn't support flash and neither does android. And I don't think chrome makes it easy either.

      So sure companies are free to ditch the tools that 95% of their customers use. Companies are also free you go out of business.

      What is your point?

      --
      SJW n. One who posts facts.
  6. Comical Flash messages by WoodstockJeff · · Score: 1

    I've thought it comical that updating Flash shuts off the "Disabling the insecure version of Adobe Flash" warning in FF, because EVERY version of Adobe Flash is insecure.

    It just takes a few weeks for someone to notice the top 10 current vulnerabilities, and turn the alarm back on.

  7. Re:If a tree falls in a forest. by JMJimmy · · Score: 1

    Exactly what I did. What once ran in FF nicely tabbed now requires juggling at least 5 applications, including Chrome. Ditching XUL in the manner they did was the final nail in FF's coffin. I'd go back in a heartbeat if they started supporting things like FireFTP/FireSSH/etc. again - though with how pissed the addon devs were I doubt they would come back.

  8. not disabled already? by clenhart · · Score: 1

    You mean it hasn't been disabled already?

  9. Re:And that's a problem beause.....? by sheramil · · Score: 1

    I don't need this shit! When I see a company using that shit, I avoid it. When a business I use requires I use it then there is some very expensive tech support calls from me. And why use it?!

    i guess i can delete my collection of.. holy shit, i have four and a half gigabytes of shockwave flash games?

    admittedly, some of them don't run anymore - for example, the ones that end in .dcr...

  10. Re:Progress isn't always backwards compatible. by sheramil · · Score: 1

    Can you point to an unbroken instance of Gemcraft:Chasing Shadows that DOESN'T use flash?

  11. Flash is so 1990's! by PKI+Champion · · Score: 1

    Flash is so 1990's! It's hard to believe that we're still carrying around support for a 90's-style plugin. Nobody writes Java Applets anymore. Flash Player is a similar architecture. Download the full runtime into your browser in order to run the app. Contrast that with the built-in support of newer application frameworks. I've been ready to say goodbye to Flash and its security issues for 15 years!

    1. Re:Flash is so 1990's! by gmack · · Score: 1

      Nobody writes Java Applets anymore.

      Well, except Brocade FCAL switch management interfaces (2 year old hardware) and most net enabled KVMs (brand new). Not even web start, requires applet in both cases

      It's far easier to for me to go without Flash since last year, I junked the only NAS device (6 years old) I had that required it.

  12. Remedy is worse than the disease by Espectr0 · · Score: 2

    Disease: Flash.
    Can autoplay videos. Easy to workaround: block the plugin, even on a per-site basis.

    Remedy: HTML5 videos
    Can autoplay videos. Cannot be blocked. Some partial solutions include hidden config settings in browsers, and it may break sites.

  13. vSphere Web Client by SuseLover · · Score: 1

    So, what are we admins supposed to do without Flash? Like it or not Flash is still a necessary evil since many IT vendor's managment utilities require it for config. I wish Vmware would finally dump the flash requirement (the HTML5 version does not have full functionality) and the requirement for Windows as a vCenter host. It's about the only thing left in our environment not open source.
    And no, I do not want to switch to Chrome, I thoroughly dislike it and don't trust it.

    1. Re:vSphere Web Client by tepples · · Score: 1

      I wish Vmware would finally dump the flash requirement (the HTML5 version does not have full functionality)

      As a paying customer, you could try filing a support ticket for the missing functionality. This may, however, require you to extend your support contrast past the EOL date of Flash Player.

    2. Re:vSphere Web Client by SuseLover · · Score: 1

      Good luck with that. Admins have been trying get vmware to support non-window tech for years. And their response to "fix missing functionality" is to use the "Full" supported client i.e.Flash.

    3. Re:vSphere Web Client by tepples · · Score: 1

      And their response to "fix missing functionality" is to use the "Full" supported client i.e.Flash.

      Which is why I specifically mentioned purchasing support that extends "past the EOL date of Flash Player", as VMware will no longer be able to call an SWF object "the 'Full' supported client" once no major web browser runs Flash Player anymore.

  14. A slim minority of ads aren't hostile by tepples · · Score: 2

    Unlike your naive world of 2007, here in the future all ads are in fact user hostile

    I agree with you that the vast majority of web ads are user-hostile. This includes any ad hosted by a third-party ad network or ad exchange, as those have a habit of stalking users across multiple websites to infer their interests in order to give advertisers the feeling of more control over what viewers see their ads. Ad networks and ad exchanges do this because interest-based advertising reportedly pays out three times as much per view as context-based advertising.

    But "all" is stretching it. I don't see how ads that are hosted by a website's publisher, such as the display ads on Daring Fireball and Read the Docs, are user-hostile. Newspapers and magazines got along fine with this model for decades, despite web publishers complaining that they could never make money that way.

    1. Re: A slim minority of ads aren't hostile by phantomfive · · Score: 1

      Ads are user-hostile because, in any form, they distort the incentive structure of people creating content. If it weren't for ads, most of the dake newe we see would go away.

      --
      "First they came for the slanderers and i said nothing."
    2. Re:A slim minority of ads aren't hostile by AmiMoJo · · Score: 1

      Many sites are just user hostile full stop. Take The Independent news site on mobile. Most stories have video, and to auto plays, and takes up more than half the screen, and the close button is the very last thing loaded and doesn't appear until after the video starts. Scrolling down doesn't help, the video follows you. They really, really want you to watch their video, and it's not even an ad.

      I stopped going there because of that shit.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    3. Re: A slim minority of ads aren't hostile by tepples · · Score: 1

      Among the following, which would you prefer:

      - Ads
      - Paywalls
      - The Internet returning to being a hobby, apart from sites that sell physical goods
      - A fourth option (specify)

    4. Re: A slim minority of ads aren't hostile by phantomfive · · Score: 1

      - Paywalls
      - The Internet returning to being a hobby, apart from sites that sell physical goods
      - A fourth option (specify)

      These three. Think about the websites you visit: are there any you would really miss visiting that you wouldn't be willing to pay for, even na token amount like 50 cents a month?

      The other option is something like Patreon. (I used to favor micropayments, but now I think they would likely have the same problem as ads, at a smaller scale).

      --
      "First they came for the slanderers and i said nothing."
  15. C compiled to JS is slower than wasm by tepples · · Score: 1

    It appears you propose to switch from compiling C to WebAssembly back to compiling C to JavaScript using Emscripten. This will cause the output of the compiler to run slower in your browser, draining the battery of your laptop, tablet, or smartphone.

    Or alternatively, you could have meant to propose to switch from compiling C to WebAssembly back to compiling C to native code using a traditional compiler. In this case, you will lose out on ability to use an application at all because it happened to be compiled for and tested on a combination of instruction set and operating system other than the one you use. This could happen if you use a Mac or GNU/Linux PC but the application's publisher uses Windows or vice versa.

    1. Re:C compiled to JS is slower than wasm by tepples · · Score: 1

      <Windows.h>: no such file or directory

  16. GemCraft - Chasing Shadows on Steam by tepples · · Score: 1

    Armor Games has put a version on Steam. I haven't tried it, but more likely than not, it uses AIR, not Flash Player. Though AIR and Flash Player use very similar runtimes, AIR presents less of an attack surface because an application made with AIR is self-contained, not interacting with the web browser in the same way that an SWF object does.

  17. I agree, but not sure about change of wording... by SuperKendall · · Score: 2

    Ok, I'll grant that strictly static text ads are not user hostile (since in the category of "hostile" I was think trackers and other cookie related nefariousness).

    So I'd amend that slightly to say any ad that required any interactive component at all, from Flash to Javascript, to function...

    The ads that you mention are so rare in nature though that I hesitate to not say "all" as it encompasses pretty much anything most people would ever encounter.

    Just like you could possibly say not all falls from great heights are fatal, but enough are that you may as well just say all so no-one gets the wrong idea.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  18. What about when we need Flash? by darth_borehd · · Score: 3, Interesting

    How do we play or use Flash when we have to? I understand it is old, but there was a lot of content made for it. Some of it needs to still be used or enjoyed.

    1. Re:What about when we need Flash? by thegarbz · · Score: 4, Funny

      Isolated virtual machine running Windows XP behind 3 firewalls installed only in RAM, and when you're done throw out the RAM sticks. Alternatively burn the building down. Safety first.

    2. Re:What about when we need Flash? by AmiMoJo · · Score: 1

      There are some stand alone apps that let you play flash videos. I forget the name now because it's so long since I've used one, but I found one that was designed for flash games and it works pretty well.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  19. An entire month of access to read one article by tepples · · Score: 1

    Think about the websites you visit: are there any you would really miss visiting that you wouldn't be willing to pay for

    If I read only one article on a particular website, I might not want to buy an entire month of access. Subscriptions suck you into the filter bubble of the particular websites to which you currently subscribe.

    even na token amount like 50 cents a month?

    Of which the payment card industry would take 30 cents plus 3% of the total, leaving the merchant with about 18 cents.

    1. Re: An entire month of access to read one article by phantomfive · · Score: 1

      Nah, now your are straining over hairs. Patreon solves the first problem (or alternatively, paywalls like the wall street journal and new york times solve it in different ways). The second problem is annoying, but not a blocker.

      --
      "First they came for the slanderers and i said nothing."
    2. Re: An entire month of access to read one article by tepples · · Score: 1

      Patreon solves the first problem [of having to buy a month's subscription to read one article]

      Not if the one article is set to patrons-only. There's really not much practical difference between patrons-only posts on Patreon and any other subscription, other than that Patreon is easier for individual authors to set up.

      or alternatively, paywalls like the wall street journal and new york times solve it in different ways

      What might those be? Last I checked, The Wall Street Journal had a hard paywall, the same as patrons-only posts on Patreon, and I could find not evidence to the contrary. The New York Times and MIT Technology Review use a metered paywall, but known ways of technically deterring users from cheating the meter depend on the same sort of cross-site tracking used for interest-based advertising. These require the user to accept third-party proprietary scripts and third-party cookies.

      The second problem is annoying, but not a blocker.

      I don't understand the reasoning behind your conclusion that the payment processor getting more money than the publisher is "not a blocker".

    3. Re: An entire month of access to read one article by phantomfive · · Score: 1

      If a content creator doesn't want you to see it without paying and you don't want to see it with paying, I don't see what the problem is. As for the payment processor getting a huge portion, it isn't a blocker because there are already sites funding themselves this way. In other words, there are already working demonstrations that the no-ad internet can work. A lot of sites will disappear but those are all sites people don't care about very much.

      --
      "First they came for the slanderers and i said nothing."
    4. Re: An entire month of access to read one article by tepples · · Score: 1

      If a content creator

      Why do people use the phrase "content creator" instead of the word "author"? The law uses "author" regardless of the medium of a work. This style guide claims that "content" means that a work's primary "purpose is to fill a box and make money," and "creator" unfairly compares authors to deities to make them worthy of extra privileges under law.

      doesn't want you to see it without paying and you don't want to see it with paying, I don't see what the problem is.

      The first of two problems is that since the introduction of Flexible Sampling in October 2017, Google Search lists documents but fails to disclose on the search engine result that viewing the document either requires payment, requires execution of third-party proprietary script, or has the side effect of starting the meter running on a site with a metered paywall. Which competing web search engine discloses such?

      The second is that if it becomes common for authors to charge $5 for the first article on a website as a matter of course, people are likely to end up having to limit the number of websites they view in order to make the most of the subscriptions that they pay. In turn, people who limit the number of websites they view would in the process limit the number of viewpoints to which they are exposed.

      As for the payment processor getting a huge portion, it isn't a blocker because there are already sites funding themselves this way.

      What are examples of sites funding themselves through a 50 cent per month subscription?

    5. Re: An entire month of access to read one article by phantomfive · · Score: 1

      Why do people use the phrase "content creator" instead of the word "author"?

      I don't care.

      Do you work in advertising or something? Your arguments are of the type you would expect from someone who would rather not see a solution.

      --
      "First they came for the slanderers and i said nothing."
    6. Re: An entire month of access to read one article by tepples · · Score: 1

      I want there to be a solution. I just haven't yet seen in practice a solution that funds a website's writing and hosting without ads and without multiple subscriptions that total several hundred dollars per viewer per year. I've already cut out Starbucks.

    7. Re: An entire month of access to read one article by phantomfive · · Score: 1

      I just haven't yet seen in practice a solution that funds a website's writing and hosting without ads and without multiple subscriptions that total several hundred dollars per viewer per year

      Ever been to Wikipedia?

      --
      "First they came for the slanderers and i said nothing."
  20. Would most other sites work as charities? by tepples · · Score: 1

    Do you think the way Wikipedia is funded is appropriate for the majority of other websites?

    The Wikimedia family of sites has the advantages of 1. being run by a registered charity, 2. being structured so as not to need to pay its writers, and 3. scale. It's an exception, and I doubt there is room for many such exceptions on the Internet. I further doubt that charity-run sites alone will provide enough demand for high-speed home Internet to keep home ISPs afloat.

    1. Re:Would most other sites work as charities? by phantomfive · · Score: 1

      Do you think the way Wikipedia is funded is appropriate for the majority of other websites?

      No, I think there will be a variety of ways to fund websites, and the Wikipedia model is just one of many. Certainly (even now with advertising), there is no "one way" to keep websites funded.

      I admit, wiithout advertising, many websites would disappear. Those websites would not be missed.

      --
      "First they came for the slanderers and i said nothing."