Giacomo Tesio

Results 7 issues of Giacomo Tesio

I can't see why clnt_tag.go define the Tag struct providing an interface similar to Clnt. Nobody in the current codebase use it, and I find it a little confusing ([the...

I think you should add a section about dangerous robotics, such as self driving vehicles. The death of Elaine Herzberg caused by an Uber car that [was configured to not...

discussion
proposal

As previously requested by @resynth1943 in #114 there are several open source alternatives if you need statistics. Instead using Google Analytics in https://google-webfonts-helper.herokuapp.com/fonts informs Google about people using your service...

Some hosting providers employ application firewalls to protect their customers websites. When the provider is particularly paranoiac, it might block or redirect requests with an empty or missing User-Agent header....

Reasoning about #112 I realized that firefox let me set an Authorization header for my DoH resolver by setting network.trr.credentials config in about:config, while ([as far as I can read](https://github.com/celzero/firestack/blob/n2/intra/doh/doh.go#L648-L667))...

Currently nk_xcb_handle_event discard everything that was sent from other clients through xcb_send_event. To enable a minimal IPC over such channel, this patch adds a new option NK_XCB_CLIENT_MESSAGE to the nk_xcb_event_type...