Don't forget Playlet for Roku!
AnActOfCreation
Non-paywalled: https://archive.vn/t0gZ4
It was the famous interview where they asked her why Americans couldn't find the United States on a map. It went viral at the time.
EDIT: Someone posted the video: https://lemmy.world/comment/12139126
Admittedly one of the benefits of Reddit was the extensive modding community that kept on top of things like this. In some news communities they would remove duplicate stories, even from different sources, for exactly the reasons you mentioned. Of course they could be overzealous too. :)
Thank you, I missed that!
Is my client bugging or is this comment empty?
is anyone aware of how to properly link comments on lemmy?
As far as I know, there is no way right now. There's some discussion of having a more agnostic identifier here, but seemingly no movement yet.
https://github.com/LemmyNet/lemmy/issues/2987
The best you can get right now is using an extension like Instance Assistant for Lemmy, but that only helps you, not the person you're responding to.
That said, if you use a mobile app (I use Thunder) it will usually handle post/comment links in-app, so it doesn't matter what instance they link to.
Not yet. They're supposedly "working on it". This is the feature I'm most looking forward to.
Thanks for the explanation! I just tried the API passing my own user ID as the creator_id
and I seem to be getting back all messages. :( If they can add an endpoint or parameter to get a "conversation" (i.e., all messages incoming/outgoing to/from a specific user) then a chat-style interface would be much easier to implement!
Don't messages sent by you come back in a list together with any received ones?
Oh wow, you're right! Somehow I totally missed that. Even Thunder displays sent messages.
So you're right. You could get all incoming messages from a specific user by passing creator_id
but you just couldn't get all the message you sent to a specific person without getting everything and filtering them.
I ran across a Flutter package that provides a cool chat style widget which inspired me to start working on this. But then I discovered that there's no API call to retrieve your sent messages. So we could display all the incoming messages from each user like chats, but not sent ones (unless we remembered the ones we sent in Thunder, but that wouldn't be everything).
I prefer just about every third-party UI to the official one...