I can tell you they aren’t just banning IPs for abuse. I have run an OpenVPN server on Linode for years. I am the only one using that IP and it was blocked at some point. They are most likely blocking all known VPS IP blocks. OpenAI does the same thing with Cloudflare for ChatGPT.
- 0 Posts
- 2 Comments
Joined 3 years ago
Cake day: July 1st, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


The RegEx thing is so true in my experience. I started working on a Neovim plugin to make editing injected code easier, and instead of suggesting Treesitter integration it wanted to create its own parser using RegEx…