Sunday, January 10, 2021

Another way social media is bad

Social media like Twitter, Facebook, etc., has been in the news this week for obvious reasons due to the political unrest in the United States, where this blog and yours truly are based. For the same obvious reasons I'm not going to discuss that here since I can't moderate such a discussion and there are a million other places to talk about it. Likewise, please don't do so in the comments; I will remove those posts.

But relevant to this blog and this audience is social media's impact on trying to get the most bang for your buck out of your old devices and computers. Full-fat Twitter and Facebook (and others) are computationally expensive: the bells and whistles cost in terms of JavaScript, and there is no shortage of other client-side analytics to feed you the posts to keep you engaged and to monitor your actions to construct ad profiles. A number of our outstanding bugs in TenFourFox are directly due to this, and some can't be fixed without terrible consequences (such as Facebook's asm.js draw code using little-endian floats, which would be a nightmare to constantly byteswap, which is why the reaction icons don't show up), and pretty much none of them are easy to diagnose because all of their code is minified to hell. As they track changes in hardware and the browser base and rely on them, these problems continuously get worse. Most of TenFourFox's development is done by me and me alone and a single developer simply can't keep up with all the Web platform changes anymore.

Moreover, whatever features are available still have to contend with what the hardware is capable of. As our base is overwhelmingly Power Macs, I expect people to realize they are using computers which are no less than 15 years old and often more. We support operating systems with inadequate GPU support and we have to use Carbon APIs, so we will never be 64-bit, even on G5. Built-in basic adblock cuts a lot of fat, and we have a JIT and the fastest JavaScript on any 32-bit PowerPC platform, but it's still not enough. No one at these sites cares about our systems; I've never had any luck with trying to contact developers other than autoreply contact forms and unhelpful support desks which cater to users instead of other devs. Sometimes the sites offer light versions, such as basic Facebook. Some of you use this, some of you won't. However, sometimes the sites offer light versions, but only through mobile-specific apps (like Twitter Lite), so it doesn't help us. Sometimes user agent twiddling can help but many users don't know how or can't be bothered. And their continued availability is always subject to whether the home site wants to continue to supporting them or not because they probably do have impacts in terms of what browsing and activity information they can aggregate.

Many people effectively rate a computer today on how well it can access social media, and a computer that can't is therefore useless. This means you permit these companies to determine when the computer you spent your hard-earned money on should go in the trash. That decision probably won't be made maliciously, but it certainly won't be made to benefit you.

These are private companies and they get to decide how they will spend their money and time. But we, in turn, shouldn't depend on them for anything nor expect anything from them, and we should think about finding ways to extricate ourselves from them and maintain contact with the people we care about in other fashions. On our systems in particular this will only get worse and it doesn't have to. The power they have over our wallets and our public discourse is only — and entirely — because collectively we gave it to them.

8 comments:

  1. Last Facebook redesign made me use mbasic version of it even on my 8-core Blackbird, because in Firefox 83 it takes ages and ages to even display notifications list and - based on what I have read from others - it's not much better even on current mainstream hardware. Facebook is just slow.

    ReplyDelete
  2. You'd think that a product offering 280 character microblogging services wouldn't be computationally taxing, and then you remember that the microblogging services are secondary to the primary services, e.g., advertising services.

    ReplyDelete
  3. It's shocking just how well it still works. I have a pretty spiffy Windows Gaming Rig, and still am online all the time on TFF, because my old Mac has much better tools for my typical workflow than new platforms.

    ReplyDelete
  4. On Firefox on a PC, I install uBlock Origin and uMatrix addons, and even then on some sites, I get that message about a running script that is slow or not responding. I try to avoid big social media sites for all the reasons you mentioned.

    ReplyDelete
  5. My here advice is not specific to social media, but I often have to dig in the browser's web console to find what url they try to load that slows TFF and then I block it with uBlock. I recently found a site that is loading a third party video through javascript: only blocking the domain (
    https://players.brightcove.net/* to be specific) worked otherwise the javascript was loaded and ran endlessly even with the video already blocked... the difference for the display speed was amazing! :-)

    ReplyDelete
  6. I quit social media and it has not affected my life in any way - 5+ years off already. I haven't lost any friends and missed anything important.

    So hey... most computey things can be done offline, so, even though I don't have my G5 anymore, I have a G4 and I use it frequently for serious stuff. I can browse the internet anywhere else.

    ReplyDelete
  7. I think it's unfortunate that there is software bloat with these social media platforms. YouTube's "disable polymer" mode was great and lightweight, including on PowerPC Macs. Sadly, it was axed, with YouTube claiming it would save costs and allow new features.

    Twitter has also become bloated, discontinuing the classic desktop and mobile sites for a "responsive" new site. It runs rather slowly on my tablet, and Twitter dropped support for the 3DS, Wii U and more.

    With that in mind, I recommend the following third-party websites for use with TenFourFox:
    • Nitter.net for Twitter
    ◦ Pages load in seconds. No JS or bloat! Nitter supports public tweets, profiles and keyword searches.
    • Bibliogram.art for Instagram
    ◦ Similar to Nitter, but no search engine. Profiles only show the 12 latest posts.
    • Invidio.us for YouTube
    ◦ Choose an instance/mirror, then click gear icon on top right. Uncheck "Autoplay next video" if desired, and set "Preferred video quality" to small. On a video page, it's best to let the video load fully. Playback at 360p is decent on my iMac, 1 GHz with 1.25 GB RAM.
    ◦ Audio-only mode is great for G3, low-end G4, or just enjoying audio. (Thumbnail loads instead of video.)

    All three are third-party, web-based clients, but they load much faster and take up less resources. I hope that lightweight sites continue to grow in the future.

    ReplyDelete
  8. This isn't just limited to social media. Most websites today are bloated - because they can be. I think most recent hardware keeps up or it is an excuse for one to buy the next model if the current one is slow. Unfortunately this is only going one way.

    Running some old G4s, I was impressed the way they run Tiger and productivity apps (office and the like).
    It is ridiculous that you can run photoshop, office and dreamweaver on these machines, but not open some basic webpages. denial/anger/bargaining/depression/acceptance... I still float between the first four when it comes to tech being depreciated.

    ReplyDelete

Due to an increased frequency of spam, comments are now subject to moderation.