Goofed Home

Conversation

$$20844
https://mastodon.social/users/Edent posted on Mar 31, 2026 09:15
In reply to: https://poliversity.it/users/elettrona/statuses/116323012944644098

@elettrona in which case, I'd wait.

https://mastodon.social/users/Edent/statuses/116323028595088748

Conversation

$$20843
https://mastodon.social/users/Edent posted on Mar 31, 2026 09:04
In reply to: https://poliversity.it/users/elettrona/statuses/116322832661345576

@elettrona It depends on if you want to move your followers between name changes.
The WP ActivityPub settings let you move your followers if you change your (sub) domain.

https://mastodon.social/users/Edent/statuses/116322982956240258

Conversation

$$18158
https://mastodon.xyz/users/Profpatsch posted on Mar 26, 2026 11:17
In reply to: https://xn--8r9a.com/users/north/statuses/116291507457250087

@north @liaizon @Edent Check https://datatracker.ietf.org/doc/html/rfc7564

https://mastodon.xyz/users/Profpatsch/statuses/116295196213609944

Conversation

$$17699
https://social.wake.st/users/liaizon posted on Mar 25, 2026 15:45
In reply to: https://mastodon.xyz/users/Profpatsch/statuses/116191105897787770

@Profpatsch @Edent I see this is now merged, has it now been tested against how these new unicode actors will federate across to mastodon and other platforms that don't allow unicode usernames? cc @north

https://social.wake.st/users/liaizon/statuses/116290585719632421

$$17764
https://mastodon.xyz/users/Profpatsch posted on Mar 25, 2026 17:28
In reply to: https://social.wake.st/users/liaizon/statuses/116290585719632421

@liaizon @Edent @north It completely fails with mastodon unfortunately, we hope we can create some pressure for then to implement sane internationalization of usernames :)

https://mastodon.xyz/users/Profpatsch/statuses/116290991988307246
$$17769
https://mastodon.xyz/users/Profpatsch posted on Mar 25, 2026 17:32
In reply to: https://mastodon.xyz/users/Profpatsch/statuses/116290991988307246

@liaizon @Edent @north But yeah, it’s exceptionally silly to be a project with an aspiration for international communities, and then not allow people to sign up in their native e.g. Amharic or Han scripts

https://mastodon.xyz/users/Profpatsch/statuses/116291007801918583

Conversation

$$16531
https://graz.social/users/linos posted on Mar 23, 2026 17:05
In reply to: https://mastodon.online/users/Mumonkan/statuses/116279486530440964

@Mumonkan @gancio @Edent @fabio The location attribute is part of ActivityStreams itself.

https://graz.social/users/linos/statuses/116279578178246695

Conversation

$$14589
https://mastodon.social/users/Edent posted on Mar 18, 2026 21:33
In reply to: https://activitypub.space/post/1604

@macgirvin
I thought Punycode was only for domain names. Are you saying you also use it for the user part?

https://mastodon.social/users/Edent/statuses/116252317035603621

Conversation

$$13665
https://manganiello.eu/users/fabio posted on Mar 17, 2026 15:51
In reply to: https://mastodon.online/users/Mumonkan/statuses/116245274117598952

@Mumonkan@mastodon.online thanks for the reference to places.pub! It already exposes OSM places as AP objects in JS, so perhaps I won’t have to reinvent too many parts of the wheel.

I had also read back then the article from @Edent@mastodon.social - and since it was published around the same time that I had started working on GPSTracker it was the initial spark for the idea of a “federated Foursquare”. But I’m not sure if he’s done any progress on that after that article (or at least I couldn’t find any repo with an MVP).

His approach is also a good one, he proposes using the (also nearly unused) location attribute on an AP object - and perhaps using both that and h-adr on the URL may make it compatible both with Indieweb and ActivityPub.

The elephant in the room then would just be support for location attributes on Mastodon I guess.

https://manganiello.eu/objects/3ad14f35-b8ec-4345-9fbf-243ddeb571c5

