mleku on Nostr: i am pretty sure envs can be hundreds of elements, they are normally a lot, i believe ...
i am pretty sure envs can be hundreds of elements, they are normally a lot, i believe they are stored in a kind of VFS
anyhow, part of the reason why it is a good place to use, other than the fact that they come free with OSs of all types, so it's universal, is that it lets you separate the deployment from the app more easily... and you can ship configurations out to multiple devices just by scp'ing some simple text files
as for the typing... all forms of configuration fundamentally are based on human entered strings, or at least copypasta strings
if the field is not correctly marshaled then it doesn't evaluate to the app and the default value will override
Published at
2024-09-23 18:47:11Event JSON
{
"id": "53e12752716cb36cc5254d610236b4c1486d448e40ccc9761f240b2e15774d3b",
"pubkey": "4c800257a588a82849d049817c2bdaad984b25a45ad9f6dad66e47d3b47e3b2f",
"created_at": 1727117231,
"kind": 1,
"tags": [
[
"e",
"a0f7ea6f92fb790e6c6dc4d0b0cc3b6be8a13f7c395253cb1dccf6307320b14a",
"",
"root"
],
[
"e",
"68928cbab1035c2852105056ae7e8dde99b8638e4a9b666f3b8c0b3d9b2e9372",
"",
"reply"
],
[
"p",
"036533caa872376946d4e4fdea4c1a0441eda38ca2d9d9417bb36006cbaabf58",
"",
"mention"
],
[
"client",
"noStrudel",
"31990:266815e0c9210dfa324c6cba3573b14bee49da4209a9456f9484e5106cd408a5:1686066542546"
]
],
"content": "i am pretty sure envs can be hundreds of elements, they are normally a lot, i believe they are stored in a kind of VFS \n\nanyhow, part of the reason why it is a good place to use, other than the fact that they come free with OSs of all types, so it's universal, is that it lets you separate the deployment from the app more easily... and you can ship configurations out to multiple devices just by scp'ing some simple text files\n\nas for the typing... all forms of configuration fundamentally are based on human entered strings, or at least copypasta strings\n\nif the field is not correctly marshaled then it doesn't evaluate to the app and the default value will override",
"sig": "3fc7cc464a85fca7094f00306f68ce9fcc77bdee9554938c793def77731ad33eeb6925ce26b94702d01c7fd1d24dae72a84c01e3773ebf66396a152f3bd9dd23"
}