activitypub

Back Open Paginator
01.12.2025 04:00
blog (@blog@ehlabs.net)

trying to improve Meta Threads compatibility #activitypub




Show Original Post


01.12.2025 03:18
evan (@evan@cosocial.ca)

I have a question for #ActivityPub fanatics. For the Social Web Devroom at FOSDEM 2026, we've reached out to over 50 different Fediverse projects to make sure they know about the event. Is there anyone else we need to reach? If you know someone working on Fediverse software development OR organisational and social issues, please share this call-for-proposals link. Our deadline is Dec 1, 2025 and we don't want to miss any part of this movement.

socialwebfoundation.org/2025/1




Show Original Post


30.11.2025 23:29
mobileatom (@mobileatom@flipboard.com)

Why the #OMN works with #ActivityPub – And why we need a bridge to #p2p.

hamishcampbell.com/why-the-omn

Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom




Show Original Post


30.11.2025 19:39
why-the-omn-works-with-activitypub-and-why-we-need-a-bridge-to-p2p (@why-the-omn-works-with-activitypub-and-why-we-need-a-bridge-to-p2p@hamishcampbell.com)

Why the #OMN works with #ActivityPub – And why we need a bridge to #p2p

Let's look at this. #ActivityPub is not a product. It’s not even really a “protocol” in the narrow, rigid sense that vertical tech likes to imagine. ActivityPub is a shared vocabulary, a public language for moving meaning and connection across the #openweb. It gives you nouns and verbs, and the community defines the grammar through lived use. This is why the #OMN works with ActivityPub, a metadata and meaning layer, not a platform, flows, not silos. ActivityPub is the widely deployed […]

hamishcampbell.com/why-the-omn





Show Original Post


30.11.2025 18:15
objects (@objects@epiktistes.com)

I've streamlined theme development in Ktistec. The theming system uses a hierarchy of CSS custom properties and fallbacks. Theme authors can customize a theme at multiple levels:

Base Colors Only

Define only base colors like --text-primary, --bg-primary, --bg-input, --semantic-primary, etc. Derived colors will auto-generate using color-mix formulas. For example:

:root { --semantic-primary: #ffa500; }

From this one line, theme-appropriate colors like --bg-accent-code, --anchor-color, etc. auto-generate.

Base Colors Plus Derived Colors

Define base colors and derived colors. Derived colors use custom values when defined. Undefined derived colors auto-generate. For example:

:root {
    --text-primary: #333;
    --text-primary-2: #ff0000;  /* red for this specific shade */
}

Given this theme, derived shades like --text-primary-1, --text-primary-3, and --text-primary-4 auto-generate. --text-primary-2 is red.

The simplest possible interesting theme redefines the primary semantic color. The single line above (in Base Colors Only) would result in the following, with button color, link color, disabled, selected, and hover states all derived automatically:

screenshot of the setting page with the primary semantic color defined

These changes will be in the upcoming release. Existing themes will continue to work, as is.

#ktistec #crystallang #activitypub #fediverse





Show Original Post


30.11.2025 17:24
dansup (@dansup@mastodon.social)

Loops has a poor mobile web UI.

So I spent the past 6 hours refactoring it to better match our mobile app layout, while keeping it consistent, and improving the desktop layout too.

You don't need to install an app to enjoy Loops, and we will be implementing proper PWA support with Push Notifications and better Offline mode.

Shipping soon 🚀





Show Original Post


30.11.2025 16:43
deemkeen (@deemkeen@social.cologne)

Stegodon v1.3.0 is out. Massive performance improvements! :cheeky:

github.com/deemkeen/stegodon/r #fediverse #activitypub #tui




Show Original Post


30.11.2025 14:10
mariusor (@mariusor@metalhead.club)

And the full battery of storage backends tests.

Now a last bit of effort is needed to bring all of them above 80%.

#GoActivityPub #ActivityPub





Show Original Post


30.11.2025 13:25
nate (@nate@dirt.social)

Hey #fediverse, is there an activitypub application similar to meetup? I would really like to add a trail ride planning platform to Dirt Social and i'm curious if something already exists.

I thought i remembered seeing one somewhere. but i can't find it now.

Thanks!

#mastoadmin #activitypub




Show Original Post


30.11.2025 12:49
dansup (@dansup@mastodon.social)

Working on some major improvements to the Loops web UI ✨

- New full height layout (bye header)
- Better Search (users, videos, tags)
- Mobile UI w/ bottom navbar like the app
- Bigger video player on desktop
- Improved Notifications
- and much more

Shipping Soon 🚀





Show Original Post


30.11.2025 11:58
jg10 (@jg10@mastodon.social)

My experimental agent now listens to POSTs to a list of inboxes and outboxes and processes activities asynchronously as they arrive.

Next I plan to dynamically define the inboxes and outboxes.

The agent would be given access to a config, subscribe to the listed topics and connect them to the appropriate handler.
It would also set the public key on the named actor. e.g.

:myactor_inbox a :WebHookRegistration;
:topic </inbox/>;
:handler :InboxModified;
:actor </actor>.




Show Original Post


30.11.2025 10:47
jay (@jay@gts.feddit.social)

各位香油主要是用什么客户端访问Mastodon(fediverse系)的呢? :meow_code:
APP一览

https://joinmastodon.org/apps

#mastodon #fediverse #activitypub #poll
@poll @worldboard @board

Mastodon官方APP
phanpy.social、elk.zone等Web客户端
用实例网站(比如直接浏览器访问mastodon.social)
使用电脑客户端(官方除外)
使用手机客户端(官方除外)
我是Misskey生态的




Show Original Post


1 ...264 265 266 267 268 269 270 271 272 273 274 ...424
UP