Home | Notifications | New Note | Local | Federated | Search | Logout

Federated Timeline


Reply to @cheeaun@mastodon.social Chee Aun 🤔@cheeaun@mastodon.social (2026-05-14 10:43:33) Not bad, for now.

Still just a card, not full implementation yet (collections page, "remove me" buttons, edit, delete, update, etc).

#PhanpySocialDev ---Attachments--- image: https://files.mastodon.social/media_attachments/files/116/570/391/256/445/981/original/ce6d08509f8c9fba.png
image: https://files.mastodon.social/media_attachments/files/116/570/391/234/488/531/original/e2e750c0ad9c615b.png

fedicat@fedicat@pc.cafe boosted: @sitharus@cloudisland.nz (2026-05-14 09:13:37) Hey lazywebs, where’s a good place to learn how people who use accessibility settings and devices on phones actually use them?

I want to make sure the app I work on is as accessible as I can make it. Everything I can find says “use this and it’s accessible”, but when I try the accessibility tools the result is… well garbage.

So I want to find how who people actually use these tools expect them to behave so I can properly set up the app.

やまい:aramaki:@yamai__________@misskey.io (2026-05-14 10:30:48) ペンのサイズ10と12で唸ってる 左10右12 ---Attachments--- image: https://media.misskeyusercontent.com/io/308b8ff0-a2e7-47aa-ba37-e73662573421.webp?sensitive=true

warabi餅@w4rabimochi@misskey.io boosted: @djheycha@misskey.io (2026-05-14 09:30:32) かんたんグラデーション

RE: https://misskey.io/notes/am7udvs88k7108pv ---Attachments--- image: https://media.misskeyusercontent.com/io/7e02e071-f53e-4fc2-9c95-d88a4022496c.webp?sensitive=true

warabi餅@w4rabimochi@misskey.io boosted: @hdkhkr@misskey.io (2026-05-13 18:38:22) さっき初めて描いたビビアン可愛すぎるので見て ---Attachments--- image: https://media.misskeyusercontent.com/io/36f6851a-1942-4e8a-9113-3e87f8711df3.jpg?sensitive=true

warabi餅@w4rabimochi@misskey.io (2026-05-14 10:26:50) ​:ohayoo:​

DJ喜茶@djheycha@misskey.io (2026-05-14 09:30:32) かんたんグラデーション

RE: https://misskey.io/notes/am7udvs88k7108pv ---Attachments--- image: https://media.misskeyusercontent.com/io/7e02e071-f53e-4fc2-9c95-d88a4022496c.webp?sensitive=true

Thea@sitharus@cloudisland.nz (2026-05-14 09:13:37) Hey lazywebs, where’s a good place to learn how people who use accessibility settings and devices on phones actually use them?

I want to make sure the app I work on is as accessible as I can make it. Everything I can find says “use this and it’s accessible”, but when I try the accessibility tools the result is… well garbage.

So I want to find how who people actually use these tools expect them to behave so I can properly set up the app.

Reply to @cage@mastodon.bsd.cafe wakest likes your bugs ⁂@liaizon@social.wake.st (2026-05-14 08:32:43) @cage cc @weekinfediverse are you tracking these releases yet? they are doing some interesting stuff

fedicat@fedicat@pc.cafe boosted: @FediFollows@social.growyourown.services (2026-05-14 07:59:52) #Ontario Canada accounts to follow:

ONTARIO NEWS
@OttawaCititzen - #Ottawa Citizen newspaper
@showuptoronto - Community calendar of activism, mutual aid, advocacy events in #Toronto
@TorontoLife2019 - Toronto culture, news, food, politics, fashion
@blogTO - Toronto local news, events, restaurants
@index - Clarington independent local news

TRANSIT
@reece@canadiancivil.com (main) & @reece@video.canadiancivil.com (videos) - Public transport expert & enthusiast
@transit - Unofficial site on public transport in Greater Toronto Area

🧵 1/5

FediFollows@FediFollows@social.growyourown.services (2026-05-14 07:59:52) #Ontario Canada accounts to follow:

ONTARIO NEWS
@OttawaCititzen - #Ottawa Citizen newspaper
@showuptoronto - Community calendar of activism, mutual aid, advocacy events in #Toronto
@TorontoLife2019 - Toronto culture, news, food, politics, fashion
@blogTO - Toronto local news, events, restaurants
@index - Clarington independent local news

