Viewing profile — erebe__
erebe__
HN member- Joined
- Mon, May 04, 2020, 9:49 AM UTC
- HN karma
- 87
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About erebe__
No profile information was provided.
Recent public activity
-
comment
Comment #48642756
Thanks for the article!
-
comment
Comment #48596439
We had the same issue with the client_id and for security reason we weren't willing to enable DCR. What we ended up doing, was the app proxying the OAuth flow, to inject a hardcode…
-
comment
Comment #42758795
It was a parti pris by me, I wanted the article to stay focus on the how, not much on the why. But I agree, even while the context is specific to us, many people wanted more intere…
-
comment
Comment #42758503
It is most likely me reading too quickly. I was caught off guard by the article gaining traction in a Sunday, and as I have other duties during the weekend, I am reading/responding…
-
comment
Comment #42756488
I will give it a shot next week to try out ;P For this particular service, the size does not matter really. For others, it makes more diff (several hundred of Mb) and as we deploy …
-
comment
Comment #42756298
Thanks, was not aware there was granularity for debuginfo ;)
-
comment
Comment #42756205
Normal build cargo build --bin engine-gateway --release Finished `release` profile [optimized + debuginfo] target(s) in 1m 00s ls -lh target/release/engine-gateway .rwxr-xr-x erebe…
-
comment
Comment #42756148
Hello, You can see my other comment https://news.ycombinator.com/item?id=42708904#42756072 for more details. But yes, the cache does persist after the first call, the resolved symb…
-
comment
Comment #42756072
Sorry if the article is misleading. The first increase of the memory limit was not 4G, but something roughly around 300Mb/400Mb, and the OOM did happen again with this setting. Thu…
- story
-
comment
Comment #40897291
I use the word tunnel but it would be more correct to use "proxy" There is no wrappring of udp packet into another layer of TCP. Wstunnel unpack the data at the client forward it u…
-
comment
Comment #40888576
Shameless plug, you can use wstunnel which disguise your traffic as websocket to tunnel any traffic you want. I had most success with it, as it uses TCP, than with QUIC/HTTP3 as us…
-
comment
Comment #40455074
WsTunnel improved a lot since last shared/communicated version, with the addition of: - Reverse tunneling \o/ - Added support of unix socket, transparent proxy/ip, UDP for socks5 -…
- story
-
comment
Comment #39973127
Nice project :) HTTP3 may not be suitable for all environments, as UDP is pretty commonly filtered. If you are in such scenario, you may want to take a look at wstunnel, it allows …
-
comment
Comment #39071041
Shameless plug, there is also wstunnel (i am its author) https://github.com/erebe/wstunnel/ , hope you enjoy.
-
comment
Comment #39071018
You can use wstunnel to bypass firewall. I had many feedbacks from chinese/turkish/iranian people using it with success. Easy to setup also with static binaries. https://github.com…
-
comment
Comment #38625385
The article share some common pitfalls people stumble upon when starting using Async in Rust. If you know some others that are not listed, let's share it in comment :) P.s: Other t…
- story
-
comment
Comment #37788198
Hello, Just sharing an article that explains how to build your own cloud network with Linux (ntftables) and wireguard. IPv6 is a first class citizen in the article, hope you enjoy …
- story
-
comment
Comment #37783680
This article explains how to build your own cloud network, how to build your own place on the Internet, carve your little network cave reachable from others over the Internet!
- story
-
comment
Comment #35047656
You can take a look at www.qovery.com It provides an Heroku like experience but runs on your cloud account (aws, scaleway or digital ocean). They build on existing tech that is alr…
-
comment
Comment #33660916
Mostly all of this https://github.com/erebe/personal-server which consist of: - nextcloud (to easily share files) - pihole (for home dns) - minio (for backups and photos) - postfix…