$$13673
https://mastodon.social/users/Edent posted on Mar 17, 2026 16:01
In reply to: https://manganiello.eu/objects/3ad14f35-b8ec-4345-9fbf-243ddeb571c5

@fabio @Mumonkan

I have the code at https://github.com/edent/location-activitypub-symfony

And you can follow @edent_location

The AP object has:

```json
"location": {
"name": "École maternelle Charles Perrault",
"type": "Place",
"longitude": "2.3002506",
"latitude": "48.9993291"
}
```

I think that's the same way PixelFed does it.

See also https://github.com/mastodon/mastodon/issues/29002

https://mastodon.social/users/Edent/statuses/116245349314181543

Conversation

$$13312
https://mastodon.social/users/cazmockett posted on Mar 16, 2026 23:51
In reply to: https://mastodon.social/users/Edent/statuses/116241404908530007

@Edent ivory on iOS - account name no clicky ☹️

https://mastodon.social/users/cazmockett/statuses/116241536117782751

$$13399
https://mastodon.social/users/riffraff posted on Mar 17, 2026 04:38
In reply to: https://mastodon.social/users/Edent/statuses/116241404908530007

@Edent on mastodon android client it's not a link and does not show up in search. But I do see other profiles with the same characters in the search results so I'm not sure the profile is indexed at all

https://mastodon.social/users/riffraff/statuses/116242663618929839
$$13524
https://mastodon.social/users/Meyerweb posted on Mar 17, 2026 11:56
In reply to: https://mastodon.social/users/Edent/statuses/116241404908530007

@Edent Can’t click on, can’t find with search, so probably can’t follow, but only voted “cannot click on” because I can’t verify whether following is(n’t) possible.

https://mastodon.social/users/Meyerweb/statuses/116244387576030221

Conversation

$$12923
https://mastodon.social/users/Edent posted on Mar 16, 2026 12:35

🆕 blog! “Some updates to ActivityBot”

I couple of years ago, I developed ActivityBot - the simplest way to build Mastodon Bots. It is a single PHP file which can run an entire ActivityPub server and it is less than 80KB.

It works! You can follow @openbenches to see the latest entries on OpenBenches.org, and @colours for a …

👀 Read more: https://shkspr.mobi/blog/2026/03/some-updates-to-activitybot/

#ActivityBot #ActivityPub #mastodon #php

https://mastodon.social/users/Edent/statuses/116238876912273084

$$13202
https://mastodon.social/users/Edent posted on Mar 16, 2026 21:08
In reply to: https://mastodon.social/users/Edent/statuses/116238876912273084

I was temped to add versioning to #ActivityBot using:

```php
define( "VERSION", hash_file( "xxh32", __FILE__ ) );
```

But I've gone with boring old DateVer instead.

https://mastodon.social/users/Edent/statuses/116240893982822254

Conversation

$$11917
https://mastodon.social/users/Edent posted on Mar 14, 2026 09:35
In reply to: https://hollo.social/@hongminhee/019ceaff-e7ef-7b9c-b509-32e241994bcc

@hongminhee @COSCUP
If there's any kind of travel bursary, I'd be delighted to speak.

https://mastodon.social/users/Edent/statuses/116226844271484939

$$12009
https://cosocial.ca/users/evan posted on Mar 14, 2026 15:19
In reply to: https://hollo.social/@hongminhee/019ceaff-e7ef-7b9c-b509-32e241994bcc

@hongminhee @COSCUP woooooooooooo! Let me know if @swf can help in any way

https://cosocial.ca/users/evan/statuses/116228197322262668
$$12017
https://hollo.social/@hongminhee posted on Mar 14, 2026 15:38
In reply to: https://cosocial.ca/users/evan/statuses/116228197322262668

@evan@cosocial.ca @swf@socialwebfoundation.org That means a lot, thank you! I’d love to take you up on that—will send you a DM with some specifics shortly.

https://hollo.social/@hongminhee/019ced00-35b9-7a66-88bb-b66c18c2ab03
Create New Post