Andy Wang

Results 108 comments of Andy Wang

Cloudfront definitely used to work ~3 years ago. I haven't tested it since but will look into it again. It's possible though that they just shut off [domain fronting](https://en.wikipedia.org/wiki/Domain_fronting) like...

Also I see that you're using UDP. UDP support isn't the best polished and I don't think I ever tested it through CDN (in theory it should work, but in...

I'm sorry but I probably won't have time to investigate this until August as I have a thesis deadline in a week. While there is definitely something to be fixed,...

This looks absolutely amazing! The Unicode diagrams are nicely rendered on both my Mac and Android phone, and are very pretty. This may well be the best tutorial on C++...

Hi, I agree that I shouldn't try to get 100% BLAS coverage in this PR. I'll do the basic abstractions and get a couple functions working with `LD_PRELOAD` before I...

From my understanding of the code, this program itself is a fork of shadowsock-librev with the addition of obfs. You don't really need the main shadowsocks program on either the...

Have to say I'm flattered that my code is readable enough for someone else to work on it 😛 > A question: Is there an upper bound on tuple element...

Thanks for the suggestion. Considering I'm already marking both versions of `dump_var` with `#[inline(never)]`, theoretically, bugs should always exist in both versions, already. But compilers work in mysterious ways so...