Email or username:

Password:

Forgot your password?
5 posts total
feld
Pleroma is announcing support for Starter Kits

Here's how it works

you make a file and put one account name on each line like this:

user@example.com
person@somewhere.org

And then you go into your account settings and choose "Follow Import" and select the file


WE DID IT EVERYONE!!!!!! 🎉
Pleroma is announcing support for Starter Kits

Here's how it works

you make a file and put one account name on each line like this:
feld
> XMPP: the forgotten gem of Instant Messaging

For the five thousandth time, NO, it is not. It sucks. The XEPs suck. The clients almost all universally suck except like *one* client on Android. The server hosting story is an overcomplicated mess.

GRETCHEN, STOP TRYING TO MAKE XMPP HAPPEN
feld
RIP Android

Discontinuing syncthing-android - Announce - Syncthing Community Forum https://forum.syncthing.net/t/discontinuing-syncthing-android/23002
feld
Just spotted an Elixir trick I haven't seen before

def visible_for_user?(%{__struct__: module} = message, user)
when module in [Activity, Object] do


now that's a neat way to match on both struct types
Go Up