Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Penso che forse bisognerebbe smettere di parlare di "offensiva" di Israele a Gaza

Uncategorized
14 7 17

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    0 Views
    My toy software rendering now with more textures, fog, and dithering. Making a polygon based map editor has proven to be more difficult than my "toy" ambitions are driving. Gotta do graph algorithms... blegh.Enough playing for now, back to some real work!
  • Bon, io ve l’ho detto

    Uncategorized
    1
    1
    0 Votes
    1 Posts
    0 Views
    Bon, io ve l’ho detto
  • Charlie Hebdo (@charliehebdo.fr)

    Uncategorized
    1
    1
    0 Votes
    1 Posts
    0 Views
    Charlie Hebdo (@charliehebdo.fr)https://bsky.app/profile/charliehebdo.fr/post/3m4yah5hfyz2s> Que faire de ces satanées religions ? Les critiquer bien sûr, en démontrant leurs contradictions. Et en rire, évidemment, pour en contester l'autorité 📚 Bordel de Dieu ! , aux éditions Les Échappés Disponible en librairie ou au lien ci-dessous 👇 https://abo.charliehebdo.fr/common/product-article/1645
  • 0 Votes
    10 Posts
    0 Views
    Depending on the outcome of the ensuing discussion here, it looks like I will be updating FEP 11dd: Context Ownership and Inheritance away from: > The object SHOULD inherit a context other than its own. It is RECOMMENDED that the object inherit the context of the object it is in reply to. Doing so will allow for all members of a context collection (per FEP f228) to refer to the same context. > > The object MAY inherit context further up the chain. to > The object MUST inherit the context from the root node, if one is reported. Otherwise the object MUST NOT publish a context. Doing so will allow for all members of a context collection (per FEP f228) to refer to the same context. > > Implementors SHOULD map that inherited context to a local identifier (if applicable) to support future use-cases/activities.