Back
Room AI
Load previous page…
Switch from APAC (Asian Pacific) to WNAM (Wester North America) R2 bucket to speed up file upload processing, etc
#roomai
Use Truemail ( truemail-rb.org ) to validate all email addresses and block disposable emails through MX blacklists
#roomai
Cache outputs because they don't change once they're finished and currently they lead to many N+1's
#roomai
Preload color palettes in one query, to remove N+1 performance issue
#roomai
Configure allowed domains so I can send emails to `@privaterelay.appleid.com` email addresses
#roomai
Enforce more strict email validation, because dozens of people enter stuff like `@gmailcom` and so we cannot reach them
#roomai
Add Flipper for feature flipping, so I can gradually roll out new features
#roomai