'Bin follows the same format as Mastodon for inline images, which is different from Lemmy.
Mastodon puts the details for an inline image inside an 'attachment' field, with nothing in the 'content' fields, whereas Lemmy doesn't use an 'attachment' field at all for them, and includes the HTML for img src in the content.
It's always been the case that Mastodon didn't show images from Lemmy comments. I don't know if the reverse is a new thing or if it's always been like that.
This is a great list. Note, though, that lemmyverse.net (and by extension, !trendingcommunities@feddit.nl) are less useful at the current moment than before because lemmyverse needs an update before it can crawl the increasing numbers of instances on 0.19.4 or above.
I've had that problem too (messing around with test instances) - for anyone else wondering why: it's because the RSA keypair for me@mydomain has changed, and remote instances fail to validate message headers signed with the new private key, because they're still using their copy of an old public key.
That's great to hear. There's zero API at the moment though, let alone a stable one. PieFed is a monolith, without the backend / front-end split that necessitates an API.
It easy to add one, pending the addition of some missing features and a code reorganization that needs to happen anyway. At that point, hopefully some interested app developers will also be involved, to shape the API into something they may wish that other app's APIs were like.
It seems to be quite a lot for the server it's hosted on though (which is not the snappiest). There are, of course, still areas in the world where - for one reason or another - people still are effectively on dial-up speed-wise.
I think most bread that's available to buy is actually junk. Even the 'wholemeal' stuff, which itself obfuscates what you actually want: wholegrain. Ideally, the carbs percentage shouldn't be more than 5 times the fibre percentage (according to the 'How not to die' book), but I've found that very little that actually meets that.
This is why people can become obese without understanding why: the over-processing of food considered as staples.
There seems to be some decent channels that are local to that instance (some PeerTube integration was recently added to PieFed, so I'm going by the list on this post ). From there, you can watch stuff from other instances, if course.
You can't meaningfully just tag 'main', you need to include an instance too. https://activitypub.academy is good resource to test and verify this stuff out for yourself.
'Bin follows the same format as Mastodon for inline images, which is different from Lemmy.
Mastodon puts the details for an inline image inside an 'attachment' field, with nothing in the 'content' fields, whereas Lemmy doesn't use an 'attachment' field at all for them, and includes the HTML for
img src
in the content.It's always been the case that Mastodon didn't show images from Lemmy comments. I don't know if the reverse is a new thing or if it's always been like that.