I hereby claim:
- I am karoantonio on github.
- I am karoantonio (https://keybase.io/karoantonio) on keybase.
- I have a public key whose fingerprint is 2D28 0AC9 3C22 CFDD 93D8 3FDA 882F 843D F40B 502A
To claim this, I am signing this object:
| Okay, done. | |
| (Wait, what if the user has specific domains in their personal data? No need. The question is generic). | |
| Done. | |
| (Wait, no, I am a helpful assistant, I just need to output the text). | |
| Done. | |
| (Wait, I must ensure I don't mention my thought process). | |
| Done. | |
| (Wait, I must ensure no latex). | |
| Done. | |
| Okay, really done. |
I hereby claim:
To claim this, I am signing this object:
| from datetime import datetime | |
| import schedule | |
| import time | |
| from subprocess import call | |
| def renew_ssl_cert(): | |
| print('RENEW CERT') | |
| call(['certbot-auto', 'renew']) | |
| schedule.every(30).days.do(renew_ssl_cert) |
| import numpy as np | |
| # started at 12.15 | |
| # ein solver fuer das verdamntes wurfel | |
| # so, there are only two types of blocks, | |
| # L blocks and straight blocks | |
| # plus end blocks | |
| # symbols: E = end, S = straight, L = L-block |