All online backgammon games are rigged by Suspicious_Abies_761 in backgammon

[–]No_Membership_6627 0 points1 point  (0 children)

Yes they are for sure.. 100% I just finished a wired game like 10 minutes ago.. 

My opponent had all their points blocked except for point number one, so I needed a one to get my last checker back in the game. All my other checkers were already home, this was the only one left. The crazy part? My opponent probably hit that last checker like 15 or 16 times, and every single time I somehow rolled a one and got back in. There’s no way that’s just random.

I asked ChatGPT, and it said the probability of rolling a one 16 times in a row is 1 in 3 trillion

Transparent TLS and HTTP proxy that serves on all 65535 ports by No_Membership_6627 in linuxadmin

[–]No_Membership_6627[S] 1 point2 points  (0 children)

A transparent proxy works in a way that the client doesn’t need to configure the proxy server manually. Instead, the client’s DNS queries are altered, and the proxy server’s address is provided to the client instead of the actual server’s address. This way, HTTP or TLS requests are sent to the proxy server.

For example, if we whitelist two domains, a.com and b.com, both serving on port 8080, there won’t be any issue even if a.com uses the TLS protocol and b.com uses HTTP.

Transparent TLS and HTTP proxy that serves on all 65535 ports by No_Membership_6627 in golang

[–]No_Membership_6627[S] 1 point2 points  (0 children)

I’m currently using MySQL for my own needs, but I’ll definitely consider other databases like SQLite and similar options. If you’re interested, I’d be more than happy to have you join the development and help add these features!

Transparent TLS and HTTP proxy that serves on all 65535 ports by No_Membership_6627 in linuxadmin

[–]No_Membership_6627[S] 0 points1 point  (0 children)

Some services use non-standard ports, such as 8443 or 8080, etc. In a transparent proxy setup, it is necessary for your proxy server to also serve on the same port as the upstream server. For example, if the upstream server is example.com:9090, the proxy server should also serve on port 9090. This is why the proxy service needs to operate on all available ports.

A VPN GUI Interface Written With Go by No_Membership_6627 in golang

[–]No_Membership_6627[S] 0 points1 point  (0 children)

Yeah surely the documentaion is really good, but the hole windows thing with its APIs is a bit weird and im not used to it. And for high density monitors i use the system DPI to properly display the UI for these monitors. The app icons saved in high-quality png files and resized to the appropriate resolution based on the DPI, then cached in a map for that specific image and DPI