Must’ve been a recent change because somewhat frequently I’m using it on the go and just now it started appearing for me.
Also banners appear on the top of communities now too. =D
The posts that I’ve seen so far seem to be lacking context that’s available when visiting the original on the home instance.
That is, these posts look like the first comment made by the OP in a thread below their main submission, but the main submission isn’t visible.
Very disorienting. I hope there’s a fix on the way.
Using Mastodon, it’s a similar behavior there, and equally mildly annoying. Least bad in that sense imo is Misskey, as when the post is a reply, the one it replies to is partially loaded, though Misskey has so much visual noise it is disorienting in other ways.
I’ve been looking into how to accomplish this too… because it is a UI/UX problem and I am very bad at designing user interfaces.
Mixing them like so works, although it’s hard because then it minimizes the size of topics (since it is just the title.) It means microblog content get a bit of a UI boost due to on screen size.
Limiting the max height of microblog posts and showing a snippet of the threaded content OP is another way, but that makes the page more feed-like and less of a “topic listing”, which isn’t always the way to go either.
For reference, NodeBB also mixes threads and microblog posts. We do this by generating a title from microblog posts. It’s not the best solution either.
Most of the “microblog” posts I’m seeing are pretty short. I seem to remember the images being way too big, though. I made a custom ublock rule or something to make both the lemmy ones and them equally small thumbnails just big enough to decide if I want to load a full-sized one. It’s kept working for a year or something, I had forgotten it was there, but I guess it helps even more now.
Edit: Ah, found it. It’s a firefox/librewolf userContent.css thing. Maybe something similar could be an mbin user configurable option some day.
@-moz-document domain("fedia.io") { .figure-thumb { max-height:90px !important; max-width:160px !important; overflow: hidden; } .view-compact .entry figure { height:90px !important; width: 160px !important} }Ye. Back when I used Feeder (some Android RSS reader), it was a similar struggle as each feed loads their data differently and I would try to find the least bad of the display modes.
Yes, those were features in the most recent release, although I can’t find the announcement post offhand.
Dunno at what moment they pinned it, but it appears on my instance:
https://thebrainbin.org/m/mbinReleases@gehirneimer.de/t/1213265/v1-9-0-rc1-Mbin-v1-9-0-Release-Candidate-1Pinned and appears globally, I mean, which after a reload now also appears on mobile:
I like it. Always wondered why it wasn’t like that from the start.
Is there a way to disable this? I’ve never cared for microblogs.
https://fedia.io/threads should do it.
But then you don’t see other content like photos and videos.
No this “threads” is just referring to everything that is not a microblog.
Photos appear fine though? And I rarely see threads with videos attached so don’t think those would appear on a quick check anyways.
I honestly didn’t expect that there needed to be a setting for this… But I mainly/only use the “sub” feed, and if you don’t want microblogs there, just don’t follow people posting them 😅
I exclusively browse all, blocking magazines/communities that I really don’t want to see.
Yeah, that’s what I expected. I just don’t so I didn’t consider it…
I don’t see anything on either https://thebrainbin.org/#settings or https://thebrainbin.org/settings/general, and on desktop it isn’t loading combined for me so I can’t test Ublock Origin filters either.
On a magazine it appeared, so using it as basis:
Threads appear as
articlesin the page’s source code. Microblog posts appear asblockquote.
So you should be able to hide them, at least with Ublock Origin, with#blockquote, e.g. for mine,thebrainbin.org##blockquote.Like this in the respective tab of the dashboard (the menu the 3 gears icon from UbO open):
Same for desktop. I’m oddly excited for the banners lol
Did you change anything for the posts to appear combined? For me it only loads on phone.
Nope, just noticed microblog posts on the front page and my instance is on Mbin version 1.9.0-rc1 on the sidebar
I see. Thanks. Asked because I needed it to test something, but luckily it appeared in a magazine’s page. =)








