firefly on Nostr: I didn't say that the pipe operator is an OR operator. I know what a shell pipe is. ...
I didn't say that the pipe operator is an OR operator. I know what a shell pipe is. My comment didn't mention 'OR'.
DESCRIPTION
umask() sets the calling process's file
mode creation mask (umask) to mask & 0777
(i.e., only the file permission bits of
mask are used), and returns the previous
value of the mask.
Logical AND operation is under the hood.
"Programmatically, the mask is applied by the OS by first negating (complementing) the mask, and then performing a logical AND with the requested file mode." [Wikipedia]
Published at
2023-12-30 20:11:47Event JSON
{
"id": "ab1c6eeea34c376a86222b6cd2fd2d1ed2d3d1d7cb5cce71a2494d48df622bac",
"pubkey": "d7622a3a48574b812afd419b77620abc2babde361e4088cad63b1622a7e7914e",
"created_at": 1703967107,
"kind": 1,
"tags": [
[
"p",
"72c6e70b8564c6cc961a66b3e1dc0195752997c94701b5795f645609509e778c",
"wss://relay.mostr.pub"
],
[
"e",
"9c20489464b07a8d3e1ec1713ccb02395ad4dd4e3d0d758651ac858137a94609",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://neon.nightbulb.net/firefly/p/1703967107.764829",
"activitypub"
]
],
"content": "I didn't say that the pipe operator is an OR operator. I know what a shell pipe is. My comment didn't mention 'OR'.\n\nDESCRIPTION\numask() sets the calling process's file\nmode creation mask (umask) to mask \u0026 0777\n(i.e., only the file permission bits of\nmask are used), and returns the previous\nvalue of the mask.\n\nLogical AND operation is under the hood.\n\n\"Programmatically, the mask is applied by the OS by first negating (complementing) the mask, and then performing a logical AND with the requested file mode.\" [Wikipedia]\n\n",
"sig": "16be52677447716206fdf4d12a6dc8d827327e06f20509fe3eb5f56f04142d7f1d8c02aecc4d6477d5cf84e45debb22c870dcd853f060b64a888e263c7e5f03a"
}