I personally don't care much for mega threads. I don't like the pattern of vibe they promote, it is not as interesting or useful as regular topic-ed forum posts. At least this place isn't full of permanent megas that go on for years; those are the worst especially when they are meant to collect information for later retrieval. I would not miss weekly megas if they were gone or drastically reduced.
However it's clear that they are a popular and core part of the site. For whatever reason which remains inexplicable to me, people luv them. I am trying to go with the flow.
In terms of being less overwhelming of the other content, I think there are smaller changes that could be made. Here are some ideas hopefully for discussion by people who are more tuned in to the situation.
It might be that everyone doesn't know they can minimize the featured posts at least on desktop. And it has some amount of persistence, it remains collapsed when you reload. I only realized recently. Easy to miss as you scroll by. So should probably tell the whiners like me that they are not helpless.
I don't know how to implement it but a collapse that works from the side of the whole box instead of only from the top would be nice, but that's probably outside the scope of hexbear.
Terser dates: "November 25th to December 1st, 2024" is very long. What about "Nov 25 -> Dec 1, 2024" or even "11/25-12/1 '24" or some other format
Shout out to "EM POC WEEKLY THREAD 11/25/24" --- is the second date even needed? There is a little text in the post heading that says "6 days ago" so if it's a weekly thread you know how long is left. Maybe there are contexts like apps where the info is displayed differently so 2nd date still needed?
Don't need to specify it's the "new" thread, that it's a "thread", or for "discussion", that it's "general" etc. People know what kind of website this is.
Do they need to have big cover photos? If the pics were put into the markdown of the post, they wouldn't automatically take up the whole page. Right now, in Jeroba, the official lemmy android app, there isn't a way to minimize these so they are always on top of everything else. It only makes sense to browse a site like this with images set to auto expand generally. But these posts that are the same all week, I don't see the point. Why do I need to look at Alan Moore in such detail, for a whole week? See below for example.
Personally I would prefer if there was some way to toggle the prominence of the featured posts. In desktop, I tried with developer tools to see if I could resolve the above issue via a user style. Best I could do was hide the images permanently (.featured-posts.img-expanded { display: none; }) .
Rather it makes sense to assume that the featured content will be loaded at the top, in full, every time.
For scale
Used firefox responsive design view to emulate the current site as it appears on a mobile phone browsing /all. This is how far you need to go before reaching anything new.
Logged out default:
Show
logged in with "auto expand media" toggled on:
Show
So this is kind of a post about what color the bike shed should be painted lol.
Edit I did test for the above using web dev tools: Made all the titles pretty concise. Only got 10% shorter scroll till new content. Much less than expected. (This was images toggled off.) So I guess write the date as extravagantly as you feel like it.
I personally don't care much for mega threads. I don't like the pattern of vibe they promote, it is not as interesting or useful as regular topic-ed forum posts. At least this place isn't full of permanent megas that go on for years; those are the worst especially when they are meant to collect information for later retrieval. I would not miss weekly megas if they were gone or drastically reduced.
However it's clear that they are a popular and core part of the site. For whatever reason which remains inexplicable to me, people luv them. I am trying to go with the flow.
In terms of being less overwhelming of the other content, I think there are smaller changes that could be made. Here are some ideas hopefully for discussion by people who are more tuned in to the situation.
It might be that everyone doesn't know they can minimize the featured posts at least on desktop. And it has some amount of persistence, it remains collapsed when you reload. I only realized recently. Easy to miss as you scroll by. So should probably tell the whiners like me that they are not helpless.
Terser dates: "November 25th to December 1st, 2024" is very long. What about "Nov 25 -> Dec 1, 2024" or even "11/25-12/1 '24" or some other format
Don't need to specify it's the "new" thread, that it's a "thread", or for "discussion", that it's "general" etc. People know what kind of website this is.
Do they need to have big cover photos? If the pics were put into the markdown of the post, they wouldn't automatically take up the whole page. Right now, in Jeroba, the official lemmy android app, there isn't a way to minimize these so they are always on top of everything else. It only makes sense to browse a site like this with images set to auto expand generally. But these posts that are the same all week, I don't see the point. Why do I need to look at Alan Moore in such detail, for a whole week? See below for example.
Personally I would prefer if there was some way to toggle the prominence of the featured posts. In desktop, I tried with developer tools to see if I could resolve the above issue via a user style. Best I could do was hide the images permanently (
.featured-posts .img-expanded { display: none; }
) .Rather it makes sense to assume that the featured content will be loaded at the top, in full, every time.
For scale
Used firefox responsive design view to emulate the current site as it appears on a mobile phone browsing /all. This is how far you need to go before reaching anything new.
Logged out default:
logged in with "auto expand media" toggled on:
So this is kind of a post about what color the bike shed should be painted lol.
Edit I did test for the above using web dev tools: Made all the titles pretty concise. Only got 10% shorter scroll till new content. Much less than expected. (This was images toggled off.) So I guess write the date as extravagantly as you feel like it.