ah ok. well then there would need to be a deeper change and all instances would need to update. have a field for the ID of the instance itself, and a field for the domain. or something like that. would that work?
ah ok. well then there would need to be a deeper change and all instances would need to update. have a field for the ID of the instance itself, and a field for the domain. or something like that. would that work?
i don’t think that that would be too difficult to implement
AFAIK there is no reasonable way to update/change this. IDs are forever.
can’t you just run a postgresql query to update all the post ids?
aahh, now that would be interesting. i’ve always liked that all the letters of hex happen to be on lefthand side of keyboard anyway. instead of adding new keys i think i’d rather have A-F be shift of 0-5
fair point. recall that this is the first draft. i’ll post the second draft today.
agreed. i kind of neglected those characters initially but will add them now
sort of rock your hand as you instantiate an array
now that’s a good idea
here’s the markup:
[{a:7},"`\n~",{a:4},"(\n",")","\\\n|"],
[{a:7},",",{a:4},"[\n{","]\n}","="],
["Num Lock","/","*","-",{x:0.25,f:4,w:14,h:5,d:true},""],
[{f:3},"7\nHome","8\n↑","9\nPgUp",{h:2},"+"],
["4\n←","5","6\n→"],
["1\nEnd","2\n↓","3\nPgDn",{h:2},"Enter"],
["0\nIns",",",".\nDel"],
[{w:2},"Space", ";\n:"]
OR, after changing the ID, have the instance publish a “domain_change_notification” that all federated instances would be listening for and then they would update their data.