Finding signal on Twitter is more difficult than it used to be. We curate the best tweets on topics like AI, startups, and product development every weekday so you can focus on what matters.
an under appreciated codemode aspect is you can do smart | Tech Twitter
Press Space to continue
an under appreciated codemode aspect is you can do smart placement of scripts next to the actual APIs they hit
```
await emails.forEach(deleteEmail)
```
can track where latency to gmail is lowest and put itself in that region
this is an overkill feature but fun to think about