Comment by blmarket
2 months ago
This and several other abuse cases forced my previous work to use code pointers to count 'characters' for user's nickname / status messages. No one wanted to download 9MB simply browsing other users.
2 months ago
This and several other abuse cases forced my previous work to use code pointers to count 'characters' for user's nickname / status messages. No one wanted to download 9MB simply browsing other users.
NoSQL? Sounds like it should’ve been caught by basic length checks on the database field where it was stored.
That is awesome. Both the abuse and the fix.