TRANSIT
@reece@canadiancivil.com (main) & @reece@video.canadiancivil.com (videos) - Public transport expert & enthusiast
@transit - Unofficial site on public transport in Greater Toronto Area

🧵 1/5

Reply to @silverpill@socialhub.activitypub.rocks a@trwnh@socialhub.activitypub.rocks (2026-05-14 06:55:24) silverpill:I resolve id-ish values (such as inReplyTo) only when that is required by application logic.

silverpill:What I mean is that in JSON-verse, href is not considered an id-ish property. FEP-e232 is an exception to this rule.

I'm mainly talking about what you call "id-ish" -- when a property has a value that is a JSON string interpreted as a reference (@type: @id in the context).

It sounds like you don't try to fetch those unless needed, which is good; I'm still not sure what your criteria for "needed" would be, though.

So for example, with a document like this:

{ "inReplyTo": "https://apnews.com/article/reading-math-test-scores-education-scorecard-7fa4111ad0de934f664ebb984e830d13"}
I imagine you would attempt to fetch the replied-to resource, fail to find an AS2 representation, and treat the currently-processing object as having a broken reply link (even if there are non-AS2 representations for the replied-to resource).

With a document like this:

{ "type": "Article", "url": { "href": "https://apnews.com/article/reading-math-test-scores-education-scorecard-7fa4111ad0de934f664ebb984e830d13" }}
I imagine you would leave it up to the user whether they want to follow that link or not.

And for a document like this:

