Z0M8I3D 3D on Nostr: Been thinking of a basic item hidding mechanism for #iCS lately. Having and index ...
Been thinking of a basic item hidding mechanism for #iCS lately.
Having and index array of all the possible arrays with known words would allow for a ^[A-Za-z]\d+$ regexp check where [A-Za-z] is the index array position and the trailing digit(s) are the position within the reference array.
So a basic 2-Table solution but also doing the ball-hash to hide that token inside a hash where we could maybe use bitwise to obtain data from that hash without opening the hash.
Would need a way to delete sections so having a simple CHARACTER then NUMBER I should always be able to determine each slot but the slots don't have to equal pack position number allowing for some amount of randomness.
I do not know if I can get these basic concepts to work in JS vanilla but no time like now to try.
Published at
2025-03-28 04:18:29 UTCEvent JSON
{
"id": "b9ac89b57641922db1bd408c09a8c15e63ccd74cafd29c3ff9c79662a08d6391",
"pubkey": "85956af0f6e3f11e2d08f29b24e213b645ede94b1ebdd30c32e64c5eadeaf82d",
"created_at": 1743135509,
"kind": 1,
"tags": [
[
"t",
"iCS"
]
],
"content": "Been thinking of a basic item hidding mechanism for #iCS lately.\n\nHaving and index array of all the possible arrays with known words would allow for a ^[A-Za-z]\\d+$ regexp check where [A-Za-z] is the index array position and the trailing digit(s) are the position within the reference array.\n\nSo a basic 2-Table solution but also doing the ball-hash to hide that token inside a hash where we could maybe use bitwise to obtain data from that hash without opening the hash.\n\nWould need a way to delete sections so having a simple CHARACTER then NUMBER I should always be able to determine each slot but the slots don't have to equal pack position number allowing for some amount of randomness.\n\nI do not know if I can get these basic concepts to work in JS vanilla but no time like now to try. ",
"sig": "96be2b31fd525d1dd17cbe34cae518c21493b875d245ddd06eb4a9ee974a2c402fdb4c68029d949dbc554908eebf49fa06805c612316580beceb5578e0616000"
}