

4·
8 days agoJep, that’s something that bothers me now, every algrorithm or autocomplete is now also branded as “with ai support”. I don’t need ai to add the 'if name ==“main” stuff in my python file IDEs (or even lightly advanced text editors) can add that stuff since long before LLMs where a thing…
I have a rpi4 awith an external hdd at my parents house, which I connect via a wireguard vpn, mount and decrypt the external hdd and then it triggers a restic backup to a restic-rest server as append only.
The whole thing is done via a python script
I chose the rest-server because it allows “append only”, so the data can’t be deleted easily from my side of the vpn.