Email or username:

Password:

Forgot your password?
149 posts total
Gregory

#Smithereen 0.6 is out! 🎉

And with it, the complete federation feature parity with Mastodon. New features include:
- Direct messages
- Privacy settings
- Followers-only posts (from other servers)

#mastodev #activitypub

Gregory

Overall, how satisfied are you with these random popups in various Google products asking you how satisfied you are?

Kornel

@grishka Google Chat (the clunky slow slack clone themed like an iMessage rip-off) doesn't even dare to show these.

Evv1L

@grishka о, я даже знаю где это)

Edit: *заметил табличку*
А, ну да..

Gregory

English is so strange. Take the word "vegetable". The -able suffix means something that can be "vegeted", right? But what does it mean to veget something?

Gregory

Are there any ActivityPub servers that implement and federate presence statuses for actors (online/offline)?

#ActivityPub #mastodev

Gregory

I'm missing out on what? Not being annoyed by these update reminders?

Ilya :twittercheck:

@grishka упускаешь возможность получать еще больше уведомлений о необходимости обновиться

Gregory

You know your rebrand is stupid when even those who did decide to embrace it still feel the need to clarify that it was "formerly known as Twitter" because the readers would otherwise be confused.

Gregory

Working on private messages in #Smithereen and I'm wondering how much sense CWs make for them. From Mastodon's PoV, "private messages" are just posts. They thus share all the same properties. In my implementation, however, messages are distinct from posts, both in the UI and in the database. In my UI I don't have anywhere to display that content warning as a spoiler without it being super awkward. I can use it as a subject line however 🤔

Any thoughts?

#activitypub #mastodev

Gregory

Are there any #ActivityPub servers that implement read receipts for direct messages, or is this something I'll have to do myself?

:PUA: Shlee fucked around and

@grishka “DMs don’t exist in the ecosystem” so I think you’d need to do it yourself. Talk with Dansup maybe?

Gregory

The idea behind this query is to find out how many friends' friends with a certain domain there are, for the purpose of enforcing privacy settings when you only know the domain of the server that is making a request for something.

Gregory

Now that I'm about to introduce another ActivityPub extension, I'm thinking that I should first write the documentation, and only then start with the code. This way I'll be forced to think through all the edge cases *before* any code is already written with all the wrong assumptions.

Go Up