I have different technical questions I want to ask. I went to Stack Overflow and they blocked registration with a VPN. It’s really fucking annoying. I can buy a residential IP to bypass this, but I’d rather just not use these enshitified platforms that are so hostile to VPNs.
Is there any decent alternative to Stack Overflow? I have tried getting AI answers to the technical question but they are not good.
And no, I can’t just create a github ID using VPN to login, they block github logins based on IP also.


Fair point.
So what about Tensor flow and some local LLM to do the job?
You just need to find a reliable LLM in HuggingFace, for example.
That’s exactly what I am trying to do, I’m just not that sure how to do it. I have the hardware needed, I just need to set up a docker with PyTorch and then find a way to set up Gradio inside that and then add TrOCR from hugging face, and then I’m good. I just am not totally sure how to do that and it seems hard, and when I ask AI for advice, it often is like “just run the following” and it’s wrong, and I’m not skilled enough to know why.
Excellent. So let’s try to do that instead.
From what I can see from the docs, Gradio is used to build a web interface and have a nice UI to visualise things.
Let’s put Gradio aside for now and sort out Pytorch in Docker.
Select your LLM and make sure Pytorch works well with that.
If you run into trouble or get stuck let me known.
I’ll grab my laptop and try it myself.
nice starting point: https://rocm.docs.amd.com/projects/radeon-ryzen/en/latest/docs/install/installrad/wsl/install-pytorch.html