Damus

Recent Notes

LiveFree · 16w
They may not have. People have had so much trouble with the ADC giving false readings on Heltecs that there is a Meshtastic setting to spoof it. Try setting it to like 11.
uvok Grumpyspots profile picture
I know it's "not intended", but I'm currently doing

ansible -a "apt purge --dry-run $whatever" server
# confirm
ansible -a "apt purge --y $whatever" server

to clean up all my VPS at once.

I already slipped once, executing the -y before the dry-run.

and yes, I know there's a package module.
uvok Grumpyspots profile picture
I think I found a #curl confusing behavior.

I'm doing a DELETE request, the web server I'm writing does a

303 See Other
Location: /login

For that.

Which to my understanding should do a GET(???). But curl attempts to do a DELETE anyway on /login.

???
1
Harry Sintonen · 53w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqt20gq0la2l4q8y9e6adepf9wjmnaaumwjcpmnwnm23l57usyy8rq30ll7z curl 8.16.0 released today fixes this by adding --follow option. See https://github.com/curl/curl/pull/16543