github.com/haroldadmin/...
github.com/haroldadmin/...
The feed is built on top of Jetstream which does not support filtering on regexes. However, it shouldn’t be too hard to support this client side.
I’ll see what I can do 😊
The feed is built on top of Jetstream which does not support filtering on regexes. However, it shouldn’t be too hard to support this client side.
I’ll see what I can do 😊
In the meantime, feel free to look around the code on Github
github.com/haroldadmin/...
In the meantime, feel free to look around the code on Github
github.com/haroldadmin/...
The Feed component takes care of buffering the latest posts in memory, and discards the rest. GC is great, isn't it?
The Feed component takes care of buffering the latest posts in memory, and discards the rest. GC is great, isn't it?
This lets me use the built-in backpressure support in web streams, but I also sample incoming updates to keep things running smoothly.
This lets me use the built-in backpressure support in web streams, but I also sample incoming updates to keep things running smoothly.
The feed solves this by using a Web Streams layer.
The feed solves this by using a Web Streams layer.
The source code for OG atproto browser was very useful when I couldn't figure something out on my own.
The source code for OG atproto browser was very useful when I couldn't figure something out on my own.