activitypub

Back Open Paginator
01.08.2025 18:19
din-egen-fedivers-server-wordpress (@din-egen-fedivers-server-wordpress@fediverset.dk)

Vi starter denne artikelserie ud med Fedivers-serveropsætning på “easy-mode”. En af de mest udbredte webapps på Internettet er Wordpress, et såkaldt Content Management System, som stort set alle webhoteludbydere i Danmark tilbyder på et standard PHP/MySQL-webhotel. Wordpress gør dig i stand til at oprette/ændre indhold på din hjemmeside, og skal du have skabt noget interesse om […]

https://fediverset.dk/din-egen-fedivers-server-wordpress/





Show Original Post


01.08.2025 17:54
strypey (@strypey@mastodon.nzoss.nz)

Hi @philip, thanks for your comment here;

socialhub.activitypub.rocks/t/

One of the downsides of text-only communication is that if you listen more than you talk, it's easy to forget you're still in the room. So it's really encouraging to hear from people who get value from SocialHub without necessarily posting a lot.

You mentioned a hobby AP implementation you're working on. Anything you're willing to share with the group? : )

#ActivityPub #SocialHub




Show Original Post


01.08.2025 16:54
shoppingtonz (@shoppingtonz@mastodon.social)

@openrightsgroup @JamesBaker

