Results 94 issues of Taras Glek

blip is a useful tool, but it's hard to compare graphs across devices. I added a div with text averages https://github.com/tarasglek/blip/commit/7aba7812cb112ae686b138a633ebcf053ad7efb2 I didn't submit a pull req because it's dirty

I just realized that if I do socat udp->tcp->udp trick like this, my performance goes to hell. Speedtests show less than 300KB/s, vs 3MB/s otherwise. Do you see similar degradation?

I would like to be able to do ```bash websocat --exit-on-eof --basic-auth `echo -n 'username:password' | base64` ws-l:0.0.0.0:8810 sh-c:'bash --rcfile emptyrc -i 2>&1' --binary ``` To offer a websocket JS-in-webpage-accessible...

At the moment I can't click on "DoItHub Blog" in article view. To open it in sidebar(eg to mark entire feed as read or to remove it). Would be nice...

I got this to work. I been looking for a small tool to initiate native hole-punch wireguard connections on openwrt. tailscale & friends take up too much resources and reduce...

When I have a tunnel established, run iperf test on it, then run the client I get: ``` Key rotation failed: client/network: incorrect packet type Key rotation failed: client/network: incorrect...

I use url rewriting a lot with my https://markdown.download/ service to simplify fetched content for improving "fetch original" content option. I apply it via `rewrite("^(.+)$"|"https://markdown.download/$1")` However usually my process is...

wishlist

### Describe the bug I love the ideas behind workers-logger, diary, rian,tctx. You clearly have a good picture in your head on how to make cloudflare workers observable. Would you...

This is cool: https://github.com/lkl/linux

* Define 'plugin' directory where docker layers are loaded from, specify it via cmdline and yaml * make examples work on mac(and windows?) * package with setup.py(or via docker) *...