I don’t operate a fed server, but just curious. Couldn’t/shouldn’t rate limits be on a per-user/per-session-token basis to avoid the vpn issue you mentioned?
Jeffdude
- 0 Posts
- 2 Comments
Joined 1 year ago
Cake day: August 17th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.



I don’t see why compilers/IDEs couldn’t handle translated keywords the same way we do internationalization everywhere. Have a ‘key’ value that is the actual keyword, and translate it in the IDE only when the user is viewing the file. Otherwise, the key is universal and can be compiled by anything.
I’m actually disappointed it’s not already a thing in new PLs. Open source needs less barriers to entry, not more.