Anton

Results 9 comments of Anton

f.w.i.w., this is a re-incarnation of #1833 (I simply did not have time when eventually @jamengual responded). hopefully, this time we will be able to merge it.

Why "sadly"? Being very busy probably means being full-time employed => which is as very good thing for IT folks nowadays. :)

> Hello @0x416e746f6e 👋 > > Thanks for the PR, I will take a look at it / merge it next week 🤞 hi @Antoine-C! how is it going?

f.w.i.w. we ended up with writing our own lambda (for slack alerts) that does deduplication. alerts that are coming in triplets are not just ridiculous, but also encourage people stopping...

whoa, more than a year. sad, so very sad

t.w.i.m.c. I ended up with this atrocity in my ssh_config: ```ssh_config Host name-of-the-instance-in-azure HostName name-of-the-instance-in-azure ProxyCommand bash -c "port=$(( 4096 + $RANDOM %% 1024 )) ; pgid=$( ps -o pgid=...