Oddbean new post about | logout
 Yeah it's sort of how people look for things: https://nostr.band/?q=musician vs how I look for things:

```
./nak req -k 0 --paginate wss://nos.lol | jq 'try (.content | fromjson | select(.about? != null and (.about | contains("musician"))) | .pubkey) catch empty | select(. != null)'
```
 
 Your query is dooming the server pretty much. Not an efficient way to query everything and filter it locally.  
 That was not  the point 🤣