{ "tag": { "href": "https://apnews.com/article/reading-math-test-scores-education-scorecard-7fa4111ad0de934f664ebb984e830d13", "mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"" }}
I imagine you would take that as a hint to fetch the "href" with Accept: application/ld+json; profile="https://www.w3.org/ns/activitystreams", but if you instead encountered this document:

{ "tag": { "href": "https://apnews.com/article/reading-math-test-scores-education-scorecard-7fa4111ad0de934f664ebb984e830d13" }}
Then I imagine you'd go back to letting the user decide whether to fetch it... or possibly ignore it, or possibly some other application-specific thing.

fedicat@fedicat@pc.cafe boosted: @phillycodehound@indieweb.social (2026-05-14 05:55:53) Pretty wild! #WordPress #CERN

https://mastodon.social/@therepository/116566682413050649

fedicat@fedicat@pc.cafe boosted: @FediverseSymbol@typo.social (2026-05-14 06:47:13) Discovered that the fediverse media review platform @neodb is using our favorite little symbol ⁂ on their login page now!

You can see it in action here: https://neodb.social/account/login ---Attachments--- image: https://typo.social/system/media_attachments/files/116/569/462/044/238/906/original/63fff30a2c43439f.png

Fediverse Symbol ⁂@FediverseSymbol@typo.social (2026-05-14 06:47:13) Discovered that the fediverse media review platform @neodb is using our favorite little symbol ⁂ on their login page now!

You can see it in action here: https://neodb.social/account/login ---Attachments--- image: https://typo.social/system/media_attachments/files/116/569/462/044/238/906/original/63fff30a2c43439f.png

ジエンP@gientoP@social.mikutter.hachune.net boosted: @akkiesoft@misskey.io (2026-05-14 01:22:33) ロリミク…​:nicha:​

arce@arce (2026-05-14 06:16:20) Can't seem to move off square one to return to blogging under my personal domain name. Normies are limited. I already keep up with two #ClassicPress blogs, so i don't want to have to deal with more of that headache. Mataroa and Bear I like, but limited. Was going to try #PureBlog, but it's a tad over my head. On it goes ...

Seth of the Fediverse ⁂@phillycodehound@indieweb.social (2026-05-14 05:55:53) Pretty wild! #WordPress #CERN

https://mastodon.social/@therepository/116566682413050649

Reply to @rhett@rogersfam.co arce@arce (2026-05-14 05:50:46) Good luck!

arce@arce boosted: @rhett@rogersfam.co (2026-05-12 23:40:50) Not sure how many of you will see this, or if this post will go anywhere.

But I’m looking for a job. Have been for a while. I have a good career as an iOS developer and would like to keep making apps. If anyone out there is interested please DM me, look at my linked in, boost this post, etc. Thanks all.

https://www.linkedin.com/in/rhett-rogers-5100911a8

#iOSDeveloper #FediHire #USA #Oregon

arce@arce boosted: @naturaleza24@mast.lat (2026-05-13 15:29:54) #fotografie #nature #photography ---Attachments--- image: https://media.mast.lat/mast/media_attachments/files/116/565/854/254/718/593/original/0967dc89d0e4bec6.png

fedicat@fedicat@pc.cafe boosted: @apps@toot.fedilab.app (2026-05-14 05:09:39) Concerning #Fedilab, with close to 8 million messages indexed, I think #HolosDiscover now has enough content to be worth integrating.
Full API support would allow pinning tailored timelines and interacting with new content. This would be particularly useful for small instances.

More about HolosDiscover: https://discover.holos.social/how-it-works

If you're a dev: https://discover.holos.social/api-docs

Fedilab Apps@apps@toot.fedilab.app (2026-05-14 05:09:39) Concerning #Fedilab, with close to 8 million messages indexed, I think #HolosDiscover now has enough content to be worth integrating.
Full API support would allow pinning tailored timelines and interacting with new content. This would be particularly useful for small instances.

More about HolosDiscover: https://discover.holos.social/how-it-works

If you're a dev: https://discover.holos.social/api-docs

Michael Kratzenberg 📢@kratzen@berg.mobilecourant.org boosted: @AaronDavid@beige.party (2026-05-14 04:18:43) ---Attachments--- image: https://media.beige.party/media_attachments/files/116/568/878/020/249/605/original/905403896e7693d1.jpg

Michael Kratzenberg 📢@kratzen@berg.mobilecourant.org boosted: @thetnholler.bsky.social@bsky.brid.gy (2026-05-14 04:17:19) Fact-check: True 😕 ---Attachments--- https://puffball.us-east.host.bsky.network/xrpc/com.atproto.sync.getBlob?did=did:plc:5o6k7jvowuyaquloafzn3cfw&cid=bafkreictwrozofqxoob5tkzsnquwmyxqezic2ax6elxamdgs3k6iqmmjua

fedicat@fedicat@pc.cafe boosted: @silverpill@mitra.social (2026-05-14 04:21:56) #APx v0.24.0

https://docs.rs/apx_sdk/0.24.0/apx_sdk/index.html

This release includes fixes for vulnerabilities relating to SSRF protection, similar to ones that were recently discovered in @fedify:

https://hollo.social/@fedify/019e123c-57eb-781d-aa51-ca7dfc190ce7

As it turned out, http://[::ffff:7f00:1]/ is equivalent to http://127.0.0.1/

Full changelog: https://codeberg.org/silverpill/mitra/src/tag/apx-v0.24.0/apx_sdk/CHANGELOG.md

fedicat@fedicat@pc.cafe boosted: @apps@toot.fedilab.app (2026-05-14 04:29:27) #Holos is a new social network working with #ActivityPub. This is not an app where you can connect your Mastodon, Pixelfed or PeerTube account.
There is no web version and no API because the ActivityPub server runs on the device itself. That's the whole challenge behind this project.
If there is more engagement, I plan to build a desktop version and even sync between different devices.

The official account for all announcements is @HolosSocial

More: https://holos.social/how-it-works

#HolosSocial

Fedilab Apps@apps@toot.fedilab.app (2026-05-14 04:29:27) #Holos is a new social network working with #ActivityPub. This is not an app where you can connect your Mastodon, Pixelfed or PeerTube account.
There is no web version and no API because the ActivityPub server runs on the device itself. That's the whole challenge behind this project.
If there is more engagement, I plan to build a desktop version and even sync between different devices.

The official account for all announcements is @HolosSocial

More: https://holos.social/how-it-works

#HolosSocial

silverpill@silverpill@mitra.social (2026-05-14 04:21:56) #APx v0.24.0

https://docs.rs/apx_sdk/0.24.0/apx_sdk/index.html

This release includes fixes for vulnerabilities relating to SSRF protection, similar to ones that were recently discovered in @fedify:

https://hollo.social/@fedify/019e123c-57eb-781d-aa51-ca7dfc190ce7

As it turned out, http://[::ffff:7f00:1]/ is equivalent to http://127.0.0.1/

Full changelog: https://codeberg.org/silverpill/mitra/src/tag/apx-v0.24.0/apx_sdk/CHANGELOG.md

fedicat@fedicat@pc.cafe boosted: @impressia@mastodon.social (2026-05-14 04:17:43) Today a new version of #Impressia has been released! 🎉

All of the changes in this release were implemented by @pylapp - huge thanks for the amazing work and contribution. 🤩

Alongside a number of accessibility improvements and fixes, this version also introduces a new option to switch between single-column and two-column layouts on timelines, making the reading experience much more flexible.
Older Notes