Elektrine lite

← Feed

@silverpill@mitra.social

Post #2923731

2026-03-01 19:16 UTC

@steve@social.technoetic.com @trwnh@mastodon.social I am not sure if generic server is even possible without FEP-2277 and FEP-fe34. Maybe duck typing (FEP-2277) could be replaced with hierarchical types, but that would require JSON-LD processing, and I don't want to make it mandatory. If you're certain that a different flavor of generic server is possible, I can publish the side effects part as a separate FEP. This way we can focus on areas where we are in agreement.

Replies (1)

  • @trwnh@mastodon.social 2026-03-02 00:24

    @silverpill@mitra.social @steve@social.technoetic.com the type information is largely unnecessary and shouldn't factor into handling CRUD, especially if the objects are managed by the client. the authorization/trust model for which activities are allowed to CRUD which objects is important but can be something other than fe34 (such as an explicit access control policy or authorization resource). also multiple CRUD mechanisms may be in use.

    Open ##2923732