thepiratebay is fine they just don’t run indexes often so searches often fail for stuff just uploaded within last hour or two. Limetorrents updates indices frequently but uses ad providers that try to hijack your clicks and presses so it takes three or four clicks to get one click that isn’t hijacked. There is a bit of non overlap between those two sites.
Sounds like something that a browser like Brave was built to combat. I haven't visited the site in question but for a lot of the ad-heavy sites I do visit, I jump over to Brave to deal with the nonsense.
That’s not RARBG. That’s a quasi-domain squatter trying to lure people in with the name of a legendary community, but just showing the same crap results as any other public torrent aggregator and presumably loading it with ads (that I mercifully don’t see with Firefox uBlock Origin) in order to profit.
This. I am running Claude in its own QEMU VM, it has git access to my project only if I explicitly unlock the ssh key for it. The other day I realized it trying to push a change, it didn't have permission, so it went looking for "workarounds" and found I had a github cli session and tried to use that, luckily the creds for that was also read scoped. But the point is, if I did not give permission and it sees I did not give permission, it should not try to find a workaround/exploit autonomously.
I dont think Claude itself needs much, its more like what you do with it. In my case it is doing some gradle builds and java tests with some postgres docker containers inside the vm so I gave it max 8G RAM with 4 cores and have no issues. I share my workspace folder (with virtiofs and also the user home so I can rebuild the vm from scratch and keep settings) because I like my tools on the host and my full creds are outside and I didnt want to keep syncing branches. I access it with ssh (with passt). So far no real issues.
Late edit, I wanted to clarify I do not share my user home, but the VM user home for backups, thats separate user that does not have my own users credentials etc
reply