Goofed Home

Conversation

$$13511
https://c3d2.social/users/astro posted on Mar 17, 2026 11:07
In reply to: https://activitypub.space/post/1588

@julian @evan I do trends for individual hashtags only. I fear that analyzing co-occurrency is going to use much more memory than I am allowed to use on our servers in the basement.

https://c3d2.social/users/astro/statuses/116244193539869952

$$13539
https://cosocial.ca/users/evan posted on Mar 17, 2026 12:28
In reply to: https://c3d2.social/users/astro/statuses/116244193539869952

@astro @julian I think channel.org and Surf are doing this at a higher level.

https://cosocial.ca/users/evan/statuses/116244512412467766

Conversation

$$13142
https://lemmy.ml/u/nutomic posted on Mar 16, 2026 19:42
In reply to: https://activitypub.space/post/1586

I was asking Rimu, but good to get confirmation that it’s working for you at least :)

https://lemmy.ml/comment/24577273

$$13156
https://lemmy.ml/u/nutomic posted on Mar 16, 2026 20:01
In reply to: https://piefed.social/comment/10558937

I see, that is understandable.

https://lemmy.ml/comment/24577624
$$13345
https://slrpnk.net/u/hanrahan posted on Mar 17, 2026 01:15
In reply to: https://piefed.social/comment/10558937

my dude (dudette?) , you’re doing an amazing job, so thank you

https://slrpnk.net/comment/21288801

Conversation

$$12996
https://lemmy.ca/u/a_gee_dizzle posted on Mar 16, 2026 14:59
In reply to: https://activitypub.space/post/1583

Haha okay. Thanks for the info!

https://lemmy.ca/comment/22241908

Conversation

$$12822
https://piefed.social/u/rimu posted on Mar 16, 2026 04:04
In reply to: https://activitypub.space/post/1584

Sounds good to me!

https://piefed.social/comment/10549674

5 posts in conversation

$$12955
https://lemmy.ml/u/nutomic posted on Mar 16, 2026 13:54
In reply to: https://piefed.social/comment/10549674

Did you receive my email from last Thursday? Seems there might be some delivery problem.

https://lemmy.ml/comment/24570490
$$12985
https://lemmy.ca/u/a_gee_dizzle posted on Mar 16, 2026 14:49
In reply to: https://activitypub.space/post/1584

I tested this. It works perfectly fine. We can implement this today and remove it when Mastodon supports threadiverse conversations better (I’ll try to make that happen.)

Wow that’s a really proactive response, thank you! Please keep me posted on how it goes

https://lemmy.ca/comment/22241749

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

$$11614
https://piefed.zip/u/Blaze posted on Mar 13, 2026 21:47
In reply to: https://activitypub.space/post/1563

https://lemmy.wtf/comment/20409995

https://piefed.zip/comment/4243583

$$12902
https://lemmy.ml/u/nutomic posted on Mar 16, 2026 10:17
In reply to: https://activitypub.space/post/1563

The code change is linked here: https://github.com/Chocobozzz/PeerTube/issues/2704#issuecomment-3914781110

https://lemmy.ml/comment/24567589

Conversation

$$12713
https://piefed.social/u/wakest posted on Mar 15, 2026 22:37
In reply to: https://activitypub.space/post/1170

hmm this post still isn’t recieving updates on piefed

https://piefed.social/comment/10546990

Conversation

$$12480
https://w3c.social/ap/users/116064131308580500 posted on Mar 15, 2026 17:53
In reply to: https://activitypub.space/post/1579

@thisismissem Ah, you are assuming that the dev is also doing the data modeling. Gotcha, makes sense for Indie-Devs or small ventures.

Still, what you describe is not particular to JSON-LD. Devs can simply store their JSON objects in a Pod.

In my experience, the "confused dev" that you described above occurs when the devs are forced to use JSON-LD without understanding the basics of RDF. Proper on onboarding is crucial here, tooling like LDO and similar do exist to ease LD development ...

https://w3c.social/ap/users/116064131308580500/statuses/116234464967293385

Conversation

$$12281
https://w3c.social/ap/users/116064131308580500 posted on Mar 15, 2026 11:04
In reply to: https://activitypub.space/post/1276

@thisismissem just stumbled over your comment here.

Why did the developers need to come up with a "schema" in the first place? Proper data modeling is hard (as you say too)

Devs can just define their JSON objects and store them on a Pod, and read them from the Pod in their app. You _can_ simply ignore the LD part here. (My students always do that first when they are already used to web dev)

Doing data modeling for LD (which we should! :) ) just gives you more features from the RDF world, no?

https://w3c.social/ap/users/116064131308580500/statuses/116232859449354984

Conversation

$$12099
https://mastodon.xyz/users/Profpatsch posted on Mar 14, 2026 20:56

Activitypub micropayments idea:
what if instead of some digital token like Taler or Monero, I send a digital “cheque” instead, which is a signed payment intent, signed with the other actor’s e.g. Liberapay pubkey.

At the end of the month, the other person can take all these micropayment cheques and prove to liberapay that other people owe you money, and everything is settled in one transaction.

#Activitypub #micropayments #taler #liberapay

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

$$12104
https://mastodon.social/users/benpate posted on Mar 14, 2026 21:21
In reply to: https://mastodon.xyz/users/Profpatsch/statuses/116229522283680235

@Profpatsch

Cool idea. Apple does something similar with their App Store payments. You buy a bunch of things and they hold the charges for a day or two, then charge it all at once.

It would be more difficult in a decentralized environment, though, if I’m aggregating charges for/from many different people.

https://mastodon.social/users/benpate/statuses/116229620872152184
Create New Post