hexbear
Hexbear Proposals chapo.chat matrix room.
This will be a place for site proposals and discussion before implementation on the site.
Every proposal will also be mirrored into a pinned post on the hexbear community.
Any other ideas for helping to integrate the two spaces are welcome to be commented here or messaged to me directly.
Within Hexbear Proposals you can see the history of all site proposals and react to them, indicating a vote for or against a proposal.
Sending messages will be restricted to verified and active hexbear accounts older than 1 month with their matrix id in their hexbear user profile.
All top level messages within the channel must be a Proposals (idea for changing the site), Feedback (regarding non-technical aspects of the site, for technical please use https://hexbear.net/c/feedback), or Appeals (regarding admin/moderator actions).
Discussion regarding these will be within nested threads under the post.
To gain matrix verification, all you need to do is navigate to my hexbear userprofile and click the send a secure private message including your hexbear username.
view the rest of the comments
yeah it's ridiculous. It takes up an order of magnitude more space than any other website in desktop Firefox as well. It looks like it's mostly in cache storage "instance-cache" and "precache-v2" probably created by the web CacheStorage API.
I wonder if it's just that the lemmy web frontend uses more modern web APIs that most sites don't use, and the caching is just dynamic based on available space or something? Probably not even configured by lemmy.
I think it's part of the whole "unused space is wasted space" way of thinking about computers. It just uses as much space as it can until it can't anymore. It doesn't take into account that people may not want to thrash their storage device, and may want to download and install things that take up lots of space. At which point all the caches that every program maintains become a burden because there is no real automatic cleaning of old cached data.
I always hated that "unused ram is wasted ram" as a justification for heavy bloated software. Like I bought this ram to run more than 1 application at a time, what is this? Windows 3.1?
Unused ram is space for me the user to choose to put more processes into
The idea is that programs are supposed to be aware of "memory pressure" and react to high pressure by releasing resources, but I don't think it's really implemented by most things. I guess swap space is supposed to make full memory not matter as much but still.
You know using less storage space was once a sign of progress.