Is the fediverse too small and how will this law apply to (#)ActivityPub?

Imagine the government going "well, to continue hosting your Mastodon instance in the UK you must de-federate with x instance and y instance both of which are on our blacklist)




Show Original Post


01.08.2025 12:42
smallcircles (@smallcircles@social.coop)

@fedify

First option I'd describe as:

#ActivityPub protocol seems deceptively easy, while actual wire reality is full of prohibitive complexity.




Show Original Post


01.08.2025 11:12
20250801-1812-3261 (@20250801-1812-3261@ishii00141.stars.ne.jp)

ブログカードを使用すべきか否か?
#ActivityPub #Cocoon #WordPress #プラグイン #仕様

 ここでは、マストドンで表示することを前提にしてブログカードは使わないことにしていたのだが、そのことをすっかり忘れて、ブログカードブロックの中にURLを貼り付けたら、マストドンではURLしか表示されなかった。Cocoonではブログカードブロックを使わなくてもURLを貼り付けるだけでブログカードにしてくれる機能があるのだけど、それをオフにすることもできる。

内部リンクブログカードは「Cocoon設定→ブログカード」タブにある「内部ブログカードの設定」から変更することが可能です。

内部ブログカードを表示する方法 [...続きは下のURLで]

https://ishii00141.stars.ne.jp/20250801-1812-3261/




Show Original Post


01.08.2025 10:04
20250801-1704-3247 (@20250801-1704-3247@ishii00141.stars.ne.jp)

「連携された返信」のイメージ(v7.2.0)
#ActivityPub #Mastodon #WordPress #プラグイン #仕様

 久しぶりに「連携された返信」のテストを行った。最初の頃は、自分の記事に対して「連携された返信」をした場合に返信された記事のコメント欄や管理画面のコメント一覧に表示されて、その「連携された返信」に「連携された返信」をした場合は、どちらのコメント欄にも管理画面のコメント欄にも表示されなかったのだが、今は最初の「連携された返信」の段階で、どちらにも表示されなくなった。 Fediverseではリプライとして扱われるのだが、リプライとして扱われるまでに少し時間がかかった。

 これまでは「バグ」として認識していたが、このような状態は「仕様」として認識した方が良いのかもしれない。

 他のアカウントに対する「連携された返信」も試したら、フォローしてないアカウント(ここではほぼ全て)に対する「連携された返信」に返信があった場合にもコメント欄に表示されて、それに対するコメントに対してのリプライや、そのリプライに対する元のアカウントのリプライもコメント欄に表示されて、今回のテストのケースではスレッドをコメント欄で追えそうだということが分かった。

ishii00141.stars.ne.jp/2025080

ishii00141.stars.ne.jp/2025080

ishii00141.stars.ne.jp/2025032 [...続きはURLから]

https://ishii00141.stars.ne.jp/20250801-1704-3247/





Show Original Post


01.08.2025 08:41
snac (@snac@comam.es)
I'm glad to announce the release of version 2.81 of #snac, the simple, minimalistic #ActivityPub instance server written in C. It includes the following changes:

If the propagate_local_purge configuration variable is set to true in server.json, purged local posts generate a Delete activity that is sent everywhere, instead of only deleted from the filesystem.

Included a small tweak to avoid being confused by implementations that return valid webfinger queries for non-account URLs (like i.e. the Wordpress ActivityPub plugin in some configurations). This helps in searching by URL.

Added Ukrainian translation (contributed by wincentbalin).

New command-line option muted, to list all MUTEd actors.

Mastodon API: Fixed metadata and follower approval flag when editing the account.

https://comam.es/what-is-snac

If you find #snac useful, please consider buying grunfink a coffee or contributing via LiberaPay.

#snacAnnounces #FrugalFediverse




Show Original Post


01.08.2025 08:24
losttourist (@losttourist@social.chatty.monster)

@16af93 There aren't a huge number of installed servers, but #WriteFreely is effective, if you're happy to use Markdown. writefreely.org/

#ActivityPub #Fediverse




Show Original Post


01.08.2025 08:17
objects (@objects@enigmatick.social)

The changes I've made to #Enigmatick over the last couple of months are significant and I plan to write more about them soon. But one of my favorite is this small bit (supported by some larger structures) in my #ActivityPub crate.

impl ApCollection {
    /// Creates an async stream over all items in this collection and its linked pages.
    pub fn stream_all<F, Fut>(self, fetcher: F) -> ApCollectionStream
    where
        F: Fn(&str) -> Fut + Send + Sync + 'static,
        Fut: Future<Output = Result<ApCollection, Box<dyn std::error::Error + Send + Sync>>>
            + Send
            + 'static,
    {
        ApCollectionStream::new(self, fetcher)
    }
}

I wanted to be able to (using async code) take an ActivityPub Collection and iterate over all of its members without worrying about pulling in each page. This implementation accomplishes that.

The full source is here.




Show Original Post


01.08.2025 06:14
notes (@notes@cafe.jyrgi.de)

@thomas@metalhead.club Na dann hoffen wir mal, dass man dort eher was über #ActivityPub statt Mastodon lernt.




Show Original Post


01.08.2025 04:19
fedify (@fedify@hollo.social)

What is the biggest reason that makes you hesitate to adopt #Fedify?

#ActivityPub #fedidev

ActivityPub protocol seems too complex
Not familiar with TypeScript/JavaScript ecosystem
Lack of documentation or tutorials
Integration with existing systems looks difficult
Performance/scalability not proven
Security and stability concerns
Debugging/testing appears challenging
Insufficient community support
Too much time required for learning
Team/company resistance to adopting new technology




Show Original Post


31.07.2025 22:29
Linux (@Linux@mstdn.ca)

About Age Verification Laws in the UK:

There is currently a campaign underway urging people to "accept it".

However, if your website is not based in the UK and you are not a UK citizen yourself, you do not have to accept it.

No country — Not Russia, the USA, China, and even the UK — rules the world. Therefore, no single country can make laws that apply to the entire planet and all of its 9 billion inhabitants.

That does not, however, prevent individual sovereign nations from enacting stupid laws and falsely claiming that they apply to everyone in the world. But the reality is that no country has comprehensive legal jurisdiction over the entire planet.

#UK #UnitedKingdom #Fediverse #ActivityPub #Mastodon #Misskey #RuleOfLaw #Jurisdiction #Justice




Show Original Post


1 ...349 350 351 352 353 354 355 356 357 358 359 360
UP