Hrefna (DHC) · @hrefna
537 followers · 2058 posts · Server hachyderm.io

IMO some things that would help tremendously and that would be good to prioritize, ways:

* Of having a persistent identifier that is decoupled from your server. Whether this looks like the current and proposals is less important than that the decoupling takes place.

* Of sharing and pooling moderation, load, storage, privacy, and security resources (see my previous discussion of /#ActivityPubApplicationFirewall or ).

#vc #did #apaf #aprl

Last updated 1 year ago

IndiaNewsWatch · @indianewswatch
89 followers · 549 posts · Server kolektiva.social

Justice Arun Mishra’s Final ‘Gift’ of Rs 8,000 Crore to Adani

On August 31, 2020, a Supreme Court bench headed by Justice Arun Kumar Mishra, that included Justices Vineet Saran and M R Shah, ruled in favour of a company in the Adani group in a dispute with public sector power distribution companies in Rajasthan. The verdict, issued three days before Justice Mishra retired from the court on September 2, has granted Adani Power Rajasthan Limited (APRL) – which owns a 1,320 megawatt capacity thermal power station in Kawai, Baran district – “compensatory tariffs” worth over Rs 5,000 crore and penalties and interest payments of nearly Rs 3,000 crore.

newsclick.in/Justice-Arun-Mish

#archives #arunmishra #adanigroup #adanipower #aprl #adani #vineetsaran #mrshah #rajasthan #supremecourt #indianjudiciary #gautamadani #gujarat #cronycapitalism #psus #business #industry #billionaires #india

Last updated 2 years ago

Hrefna (DHC) · @hrefna
504 followers · 1828 posts · Server hachyderm.io

Kind of my vision here for an DSL with / is the ability to say things like…

allow {
authenticated_request(X)
} route("actor:circle.mydomain.example/circle/enqueue") {
rule(follow_request(Requester, Requestee, X))) {
follows(Requestee, Requester)
} annotate {
X.annotations += Annotation(
"follow_status": FollowStatus.FollowsRequester
)
}
}

Probably not with that exact syntax, but that's the idea.

#activitypub #aprl #lccircle

Last updated 2 years ago

Hrefna (DHC) · @hrefna
439 followers · 1653 posts · Server hachyderm.io

Basically a rules engine let's me make declarations like "I am seeing this message, what do I want to do with it for handling" without writing eight million individual handlers.

If this were a serious project I would go out and grab someone else's and call it a day (or maybe ), but because this is a toy and I'm experimenting I'm going to create a little DSL—based on —and see if I can use that to implement some ideas in this space. I'll call it or .

#Rego #datalog #aprl #activitypubruleslanguage

Last updated 2 years ago