pull down to refresh
Both short-term solutions from https://github.com/orgs/community/discussions/185387 -
- "restrict pull requests to collaborators"
- "delete pull requests"
are anti-Open Source.
Long-term solutions stink as well:
- "Enhanced permission models" - same as "restrict pull requests to collaborators", rendering the project not "open" anymore.
- "Improved triage tools" - lets ask AI whether a PR meets the guidelines... trying to solve the problem that AI generated PRs don't meet guidelines because... eh... AI can't judge whether a PR meets the guidelines.
- "Transparency in AI-assisted contributions" - ask PR authors whether they used AI?
“The answer to the question ‘are we alone‘ is always going to be ‘maybe,’ unless it becomes yes.”
That should be "unless it becomes yes" --> "unless it becomes no".
Amazing, I was stuck in a windows-don't-open office around 10 years ago. Felt my concentration levels drop compared to home office. Just like you. I came to the exact same conclusions! :) Also purchased a sensor and confirmed the higher levels and noticed how keeping the door opened or closing it made a significant difference.
Even bought some plants, but they did not make any difference - they were too few for the space. To make a difference one would have to turn the office into a green jungle. And then, keep in mind plants produce CO2 during the night (when it is dark).
Btw it is Carbon di-Oxide. Not sure why you wrote it with 0 (zero).
After that I started paying attention what are the levels in the place where I live as well. Good luck! :)
Maybe this helps?
$ lightning-cli decode lno1pg85yet92fuk2gzjv43k26tkv4epp6qr3209v5fwexx69dtcjasl0tu09q96lx9qj2prvrxklufcrd0g3xls9vhqx7gj523f5saw894pfs4qk0lqahp54hgfacsxcdy4qrt609tpqgpu539k9jvam08k75c25030plat6jfgqmw6xuny6y3tfu2e6kufggcqxvcpv68w8vqrxk3ll05kvjuk6fk74na882qfxn85yc6assqxds4hlfpcht7xveqyavhn6g7jrvu8s70nzsss8qpv0ue68qrkk9fvl677wwrqk4zmjpctmqk3apsn054up3w69rd7qqk9zn9h5xs6u4qscds3mxnvlh30ck4d3vrwchfpa3s4j425hz6rvyppvuwfak50cfpjdcgadctzzq758f5pt0dc8xawslhshyeulswt6vwmn6hqgf77sgctpkkkj8ut4v
{
"type": "bolt12 offer",
"offer_id": "871506a975881048715a957893a9a8de735c92e3bd5af1119f850766fb4a732c",
"offer_description": "BeeRye Receiver",
"offer_paths": [
{
"first_node_id": "038a9e56512ec98da2b5789761f7af8f280baf98a09282360cd6ff1381b5e889bf",
"first_path_key": "02b2e037912a2a29a43ae396a14c2a0b3fe0edc34add09ee206c349500d7a79561",
"path": [
{
"blinded_node_id": "03ca44b62c99ddbcf6f530aa3e2f0ffabd492806dda37264d122b4f159d5b89423",
"encrypted_recipient_data": "301668ee3b00335a3ffbe9664b96d26deacfa73a80934cf42635d840066c2b7fa438bafc666404eb2f3d23d21b387879f31421"
},
{
"blinded_node_id": "03802c7f33a38076b152cfebde73860b545b9070bd82d1e86137d2bc0c5da28dbe",
"encrypted_recipient_data": "514cb7a1a1ae5410c3611d9a6cfde2fc5aad8b06ec5d21ec61595554b8b4361021671c9eda8fc24326e11d6e"
}
]
}
],
"offer_issuer_id": "03d43a6815bdb839bae87ef0b933cfc1cbd31db9eae0427de8230b0dad691f8bab",
"valid": true
}Oh, you got me! :-D That is when I started the project, it took me about 1 year to publish the paper and do the actual implementation.
A project roadmap implies centralized governance.
"Hey, adoption is increasing, this is multi trillion fiat junks, governments and corporations are looking into Bitcoin. You have to change your ways."
Hmm!?
Hello, it is me. Setting up my Stacker News account.
I am working on a feature in Bitcoin Core to send locally generated transactions only via the Tor or I2P networks.
Something has changed in Core Lightning 26.04: the option mentioned above
--enable-experimental-featuresno longer exists?There is
payment-fronting-nodein lightning-config.When creating BOLT12 offer one can specify an array of fronting_nodes to use for blinded paths.
It is unclear how to involve blinded paths when creating individual BOLT11 invoices (if the global
payment-fronting-nodeis not set.Also, unclear how to figure out which of the peers of the node support blinded paths, in order to specify them.