22 Nov 2021 |
AmoldyBuffalo | I'll probably have to refactor everythinfg | 02:49:02 |
AmoldyBuffalo | * I'll probably have to refactor everything | 02:49:09 |
BodgeMaster | I’m still in the phase of figuring out cpp - or rather procrastinating on that. | 02:49:24 |
AmoldyBuffalo | we all know that premature optimization is the root of all evil | 02:49:45 |
AmoldyBuffalo | but maybe premature refactorung is too | 02:49:56 |
AmoldyBuffalo | * but maybe premature refactoring is too | 02:50:02 |
BodgeMaster | My backup tool will be written in a mix of bash and Python. Yes, in one file. | 02:50:11 |
AmoldyBuffalo | I'm sorry | 02:50:19 |
AmoldyBuffalo | but you are truly beyond help | 02:50:30 |
BodgeMaster | lmao | 02:50:31 |
AmoldyBuffalo | good luck making it faster than tar | 02:50:41 |
BodgeMaster | That is goint to be easy. | 02:50:51 |
BodgeMaster | * That is going to be easy. | 02:50:55 |
BodgeMaster | Since I am not doing anything similar to tar, | 02:51:03 |
AmoldyBuffalo | yeah | 02:51:13 |
AmoldyBuffalo | right | 02:51:14 |
AmoldyBuffalo | you don't need to make a full backup | 02:51:23 |
AmoldyBuffalo | right? | 02:51:32 |
BodgeMaster | Tar is not threaded, remember? | 02:51:33 |
AmoldyBuffalo | yup | 02:51:38 |
AmoldyBuffalo | do you need to compress data tho? | 02:51:58 |
BodgeMaster | I still need to check for file changes. But I can do so on multiple files at the same time not wasting I/O time. | 02:52:07 |
AmoldyBuffalo | I hope a a compiled language is doing the grunt work | 02:52:25 |
AmoldyBuffalo | right? | 02:52:28 |
BodgeMaster | mount -o compress-force=zstd:15 | 02:52:31 |
BodgeMaster | yes | 02:52:41 |
AmoldyBuffalo | so yes | 02:52:42 |
BodgeMaster | I’ll be using Python to generate bash code on the fly | 02:52:56 |
BodgeMaster | * I’ll be using Python to generate bash code on the fly. | 02:52:58 |
AmoldyBuffalo | not even worst practise | 02:53:06 |