• 6 Posts
  • 689 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle
















  • There’s a thin line between being entertained and being informed. The latter requires more energy to repel BS. Often a community is started by genuine people who want to share high quality articles. The reputation attracts a larger crowd who are ‘entertained’ by this, and while valuing the integrity of the content, do not themselves exert the same effort. At some point the ‘entertained’ crowd start contributing content themselves, of lower quality, but which is popular for its entertainment rather than truth value. Times this progression by ten if the platform owners are monitising attention. ‘casuals’ and the pursuit of profit drive enshitification.




  • It’s simpler code to re-download the file than retrieve what cached version may or may not exist in memory

    This seems incredible

    There would already have to be a data layer that serves the main web page renderer. That layer would already have to handle looking in the cache or making an http request in event of a cache miss. It would seem almost trivial for a UI operation like ‘save to disk’ to simply call that layer in the same way

    For a few hundred K image file I can understand why some might not bother, but I’ve seen this behaviour where a browser already has an MP4 cached (such that it can replay any part of it without subsequent http traffic) and yet it still makes a new request when saving. It’s weird to be honest…