Skip to content

Instantly share code, notes, and snippets.

View fczuardi's full-sized avatar

Fabricio C Zuardi fczuardi

View GitHub Profile
@fczuardi
fczuardi / attempt-8-success.txt
Last active October 9, 2024 19:58
Script to reproduce bug #22
-----
Attempt #8
create-bucket, sleep 5, put-versioning, sleep 5, put-object, sleep 5, put-object, sleep 5, purge:
2024/10/09 16:42:14 DEBUG : rclone: Version "v1.64.0" starting with parameters ["rclone" "purge" "br-ne1:test-50-1728502909" "-vv" "--retries" "1" "--retries-sleep" "2" "--dump" "headers"]
2024/10/09 16:42:14 DEBUG : Creating backend with remote "br-ne1:test-50-1728502909"
2024/10/09 16:42:14 DEBUG : Using config file from "/home/fcz/.config/rclone/rclone.conf"
2024/10/09 16:42:14 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2024/10/09 16:42:14 DEBUG : Resolving service "s3" region "br-ne1"
2024/10/09 16:42:14 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in th

Silent Payments

BIP 352


Privacidade Financeira

(sender privacy)

  • Alice faz uma doação via PIX para a vítma de enchente Bob
@fczuardi
fczuardi / gist:a46f9e0d5e09079e2b0d6cbc951a07c6
Last active April 25, 2024 22:09
Seminário Socrático 024
25 - Apr -2024
## Apresentacao Leo/Sovereign engineer Madeiro
## Testnet4 incoming?
- https://gnusha.org/pi/bitcoindev/CADL_X_eXjbRFROuJU0b336vPVy5Q2RJvhcx64NSNPH-3fDCUfw@mail.gmail.com/
Jameson Lopp message to [email protected] saying that the current testnet3:
- is running for 13 years and not fulfilling the purpose of distributing coins since the actual reward is 0.014
@fczuardi
fczuardi / WIP40.kbd.json
Last active December 20, 2023 13:46
WIP40
[
{
"name": "WIP40",
"author": "Fabricio Campos Zuardi"
},
[
{
"a": 7
},
"Q",
punch://jc38t9nr7fasay4nqfxwfaawywfd3y14krnsitj67ymoubiezqdy/yjthwo5kaur8oe33e9gyw1p849meb7w8nu4578hxog7kyjo3racs8jr51c9hg69yyomhga3bw71h45744hdy8k8jmhs43p47dcetotnayry96cuqn7zakyeyybyczbpdy91g7iwqdfr9cgrmb3jegyism3kyx9cei9izsf817yu7z3wnjrennddiy9wayepubmxorou84ndx3cknxd1d9jf9fuqnm8t5be
export const WORDS = [
'cigar',
'rebut',
'sissy',
'humph',
'awake',
'blush',
'focal',
'evade',
'naval',
@fczuardi
fczuardi / xmas.md
Last active November 8, 2021 18:41
Arvore de natal
@fczuardi
fczuardi / howto.md
Last active May 23, 2021 16:31
opl multiplayer granturismo4
.pre_commit:
image: stoqdev2/pre-commit:latest
stage: pre_commit
script:
- git fetch origin master
- pre-commit run --source `git rev-list origin/master -1` --origin HEAD
# pre_commit stage
pre_commit:
image: stoqdev2/pre-commit:latest
stage: pre_commit
script:
- pre-commit run --source `git rev-list origin/master -1` --origin HEAD